Browse Source

Updated all dates to 2010.

rude 15 years ago
parent
commit
aa01c984b9
100 changed files with 100 additions and 100 deletions
  1. 1 1
      extra/reshax/reshax.cpp
  2. 1 1
      license.txt
  3. 1 1
      src/common/Data.h
  4. 1 1
      src/common/EnumMap.h
  5. 1 1
      src/common/Exception.cpp
  6. 1 1
      src/common/Exception.h
  7. 1 1
      src/common/Matrix.cpp
  8. 1 1
      src/common/Matrix.h
  9. 1 1
      src/common/MemoryData.cpp
  10. 1 1
      src/common/MemoryData.h
  11. 1 1
      src/common/Module.h
  12. 1 1
      src/common/Object.cpp
  13. 1 1
      src/common/Object.h
  14. 1 1
      src/common/Reference.cpp
  15. 1 1
      src/common/Reference.h
  16. 1 1
      src/common/StringMap.h
  17. 1 1
      src/common/Vector.cpp
  18. 1 1
      src/common/Vector.h
  19. 1 1
      src/common/config.h
  20. 1 1
      src/common/math.h
  21. 1 1
      src/common/runtime.cpp
  22. 1 1
      src/common/runtime.h
  23. 1 1
      src/common/types.h
  24. 1 1
      src/common/utf8.cpp
  25. 1 1
      src/common/utf8.h
  26. 1 1
      src/common/version.h
  27. 1 1
      src/common/wrap_Data.cpp
  28. 1 1
      src/common/wrap_Data.h
  29. 1 1
      src/libraries/luasocket/luasocket.cpp
  30. 1 1
      src/libraries/luasocket/luasocket.h
  31. 1 1
      src/love.cpp
  32. 1 1
      src/modules/audio/Audio.h
  33. 1 1
      src/modules/audio/Source.cpp
  34. 1 1
      src/modules/audio/Source.h
  35. 1 1
      src/modules/audio/null/Audio.cpp
  36. 1 1
      src/modules/audio/null/Audio.h
  37. 1 1
      src/modules/audio/null/Source.cpp
  38. 1 1
      src/modules/audio/null/Source.h
  39. 1 1
      src/modules/audio/openal/Audio.cpp
  40. 1 1
      src/modules/audio/openal/Audio.h
  41. 1 1
      src/modules/audio/openal/Pool.cpp
  42. 1 1
      src/modules/audio/openal/Pool.h
  43. 1 1
      src/modules/audio/openal/Source.cpp
  44. 1 1
      src/modules/audio/openal/Source.h
  45. 1 1
      src/modules/audio/wrap_Audio.cpp
  46. 1 1
      src/modules/audio/wrap_Audio.h
  47. 1 1
      src/modules/audio/wrap_Source.cpp
  48. 1 1
      src/modules/audio/wrap_Source.h
  49. 1 1
      src/modules/event/Event.cpp
  50. 1 1
      src/modules/event/Event.h
  51. 1 1
      src/modules/event/sdl/Event.cpp
  52. 1 1
      src/modules/event/sdl/Event.h
  53. 1 1
      src/modules/event/sdl/wrap_Event.cpp
  54. 1 1
      src/modules/event/sdl/wrap_Event.h
  55. 1 1
      src/modules/filesystem/File.cpp
  56. 1 1
      src/modules/filesystem/File.h
  57. 1 1
      src/modules/filesystem/FileData.cpp
  58. 1 1
      src/modules/filesystem/FileData.h
  59. 1 1
      src/modules/filesystem/physfs/File.cpp
  60. 1 1
      src/modules/filesystem/physfs/File.h
  61. 1 1
      src/modules/filesystem/physfs/Filesystem.cpp
  62. 1 1
      src/modules/filesystem/physfs/Filesystem.h
  63. 1 1
      src/modules/filesystem/physfs/wrap_File.cpp
  64. 1 1
      src/modules/filesystem/physfs/wrap_File.h
  65. 1 1
      src/modules/filesystem/physfs/wrap_FileData.cpp
  66. 1 1
      src/modules/filesystem/physfs/wrap_FileData.h
  67. 1 1
      src/modules/filesystem/physfs/wrap_Filesystem.cpp
  68. 1 1
      src/modules/filesystem/physfs/wrap_Filesystem.h
  69. 1 1
      src/modules/font/GlyphData.cpp
  70. 1 1
      src/modules/font/GlyphData.h
  71. 1 1
      src/modules/font/ImageRasterizer.cpp
  72. 1 1
      src/modules/font/ImageRasterizer.h
  73. 1 1
      src/modules/font/Rasterizer.cpp
  74. 1 1
      src/modules/font/Rasterizer.h
  75. 1 1
      src/modules/font/freetype/Font.cpp
  76. 1 1
      src/modules/font/freetype/Font.h
  77. 1 1
      src/modules/font/freetype/TrueTypeRasterizer.cpp
  78. 1 1
      src/modules/font/freetype/TrueTypeRasterizer.h
  79. 1 1
      src/modules/font/freetype/wrap_Font.cpp
  80. 1 1
      src/modules/font/freetype/wrap_Font.h
  81. 1 1
      src/modules/font/wrap_GlyphData.cpp
  82. 1 1
      src/modules/font/wrap_GlyphData.h
  83. 1 1
      src/modules/font/wrap_Rasterizer.cpp
  84. 1 1
      src/modules/font/wrap_Rasterizer.h
  85. 1 1
      src/modules/graphics/Drawable.cpp
  86. 1 1
      src/modules/graphics/Drawable.h
  87. 1 1
      src/modules/graphics/Graphics.cpp
  88. 1 1
      src/modules/graphics/Graphics.h
  89. 1 1
      src/modules/graphics/Image.h
  90. 1 1
      src/modules/graphics/Volatile.cpp
  91. 1 1
      src/modules/graphics/Volatile.h
  92. 1 1
      src/modules/graphics/opengl/Font.cpp
  93. 1 1
      src/modules/graphics/opengl/Font.h
  94. 1 1
      src/modules/graphics/opengl/Glyph.cpp
  95. 1 1
      src/modules/graphics/opengl/Glyph.h
  96. 1 1
      src/modules/graphics/opengl/Graphics.cpp
  97. 1 1
      src/modules/graphics/opengl/Graphics.h
  98. 1 1
      src/modules/graphics/opengl/Image.cpp
  99. 1 1
      src/modules/graphics/opengl/Image.h
  100. 1 1
      src/modules/graphics/opengl/ImageFont.cpp

+ 1 - 1
extra/reshax/reshax.cpp

@@ -14,7 +14,7 @@ void write(std::string file, int size, char *data);
 
 
 const char * love_header = ""
 const char * love_header = ""
 "/**\n"
 "/**\n"
-"* Copyright (c) 2006-2009 LOVE Development Team\n"
+"* Copyright (c) 2006-2010 LOVE Development Team\n"
 "* \n"
 "* \n"
 "* This software is provided 'as-is', without any express or implied\n"
 "* This software is provided 'as-is', without any express or implied\n"
 "* warranty.  In no event will the authors be held liable for any damages\n"
 "* warranty.  In no event will the authors be held liable for any damages\n"

+ 1 - 1
license.txt

@@ -1,4 +1,4 @@
-Copyright (c) 2006-2009 LOVE Development Team
+Copyright (c) 2006-2010 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/Data.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/EnumMap.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Exception.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Exception.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Matrix.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Matrix.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/MemoryData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/MemoryData.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Module.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Object.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Object.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Reference.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Reference.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/StringMap.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Vector.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Vector.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/config.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/math.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/runtime.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/runtime.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/types.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/utf8.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/utf8.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/version.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/wrap_Data.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/wrap_Data.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/love.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Audio.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Source.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Source.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/null/Audio.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/null/Audio.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/null/Source.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/null/Source.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Audio.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Audio.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Pool.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Pool.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Source.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/openal/Source.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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_Audio.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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_Audio.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Event.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Event.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/sdl/Event.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/sdl/Event.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/sdl/wrap_Event.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/sdl/wrap_Event.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/File.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/File.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/FileData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/FileData.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/File.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/File.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/Filesystem.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/Filesystem.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_File.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_File.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_FileData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_FileData.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_Filesystem.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/physfs/wrap_Filesystem.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/GlyphData.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/GlyphData.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/ImageRasterizer.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/ImageRasterizer.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Rasterizer.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Rasterizer.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/Font.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/Font.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/TrueTypeRasterizer.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/TrueTypeRasterizer.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/wrap_Font.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/freetype/wrap_Font.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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_Rasterizer.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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_Rasterizer.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Drawable.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Drawable.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Graphics.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Graphics.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Image.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Volatile.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Volatile.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Font.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Font.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Glyph.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Glyph.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Graphics.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Graphics.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Image.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/Image.h

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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/ImageFont.cpp

@@ -1,5 +1,5 @@
 /**
 /**
-* Copyright (c) 2006-2009 LOVE Development Team
+* Copyright (c) 2006-2010 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

Some files were not shown because too many files changed in this diff