Browse Source

Missed some copyright date updates

Alex Szpakowski 4 years ago
parent
commit
9b4aea8f17
100 changed files with 100 additions and 100 deletions
  1. 1 1
      src/common/Range.h
  2. 1 1
      src/common/apple.h
  3. 1 1
      src/common/apple.mm
  4. 1 1
      src/libraries/enet/lua-enet.h
  5. 1 1
      src/libraries/luasocket/luasocket.cpp
  6. 1 1
      src/modules/audio/wrap_RecordingDevice.cpp
  7. 1 1
      src/modules/audio/wrap_RecordingDevice.h
  8. 1 1
      src/modules/audio/wrap_Source.cpp
  9. 1 1
      src/modules/audio/wrap_Source.h
  10. 1 1
      src/modules/data/wrap_ByteData.h
  11. 1 1
      src/modules/data/wrap_CompressedData.cpp
  12. 1 1
      src/modules/data/wrap_CompressedData.h
  13. 1 1
      src/modules/data/wrap_Data.h
  14. 1 1
      src/modules/data/wrap_Data.lua
  15. 1 1
      src/modules/data/wrap_DataView.h
  16. 1 1
      src/modules/event/wrap_Event.cpp
  17. 1 1
      src/modules/event/wrap_Event.h
  18. 1 1
      src/modules/event/wrap_Event.lua
  19. 1 1
      src/modules/filesystem/wrap_File.cpp
  20. 1 1
      src/modules/filesystem/wrap_FileData.cpp
  21. 1 1
      src/modules/filesystem/wrap_FileData.h
  22. 1 1
      src/modules/filesystem/wrap_Filesystem.cpp
  23. 1 1
      src/modules/filesystem/wrap_Filesystem.h
  24. 1 1
      src/modules/filesystem/wrap_NativeFile.h
  25. 1 1
      src/modules/font/wrap_GlyphData.h
  26. 1 1
      src/modules/graphics/opengl/Texture.cpp
  27. 1 1
      src/modules/graphics/renderstate.h
  28. 1 1
      src/modules/graphics/wrap_Buffer.cpp
  29. 1 1
      src/modules/graphics/wrap_Mesh.cpp
  30. 1 1
      src/modules/graphics/wrap_Mesh.h
  31. 1 1
      src/modules/graphics/wrap_ParticleSystem.h
  32. 1 1
      src/modules/graphics/wrap_Quad.h
  33. 1 1
      src/modules/graphics/wrap_Shader.cpp
  34. 1 1
      src/modules/graphics/wrap_Shader.h
  35. 1 1
      src/modules/graphics/wrap_SpriteBatch.cpp
  36. 1 1
      src/modules/graphics/wrap_Text.cpp
  37. 1 1
      src/modules/graphics/wrap_Text.h
  38. 1 1
      src/modules/graphics/wrap_Video.cpp
  39. 1 1
      src/modules/image/wrap_ImageData.cpp
  40. 1 1
      src/modules/joystick/wrap_Joystick.cpp
  41. 1 1
      src/modules/joystick/wrap_Joystick.h
  42. 1 1
      src/modules/joystick/wrap_JoystickModule.cpp
  43. 1 1
      src/modules/keyboard/wrap_Keyboard.cpp
  44. 1 1
      src/modules/keyboard/wrap_Keyboard.h
  45. 1 1
      src/modules/math/wrap_Math.h
  46. 1 1
      src/modules/math/wrap_Math.lua
  47. 1 1
      src/modules/math/wrap_RandomGenerator.lua
  48. 1 1
      src/modules/math/wrap_Transform.cpp
  49. 1 1
      src/modules/math/wrap_Transform.h
  50. 1 1
      src/modules/mouse/wrap_Cursor.cpp
  51. 1 1
      src/modules/mouse/wrap_Mouse.cpp
  52. 1 1
      src/modules/mouse/wrap_Mouse.h
  53. 1 1
      src/modules/physics/box2d/wrap_ChainShape.cpp
  54. 1 1
      src/modules/physics/box2d/wrap_ChainShape.h
  55. 1 1
      src/modules/physics/box2d/wrap_CircleShape.cpp
  56. 1 1
      src/modules/physics/box2d/wrap_CircleShape.h
  57. 1 1
      src/modules/physics/box2d/wrap_Contact.cpp
  58. 1 1
      src/modules/physics/box2d/wrap_DistanceJoint.cpp
  59. 1 1
      src/modules/physics/box2d/wrap_DistanceJoint.h
  60. 1 1
      src/modules/physics/box2d/wrap_EdgeShape.cpp
  61. 1 1
      src/modules/physics/box2d/wrap_EdgeShape.h
  62. 1 1
      src/modules/physics/box2d/wrap_Fixture.h
  63. 1 1
      src/modules/physics/box2d/wrap_FrictionJoint.cpp
  64. 1 1
      src/modules/physics/box2d/wrap_FrictionJoint.h
  65. 1 1
      src/modules/physics/box2d/wrap_GearJoint.cpp
  66. 1 1
      src/modules/physics/box2d/wrap_Joint.cpp
  67. 1 1
      src/modules/physics/box2d/wrap_MotorJoint.cpp
  68. 1 1
      src/modules/physics/box2d/wrap_MotorJoint.h
  69. 1 1
      src/modules/physics/box2d/wrap_MouseJoint.cpp
  70. 1 1
      src/modules/physics/box2d/wrap_Physics.cpp
  71. 1 1
      src/modules/physics/box2d/wrap_Physics.h
  72. 1 1
      src/modules/physics/box2d/wrap_PolygonShape.cpp
  73. 1 1
      src/modules/physics/box2d/wrap_PolygonShape.h
  74. 1 1
      src/modules/physics/box2d/wrap_PrismaticJoint.cpp
  75. 1 1
      src/modules/physics/box2d/wrap_PulleyJoint.cpp
  76. 1 1
      src/modules/physics/box2d/wrap_PulleyJoint.h
  77. 1 1
      src/modules/physics/box2d/wrap_RevoluteJoint.cpp
  78. 1 1
      src/modules/physics/box2d/wrap_RevoluteJoint.h
  79. 1 1
      src/modules/physics/box2d/wrap_RopeJoint.cpp
  80. 1 1
      src/modules/physics/box2d/wrap_Shape.cpp
  81. 1 1
      src/modules/physics/box2d/wrap_WeldJoint.cpp
  82. 1 1
      src/modules/physics/box2d/wrap_WeldJoint.h
  83. 1 1
      src/modules/physics/box2d/wrap_WheelJoint.cpp
  84. 1 1
      src/modules/physics/box2d/wrap_WheelJoint.h
  85. 1 1
      src/modules/physics/box2d/wrap_World.cpp
  86. 1 1
      src/modules/physics/box2d/wrap_World.h
  87. 1 1
      src/modules/sound/lullaby/MP3Decoder.cpp
  88. 1 1
      src/modules/sound/wrap_Sound.h
  89. 1 1
      src/modules/sound/wrap_SoundData.cpp
  90. 1 1
      src/modules/sound/wrap_SoundData.lua
  91. 1 1
      src/modules/thread/wrap_Channel.h
  92. 1 1
      src/modules/thread/wrap_LuaThread.h
  93. 1 1
      src/modules/thread/wrap_ThreadModule.h
  94. 1 1
      src/modules/timer/wrap_Timer.h
  95. 1 1
      src/modules/touch/wrap_Touch.cpp
  96. 1 1
      src/modules/video/wrap_Video.cpp
  97. 1 1
      src/modules/video/wrap_VideoStream.cpp
  98. 1 1
      src/modules/video/wrap_VideoStream.h
  99. 1 1
      src/modules/window/wrap_Window.cpp
  100. 1 1
      src/modules/window/wrap_Window.h

+ 1 - 1
src/common/Range.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/common/apple.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/common/apple.mm

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/libraries/enet/lua-enet.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2020 LOVE Development Team
+* Copyright (c) 2006-2021 LOVE Development Team
 * 
 * 
 * This software is provided 'as-is', without any express or implied
 * This software is provided 'as-is', without any express or implied
 * warranty.  In no event will the authors be held liable for any damages
 * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/libraries/luasocket/luasocket.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/audio/wrap_RecordingDevice.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/audio/wrap_RecordingDevice.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/audio/wrap_Source.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/audio/wrap_Source.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_ByteData.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_CompressedData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_CompressedData.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_Data.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_Data.lua

@@ -3,7 +3,7 @@ R"luastring"--(
 -- There is a matching delimiter at the bottom of the file.
 -- There is a matching delimiter at the bottom of the file.
 
 
 --[[
 --[[
-Copyright (c) 2006-2020 LOVE Development Team
+Copyright (c) 2006-2021 LOVE Development Team
 
 
 This software is provided 'as-is', without any express or implied
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/data/wrap_DataView.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/event/wrap_Event.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/event/wrap_Event.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/event/wrap_Event.lua

@@ -3,7 +3,7 @@ R"luastring"--(
 -- There is a matching delimiter at the bottom of the file.
 -- There is a matching delimiter at the bottom of the file.
 
 
 --[[
 --[[
-Copyright (c) 2006-2020 LOVE Development Team
+Copyright (c) 2006-2021 LOVE Development Team
 
 
 This software is provided 'as-is', without any express or implied
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_File.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_FileData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_FileData.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_Filesystem.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_Filesystem.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/filesystem/wrap_NativeFile.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/font/wrap_GlyphData.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/opengl/Texture.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/renderstate.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Buffer.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2020 LOVE Development Team
+* Copyright (c) 2006-2021 LOVE Development Team
 *
 *
 * This software is provided 'as-is', without any express or implied
 * This software is provided 'as-is', without any express or implied
 * warranty.  In no event will the authors be held liable for any damages
 * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Mesh.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Mesh.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_ParticleSystem.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Quad.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Shader.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Shader.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_SpriteBatch.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Text.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Text.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/graphics/wrap_Video.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/image/wrap_ImageData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/joystick/wrap_Joystick.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/joystick/wrap_Joystick.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/joystick/wrap_JoystickModule.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/keyboard/wrap_Keyboard.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/keyboard/wrap_Keyboard.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/math/wrap_Math.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/math/wrap_Math.lua

@@ -3,7 +3,7 @@ R"luastring"--(
 -- There is a matching delimiter at the bottom of the file.
 -- There is a matching delimiter at the bottom of the file.
 
 
 --[[
 --[[
-Copyright (c) 2006-2020 LOVE Development Team
+Copyright (c) 2006-2021 LOVE Development Team
 
 
 This software is provided 'as-is', without any express or implied
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/math/wrap_RandomGenerator.lua

@@ -3,7 +3,7 @@ R"luastring"--(
 -- There is a matching delimiter at the bottom of the file.
 -- There is a matching delimiter at the bottom of the file.
 
 
 --[[
 --[[
-Copyright (c) 2006-2020 LOVE Development Team
+Copyright (c) 2006-2021 LOVE Development Team
 
 
 This software is provided 'as-is', without any express or implied
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/math/wrap_Transform.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/math/wrap_Transform.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/mouse/wrap_Cursor.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/mouse/wrap_Mouse.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/mouse/wrap_Mouse.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_ChainShape.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_ChainShape.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_CircleShape.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_CircleShape.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Contact.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_DistanceJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_DistanceJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_EdgeShape.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_EdgeShape.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Fixture.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_FrictionJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_FrictionJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_GearJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Joint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_MotorJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_MotorJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_MouseJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Physics.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Physics.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_PolygonShape.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_PolygonShape.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_PrismaticJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_PulleyJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_PulleyJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_RevoluteJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_RevoluteJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_RopeJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_Shape.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_WeldJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_WeldJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_WheelJoint.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_WheelJoint.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_World.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/physics/box2d/wrap_World.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/sound/lullaby/MP3Decoder.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/sound/wrap_Sound.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/sound/wrap_SoundData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/sound/wrap_SoundData.lua

@@ -3,7 +3,7 @@ R"luastring"--(
 -- There is a matching delimiter at the bottom of the file.
 -- There is a matching delimiter at the bottom of the file.
 
 
 --[[
 --[[
-Copyright (c) 2006-2020 LOVE Development Team
+Copyright (c) 2006-2021 LOVE Development Team
 
 
 This software is provided 'as-is', without any express or implied
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/thread/wrap_Channel.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/thread/wrap_LuaThread.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/thread/wrap_ThreadModule.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/timer/wrap_Timer.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/touch/wrap_Touch.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/video/wrap_Video.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/video/wrap_VideoStream.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/video/wrap_VideoStream.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/window/wrap_Window.cpp

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/modules/window/wrap_Window.h

@@ -1,5 +1,5 @@
 /**
 /**
- * Copyright (c) 2006-2020 LOVE Development Team
+ * Copyright (c) 2006-2021 LOVE Development Team
  *
  *
  * This software is provided 'as-is', without any express or implied
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages
  * warranty.  In no event will the authors be held liable for any damages