aboutsummaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 15:29:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 15:29:25 +0000
commit022b1681691018e88652b74839e9e71048c99a41 (patch)
tree4fd71eb9169a10efd1fad6aae4bd56f91ba0fea2 /guile
parentfcd3fde29cc5d3e4a38cfee8db4e2a3b6e3e600b (diff)
downloadanubis-022b1681691018e88652b74839e9e71048c99a41.tar.gz
anubis-022b1681691018e88652b74839e9e71048c99a41.tar.bz2
Relicense under GPLv3+
Diffstat (limited to 'guile')
-rw-r--r--guile/Makefile.am13
-rw-r--r--guile/entire-msg.scm13
-rw-r--r--guile/remailer.scm13
-rw-r--r--guile/rot-13.scm13
4 files changed, 24 insertions, 28 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am
index 9a7b5ec..e6402bc 100644
--- a/guile/Makefile.am
+++ b/guile/Makefile.am
@@ -4,19 +4,18 @@
## This file is part of GNU Anubis.
## Copyright (C) 2003, 2007 The Anubis Team.
##
-## GNU Anubis 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.
+## GNU Anubis 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 3 of the License, or (at your
+## option) any later version.
##
## GNU Anubis 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 GNU Anubis; if not, write to the Free Software Foundation,
-## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+## You should have received a copy of the GNU General Public License along
+## with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
##
GUILE_SCM = rot-13.scm remailer.scm entire-msg.scm
diff --git a/guile/entire-msg.scm b/guile/entire-msg.scm
index 4687bfa..16f93a1 100644
--- a/guile/entire-msg.scm
+++ b/guile/entire-msg.scm
@@ -4,19 +4,18 @@
;;; This file is part of GNU Anubis.
;;; Copyright (C) 2003, 2004, 2007 The Anubis Team.
;;;
-;;; GNU Anubis 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.
+;;; GNU Anubis 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 3 of the License, or (at your
+;;; option) any later version.
;;;
;;; GNU Anubis 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 GNU Anubis; if not, write to the Free Software Foundation,
-;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+;;; You should have received a copy of the GNU General Public License along
+;;; with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
(use-modules (ice-9 popen))
diff --git a/guile/remailer.scm b/guile/remailer.scm
index 16f6501..74a9f5a 100644
--- a/guile/remailer.scm
+++ b/guile/remailer.scm
@@ -4,19 +4,18 @@
;;; This file is part of GNU Anubis.
;;; Copyright (C) 2003, 2004, 2007 The Anubis Team.
;;;
-;;; GNU Anubis 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.
+;;; GNU Anubis 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 3 of the License, or (at your
+;;; option) any later version.
;;;
;;; GNU Anubis 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 GNU Anubis; if not, write to the Free Software Foundation,
-;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+;;; You should have received a copy of the GNU General Public License along
+;;; with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
(define (get-opt-arg opt-args tag)
(cond
diff --git a/guile/rot-13.scm b/guile/rot-13.scm
index 6be5eed..d9bd515 100644
--- a/guile/rot-13.scm
+++ b/guile/rot-13.scm
@@ -4,19 +4,18 @@
;;; This file is part of GNU Anubis.
;;; Copyright (C) 2003, 2004, 2007 The Anubis Team.
;;;
-;;; GNU Anubis 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.
+;;; GNU Anubis 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 3 of the License, or (at your
+;;; option) any later version.
;;;
;;; GNU Anubis 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 GNU Anubis; if not, write to the Free Software Foundation,
-;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+;;; You should have received a copy of the GNU General Public License along
+;;; with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
(define (rot-13-text input)
"Encode the text using ROT-13 method"

Return to:

Send suggestions and report system problems to the System administrator.