Changeset 4220 for trunk/lib-src/hexl.c
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lib-src/hexl.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib-src/hexl.c
r4190 r4220 1 1 /* Convert files for Emacs Hexl mode. 2 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 3 2006, 2007 Free Software Foundation, Inc.3 2006, 2007, 2008 Free Software Foundation, Inc. 4 4 5 5 This file is not considered part of GNU Emacs. … … 7 7 This program is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2 of the License, or10 (at your option)any later version.9 the Free Software Foundation; either version 3, or (at your option) 10 any later version. 11 11 12 12 This program is distributed in the hope that it will be useful, … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software Foundation, 19 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 18 along with this program; see the file COPYING. If not, write to the 19 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 Boston, MA 02110-1301, USA. */ 20 21 21 22 #ifdef HAVE_CONFIG_H
