equal
deleted
inserted
replaced
90 open(FILE, ">$name.new") || die "Cant' open $name.new: $!"; |
90 open(FILE, ">$name.new") || die "Cant' open $name.new: $!"; |
91 print FILE <<__EOF__; |
91 print FILE <<__EOF__; |
92 /* DO NOT EDIT! This file is generated by sdlgenblit.pl */ |
92 /* DO NOT EDIT! This file is generated by sdlgenblit.pl */ |
93 /* |
93 /* |
94 Simple DirectMedia Layer |
94 Simple DirectMedia Layer |
95 Copyright (C) 1997-2014 Sam Lantinga <slouken\@libsdl.org> |
95 Copyright (C) 1997-2015 Sam Lantinga <slouken\@libsdl.org> |
96 |
96 |
97 This software is provided 'as-is', without any express or implied |
97 This software is provided 'as-is', without any express or implied |
98 warranty. In no event will the authors be held liable for any damages |
98 warranty. In no event will the authors be held liable for any damages |
99 arising from the use of this software. |
99 arising from the use of this software. |
100 |
100 |