branch: externals/dict-tree commit 7ab8f94f511ea524cb1c40651a65ee060c567cbe Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Updated copyright attribution and license (GPL2 -> GPL3). --- dict-tree.el | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dict-tree.el b/dict-tree.el index 2d8b1a9..aed8a27 100644 --- a/dict-tree.el +++ b/dict-tree.el @@ -2,7 +2,7 @@ ;;; dict-tree.el --- dictionary data structure package -;; Copyright (C) 2004-2012 Toby Cubitt +;; Copyright (C) 2004-2012 Free Software Foundation, Inc ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> ;; Version: 0.12.7 @@ -12,22 +12,20 @@ ;; URL: http://www.dr-qubit.org/emacs.php -;; This file is NOT part of Emacs. +;; This file is part of Emacs. ;; -;; 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. +;; GNU Emacs 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. ;; -;; This program is distributed in the hope that it will be useful, +;; GNU Emacs 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 this program; if not, write to the Free Software -;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -;; MA 02110-1301, USA. +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: