change copyright/license information
@@ -1,10 +1,24 @@ | ||
1 | 1 | #!/usr/bin/ruby |
2 | 2 | # |
3 | -# RbPhoto - Ruby Photo Database | |
3 | +# RbPhoto Main Library | |
4 | 4 | # |
5 | -# Copyright (C) 2002 Taku YASUI <tach@debian.or.jp>, All Rights Reserved. | |
5 | +# Copyright (C) 2008 Taku YASUI <tach@debian.org> | |
6 | 6 | # |
7 | -# This software is distribured under the GNU General Public Licence. | |
7 | +# This program is free software; you can redistribute it and/or modify | |
8 | +# it under the terms of the GNU General Public License as published by | |
9 | +# the Free Software Foundation; either version 2 of the License, or | |
10 | +# (at your option) any later version. | |
11 | +# | |
12 | +# This program is distributed in the hope that it will be useful, | |
13 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 | +# GNU General Public License for more details. | |
16 | +# | |
17 | +# You should have received a copy of the GNU General Public License | |
18 | +# along with this program; if not, write to the Free Software | |
19 | +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 | +# | |
21 | +# $Id$ | |
8 | 22 | |
9 | 23 | require 'cgi' |
10 | 24 | require 'ftools' |
@@ -1,8 +1,9 @@ | ||
1 | 1 | #!/usr/bin/ruby |
2 | 2 | # |
3 | 3 | # RbPhoto library for Importing |
4 | -# Copyright (C) 2008 Taku YASUI <tach@debian.or.jp> | |
5 | 4 | # |
5 | +# Copyright (C) 2008-2009 Taku YASUI <tach@debian.org> | |
6 | +# | |
6 | 7 | # This program is free software; you can redistribute it and/or modify |
7 | 8 | # it under the terms of the GNU General Public License as published by |
8 | 9 | # the Free Software Foundation; either version 2 of the License, or |