aboutsummaryrefslogtreecommitdiff
path: root/libjava/gij.cc
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-03-07 19:55:28 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-03-07 19:55:28 +0000
commit2ba5f7745469a715f89382287ef9d40acabd4e9c (patch)
tree8c21b7611a3119b34a19722864ac4481551ff8d8 /libjava/gij.cc
parent32fdad6ead851e217c7b7991f78eaa3172b24de8 (diff)
downloadgcc-2ba5f7745469a715f89382287ef9d40acabd4e9c.zip
gcc-2ba5f7745469a715f89382287ef9d40acabd4e9c.tar.gz
gcc-2ba5f7745469a715f89382287ef9d40acabd4e9c.tar.bz2
All files: Updated copyright information.
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r--libjava/gij.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc
index 4bbbab7..d97a56e 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Red Hat, Inc.
+/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
@@ -38,7 +38,7 @@ static void
version ()
{
printf ("gij (GNU libgcj) version %s\n\n", VERSION);
- printf ("Copyright (C) 1999 Red Hat, Inc..\n");
+ printf ("Copyright (C) 1999 Free Software Foundation.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
exit (0);