File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ endif
244244
245245update-copyright-year :
246246 sed -i -E -e ' s/(Copyright [^0-9]*)([0-9]+)(-[0-9]+)?/\1\2-$(shell date +%Y)/' \
247- $(wildcard src/* .c src/* .lua)
247+ $(wildcard src/* .c src/* .lua plugin/ * .lua )
248248
249249
250250# Miscelaneous targets
Original file line number Diff line number Diff line change 11-- @file plugin/export_plugin.lua EditorExportPlugin for minifying Lua scripts on release exports
22-- This file is part of Godot Lua PluginScript: https://github.com/gilzoide/godot-lua-pluginscript
33--
4- -- Copyright (C) 2021 Gil Barbosa Reis.
4+ -- Copyright (C) 2021-2023 Gil Barbosa Reis.
55--
66-- Permission is hereby granted, free of charge, to any person obtaining a copy
77-- of this software and associated documentation files (the “Software”), to
Original file line number Diff line number Diff line change 11-- @file plugin/lua_repl.lua A tool Node for building a Lua REPL in-editor
22-- This file is part of Godot Lua PluginScript: https://github.com/gilzoide/godot-lua-pluginscript
33--
4- -- Copyright (C) 2021 Gil Barbosa Reis.
4+ -- Copyright (C) 2021-2023 Gil Barbosa Reis.
55--
66-- Permission is hereby granted, free of charge, to any person obtaining a copy
77-- of this software and associated documentation files (the “Software”), to
You can’t perform that action at this time.
0 commit comments