diff options
Diffstat (limited to 'scripts/convert-from-106')
-rwxr-xr-x | scripts/convert-from-106 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/scripts/convert-from-106 b/scripts/convert-from-106 index 26fe34fc9..b8225d28e 100755 --- a/scripts/convert-from-106 +++ b/scripts/convert-from-106 @@ -1,13 +1,19 @@ #!/bin/sh # Copyright (C) 2002 Free Software Foundation, Inc. # -# This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. +# 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 +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. gpg="../g10/gpg --no-greeting --no-secmem-warning"; |