From 1d1cf39935d432a700e86d03719cd081bd2f0415 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 8 Dec 2008 00:27:32 +0000 Subject: [PATCH] Updated copyright date --- IMG.c | 2 +- IMG_bmp.c | 2 +- IMG_gif.c | 2 +- IMG_jpg.c | 2 +- IMG_lbm.c | 2 +- IMG_pcx.c | 2 +- IMG_png.c | 2 +- IMG_pnm.c | 2 +- IMG_tga.c | 2 +- IMG_tif.c | 2 +- IMG_xcf.c | 2 +- IMG_xpm.c | 2 +- IMG_xv.c | 2 +- IMG_xxx.c | 2 +- SDL_image.h | 2 +- showimage.c | 2 +- version.rc | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/IMG.c b/IMG.c index d2c6e64b..4fe6d9b1 100644 --- a/IMG.c +++ b/IMG.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_bmp.c b/IMG_bmp.c index 42ae8fb7..35fb799d 100644 --- a/IMG_bmp.c +++ b/IMG_bmp.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_gif.c b/IMG_gif.c index ac09bf89..e17b839d 100644 --- a/IMG_gif.c +++ b/IMG_gif.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_jpg.c b/IMG_jpg.c index fb0c6cda..311b74db 100644 --- a/IMG_jpg.c +++ b/IMG_jpg.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_lbm.c b/IMG_lbm.c index 603df09b..5ef4b02d 100644 --- a/IMG_lbm.c +++ b/IMG_lbm.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_pcx.c b/IMG_pcx.c index 231e2af2..d7633579 100644 --- a/IMG_pcx.c +++ b/IMG_pcx.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_png.c b/IMG_png.c index f83c01f6..bb668d23 100644 --- a/IMG_png.c +++ b/IMG_png.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_pnm.c b/IMG_pnm.c index 958bd960..6d54c56b 100644 --- a/IMG_pnm.c +++ b/IMG_pnm.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_tga.c b/IMG_tga.c index e808b40c..300d5d66 100644 --- a/IMG_tga.c +++ b/IMG_tga.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_tif.c b/IMG_tif.c index 1d3a0a6b..78c2f79a 100644 --- a/IMG_tif.c +++ b/IMG_tif.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_xcf.c b/IMG_xcf.c index 5e9fe154..e9a2a108 100644 --- a/IMG_xcf.c +++ b/IMG_xcf.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_xpm.c b/IMG_xpm.c index c3bbfcf3..acab8bb9 100644 --- a/IMG_xpm.c +++ b/IMG_xpm.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_xv.c b/IMG_xv.c index e685f5b7..5a3c2461 100644 --- a/IMG_xv.c +++ b/IMG_xv.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/IMG_xxx.c b/IMG_xxx.c index 9a014d6e..48830987 100644 --- a/IMG_xxx.c +++ b/IMG_xxx.c @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/SDL_image.h b/SDL_image.h index 7a474878..7aa07861 100644 --- a/SDL_image.h +++ b/SDL_image.h @@ -1,6 +1,6 @@ /* SDL_image: An example image loading library for use with SDL - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/showimage.c b/showimage.c index 5e3da933..c6e9cd70 100644 --- a/showimage.c +++ b/showimage.c @@ -1,6 +1,6 @@ /* showimage: A test application for the SDL image loading library. - Copyright (C) 1997-2006 Sam Lantinga + Copyright (C) 1997-2009 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/version.rc b/version.rc index b3200029..31af8115 100644 --- a/version.rc +++ b/version.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "SDL_image\0" VALUE "FileVersion", "1, 2, 7, 0\0" VALUE "InternalName", "SDL_image\0" - VALUE "LegalCopyright", "Copyright © 2007 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2009 Sam Lantinga\0" VALUE "OriginalFilename", "SDL_image.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "1, 2, 7, 0\0"