diff options
author | Craig Burley <burley@gnu.org> | 1998-05-19 10:25:05 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-05-19 10:25:05 +0000 |
commit | 3896a0de4f65052195525f3a88df3b588ecb4c0b (patch) | |
tree | 3ebc867f650d0cd0b7e0ef387c2817769d0048d1 /gcc | |
parent | bfe12babef3ec5d501f62d3179bdf68b47ebed90 (diff) | |
download | gcc-3896a0de4f65052195525f3a88df3b588ecb4c0b.zip gcc-3896a0de4f65052195525f3a88df3b588ecb4c0b.tar.gz gcc-3896a0de4f65052195525f3a88df3b588ecb4c0b.tar.bz2 |
Get rid of the overly large headers
here too, as done in version.c.
From-SVN: r19872
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/version.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gcc/f/version.h b/gcc/f/version.h index f8dcd32..cd578a8 100644 --- a/gcc/f/version.h +++ b/gcc/f/version.h @@ -1,30 +1,3 @@ -/* version.h -- Public #include File (module.h template V1.0) - Copyright (C) 1995, 1997 Free Software Foundation, Inc. - Contributed by James Craig Burley (burley@gnu.ai.mit.edu). - -This file is part of GNU Fortran. - -GNU Fortran is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU Fortran is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Fortran; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - - Owning Modules: - version.c - - Modifications: -*/ - #ifndef _H_f_version #define _H_f_version |