瀏覽代碼

GH Actions: Bump copyright to 2021.

urhobot 4 年之前
父節點
當前提交
f861a10a61
共有 100 個文件被更改,包括 101 次插入101 次删除
  1. 1 1
      .clang-format
  2. 1 1
      .clang-tidy
  3. 1 1
      .github/workflows/main.yml
  4. 1 1
      .github/workflows/stale.yml
  5. 2 2
      CMakeLists.txt
  6. 1 1
      Docs/CMakeLists.txt
  7. 1 1
      Docs/Reference.dox
  8. 1 1
      Docs/Urho3D.dox
  9. 1 1
      LICENSE
  10. 1 1
      Source/CMakeLists.txt
  11. 1 1
      Source/Clang-Tools/Annotator/Annotator.cpp
  12. 1 1
      Source/Clang-Tools/Annotator/CMakeLists.txt
  13. 1 1
      Source/Clang-Tools/AutoBinder/AutoBinder.cpp
  14. 1 1
      Source/Clang-Tools/AutoBinder/CMakeLists.txt
  15. 1 1
      Source/Clang-Tools/AutoBinder/Templates/AngelScript/source.mustache
  16. 1 1
      Source/Clang-Tools/CMakeLists.txt
  17. 1 1
      Source/Extras/CMakeLists.txt
  18. 1 1
      Source/Extras/CoverityScan/model.cpp
  19. 1 1
      Source/Extras/OgreBatchConverter/CMakeLists.txt
  20. 1 1
      Source/Samples/01_HelloWorld/CMakeLists.txt
  21. 1 1
      Source/Samples/01_HelloWorld/HelloWorld.cpp
  22. 1 1
      Source/Samples/01_HelloWorld/HelloWorld.h
  23. 1 1
      Source/Samples/02_HelloGUI/CMakeLists.txt
  24. 1 1
      Source/Samples/02_HelloGUI/HelloGUI.cpp
  25. 1 1
      Source/Samples/02_HelloGUI/HelloGUI.h
  26. 1 1
      Source/Samples/03_Sprites/CMakeLists.txt
  27. 1 1
      Source/Samples/03_Sprites/Sprites.cpp
  28. 1 1
      Source/Samples/03_Sprites/Sprites.h
  29. 1 1
      Source/Samples/04_StaticScene/CMakeLists.txt
  30. 1 1
      Source/Samples/04_StaticScene/StaticScene.cpp
  31. 1 1
      Source/Samples/04_StaticScene/StaticScene.h
  32. 1 1
      Source/Samples/05_AnimatingScene/AnimatingScene.cpp
  33. 1 1
      Source/Samples/05_AnimatingScene/AnimatingScene.h
  34. 1 1
      Source/Samples/05_AnimatingScene/CMakeLists.txt
  35. 1 1
      Source/Samples/05_AnimatingScene/Rotator.cpp
  36. 1 1
      Source/Samples/05_AnimatingScene/Rotator.h
  37. 1 1
      Source/Samples/06_SkeletalAnimation/CMakeLists.txt
  38. 1 1
      Source/Samples/06_SkeletalAnimation/Mover.cpp
  39. 1 1
      Source/Samples/06_SkeletalAnimation/Mover.h
  40. 1 1
      Source/Samples/06_SkeletalAnimation/SkeletalAnimation.cpp
  41. 1 1
      Source/Samples/06_SkeletalAnimation/SkeletalAnimation.h
  42. 1 1
      Source/Samples/07_Billboards/Billboards.cpp
  43. 1 1
      Source/Samples/07_Billboards/Billboards.h
  44. 1 1
      Source/Samples/07_Billboards/CMakeLists.txt
  45. 1 1
      Source/Samples/08_Decals/CMakeLists.txt
  46. 1 1
      Source/Samples/08_Decals/Decals.cpp
  47. 1 1
      Source/Samples/08_Decals/Decals.h
  48. 1 1
      Source/Samples/09_MultipleViewports/CMakeLists.txt
  49. 1 1
      Source/Samples/09_MultipleViewports/MultipleViewports.cpp
  50. 1 1
      Source/Samples/09_MultipleViewports/MultipleViewports.h
  51. 1 1
      Source/Samples/10_RenderToTexture/CMakeLists.txt
  52. 1 1
      Source/Samples/10_RenderToTexture/RenderToTexture.cpp
  53. 1 1
      Source/Samples/10_RenderToTexture/RenderToTexture.h
  54. 1 1
      Source/Samples/10_RenderToTexture/Rotator.cpp
  55. 1 1
      Source/Samples/10_RenderToTexture/Rotator.h
  56. 1 1
      Source/Samples/11_Physics/CMakeLists.txt
  57. 1 1
      Source/Samples/11_Physics/Physics.cpp
  58. 1 1
      Source/Samples/11_Physics/Physics.h
  59. 1 1
      Source/Samples/12_PhysicsStressTest/CMakeLists.txt
  60. 1 1
      Source/Samples/12_PhysicsStressTest/PhysicsStressTest.cpp
  61. 1 1
      Source/Samples/12_PhysicsStressTest/PhysicsStressTest.h
  62. 1 1
      Source/Samples/13_Ragdolls/CMakeLists.txt
  63. 1 1
      Source/Samples/13_Ragdolls/CreateRagdoll.cpp
  64. 1 1
      Source/Samples/13_Ragdolls/CreateRagdoll.h
  65. 1 1
      Source/Samples/13_Ragdolls/Ragdolls.cpp
  66. 1 1
      Source/Samples/13_Ragdolls/Ragdolls.h
  67. 1 1
      Source/Samples/14_SoundEffects/CMakeLists.txt
  68. 1 1
      Source/Samples/14_SoundEffects/SoundEffects.cpp
  69. 1 1
      Source/Samples/14_SoundEffects/SoundEffects.h
  70. 1 1
      Source/Samples/15_Navigation/CMakeLists.txt
  71. 1 1
      Source/Samples/15_Navigation/Navigation.cpp
  72. 1 1
      Source/Samples/15_Navigation/Navigation.h
  73. 1 1
      Source/Samples/16_Chat/CMakeLists.txt
  74. 1 1
      Source/Samples/16_Chat/Chat.cpp
  75. 1 1
      Source/Samples/16_Chat/Chat.h
  76. 1 1
      Source/Samples/17_SceneReplication/CMakeLists.txt
  77. 1 1
      Source/Samples/17_SceneReplication/SceneReplication.cpp
  78. 1 1
      Source/Samples/17_SceneReplication/SceneReplication.h
  79. 1 1
      Source/Samples/18_CharacterDemo/CMakeLists.txt
  80. 1 1
      Source/Samples/18_CharacterDemo/Character.cpp
  81. 1 1
      Source/Samples/18_CharacterDemo/Character.h
  82. 1 1
      Source/Samples/18_CharacterDemo/CharacterDemo.cpp
  83. 1 1
      Source/Samples/18_CharacterDemo/CharacterDemo.h
  84. 1 1
      Source/Samples/18_CharacterDemo/Touch.cpp
  85. 1 1
      Source/Samples/18_CharacterDemo/Touch.h
  86. 1 1
      Source/Samples/19_VehicleDemo/CMakeLists.txt
  87. 1 1
      Source/Samples/19_VehicleDemo/Vehicle.cpp
  88. 1 1
      Source/Samples/19_VehicleDemo/Vehicle.h
  89. 1 1
      Source/Samples/19_VehicleDemo/VehicleDemo.cpp
  90. 1 1
      Source/Samples/19_VehicleDemo/VehicleDemo.h
  91. 1 1
      Source/Samples/20_HugeObjectCount/CMakeLists.txt
  92. 1 1
      Source/Samples/20_HugeObjectCount/HugeObjectCount.cpp
  93. 1 1
      Source/Samples/20_HugeObjectCount/HugeObjectCount.h
  94. 1 1
      Source/Samples/21_AngelScriptIntegration/AngelScriptIntegration.cpp
  95. 1 1
      Source/Samples/21_AngelScriptIntegration/AngelScriptIntegration.h
  96. 1 1
      Source/Samples/21_AngelScriptIntegration/CMakeLists.txt
  97. 1 1
      Source/Samples/22_LuaIntegration/CMakeLists.txt
  98. 1 1
      Source/Samples/22_LuaIntegration/LuaIntegration.cpp
  99. 1 1
      Source/Samples/22_LuaIntegration/LuaIntegration.h
  100. 1 1
      Source/Samples/23_Water/CMakeLists.txt

+ 1 - 1
.clang-format

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
.clang-tidy

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
.github/workflows/main.yml

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
.github/workflows/stale.yml

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal
@@ -173,7 +173,7 @@ if (URHO3D_MACOSX_BUNDLE OR (APPLE AND ARM))
         set (MACOSX_BUNDLE_SHORT_VERSION_STRING ${URHO3D_VERSION})
         set (MACOSX_BUNDLE_SHORT_VERSION_STRING ${URHO3D_VERSION})
     endif ()
     endif ()
     if (NOT MACOSX_BUNDLE_COPYRIGHT)
     if (NOT MACOSX_BUNDLE_COPYRIGHT)
-        set (MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2008-2020 the Urho3D project.")
+        set (MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2008-2021 the Urho3D project.")
     endif ()
     endif ()
 endif ()
 endif ()
 
 

+ 1 - 1
Docs/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Docs/Reference.dox

@@ -3880,7 +3880,7 @@ When contributing code to the Urho3D project, there are a few things to check so
 
 
 First of all, the contribution should be wholly your own, so that you hold the copyright. If you are borrowing anything (for example a specific implementation of a math formula), you must be sure that you're allowed to do so, and give credit appropriately. For example borrowing code that is in the public domain would be OK.
 First of all, the contribution should be wholly your own, so that you hold the copyright. If you are borrowing anything (for example a specific implementation of a math formula), you must be sure that you're allowed to do so, and give credit appropriately. For example borrowing code that is in the public domain would be OK.
 
 
-Second, you need to agree that code is released under the MIT license with the copyright statement "Copyright (c) 2008-2020 the Urho3D project." Note here that "Urho3D project" is not an actual legal entity, but just shorthand to avoid listing all the contributors. You certainly retain your individual copyright. You should copy-paste the license statement from an existing .cpp or .h file to each new file that you contribute, to avoid having to add it later.
+Second, you need to agree that code is released under the MIT license with the copyright statement "Copyright (c) 2008-2021 the Urho3D project." Note here that "Urho3D project" is not an actual legal entity, but just shorthand to avoid listing all the contributors. You certainly retain your individual copyright. You should copy-paste the license statement from an existing .cpp or .h file to each new file that you contribute, to avoid having to add it later.
 
 
 Third, there are requirements for new code that come from Urho3D striving to be a cohesive, easy-to-use package where features like events, serialization and script bindings integrate tightly. Check all that apply:
 Third, there are requirements for new code that come from Urho3D striving to be a cohesive, easy-to-use package where features like events, serialization and script bindings integrate tightly. Check all that apply:
 
 

+ 1 - 1
Docs/Urho3D.dox

@@ -122,7 +122,7 @@ License / copyright information included with the assets as necessary. All other
 
 
 \page License License
 \page License License
 
 
-Copyright (c) 2008-2020 the Urho3D project.
+Copyright (c) 2008-2021 the Urho3D project.
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
 

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 The MIT License (MIT)
 
 
-Copyright (c) 2008-2020 the Urho3D project.
+Copyright (c) 2008-2021 the Urho3D project.
 
 
 Permission is hereby granted, free of charge, to any person obtaining a
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 copy of this software and associated documentation files (the "Software"),

+ 1 - 1
Source/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/Annotator/Annotator.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/Annotator/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/AutoBinder/AutoBinder.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/AutoBinder/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/AutoBinder/Templates/AngelScript/source.mustache

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Clang-Tools/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Extras/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Extras/CoverityScan/model.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Extras/OgreBatchConverter/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/01_HelloWorld/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/01_HelloWorld/HelloWorld.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/01_HelloWorld/HelloWorld.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/02_HelloGUI/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/02_HelloGUI/HelloGUI.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/02_HelloGUI/HelloGUI.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/03_Sprites/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/03_Sprites/Sprites.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/03_Sprites/Sprites.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/04_StaticScene/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/04_StaticScene/StaticScene.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/04_StaticScene/StaticScene.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/05_AnimatingScene/AnimatingScene.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/05_AnimatingScene/AnimatingScene.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/05_AnimatingScene/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/05_AnimatingScene/Rotator.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/05_AnimatingScene/Rotator.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/06_SkeletalAnimation/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/06_SkeletalAnimation/Mover.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/06_SkeletalAnimation/Mover.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/06_SkeletalAnimation/SkeletalAnimation.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/06_SkeletalAnimation/SkeletalAnimation.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/07_Billboards/Billboards.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/07_Billboards/Billboards.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/07_Billboards/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/08_Decals/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/08_Decals/Decals.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/08_Decals/Decals.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/09_MultipleViewports/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/09_MultipleViewports/MultipleViewports.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/09_MultipleViewports/MultipleViewports.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/10_RenderToTexture/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/10_RenderToTexture/RenderToTexture.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/10_RenderToTexture/RenderToTexture.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/10_RenderToTexture/Rotator.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/10_RenderToTexture/Rotator.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/11_Physics/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/11_Physics/Physics.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/11_Physics/Physics.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/12_PhysicsStressTest/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/12_PhysicsStressTest/PhysicsStressTest.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/12_PhysicsStressTest/PhysicsStressTest.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/13_Ragdolls/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/13_Ragdolls/CreateRagdoll.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/13_Ragdolls/CreateRagdoll.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/13_Ragdolls/Ragdolls.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/13_Ragdolls/Ragdolls.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/14_SoundEffects/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/14_SoundEffects/SoundEffects.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/14_SoundEffects/SoundEffects.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/15_Navigation/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/15_Navigation/Navigation.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/15_Navigation/Navigation.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/16_Chat/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/16_Chat/Chat.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/16_Chat/Chat.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/17_SceneReplication/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/17_SceneReplication/SceneReplication.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/17_SceneReplication/SceneReplication.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/Character.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/Character.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/CharacterDemo.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/CharacterDemo.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/Touch.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/18_CharacterDemo/Touch.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/19_VehicleDemo/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/19_VehicleDemo/Vehicle.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/19_VehicleDemo/Vehicle.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/19_VehicleDemo/VehicleDemo.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/19_VehicleDemo/VehicleDemo.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/20_HugeObjectCount/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/20_HugeObjectCount/HugeObjectCount.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/20_HugeObjectCount/HugeObjectCount.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/21_AngelScriptIntegration/AngelScriptIntegration.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/21_AngelScriptIntegration/AngelScriptIntegration.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/21_AngelScriptIntegration/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/22_LuaIntegration/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/22_LuaIntegration/LuaIntegration.cpp

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/22_LuaIntegration/LuaIntegration.h

@@ -1,5 +1,5 @@
 //
 //
-// Copyright (c) 2008-2020 the Urho3D project.
+// Copyright (c) 2008-2021 the Urho3D project.
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Source/Samples/23_Water/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
 #
-# Copyright (c) 2008-2020 the Urho3D project.
+# Copyright (c) 2008-2021 the Urho3D project.
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # of this software and associated documentation files (the "Software"), to deal

部分文件因文件數量過多而無法顯示