Skip to content

Commit 2b5ef44

Browse files
committed
Update copyright date
1 parent 537abda commit 2b5ef44

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ bin/run-tests.sh
174174

175175
## License
176176

177-
Copyright 2024 Jochen Topf <[email protected]>
177+
Copyright 2025 Jochen Topf <[email protected]>
178178

179179
Licensed under the Apache License, Version 2.0 (the "License");
180180
you may not use this file except in compliance with the License.

lua/themepark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/lexer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/parser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/plugins/bbox.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/plugins/t-rex.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/plugins/taginfo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/plugins/tilekiln.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

lua/themepark/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

tests/test-lexer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--
1111
-- ---------------------------------------------------------------------------
1212
--
13-
-- Copyright 2024 Jochen Topf <[email protected]>
13+
-- Copyright 2025 Jochen Topf <[email protected]>
1414
--
1515
-- Licensed under the Apache License, Version 2.0 (the "License");
1616
-- you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)