* All files: Updated copyright to reflect Cygnus purchase.
From-SVN: r31504
This commit is contained in:
parent
ec39b14af2
commit
7c734b1758
380 changed files with 386 additions and 382 deletions
|
@ -1,6 +1,6 @@
|
|||
// natSystem.cc - Native code implementing System class.
|
||||
|
||||
/* Copyright (C) 1998, 1999, 2000 Cygnus Solutions
|
||||
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
|
||||
|
||||
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", "Cygnus Solutions");
|
||||
SET ("java.vendor", "Red Hat, Inc.");
|
||||
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", "Cygnus Solutions");
|
||||
SET ("java.vm.vendor", "Red Hat, Inc.");
|
||||
SET ("java.vm.name", "libgcj");
|
||||
SET ("java.specification.version", "1.1");
|
||||
SET ("java.specification.name", "Java(tm) Language Specification");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue