comparison build-aux/announce-gen @ 9114:81009beff1e2

* build-aux/announce-gen: Update to GPLv3.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 22 Jul 2007 16:11:17 +0000
parents 53012fe4365b
children 55121d90f0ce
comparison
equal deleted inserted replaced
9113:0395489ee2fc 9114:81009beff1e2
1 #!/usr/bin/perl -w 1 #!/usr/bin/perl -w
2 # Generate a release announcement message. 2 # Generate a release announcement message.
3 3
4 my $VERSION = '2007-02-25 16:41'; # UTC 4 my $VERSION = '2007-07-22 16:09'; # UTC
5 # The definition above must lie within the first 8 lines in order 5 # The definition above must lie within the first 8 lines in order
6 # for the Emacs time-stamp write hook (at end) to update it. 6 # for the Emacs time-stamp write hook (at end) to update it.
7 # If you change this file with Emacs, please let the write hook 7 # If you change this file with Emacs, please let the write hook
8 # do its job. Otherwise, update this string manually. 8 # do its job. Otherwise, update this string manually.
9 9
10 # Copyright (C) 2002-2007 Free Software Foundation, Inc. 10 # Copyright (C) 2002-2007 Free Software Foundation, Inc.
11 11
12 # This program is free software; you can redistribute it and/or modify 12 # This program is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by 13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2, or (at your option) 14 # the Free Software Foundation, either version 3 of the License, or
15 # any later version. 15 # (at your option) any later version.
16 16
17 # This program is distributed in the hope that it will be useful, 17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details. 20 # GNU General Public License for more details.
21 21
22 # You should have received a copy of the GNU General Public License 22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software Foundation, 23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25 24
26 # Written by Jim Meyering 25 # Written by Jim Meyering
27 26
28 use strict; 27 use strict;
29 28