Skip to content

Commit 0b4b1cf

Browse files
committed
Bump copyright dates.
1 parent 5edbc36 commit 0b4b1cf

24 files changed

Lines changed: 24 additions & 24 deletions

clientlike/src/ts/client/characterClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/client/gameEngineClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/client/playerInputController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/client/worldClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/singleplayer/characterSingleplayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/singleplayer/gameEngineSingleplayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

clientlike/src/ts/singleplayer/worldSingleplayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/ts/common/character.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/ts/common/characterInputController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

src/ts/common/collidable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Platformer3D Engine, a 3D Platformer Engine built for BOSIX with Web Technologies.
3-
* Copyright (C) 2021-2025 Codetoil
3+
* Copyright (C) 2021-2026 Codetoil
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)