comparison lib-src/etags.c @ 82140:b98604865ea0

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
author Miles Bader <miles@gnu.org>
date Thu, 26 Jul 2007 05:28:10 +0000
parents a5a2ef19d358 1f2482de3237
children e5a68f18fcb9 f55f9811f5d7
comparison
equal deleted inserted replaced
82139:fe7fdfee34ac 82140:b98604865ea0
34 34
35 This file is not considered part of GNU Emacs. 35 This file is not considered part of GNU Emacs.
36 36
37 This program is free software; you can redistribute it and/or modify 37 This program is free software; you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by 38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation; either version 2 of the License, or 39 the Free Software Foundation; either version 3, or (at your option)
40 (at your option) any later version. 40 any later version.
41 41
42 This program is distributed in the hope that it will be useful, 42 This program is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of 43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45 GNU General Public License for more details. 45 GNU General Public License for more details.
46 46
47 You should have received a copy of the GNU General Public License 47 You should have received a copy of the GNU General Public License
48 along with this program; if not, write to the Free Software Foundation, 48 along with this program; see the file COPYING. If not, write to the
49 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 49 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
50 Boston, MA 02110-1301, USA. */
50 51
51 52
52 /* NB To comply with the above BSD license, copyright information is 53 /* NB To comply with the above BSD license, copyright information is
53 reproduced in etc/ETAGS.README. That file should be updated when the 54 reproduced in etc/ETAGS.README. That file should be updated when the
54 above notices are. 55 above notices are.