comparison lisp/filecache.el @ 94678:ee5932bf781d

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 07:58:00 +0000
parents d23d9685c214
children d42aff5ca541
comparison
equal deleted inserted replaced
94677:91e5880a36c1 94678:ee5932bf781d
7 ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 7 ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004,
8 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 8 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 3, or (at your option) 14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; any later version. 15 ;; (at your option) any later version.
16 16
17 ;; GNU Emacs is distributed in the hope that it will be useful, 17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the 23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA.
26 24
27 ;;; Commentary: 25 ;;; Commentary:
28 ;; 26 ;;
29 ;; The file-cache package is an attempt to make it easy to locate files 27 ;; The file-cache package is an attempt to make it easy to locate files
30 ;; by name, without having to remember exactly where they are located. 28 ;; by name, without having to remember exactly where they are located.