summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natSystem.cc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-07 19:55:28 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-07 19:55:28 +0000
commit88abbcd52962dcc832891d805f8519c33f93872a (patch)
tree8c21b7611a3119b34a19722864ac4481551ff8d8 /libjava/java/lang/natSystem.cc
parente82c951ea45aa7266c74d065f672e090c6af643c (diff)
downloadgcc-88abbcd52962dcc832891d805f8519c33f93872a.tar.gz
* All files: Updated copyright information.
* COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/lang/natSystem.cc')
-rw-r--r--libjava/java/lang/natSystem.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/lang/natSystem.cc b/libjava/java/lang/natSystem.cc
index 78ea75c84ab..66448b7d5df 100644
--- a/libjava/java/lang/natSystem.cc
+++ b/libjava/java/lang/natSystem.cc
@@ -1,6 +1,6 @@
// natSystem.cc - Native code implementing System class.
-/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.
@@ -248,14 +248,14 @@ java::lang::System::init_properties (void)
// A mixture of the Java Product Versioning Specification
// (introduced in 1.2), and earlier versioning properties.
SET ("java.version", VERSION);
- SET ("java.vendor", "Red Hat, Inc.");
+ SET ("java.vendor", "Free Software Foundation");
SET ("java.vendor.url", "http://sourceware.cygnus.com/java/");
SET ("java.class.version", GCJVERSION);
SET ("java.vm.specification.version", "1.1");
SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification");
SET ("java.vm.specification.vendor", "Sun Microsystems Inc.");
SET ("java.vm.version", GCJVERSION);
- SET ("java.vm.vendor", "Red Hat, Inc.");
+ SET ("java.vm.vendor", "Free Software Foundation");
SET ("java.vm.name", "libgcj");
SET ("java.specification.version", "1.1");
SET ("java.specification.name", "Java(tm) Language Specification");