From 5b8e153cb6ee03d88ce7546860cffa59838565dd Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Date: Mon, 1 Jan 2024 18:57:28 +0100 Subject: [PATCH] License date updated to 2024. --- com.b3dgs.sample.editor.test/.settings/org.eclipse.jdt.ui.prefs | 2 +- .../src/com/b3dgs/sample/editor/AboutTest.java | 2 +- .../src/com/b3dgs/sample/editor/ActivatorTest.java | 2 +- .../src/com/b3dgs/sample/editor/UtilNl.java | 2 +- com.b3dgs.sample.editor/.settings/org.eclipse.jdt.ui.prefs | 2 +- .../src/com/b3dgs/sample/editor/Activator.java | 2 +- .../src/com/b3dgs/sample/editor/ApplicationConfiguration.java | 2 +- .../src/com/b3dgs/sample/editor/package-info.java | 2 +- sample-game/.settings/org.eclipse.jdt.ui.prefs | 2 +- sample-game/src/main/java/com/b3dgs/sample/Constant.java | 2 +- sample-game/src/main/java/com/b3dgs/sample/Scene.java | 2 +- sample-game/src/main/java/com/b3dgs/sample/World.java | 2 +- sample-game/src/main/java/com/b3dgs/sample/package-info.java | 2 +- sample-game/src/test/java/com/b3dgs/sample/ConstantTest.java | 2 +- sample-pc/.settings/org.eclipse.jdt.ui.prefs | 2 +- sample-pc/src/main/java/com/b3dgs/sample/pc/AppSample.java | 2 +- sample-pc/src/main/java/com/b3dgs/sample/pc/package-info.java | 2 +- sample-pc/src/test/java/com/b3dgs/sample/pc/AppSampleTest.java | 2 +- sample-pc/src/test/java/com/b3dgs/sample/pc/SampleTest.java | 2 +- sample-pc/src/test/java/com/b3dgs/sample/pc/TestScene.java | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/com.b3dgs.sample.editor.test/.settings/org.eclipse.jdt.ui.prefs b/com.b3dgs.sample.editor.test/.settings/org.eclipse.jdt.ui.prefs index ce06a17..1e246e2 100644 --- a/com.b3dgs.sample.editor.test/.settings/org.eclipse.jdt.ui.prefs +++ b/com.b3dgs.sample.editor.test/.settings/org.eclipse.jdt.ui.prefs @@ -151,7 +151,7 @@ org.eclipse.jdt.ui.importorder=java;javax;android;org;com; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_all=false sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false diff --git a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/AboutTest.java b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/AboutTest.java index 9ba7ab6..caf2a64 100644 --- a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/AboutTest.java +++ b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/AboutTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/ActivatorTest.java b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/ActivatorTest.java index 4112ef2..3d2fa53 100644 --- a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/ActivatorTest.java +++ b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/ActivatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/UtilNl.java b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/UtilNl.java index 1a36777..d126686 100644 --- a/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/UtilNl.java +++ b/com.b3dgs.sample.editor.test/src/com/b3dgs/sample/editor/UtilNl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com.b3dgs.sample.editor/.settings/org.eclipse.jdt.ui.prefs b/com.b3dgs.sample.editor/.settings/org.eclipse.jdt.ui.prefs index 92858ed..aa26c79 100644 --- a/com.b3dgs.sample.editor/.settings/org.eclipse.jdt.ui.prefs +++ b/com.b3dgs.sample.editor/.settings/org.eclipse.jdt.ui.prefs @@ -151,7 +151,7 @@ org.eclipse.jdt.ui.importorder=java;javax;android;org;com; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/Activator.java b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/Activator.java index 550b6dc..de279ca 100644 --- a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/Activator.java +++ b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/Activator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/ApplicationConfiguration.java b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/ApplicationConfiguration.java index 56f29fa..34cf16b 100644 --- a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/ApplicationConfiguration.java +++ b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/ApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/package-info.java b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/package-info.java index f25366f..4ab2f2a 100644 --- a/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/package-info.java +++ b/com.b3dgs.sample.editor/src/com/b3dgs/sample/editor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-game/.settings/org.eclipse.jdt.ui.prefs b/sample-game/.settings/org.eclipse.jdt.ui.prefs index 92858ed..aa26c79 100644 --- a/sample-game/.settings/org.eclipse.jdt.ui.prefs +++ b/sample-game/.settings/org.eclipse.jdt.ui.prefs @@ -151,7 +151,7 @@ org.eclipse.jdt.ui.importorder=java;javax;android;org;com; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/sample-game/src/main/java/com/b3dgs/sample/Constant.java b/sample-game/src/main/java/com/b3dgs/sample/Constant.java index 703101a..9d72899 100644 --- a/sample-game/src/main/java/com/b3dgs/sample/Constant.java +++ b/sample-game/src/main/java/com/b3dgs/sample/Constant.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-game/src/main/java/com/b3dgs/sample/Scene.java b/sample-game/src/main/java/com/b3dgs/sample/Scene.java index 45fc96a..c3bcbef 100644 --- a/sample-game/src/main/java/com/b3dgs/sample/Scene.java +++ b/sample-game/src/main/java/com/b3dgs/sample/Scene.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-game/src/main/java/com/b3dgs/sample/World.java b/sample-game/src/main/java/com/b3dgs/sample/World.java index 840422b..7e435da 100644 --- a/sample-game/src/main/java/com/b3dgs/sample/World.java +++ b/sample-game/src/main/java/com/b3dgs/sample/World.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-game/src/main/java/com/b3dgs/sample/package-info.java b/sample-game/src/main/java/com/b3dgs/sample/package-info.java index 1f76d23..bf2a497 100644 --- a/sample-game/src/main/java/com/b3dgs/sample/package-info.java +++ b/sample-game/src/main/java/com/b3dgs/sample/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-game/src/test/java/com/b3dgs/sample/ConstantTest.java b/sample-game/src/test/java/com/b3dgs/sample/ConstantTest.java index e1f1ed3..d4778ac 100644 --- a/sample-game/src/test/java/com/b3dgs/sample/ConstantTest.java +++ b/sample-game/src/test/java/com/b3dgs/sample/ConstantTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-pc/.settings/org.eclipse.jdt.ui.prefs b/sample-pc/.settings/org.eclipse.jdt.ui.prefs index 92858ed..aa26c79 100644 --- a/sample-pc/.settings/org.eclipse.jdt.ui.prefs +++ b/sample-pc/.settings/org.eclipse.jdt.ui.prefs @@ -151,7 +151,7 @@ org.eclipse.jdt.ui.importorder=java;javax;android;org;com; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/sample-pc/src/main/java/com/b3dgs/sample/pc/AppSample.java b/sample-pc/src/main/java/com/b3dgs/sample/pc/AppSample.java index b41aa72..fcc7808 100644 --- a/sample-pc/src/main/java/com/b3dgs/sample/pc/AppSample.java +++ b/sample-pc/src/main/java/com/b3dgs/sample/pc/AppSample.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-pc/src/main/java/com/b3dgs/sample/pc/package-info.java b/sample-pc/src/main/java/com/b3dgs/sample/pc/package-info.java index 749a1c1..5e560a3 100644 --- a/sample-pc/src/main/java/com/b3dgs/sample/pc/package-info.java +++ b/sample-pc/src/main/java/com/b3dgs/sample/pc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-pc/src/test/java/com/b3dgs/sample/pc/AppSampleTest.java b/sample-pc/src/test/java/com/b3dgs/sample/pc/AppSampleTest.java index fab2b72..4064a8f 100644 --- a/sample-pc/src/test/java/com/b3dgs/sample/pc/AppSampleTest.java +++ b/sample-pc/src/test/java/com/b3dgs/sample/pc/AppSampleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-pc/src/test/java/com/b3dgs/sample/pc/SampleTest.java b/sample-pc/src/test/java/com/b3dgs/sample/pc/SampleTest.java index ff0e497..d19282f 100644 --- a/sample-pc/src/test/java/com/b3dgs/sample/pc/SampleTest.java +++ b/sample-pc/src/test/java/com/b3dgs/sample/pc/SampleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sample-pc/src/test/java/com/b3dgs/sample/pc/TestScene.java b/sample-pc/src/test/java/com/b3dgs/sample/pc/TestScene.java index 3856d6a..c6b51b4 100644 --- a/sample-pc/src/test/java/com/b3dgs/sample/pc/TestScene.java +++ b/sample-pc/src/test/java/com/b3dgs/sample/pc/TestScene.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2023 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) + * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by