comparison src/chartab.c @ 91445:3c0b142634da

Update copyright years and FSF address.
author Glenn Morris <rgm@gnu.org>
date Sat, 02 Feb 2008 04:32:33 +0000
parents 35069180a991
children cff1e89ad92a
comparison
equal deleted inserted replaced
91444:1d067b286f05 91445:3c0b142634da
1 /* chartab.c -- char-table support 1 /* chartab.c -- char-table support
2 Copyright (C) 2003 2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
3 National Institute of Advanced Industrial Science and Technology (AIST) 3 National Institute of Advanced Industrial Science and Technology (AIST)
4 Registration Number H13PRO009 4 Registration Number H13PRO009
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
14 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to 19 along with GNU Emacs; see the file COPYING. If not, write to the
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02111-1307, USA. */ 21 Boston, MA 02110-1301, USA. */
22 22
23 #include <config.h> 23 #include <config.h>
24 #include "lisp.h" 24 #include "lisp.h"
25 #include "character.h" 25 #include "character.h"
26 #include "charset.h" 26 #include "charset.h"