aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-01 08:48:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-01 08:48:59 +0000
commit107a6071af8cf7169f6382b98b0d35a62151294f (patch)
tree4857e9e7f082102df3449cbfe10d4ba682b1d35c /elisp
parent2b0bcfa700e1a7dde045db91869a5a51fc1b2851 (diff)
downloadellinika-107a6071af8cf7169f6382b98b0d35a62151294f.tar.gz
ellinika-107a6071af8cf7169f6382b98b0d35a62151294f.tar.bz2
Relicense under GPLv3+
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@479 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'elisp')
-rw-r--r--elisp/Makefile.am7
-rw-r--r--elisp/ellinika-dict-mode.el8
-rw-r--r--elisp/ellinika-mode.el8
3 files changed, 9 insertions, 14 deletions
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index 77c18b4..06c9685 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -1,9 +1,9 @@
# This file is part of Ellinika project.
-# 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/>.
LISPSRC=ellinika-dict-mode.el ellinika-mode.el
lisp_LISP=@lisp_LISP@
diff --git a/elisp/ellinika-dict-mode.el b/elisp/ellinika-dict-mode.el
index 3adeecf..e075ea7 100644
--- a/elisp/ellinika-dict-mode.el
+++ b/elisp/ellinika-dict-mode.el
@@ -6,11 +6,11 @@
;; $Id$
;; 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, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; Ellinika is distributed in the hope that it will be useful,
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with Ellinika; see the file COPYING. 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/>.
(eval-when-compile
;; We use functions from these modules
diff --git a/elisp/ellinika-mode.el b/elisp/ellinika-mode.el
index 6d4a997..115a7ca 100644
--- a/elisp/ellinika-mode.el
+++ b/elisp/ellinika-mode.el
@@ -6,11 +6,11 @@
;; $Id$
;; 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, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; Ellinika is distributed in the hope that it will be useful,
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with Ellinika; see the file COPYING. 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/>.
(defun greek-input (arg)
(interactive "p")

Return to:

Send suggestions and report system problems to the System administrator.