diff options
author | Glenn Morris <rgm@gnu.org> | 2010-12-02 18:56:42 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-12-02 18:56:42 -0800 |
commit | a33a2868258ee5180e4291643ebe703d8ced510a (patch) | |
tree | 73f1a0b4db6099750f18de9123e7f256b17870f9 /lisp/gnus/rtree.el | |
parent | adbf62ffabe884ccf77c34e7e9f91ead47727112 (diff) | |
download | emacs-a33a2868258ee5180e4291643ebe703d8ced510a.tar.gz emacs-a33a2868258ee5180e4291643ebe703d8ced510a.tar.bz2 emacs-a33a2868258ee5180e4291643ebe703d8ced510a.zip |
Standardize license notices in new files.
Diffstat (limited to 'lisp/gnus/rtree.el')
-rw-r--r-- | lisp/gnus/rtree.el | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lisp/gnus/rtree.el b/lisp/gnus/rtree.el index d2aa91848e8..04079b1ba8b 100644 --- a/lisp/gnus/rtree.el +++ b/lisp/gnus/rtree.el @@ -1,24 +1,23 @@ ;;; rtree.el --- functions for manipulating range trees + ;; Copyright (C) 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs. -;; GNU Emacs is free software; you can redistribute it and/or modify +;; 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, 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 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 +;; 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 GNU Emacs; see the file COPYING. 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: |