* view.c: Reformatted the header comment.

This commit is contained in:
Roland Illig 2005-04-13 22:19:52 +00:00
parent 0b2f50aad4
commit e65531ce4e

View File

@ -1,5 +1,8 @@
/* View file module for the Midnight Commander /*
Internal file viewer for the Midnight Commander
Copyright (C) 1994, 1995, 1996 The Free Software Foundation Copyright (C) 1994, 1995, 1996 The Free Software Foundation
Written by: 1994, 1995, 1998 Miguel de Icaza Written by: 1994, 1995, 1998 Miguel de Icaza
1994, 1995 Janne Kukonlehto 1994, 1995 Janne Kukonlehto
1995 Jakub Jelinek 1995 Jakub Jelinek
@ -21,7 +24,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>