X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/892f9671ada52150f280915fb34970b7acb0312a..f43d8ecc20470f4021ac2e2900f6f3ef15300ff2:/lib-src/b2m.pl diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index f76bee300a..d3c47f6154 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl @@ -2,22 +2,24 @@ # b2m.pl - Script to convert a Babyl file to an mbox file -# This program is free software; you can redistribute it and/or modify +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. + +# Maintainer: Jonathan Kamens + +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. +# along with this program. If not, see . -# Maintained by Jonathan Kamens . # Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for # Date::Parse).