diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2020-11-19 21:50:50 +0100 |
---|---|---|
committer | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2020-12-14 11:45:24 +0100 |
commit | 54a3964e290d277df1e510c8829ede926aac23b2 (patch) | |
tree | ff9b4e9ed9554bf89e3a9198c5dc5fdc0f446ff3 | |
parent | f58443780cec26bad578309ae7c801baaa1b07db (diff) | |
download | emacs-54a3964e290d277df1e510c8829ede926aac23b2.tar.gz emacs-54a3964e290d277df1e510c8829ede926aac23b2.tar.bz2 emacs-54a3964e290d277df1e510c8829ede926aac23b2.zip |
Update GPL version
* lisp/net/dictionary.el: Use GPL version 3 or later
* lisp/net/dictionary-connection.el: Use GPL version 3 or later
-rw-r--r-- | lisp/net/dictionary-connection.el | 2 | ||||
-rw-r--r-- | lisp/net/dictionary.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/dictionary-connection.el b/lisp/net/dictionary-connection.el index a5c36e65b4a..f8a667991aa 100644 --- a/lisp/net/dictionary-connection.el +++ b/lisp/net/dictionary-connection.el @@ -5,7 +5,7 @@ ;; This file 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 file is distributed in the hope that it will be useful, diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index d910dab1600..624c1a40f55 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -5,7 +5,7 @@ ;; This file 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 file is distributed in the hope that it will be useful, |