X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Frtree.el;h=869ca4f0069ae096a0dd6d2c2856d19e25369df5;hb=c85ff27626350a909ee39474fecac012fec8cd26;hp=d2aa91848e85662c2bceceb28c3ecf3953cfb306;hpb=e36954f601f2990e78673e46382d3e33626591ea;p=gnus diff --git a/lisp/rtree.el b/lisp/rtree.el index d2aa91848..869ca4f00 100644 --- a/lisp/rtree.el +++ b/lisp/rtree.el @@ -1,24 +1,23 @@ ;;; rtree.el --- functions for manipulating range trees -;; Copyright (C) 2010 Free Software Foundation, Inc. + +;; Copyright (C) 2010-2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; 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 . ;;; Commentary: