Browse Source

Update copyright year

Rémi Verschelde 3 years ago
parent
commit
1632322ce0
81 changed files with 161 additions and 161 deletions
  1. 1 1
      LICENSE.md
  2. 2 2
      binding_generator.py
  3. 2 2
      include/godot_cpp/classes/ref.hpp
  4. 2 2
      include/godot_cpp/classes/wrapped.hpp
  5. 2 2
      include/godot_cpp/core/binder_common.hpp
  6. 2 2
      include/godot_cpp/core/builtin_ptrcall.hpp
  7. 2 2
      include/godot_cpp/core/class_db.hpp
  8. 2 2
      include/godot_cpp/core/defs.hpp
  9. 2 2
      include/godot_cpp/core/engine_ptrcall.hpp
  10. 2 2
      include/godot_cpp/core/error_macros.hpp
  11. 2 2
      include/godot_cpp/core/math.hpp
  12. 2 2
      include/godot_cpp/core/memory.hpp
  13. 2 2
      include/godot_cpp/core/method_bind.hpp
  14. 2 2
      include/godot_cpp/core/method_ptrcall.hpp
  15. 2 2
      include/godot_cpp/core/mutex_lock.hpp
  16. 2 2
      include/godot_cpp/core/object.hpp
  17. 2 2
      include/godot_cpp/core/type_info.hpp
  18. 2 2
      include/godot_cpp/godot.hpp
  19. 2 2
      include/godot_cpp/templates/cowdata.hpp
  20. 2 2
      include/godot_cpp/templates/hash_map.hpp
  21. 2 2
      include/godot_cpp/templates/hashfuncs.hpp
  22. 2 2
      include/godot_cpp/templates/list.hpp
  23. 2 2
      include/godot_cpp/templates/map.hpp
  24. 2 2
      include/godot_cpp/templates/pair.hpp
  25. 2 2
      include/godot_cpp/templates/rid_owner.hpp
  26. 2 2
      include/godot_cpp/templates/safe_refcount.hpp
  27. 2 2
      include/godot_cpp/templates/search_array.hpp
  28. 2 2
      include/godot_cpp/templates/set.hpp
  29. 2 2
      include/godot_cpp/templates/sort_array.hpp
  30. 2 2
      include/godot_cpp/templates/spin_lock.hpp
  31. 2 2
      include/godot_cpp/templates/thread_work_pool.hpp
  32. 2 2
      include/godot_cpp/templates/vector.hpp
  33. 2 2
      include/godot_cpp/templates/vmap.hpp
  34. 2 2
      include/godot_cpp/templates/vset.hpp
  35. 2 2
      include/godot_cpp/variant/aabb.hpp
  36. 2 2
      include/godot_cpp/variant/array_helpers.hpp
  37. 2 2
      include/godot_cpp/variant/basis.hpp
  38. 2 2
      include/godot_cpp/variant/char_string.hpp
  39. 2 2
      include/godot_cpp/variant/char_utils.hpp
  40. 2 2
      include/godot_cpp/variant/color.hpp
  41. 2 2
      include/godot_cpp/variant/color_names.inc.hpp
  42. 2 2
      include/godot_cpp/variant/plane.hpp
  43. 2 2
      include/godot_cpp/variant/quaternion.hpp
  44. 2 2
      include/godot_cpp/variant/rect2.hpp
  45. 2 2
      include/godot_cpp/variant/rect2i.hpp
  46. 2 2
      include/godot_cpp/variant/transform2d.hpp
  47. 2 2
      include/godot_cpp/variant/transform3d.hpp
  48. 2 2
      include/godot_cpp/variant/ucaps.hpp
  49. 2 2
      include/godot_cpp/variant/variant.hpp
  50. 2 2
      include/godot_cpp/variant/vector2.hpp
  51. 2 2
      include/godot_cpp/variant/vector2i.hpp
  52. 2 2
      include/godot_cpp/variant/vector3.hpp
  53. 2 2
      include/godot_cpp/variant/vector3i.hpp
  54. 2 2
      misc/scripts/copyright_headers.py
  55. 2 2
      src/classes/wrapped.cpp
  56. 2 2
      src/core/class_db.cpp
  57. 2 2
      src/core/error_macros.cpp
  58. 2 2
      src/core/memory.cpp
  59. 2 2
      src/core/method_bind.cpp
  60. 2 2
      src/core/object.cpp
  61. 2 2
      src/godot.cpp
  62. 2 2
      src/variant/aabb.cpp
  63. 2 2
      src/variant/basis.cpp
  64. 2 2
      src/variant/char_string.cpp
  65. 2 2
      src/variant/color.cpp
  66. 2 2
      src/variant/packed_arrays.cpp
  67. 2 2
      src/variant/plane.cpp
  68. 2 2
      src/variant/quaternion.cpp
  69. 2 2
      src/variant/rect2.cpp
  70. 2 2
      src/variant/rect2i.cpp
  71. 2 2
      src/variant/transform2d.cpp
  72. 2 2
      src/variant/transform3d.cpp
  73. 2 2
      src/variant/variant.cpp
  74. 2 2
      src/variant/vector2.cpp
  75. 2 2
      src/variant/vector2i.cpp
  76. 2 2
      src/variant/vector3.cpp
  77. 2 2
      src/variant/vector3i.cpp
  78. 2 2
      test/src/example.cpp
  79. 2 2
      test/src/example.h
  80. 2 2
      test/src/register_types.cpp
  81. 2 2
      test/src/register_types.h

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 # MIT License
 # MIT License
 
 
-Copyright (c) 2017-2021 Godot Engine contributors.
+Copyright (c) 2017-2022 Godot Engine contributors.
 
 
 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
binding_generator.py

@@ -1818,8 +1818,8 @@ header = """\
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/classes/ref.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/classes/wrapped.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/binder_common.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/builtin_ptrcall.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/class_db.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/defs.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/engine_ptrcall.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/error_macros.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/math.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/memory.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/method_bind.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/method_ptrcall.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/mutex_lock.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/object.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/core/type_info.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/godot.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/cowdata.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/hash_map.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/hashfuncs.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/list.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/map.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/pair.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/rid_owner.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/safe_refcount.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/search_array.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/set.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/sort_array.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/spin_lock.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/thread_work_pool.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/vector.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/vmap.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/templates/vset.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/aabb.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/array_helpers.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/basis.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/char_string.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/char_utils.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/color.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/color_names.inc.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/plane.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/quaternion.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/rect2.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/rect2i.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/transform2d.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/transform3d.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/ucaps.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/variant.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/vector2.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/vector2i.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/vector3.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
include/godot_cpp/variant/vector3i.hpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
misc/scripts/copyright_headers.py

@@ -11,8 +11,8 @@ header = """\
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/classes/wrapped.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/core/class_db.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/core/error_macros.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/core/memory.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/core/method_bind.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/core/object.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/godot.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/aabb.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/basis.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/char_string.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/color.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/packed_arrays.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/plane.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/quaternion.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/rect2.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/rect2i.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/transform2d.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/transform3d.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/variant.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/vector2.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/vector2i.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/vector3.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
src/variant/vector3i.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
test/src/example.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
test/src/example.h

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
test/src/register_types.cpp

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */

+ 2 - 2
test/src/register_types.h

@@ -5,8 +5,8 @@
 /*                           GODOT ENGINE                                */
 /*                           GODOT ENGINE                                */
 /*                      https://godotengine.org                          */
 /*                      https://godotengine.org                          */
 /*************************************************************************/
 /*************************************************************************/
-/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */
-/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */
+/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.                 */
+/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md).   */
 /*                                                                       */
 /*                                                                       */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* Permission is hereby granted, free of charge, to any person obtaining */
 /* a copy of this software and associated documentation files (the       */
 /* a copy of this software and associated documentation files (the       */