comparison lib-src/b2m.pl @ 94828:3a4bc081639c

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 May 2008 23:19:13 +0000
parents 5714ff101fd9
children a9f7e446141d
comparison
equal deleted inserted replaced
94827:710a1f5f9019 94828:3a4bc081639c
3 # b2m.pl - Script to convert a Babyl file to an mbox file 3 # b2m.pl - Script to convert a Babyl file to an mbox file
4 4
5 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
6 # Free Software Foundation, Inc. 6 # Free Software Foundation, Inc.
7 7
8 # This program is free software; you can redistribute it and/or modify 8 # Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
9
10 # This program is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by 11 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3, or (at your option) 12 # the Free Software Foundation, either version 3 of the License, or
11 # any later version. 13 # (at your option) any later version.
12 14
13 # This program is distributed in the hope that it will be useful, but 15 # This program is distributed in the hope that it will be useful,
14 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # General Public License for more details. 18 # GNU General Public License for more details.
17 19
18 # You should have received a copy of the GNU General Public License 20 # You should have received a copy of the GNU General Public License
19 # along with this program; see the file COPYING. If not, write to the 21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 # Boston, MA 02110-1301 USA.
22 22
23 # Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>.
24 23
25 # Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for 24 # Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for
26 # Date::Parse). 25 # Date::Parse).
27 26
28 use warnings; 27 use warnings;