aboutsummaryrefslogtreecommitdiff
path: root/libjava/gij.cc
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-01-19 18:39:27 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-01-19 18:39:27 +0000
commit7c734b1758d64874ebd9ea08180af0305f1b41e1 (patch)
treeeb67f22aef300f233dbbba36b79eeef98e3ed504 /libjava/gij.cc
parentec39b14af2b9aba5955bc49377795a50f15b0ff2 (diff)
downloadgcc-7c734b1758d64874ebd9ea08180af0305f1b41e1.zip
gcc-7c734b1758d64874ebd9ea08180af0305f1b41e1.tar.gz
gcc-7c734b1758d64874ebd9ea08180af0305f1b41e1.tar.bz2
* All files: Updated copyright to reflect Cygnus purchase.
From-SVN: r31504
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 8cd084f..4bbbab7 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Cygnus Solutions
+/* Copyright (C) 1999 Red Hat, Inc.
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 Cygnus Solutions.\n");
+ printf ("Copyright (C) 1999 Red Hat, Inc..\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);