aboutsummaryrefslogtreecommitdiff
path: root/ellinika
diff options
context:
space:
mode:
Diffstat (limited to 'ellinika')
-rw-r--r--ellinika/Makefile.am9
-rw-r--r--ellinika/cgi.scm47
-rw-r--r--ellinika/i18n.scm9
-rw-r--r--ellinika/xlat.scm7
4 files changed, 14 insertions, 18 deletions
diff --git a/ellinika/Makefile.am b/ellinika/Makefile.am
index a06631b..85ead0c 100644
--- a/ellinika/Makefile.am
+++ b/ellinika/Makefile.am
@@ -1,9 +1,9 @@
# This file is part of Ellinika project.
-# Copyright (C) 2004,2006 Sergey Poznyakoff
+# Copyright (C) 2004,2006,2007 Sergey Poznyakoff
#
# Ellinika 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.
#
# Ellinika is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Ellinika; 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 <http://www.gnu.org/licenses/>.
guiledir=$(GUILE_SITE)/$(PACKAGE)
guile_DATA=xlat.scm cgi.scm i18n.scm
@@ -40,4 +39,4 @@ SUFFIXES = .scm4 .scm
.scm4.scm:
m4 cgi.m4 $< > $@
-cgi.scm: cgi.scm4 cgi.m4 \ No newline at end of file
+cgi.scm: cgi.scm4 cgi.m4
diff --git a/ellinika/cgi.scm4 b/ellinika/cgi.scm4
index a7ec2c4..661bd4c 100644
--- a/ellinika/cgi.scm4
+++ b/ellinika/cgi.scm4
@@ -1,10 +1,10 @@
;;;; -*- scheme -*-
;;;; Greek Dictionary Web Engine
-;;;; Copyright (C) 2005 Sergey Poznyakoff
+;;;; Copyright (C) 2005, 2007 Sergey Poznyakoff
;;;;
;;;; 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,
@@ -13,8 +13,7 @@
;;;; 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 <http://www.gnu.org/licenses/>.
;;;;
(define-module (ellinika cgi))
diff --git a/ellinika/i18n.scm b/ellinika/i18n.scm
index 8d9617a..4031254 100644
--- a/ellinika/i18n.scm
+++ b/ellinika/i18n.scm
@@ -1,9 +1,9 @@
;;;; This file is part of Greek Dictionary Web Engine
-;;;; Copyright (C) 2006 Sergey Poznyakoff
+;;;; Copyright (C) 2006, 2007 Sergey Poznyakoff
;;;;
;;;; 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, or (at your option)
+;;;; the Free Software Foundation; either version 3, or (at your option)
;;;; any later version.
;;;;
;;;; This program is distributed in the hope that it will be useful,
@@ -11,9 +11,8 @@
;;;; 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+;;;; You should have received a copy of the GNU General Public License
+;;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(define-module (ellinika i18n)
#:export (locale-setup))
diff --git a/ellinika/xlat.scm b/ellinika/xlat.scm
index 8f221a4..c51edaa 100644
--- a/ellinika/xlat.scm
+++ b/ellinika/xlat.scm
@@ -1,9 +1,9 @@
;;;; This file is part of Ellinika
-;;;; Copyright (C) 2004 Sergey Poznyakoff
+;;;; Copyright (C) 2004, 2007 Sergey Poznyakoff
;;;;
;;;; Ellinika 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.
;;;;
;;;; Ellinika is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
;;;; GNU General Public License for more details.
;;;;
;;;; You should have received a copy of the GNU General Public License
-;;;; along with Ellinika; 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 <http://www.gnu.org/licenses/>.
;;;;
(define-module (ellinika xlat))

Return to:

Send suggestions and report system problems to the System administrator.