branch: externals/queue
commit 0b03d231f3edede798b454464fa73cba3e27fb59
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Updated copyright attribution and license (GPL2 -> GPL3).
---
queue.el | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/queue.el b/queue.el
index 279a355..766d010 100644
--- a/queue.el
+++ b/queue.el
@@ -1,30 +1,28 @@
;;; queue.el --- queue data structures
-;; Copyright (C) 1991-1995, 2008-2009, 2012 Free Software Foundation
+;; Copyright (C) 1991-1995, 2008-2009, 2012 Free Software Foundation, Inc
;; Author: Inge Wallin <[email protected]>
;; Toby Cubitt <[email protected]>
;; Version: 0.1
;; Keywords: extensions, data structures, queue
-;; This file is part of the GNU Emacs lisp library, Elib.
-
-;; GNU Elib is free software; you can redistribute it and/or modify
+;; This file is part of Emacs.
+;;
+;; 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 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
;;
-;; GNU Elib 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:
;;