comparison src/video/sdlgenblit.pl @ 2859:99210400e8b9

Updated copyright date
author Sam Lantinga <slouken@libsdl.org>
date Mon, 08 Dec 2008 00:27:32 +0000
parents 8969da2ef606
children e743b9c3f6d6
comparison
equal deleted inserted replaced
2858:a38fcb093081 2859:99210400e8b9
81 open(FILE, ">$name.new") || die "Cant' open $name.new: $!"; 81 open(FILE, ">$name.new") || die "Cant' open $name.new: $!";
82 print FILE <<__EOF__; 82 print FILE <<__EOF__;
83 /* DO NOT EDIT! This file is generated by sdlgenblit.pl */ 83 /* DO NOT EDIT! This file is generated by sdlgenblit.pl */
84 /* 84 /*
85 SDL - Simple DirectMedia Layer 85 SDL - Simple DirectMedia Layer
86 Copyright (C) 1997-2006 Sam Lantinga 86 Copyright (C) 1997-2009 Sam Lantinga
87 87
88 This library is free software; you can redistribute it and/or 88 This library is free software; you can redistribute it and/or
89 modify it under the terms of the GNU Lesser General Public 89 modify it under the terms of the GNU Lesser General Public
90 License as published by the Free Software Foundation; either 90 License as published by the Free Software Foundation; either
91 version 2.1 of the License, or (at your option) any later version. 91 version 2.1 of the License, or (at your option) any later version.