Browse Source

Fixed the lua header generator script to output the correct year in the copyright text

Alex Szpakowski 12 years ago
parent
commit
3cf03fee8f
4 changed files with 4 additions and 4 deletions
  1. 1 1
      src/scripts/audio.lua.h
  2. 1 1
      src/scripts/auto.lua
  3. 1 1
      src/scripts/boot.lua.h
  4. 1 1
      src/scripts/graphics.lua.h

+ 1 - 1
src/scripts/audio.lua.h

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

+ 1 - 1
src/scripts/auto.lua

@@ -7,7 +7,7 @@
 local max_width = 18
 local pattern = [[
 /**
- * Copyright (c) 2006-2012 LOVE Development Team
+ * Copyright (c) 2006-2013 LOVE Development Team
  * 
  * This software is provided 'as-is', without any express or implied
  * warranty.  In no event will the authors be held liable for any damages

+ 1 - 1
src/scripts/boot.lua.h

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

+ 1 - 1
src/scripts/graphics.lua.h

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