comparison lisp/find-cmd.el @ 94468:cb52c7da8482

Another new file, another license notice to update.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Apr 2008 07:01:01 +0000
parents f3f81db34133
children cacb4cb4b5bd
comparison
equal deleted inserted replaced
94467:ca3d2cf5da1f 94468:cb52c7da8482
5 ;; Author: Philip Jackson <phil@shellarchive.co.uk> 5 ;; Author: Philip Jackson <phil@shellarchive.co.uk>
6 ;; Version: 0.6 6 ;; Version: 0.6
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; This program is free software; you can redistribute it and/or 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; modify it under the terms of the GNU General Public License as 11 ;; it under the terms of the GNU General Public License as published by
12 ;; published by the Free Software Foundation; either version 2, or (at 12 ;; the Free Software Foundation; either version 3, or (at your option)
13 ;; your option) any later version. 13 ;; any later version.
14 14
15 ;; This program is distributed in the hope that it will be useful, but 15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with this program ; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02110-1301, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; With this module you can build up a (hopefully) valid find(1) 27 ;; With this module you can build up a (hopefully) valid find(1)
28 ;; string ready for the command line. For example: 28 ;; string ready for the command line. For example: