Skip to content

Commit 56ef594

Browse files
committed
Update copyright year from plugins/*.lua files
1 parent a889bde commit 56ef594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ endif
244244

245245
update-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

plugin/export_plugin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

plugin/lua_repl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)