diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 18:39:27 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 18:39:27 +0000 |
commit | 05c0974d5ba6869edeaf21d4158a6242fa0ae16f (patch) | |
tree | eb67f22aef300f233dbbba36b79eeef98e3ed504 /libjava/gij.cc | |
parent | 7f8b1577817a09e5211f1a3f802220f763bd5f15 (diff) | |
download | gcc-05c0974d5ba6869edeaf21d4158a6242fa0ae16f.tar.gz |
* All files: Updated copyright to reflect Cygnus purchase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31504 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r-- | libjava/gij.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc index 8cd084fb1ea..4bbbab743bc 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); |