From 3b85485642aa6d2290cd3627e55e65de4c9c0a61 Mon Sep 17 00:00:00 2001 From: drwhut Date: Mon, 5 Aug 2024 16:21:26 +0100 Subject: [PATCH] Updated copyright notice to include 2024. --- LICENSE | 4 ++-- assets/.translations/extract_pot.py | 4 ++-- docs/conf.py | 2 +- game/Scripts/AssetDB.gd | 4 ++-- game/Scripts/BindManager.gd | 4 ++-- game/Scripts/FallingWorld.gd | 4 ++-- game/Scripts/Game/3D/FastCircle.gd | 4 ++-- game/Scripts/Game/3D/Hand.gd | 4 ++-- game/Scripts/Game/3D/HiddenArea.gd | 4 ++-- game/Scripts/Game/3D/PaintPlane.gd | 4 ++-- game/Scripts/Game/3D/Room.gd | 4 ++-- game/Scripts/Game/CameraController.gd | 4 ++-- game/Scripts/Game/Game.gd | 4 ++-- game/Scripts/Game/MasterServer.gd | 2 +- game/Scripts/Game/Pieces/Card.gd | 4 ++-- game/Scripts/Game/Pieces/Dice.gd | 4 ++-- game/Scripts/Game/Pieces/Piece.gd | 4 ++-- game/Scripts/Game/Pieces/PieceContainer.gd | 4 ++-- game/Scripts/Game/Pieces/SpeakerPiece.gd | 4 ++-- game/Scripts/Game/Pieces/Stack.gd | 4 ++-- game/Scripts/Game/Pieces/StackLasagne.gd | 4 ++-- game/Scripts/Game/Pieces/StackSandwich.gd | 4 ++-- game/Scripts/Game/Pieces/StackablePiece.gd | 4 ++-- game/Scripts/Game/Pieces/TimerPiece.gd | 4 ++-- game/Scripts/Game/UI/ChatBox.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/ContainerContentDialog.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/DetailsDialog.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/NotebookDialog.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/PreviewDialog.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/RoomDialog.gd | 4 ++-- game/Scripts/Game/UI/Dialogs/SaveDialog.gd | 4 ++-- game/Scripts/Game/UI/GameUI.gd | 4 ++-- game/Scripts/Game/UI/Previews/GenericPreview.gd | 4 ++-- game/Scripts/Game/UI/Previews/ObjectPreview.gd | 4 ++-- game/Scripts/Game/UI/Previews/ObjectPreviewGrid.gd | 4 ++-- game/Scripts/Game/UI/Previews/Preview.gd | 4 ++-- game/Scripts/Game/UI/Previews/PreviewFilter.gd | 4 ++-- game/Scripts/Game/UI/RulerLine.gd | 4 ++-- game/Scripts/Global.gd | 4 ++-- game/Scripts/ImportAssets.gd | 4 ++-- game/Scripts/Loading.gd | 4 ++-- game/Scripts/Lobby.gd | 4 ++-- game/Scripts/MainMenu.gd | 4 ++-- game/Scripts/Misc/ActualTextFile.gd | 4 ++-- game/Scripts/Misc/BindButton.gd | 4 ++-- game/Scripts/Misc/BindingBackground.gd | 4 ++-- game/Scripts/Misc/OutlineColorRect.gd | 4 ++-- game/Scripts/Misc/RandomAudioStream.gd | 2 +- game/Scripts/Misc/SpinBoxButton.gd | 4 ++-- game/Scripts/Misc/TimeEdit.gd | 4 ++-- game/Scripts/OptionsMenu.gd | 4 ++-- game/Scripts/OptionsTab.gd | 4 ++-- game/Scripts/PieceBuilder.gd | 4 ++-- game/Scripts/PieceCache.gd | 4 ++-- game/Scripts/PieceFactory.gd | 4 ++-- game/Scripts/RandomMusicPlayer.gd | 4 ++-- game/Scripts/ResourceManager.gd | 4 ++-- game/Scripts/Shapes/Card.gd | 4 ++-- game/Scripts/SplashScreen.gd | 4 ++-- game/Scripts/Templates/CopyrightNotice.gd | 4 ++-- game/project.godot | 4 ++-- 61 files changed, 119 insertions(+), 119 deletions(-) diff --git a/LICENSE b/LICENSE index 28b2f66f..ddd7a9a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/assets/.translations/extract_pot.py b/assets/.translations/extract_pot.py index b279fec9..651c87b6 100755 --- a/assets/.translations/extract_pot.py +++ b/assets/.translations/extract_pot.py @@ -10,8 +10,8 @@ import polib import sys HEADER = """Tabletop Club Default Asset Pack Translation Template. -Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). This file is distributed under the same license as the Tabletop Club package. Benjamin 'drwhut' Beddows , 2023. """ diff --git a/docs/conf.py b/docs/conf.py index 2ac7361a..a42073c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'Tabletop Club' -copyright = "2020-2023, Benjamin 'drwhut' Beddows, Tabletop Club contributors" +copyright = "2020-2024, Benjamin 'drwhut' Beddows, Tabletop Club contributors" # The full version, including alpha/beta/rc tags release = 'master' diff --git a/game/Scripts/AssetDB.gd b/game/Scripts/AssetDB.gd index babe850a..65b84e90 100644 --- a/game/Scripts/AssetDB.gd +++ b/game/Scripts/AssetDB.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/BindManager.gd b/game/Scripts/BindManager.gd index 207e13af..170a0827 100644 --- a/game/Scripts/BindManager.gd +++ b/game/Scripts/BindManager.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/FallingWorld.gd b/game/Scripts/FallingWorld.gd index c563d991..79ba22ac 100644 --- a/game/Scripts/FallingWorld.gd +++ b/game/Scripts/FallingWorld.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/3D/FastCircle.gd b/game/Scripts/Game/3D/FastCircle.gd index 96b21102..133575a0 100644 --- a/game/Scripts/Game/3D/FastCircle.gd +++ b/game/Scripts/Game/3D/FastCircle.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/3D/Hand.gd b/game/Scripts/Game/3D/Hand.gd index be8a5bdc..68584fcd 100644 --- a/game/Scripts/Game/3D/Hand.gd +++ b/game/Scripts/Game/3D/Hand.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/3D/HiddenArea.gd b/game/Scripts/Game/3D/HiddenArea.gd index bd674401..8dfb91e5 100644 --- a/game/Scripts/Game/3D/HiddenArea.gd +++ b/game/Scripts/Game/3D/HiddenArea.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/3D/PaintPlane.gd b/game/Scripts/Game/3D/PaintPlane.gd index 8c9b2ef3..cec6a76a 100644 --- a/game/Scripts/Game/3D/PaintPlane.gd +++ b/game/Scripts/Game/3D/PaintPlane.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/3D/Room.gd b/game/Scripts/Game/3D/Room.gd index 535ba104..ddaa65d1 100644 --- a/game/Scripts/Game/3D/Room.gd +++ b/game/Scripts/Game/3D/Room.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/CameraController.gd b/game/Scripts/Game/CameraController.gd index 51aa9f8b..260a7bc0 100644 --- a/game/Scripts/Game/CameraController.gd +++ b/game/Scripts/Game/CameraController.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Game.gd b/game/Scripts/Game/Game.gd index 44d9620b..07723ba6 100644 --- a/game/Scripts/Game/Game.gd +++ b/game/Scripts/Game/Game.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/MasterServer.gd b/game/Scripts/Game/MasterServer.gd index 765ad46c..48b65034 100644 --- a/game/Scripts/Game/MasterServer.gd +++ b/game/Scripts/Game/MasterServer.gd @@ -1,5 +1,5 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/Card.gd b/game/Scripts/Game/Pieces/Card.gd index 3737a9e7..868a495c 100644 --- a/game/Scripts/Game/Pieces/Card.gd +++ b/game/Scripts/Game/Pieces/Card.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/Dice.gd b/game/Scripts/Game/Pieces/Dice.gd index 7c9d4b74..3cff60be 100644 --- a/game/Scripts/Game/Pieces/Dice.gd +++ b/game/Scripts/Game/Pieces/Dice.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/Piece.gd b/game/Scripts/Game/Pieces/Piece.gd index 0b34e768..a95dce59 100644 --- a/game/Scripts/Game/Pieces/Piece.gd +++ b/game/Scripts/Game/Pieces/Piece.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/PieceContainer.gd b/game/Scripts/Game/Pieces/PieceContainer.gd index b8fe7777..660035a0 100644 --- a/game/Scripts/Game/Pieces/PieceContainer.gd +++ b/game/Scripts/Game/Pieces/PieceContainer.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/SpeakerPiece.gd b/game/Scripts/Game/Pieces/SpeakerPiece.gd index a489cd6b..8d6f6035 100644 --- a/game/Scripts/Game/Pieces/SpeakerPiece.gd +++ b/game/Scripts/Game/Pieces/SpeakerPiece.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/Stack.gd b/game/Scripts/Game/Pieces/Stack.gd index dfb7aeb6..81f00d4d 100644 --- a/game/Scripts/Game/Pieces/Stack.gd +++ b/game/Scripts/Game/Pieces/Stack.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/StackLasagne.gd b/game/Scripts/Game/Pieces/StackLasagne.gd index 7855892f..108ffe45 100644 --- a/game/Scripts/Game/Pieces/StackLasagne.gd +++ b/game/Scripts/Game/Pieces/StackLasagne.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/StackSandwich.gd b/game/Scripts/Game/Pieces/StackSandwich.gd index 4c5df7d6..bec9e2db 100644 --- a/game/Scripts/Game/Pieces/StackSandwich.gd +++ b/game/Scripts/Game/Pieces/StackSandwich.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/StackablePiece.gd b/game/Scripts/Game/Pieces/StackablePiece.gd index f402ceba..ea047335 100644 --- a/game/Scripts/Game/Pieces/StackablePiece.gd +++ b/game/Scripts/Game/Pieces/StackablePiece.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/Pieces/TimerPiece.gd b/game/Scripts/Game/Pieces/TimerPiece.gd index 9211dc90..f905bac8 100644 --- a/game/Scripts/Game/Pieces/TimerPiece.gd +++ b/game/Scripts/Game/Pieces/TimerPiece.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/ChatBox.gd b/game/Scripts/Game/UI/ChatBox.gd index 722d5a56..682404d5 100644 --- a/game/Scripts/Game/UI/ChatBox.gd +++ b/game/Scripts/Game/UI/ChatBox.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/ContainerContentDialog.gd b/game/Scripts/Game/UI/Dialogs/ContainerContentDialog.gd index 744c2929..347a4810 100644 --- a/game/Scripts/Game/UI/Dialogs/ContainerContentDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/ContainerContentDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/DetailsDialog.gd b/game/Scripts/Game/UI/Dialogs/DetailsDialog.gd index 6b95c27d..917e3780 100644 --- a/game/Scripts/Game/UI/Dialogs/DetailsDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/DetailsDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/NotebookDialog.gd b/game/Scripts/Game/UI/Dialogs/NotebookDialog.gd index 2f87cbec..b3149523 100644 --- a/game/Scripts/Game/UI/Dialogs/NotebookDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/NotebookDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/PreviewDialog.gd b/game/Scripts/Game/UI/Dialogs/PreviewDialog.gd index c2df86e5..5fbfa3c4 100644 --- a/game/Scripts/Game/UI/Dialogs/PreviewDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/PreviewDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/RoomDialog.gd b/game/Scripts/Game/UI/Dialogs/RoomDialog.gd index c28b727a..2116a511 100644 --- a/game/Scripts/Game/UI/Dialogs/RoomDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/RoomDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Dialogs/SaveDialog.gd b/game/Scripts/Game/UI/Dialogs/SaveDialog.gd index 7eab76e7..a7a69f40 100644 --- a/game/Scripts/Game/UI/Dialogs/SaveDialog.gd +++ b/game/Scripts/Game/UI/Dialogs/SaveDialog.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/GameUI.gd b/game/Scripts/Game/UI/GameUI.gd index 7e293ead..da967b54 100644 --- a/game/Scripts/Game/UI/GameUI.gd +++ b/game/Scripts/Game/UI/GameUI.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Previews/GenericPreview.gd b/game/Scripts/Game/UI/Previews/GenericPreview.gd index 36223a87..68e2c6f1 100644 --- a/game/Scripts/Game/UI/Previews/GenericPreview.gd +++ b/game/Scripts/Game/UI/Previews/GenericPreview.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Previews/ObjectPreview.gd b/game/Scripts/Game/UI/Previews/ObjectPreview.gd index 9319aea4..6e779e86 100644 --- a/game/Scripts/Game/UI/Previews/ObjectPreview.gd +++ b/game/Scripts/Game/UI/Previews/ObjectPreview.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Previews/ObjectPreviewGrid.gd b/game/Scripts/Game/UI/Previews/ObjectPreviewGrid.gd index 3ffb4826..807fa437 100644 --- a/game/Scripts/Game/UI/Previews/ObjectPreviewGrid.gd +++ b/game/Scripts/Game/UI/Previews/ObjectPreviewGrid.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Previews/Preview.gd b/game/Scripts/Game/UI/Previews/Preview.gd index bd239bf0..6adcfcc0 100644 --- a/game/Scripts/Game/UI/Previews/Preview.gd +++ b/game/Scripts/Game/UI/Previews/Preview.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/Previews/PreviewFilter.gd b/game/Scripts/Game/UI/Previews/PreviewFilter.gd index e1dcddd7..7ab872d8 100644 --- a/game/Scripts/Game/UI/Previews/PreviewFilter.gd +++ b/game/Scripts/Game/UI/Previews/PreviewFilter.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Game/UI/RulerLine.gd b/game/Scripts/Game/UI/RulerLine.gd index e774e3f6..4b70d4bb 100644 --- a/game/Scripts/Game/UI/RulerLine.gd +++ b/game/Scripts/Game/UI/RulerLine.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Global.gd b/game/Scripts/Global.gd index 1fdf5198..3464a297 100644 --- a/game/Scripts/Global.gd +++ b/game/Scripts/Global.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/ImportAssets.gd b/game/Scripts/ImportAssets.gd index a083f7b1..aac92371 100644 --- a/game/Scripts/ImportAssets.gd +++ b/game/Scripts/ImportAssets.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Loading.gd b/game/Scripts/Loading.gd index 3ef9c508..8598eaa9 100644 --- a/game/Scripts/Loading.gd +++ b/game/Scripts/Loading.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Lobby.gd b/game/Scripts/Lobby.gd index db9ad2ef..3a0bb0d2 100644 --- a/game/Scripts/Lobby.gd +++ b/game/Scripts/Lobby.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/MainMenu.gd b/game/Scripts/MainMenu.gd index 8cc9f7a1..3e9ab681 100644 --- a/game/Scripts/MainMenu.gd +++ b/game/Scripts/MainMenu.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/ActualTextFile.gd b/game/Scripts/Misc/ActualTextFile.gd index a710a0da..3bd6a655 100644 --- a/game/Scripts/Misc/ActualTextFile.gd +++ b/game/Scripts/Misc/ActualTextFile.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/BindButton.gd b/game/Scripts/Misc/BindButton.gd index 804b6333..57eaba24 100644 --- a/game/Scripts/Misc/BindButton.gd +++ b/game/Scripts/Misc/BindButton.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/BindingBackground.gd b/game/Scripts/Misc/BindingBackground.gd index b2763eec..dbeabecf 100644 --- a/game/Scripts/Misc/BindingBackground.gd +++ b/game/Scripts/Misc/BindingBackground.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/OutlineColorRect.gd b/game/Scripts/Misc/OutlineColorRect.gd index b3f16fde..1c30ccc9 100644 --- a/game/Scripts/Misc/OutlineColorRect.gd +++ b/game/Scripts/Misc/OutlineColorRect.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/RandomAudioStream.gd b/game/Scripts/Misc/RandomAudioStream.gd index d7ad69ee..4dcc03e6 100644 --- a/game/Scripts/Misc/RandomAudioStream.gd +++ b/game/Scripts/Misc/RandomAudioStream.gd @@ -1,5 +1,5 @@ # open-tabletop -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/SpinBoxButton.gd b/game/Scripts/Misc/SpinBoxButton.gd index 8e947f7b..19af6018 100644 --- a/game/Scripts/Misc/SpinBoxButton.gd +++ b/game/Scripts/Misc/SpinBoxButton.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Misc/TimeEdit.gd b/game/Scripts/Misc/TimeEdit.gd index 5ae16c78..3eb118ba 100644 --- a/game/Scripts/Misc/TimeEdit.gd +++ b/game/Scripts/Misc/TimeEdit.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/OptionsMenu.gd b/game/Scripts/OptionsMenu.gd index 563de9fd..d1893c76 100644 --- a/game/Scripts/OptionsMenu.gd +++ b/game/Scripts/OptionsMenu.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/OptionsTab.gd b/game/Scripts/OptionsTab.gd index e9ee1cfa..7884168a 100644 --- a/game/Scripts/OptionsTab.gd +++ b/game/Scripts/OptionsTab.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/PieceBuilder.gd b/game/Scripts/PieceBuilder.gd index 8d862b7c..dd27a9c5 100644 --- a/game/Scripts/PieceBuilder.gd +++ b/game/Scripts/PieceBuilder.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/PieceCache.gd b/game/Scripts/PieceCache.gd index 4ac69aee..c9845468 100644 --- a/game/Scripts/PieceCache.gd +++ b/game/Scripts/PieceCache.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/PieceFactory.gd b/game/Scripts/PieceFactory.gd index 1d7188d4..11b692b6 100644 --- a/game/Scripts/PieceFactory.gd +++ b/game/Scripts/PieceFactory.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/RandomMusicPlayer.gd b/game/Scripts/RandomMusicPlayer.gd index ed1f7da3..9f3f63f9 100644 --- a/game/Scripts/RandomMusicPlayer.gd +++ b/game/Scripts/RandomMusicPlayer.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/ResourceManager.gd b/game/Scripts/ResourceManager.gd index 506c5185..b857cec8 100644 --- a/game/Scripts/ResourceManager.gd +++ b/game/Scripts/ResourceManager.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Shapes/Card.gd b/game/Scripts/Shapes/Card.gd index 666e4433..afe1e567 100644 --- a/game/Scripts/Shapes/Card.gd +++ b/game/Scripts/Shapes/Card.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/SplashScreen.gd b/game/Scripts/SplashScreen.gd index d55fd176..298e830d 100644 --- a/game/Scripts/SplashScreen.gd +++ b/game/Scripts/SplashScreen.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/Scripts/Templates/CopyrightNotice.gd b/game/Scripts/Templates/CopyrightNotice.gd index 6c0986fb..5b2185de 100644 --- a/game/Scripts/Templates/CopyrightNotice.gd +++ b/game/Scripts/Templates/CopyrightNotice.gd @@ -1,6 +1,6 @@ # tabletop-club -# Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -# Copyright (c) 2021-2023 Tabletop Club contributors (see game/CREDITS.tres). +# Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +# Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres). # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/project.godot b/game/project.godot index 5a14d89d..e8f0fbe3 100644 --- a/game/project.godot +++ b/game/project.godot @@ -159,8 +159,8 @@ _global_script_class_icons={ [application] config/name="Tabletop Club" -config/description="Copyright (c) 2020-2023 Benjamin 'drwhut' Beddows. -Copyright (c) 2021-2023 Tabletop Club contributors (see credits). +config/description="Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows. +Copyright (c) 2021-2024 Tabletop Club contributors (see credits). An open-source platform for playing tabletop games in a 3D environment, made with the Godot Engine!" run/main_scene="res://Scenes/SplashScreen.tscn"