]> gcc.gnu.org Git - gcc.git/commitdiff
All files: Updated copyright information.
authorTom Tromey <tromey@cygnus.com>
Tue, 7 Mar 2000 19:55:28 +0000 (19:55 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 7 Mar 2000 19:55:28 +0000 (19:55 +0000)
* All files: Updated copyright information.
* COPYING: New file.
* COPYING.LIB: Removed.
* LIBGCJ_LICENSE: We now use GPL + special exception.

From-SVN: r32387

390 files changed:
libjava/COPYING [new file with mode: 0644]
libjava/COPYING.LIB [deleted file]
libjava/ChangeLog
libjava/LIBGCJ_LICENSE
libjava/boehm.cc
libjava/defineclass.cc
libjava/exception.cc
libjava/gcj/array.h
libjava/gcj/cni.h
libjava/gcj/field.h
libjava/gcj/javaprims.h
libjava/gcj/method.h
libjava/gij.cc
libjava/gnu/gcj/RawData.java
libjava/gnu/gcj/convert/BytesToUnicode.java
libjava/gnu/gcj/convert/Convert.java
libjava/gnu/gcj/convert/Input_8859_1.java
libjava/gnu/gcj/convert/Input_EUCJIS.java
libjava/gnu/gcj/convert/Input_JavaSrc.java
libjava/gnu/gcj/convert/Input_SJIS.java
libjava/gnu/gcj/convert/Input_UTF8.java
libjava/gnu/gcj/convert/Input_iconv.java
libjava/gnu/gcj/convert/Output_8859_1.java
libjava/gnu/gcj/convert/Output_EUCJIS.java
libjava/gnu/gcj/convert/Output_JavaSrc.java
libjava/gnu/gcj/convert/Output_SJIS.java
libjava/gnu/gcj/convert/Output_UTF8.java
libjava/gnu/gcj/convert/Output_iconv.java
libjava/gnu/gcj/convert/UnicodeToBytes.java
libjava/gnu/gcj/convert/gen-from-JIS.c
libjava/gnu/gcj/convert/make-trie.c
libjava/gnu/gcj/convert/natIconv.cc
libjava/gnu/gcj/convert/natInput_EUCJIS.cc
libjava/gnu/gcj/convert/natInput_SJIS.cc
libjava/gnu/gcj/convert/natOutput_EUCJIS.cc
libjava/gnu/gcj/convert/natOutput_SJIS.cc
libjava/gnu/gcj/io/DefaultMimeTypes.java
libjava/gnu/gcj/io/MimeTypes.java
libjava/gnu/gcj/jni/NativeThread.java
libjava/gnu/gcj/jni/natNativeThread.cc
libjava/gnu/gcj/math/MPN.java
libjava/gnu/gcj/protocol/file/Connection.java
libjava/gnu/gcj/protocol/file/Handler.java
libjava/gnu/gcj/protocol/http/Connection.java
libjava/gnu/gcj/protocol/http/Handler.java
libjava/gnu/gcj/protocol/jar/Connection.java
libjava/gnu/gcj/protocol/jar/Handler.java
libjava/gnu/gcj/runtime/FirstThread.java
libjava/gnu/gcj/runtime/VMClassLoader.java
libjava/gnu/gcj/runtime/natFirstThread.cc
libjava/gnu/gcj/text/BaseBreakIterator.java
libjava/gnu/gcj/text/CharacterBreakIterator.java
libjava/gnu/gcj/text/LineBreakIterator.java
libjava/gnu/gcj/text/LocaleData_en.java
libjava/gnu/gcj/text/LocaleData_en_US.java
libjava/gnu/gcj/text/SentenceBreakIterator.java
libjava/gnu/gcj/text/WordBreakIterator.java
libjava/gnu/gcj/util/EnumerationChain.java
libjava/include/boehm-gc.h
libjava/include/default-signal.h
libjava/include/i386-signal.h
libjava/include/java-assert.h
libjava/include/java-cpool.h
libjava/include/java-insns.h
libjava/include/java-interp.h
libjava/include/java-props.h
libjava/include/jni.h
libjava/include/jvm.h
libjava/include/no-gc.h
libjava/include/no-threads.h
libjava/include/posix-threads.h
libjava/include/sparc-signal.h
libjava/interpret.cc
libjava/java/awt/AWTEvent.java
libjava/java/awt/BorderLayout.java
libjava/java/awt/Component.java
libjava/java/awt/Container.java
libjava/java/awt/Dimension.java
libjava/java/awt/Event.java
libjava/java/awt/Font.java
libjava/java/awt/Frame.java
libjava/java/awt/LayoutManager.java
libjava/java/awt/LayoutManager2.java
libjava/java/awt/Menu.java
libjava/java/awt/MenuBar.java
libjava/java/awt/MenuComponent.java
libjava/java/awt/MenuContainer.java
libjava/java/awt/MenuItem.java
libjava/java/awt/Point.java
libjava/java/awt/Rectangle.java
libjava/java/awt/Shape.java
libjava/java/awt/TextArea.java
libjava/java/awt/TextComponent.java
libjava/java/awt/Toolkit.java
libjava/java/awt/Window.java
libjava/java/awt/event/ActionEvent.java
libjava/java/awt/event/ActionListener.java
libjava/java/awt/event/ComponentEvent.java
libjava/java/awt/event/InputEvent.java
libjava/java/awt/event/KeyEvent.java
libjava/java/awt/event/KeyListener.java
libjava/java/awt/event/TextEvent.java
libjava/java/awt/event/TextListener.java
libjava/java/awt/event/WindowAdapter.java
libjava/java/awt/event/WindowEvent.java
libjava/java/awt/event/WindowListener.java
libjava/java/awt/geom/Dimension2D.java
libjava/java/awt/geom/Point2D.java
libjava/java/awt/natToolkit.cc
libjava/java/awt/peer/ComponentPeer.java
libjava/java/awt/peer/ContainerPeer.java
libjava/java/awt/peer/FramePeer.java
libjava/java/awt/peer/WindowPeer.java
libjava/java/io/BufferedInputStream.java
libjava/java/io/BufferedOutputStream.java
libjava/java/io/BufferedReader.java
libjava/java/io/BufferedWriter.java
libjava/java/io/ByteArrayInputStream.java
libjava/java/io/ByteArrayOutputStream.java
libjava/java/io/CharArrayReader.java
libjava/java/io/CharArrayWriter.java
libjava/java/io/CharConversionException.java
libjava/java/io/DataInput.java
libjava/java/io/DataInputStream.java
libjava/java/io/DataOutput.java
libjava/java/io/DataOutputStream.java
libjava/java/io/EOFException.java
libjava/java/io/File.java
libjava/java/io/FileDescriptor.java
libjava/java/io/FileInputStream.java
libjava/java/io/FileNotFoundException.java
libjava/java/io/FileOutputStream.java
libjava/java/io/FileReader.java
libjava/java/io/FileWriter.java
libjava/java/io/FilenameFilter.java
libjava/java/io/FilterInputStream.java
libjava/java/io/FilterOutputStream.java
libjava/java/io/FilterReader.java
libjava/java/io/FilterWriter.java
libjava/java/io/IOException.java
libjava/java/io/InputStream.java
libjava/java/io/InputStreamReader.java
libjava/java/io/InterruptedIOException.java
libjava/java/io/LineNumberInputStream.java
libjava/java/io/LineNumberReader.java
libjava/java/io/OutputStream.java
libjava/java/io/OutputStreamWriter.java
libjava/java/io/PipedInputStream.java
libjava/java/io/PipedOutputStream.java
libjava/java/io/PipedReader.java
libjava/java/io/PipedWriter.java
libjava/java/io/PrintStream.java
libjava/java/io/PrintWriter.java
libjava/java/io/PushbackInputStream.java
libjava/java/io/PushbackReader.java
libjava/java/io/RandomAccessFile.java
libjava/java/io/Reader.java
libjava/java/io/SequenceInputStream.java
libjava/java/io/Serializable.java
libjava/java/io/StreamTokenizer.java
libjava/java/io/StringBufferInputStream.java
libjava/java/io/StringReader.java
libjava/java/io/StringWriter.java
libjava/java/io/SyncFailedException.java
libjava/java/io/UTFDataFormatException.java
libjava/java/io/UnsupportedEncodingException.java
libjava/java/io/Writer.java
libjava/java/io/natFile.cc
libjava/java/io/natFileDescriptorEcos.cc
libjava/java/io/natFileDescriptorPosix.cc
libjava/java/lang/AbstractMethodError.java
libjava/java/lang/ArithmeticException.java
libjava/java/lang/ArrayIndexOutOfBoundsException.java
libjava/java/lang/ArrayStoreException.java
libjava/java/lang/Boolean.java
libjava/java/lang/Byte.java
libjava/java/lang/Character.java
libjava/java/lang/Class.h
libjava/java/lang/Class.java
libjava/java/lang/ClassCastException.java
libjava/java/lang/ClassCircularityError.java
libjava/java/lang/ClassFormatError.java
libjava/java/lang/ClassLoader.java
libjava/java/lang/ClassNotFoundException.java
libjava/java/lang/CloneNotSupportedException.java
libjava/java/lang/Cloneable.java
libjava/java/lang/Comparable.java
libjava/java/lang/Compiler.java
libjava/java/lang/Double.java
libjava/java/lang/EcosProcess.java
libjava/java/lang/Error.java
libjava/java/lang/Exception.java
libjava/java/lang/ExceptionInInitializerError.java
libjava/java/lang/Float.java
libjava/java/lang/IllegalAccessError.java
libjava/java/lang/IllegalAccessException.java
libjava/java/lang/IllegalArgumentException.java
libjava/java/lang/IllegalMonitorStateException.java
libjava/java/lang/IllegalStateException.java
libjava/java/lang/IllegalThreadStateException.java
libjava/java/lang/IncompatibleClassChangeError.java
libjava/java/lang/IndexOutOfBoundsException.java
libjava/java/lang/InstantiationError.java
libjava/java/lang/InstantiationException.java
libjava/java/lang/Integer.java
libjava/java/lang/InternalError.java
libjava/java/lang/InterruptedException.java
libjava/java/lang/LinkageError.java
libjava/java/lang/Long.java
libjava/java/lang/Math.java
libjava/java/lang/NegativeArraySizeException.java
libjava/java/lang/NoClassDefFoundError.java
libjava/java/lang/NoSuchFieldError.java
libjava/java/lang/NoSuchFieldException.java
libjava/java/lang/NoSuchMethodError.java
libjava/java/lang/NoSuchMethodException.java
libjava/java/lang/NullPointerException.java
libjava/java/lang/Number.java
libjava/java/lang/NumberFormatException.java
libjava/java/lang/Object.h
libjava/java/lang/Object.java
libjava/java/lang/OutOfMemoryError.java
libjava/java/lang/PosixProcess.java
libjava/java/lang/Process.java
libjava/java/lang/Runnable.java
libjava/java/lang/Runtime.java
libjava/java/lang/RuntimeException.java
libjava/java/lang/SecurityException.java
libjava/java/lang/SecurityManager.java
libjava/java/lang/Short.java
libjava/java/lang/StackOverflowError.java
libjava/java/lang/String.java
libjava/java/lang/StringIndexOutOfBoundsException.java
libjava/java/lang/System.java
libjava/java/lang/Thread.java
libjava/java/lang/ThreadDeath.java
libjava/java/lang/ThreadGroup.java
libjava/java/lang/Throwable.java
libjava/java/lang/UnknownError.java
libjava/java/lang/UnsatisfiedLinkError.java
libjava/java/lang/UnsupportedOperationException.java
libjava/java/lang/VerifyError.java
libjava/java/lang/VirtualMachineError.java
libjava/java/lang/Void.java
libjava/java/lang/natCharacter.cc
libjava/java/lang/natClass.cc
libjava/java/lang/natClassLoader.cc
libjava/java/lang/natDouble.cc
libjava/java/lang/natEcosProcess.cc
libjava/java/lang/natFloat.cc
libjava/java/lang/natMath.cc
libjava/java/lang/natObject.cc
libjava/java/lang/natPosixProcess.cc
libjava/java/lang/natRuntime.cc
libjava/java/lang/natString.cc
libjava/java/lang/natSystem.cc
libjava/java/lang/natThread.cc
libjava/java/lang/reflect/AccessibleObject.java
libjava/java/lang/reflect/Array.java
libjava/java/lang/reflect/Constructor.java
libjava/java/lang/reflect/Field.java
libjava/java/lang/reflect/InvocationTargetException.java
libjava/java/lang/reflect/Member.java
libjava/java/lang/reflect/Method.java
libjava/java/lang/reflect/Modifier.java
libjava/java/lang/reflect/natArray.cc
libjava/java/lang/reflect/natConstructor.cc
libjava/java/lang/reflect/natField.cc
libjava/java/lang/reflect/natMethod.cc
libjava/java/math/BigInteger.java
libjava/java/net/BindException.java
libjava/java/net/ConnectException.java
libjava/java/net/ContentHandler.java
libjava/java/net/ContentHandlerFactory.java
libjava/java/net/DatagramPacket.java
libjava/java/net/DatagramSocket.java
libjava/java/net/DatagramSocketImpl.java
libjava/java/net/FileNameMap.java
libjava/java/net/HttpURLConnection.java
libjava/java/net/InetAddress.java
libjava/java/net/JarURLConnection.java
libjava/java/net/MalformedURLException.java
libjava/java/net/MulticastSocket.java
libjava/java/net/NoRouteToHostException.java
libjava/java/net/PlainDatagramSocketImpl.java
libjava/java/net/PlainSocketImpl.java
libjava/java/net/ProtocolException.java
libjava/java/net/ServerSocket.java
libjava/java/net/Socket.java
libjava/java/net/SocketException.java
libjava/java/net/SocketImpl.java
libjava/java/net/SocketImplFactory.java
libjava/java/net/SocketOptions.java
libjava/java/net/URL.java
libjava/java/net/URLClassLoader.java
libjava/java/net/URLConnection.java
libjava/java/net/URLDecoder.java
libjava/java/net/URLEncoder.java
libjava/java/net/URLStreamHandler.java
libjava/java/net/URLStreamHandlerFactory.java
libjava/java/net/UnknownHostException.java
libjava/java/net/UnknownServiceException.java
libjava/java/net/natInetAddress.cc
libjava/java/net/natPlainDatagramSocketImpl.cc
libjava/java/net/natPlainSocketImpl.cc
libjava/java/security/MessageDigest.java
libjava/java/security/NoSuchAlgorithmException.java
libjava/java/security/SecureClassLoader.java
libjava/java/text/BreakIterator.java
libjava/java/text/CharacterIterator.java
libjava/java/text/ChoiceFormat.java
libjava/java/text/CollationElementIterator.java
libjava/java/text/CollationKey.java
libjava/java/text/Collator.java
libjava/java/text/DateFormat.java
libjava/java/text/DateFormatSymbols.java
libjava/java/text/DecimalFormat.java
libjava/java/text/DecimalFormatSymbols.java
libjava/java/text/FieldPosition.java
libjava/java/text/Format.java
libjava/java/text/MessageFormat.java
libjava/java/text/NumberFormat.java
libjava/java/text/ParseException.java
libjava/java/text/ParsePosition.java
libjava/java/text/RuleBasedCollator.java
libjava/java/text/SimpleDateFormat.java
libjava/java/text/StringCharacterIterator.java
libjava/java/text/natCollator.cc
libjava/java/util/BitSet.java
libjava/java/util/Calendar.java
libjava/java/util/ConcurrentModificationException.java
libjava/java/util/Date.java
libjava/java/util/Dictionary.java
libjava/java/util/EmptyStackException.java
libjava/java/util/Enumeration.java
libjava/java/util/EventListener.java
libjava/java/util/EventObject.java
libjava/java/util/GregorianCalendar.java
libjava/java/util/Hashtable.java
libjava/java/util/ListResourceBundle.java
libjava/java/util/Locale.java
libjava/java/util/MissingResourceException.java
libjava/java/util/NoSuchElementException.java
libjava/java/util/Observable.java
libjava/java/util/Observer.java
libjava/java/util/Properties.java
libjava/java/util/PropertyResourceBundle.java
libjava/java/util/Random.java
libjava/java/util/ResourceBundle.java
libjava/java/util/SimpleTimeZone.java
libjava/java/util/Stack.java
libjava/java/util/StringTokenizer.java
libjava/java/util/TimeZone.java
libjava/java/util/TooManyListenersException.java
libjava/java/util/Vector.java
libjava/java/util/jar/JarEntry.java
libjava/java/util/jar/JarFile.java
libjava/java/util/jar/JarInputStream.java
libjava/java/util/natGregorianCalendar.cc
libjava/java/util/zip/Adler32.java
libjava/java/util/zip/CRC32.java
libjava/java/util/zip/CheckedInputStream.java
libjava/java/util/zip/CheckedOutputStream.java
libjava/java/util/zip/Checksum.java
libjava/java/util/zip/DataFormatException.java
libjava/java/util/zip/Deflater.java
libjava/java/util/zip/DeflaterOutputStream.java
libjava/java/util/zip/GZIPInputStream.java
libjava/java/util/zip/GZIPOutputStream.java
libjava/java/util/zip/Inflater.java
libjava/java/util/zip/InflaterInputStream.java
libjava/java/util/zip/ZipConstants.java
libjava/java/util/zip/ZipEntry.java
libjava/java/util/zip/ZipException.java
libjava/java/util/zip/ZipFile.java
libjava/java/util/zip/ZipInputStream.java
libjava/java/util/zip/ZipOutputStream.java
libjava/java/util/zip/natDeflater.cc
libjava/java/util/zip/natInflater.cc
libjava/jni.cc
libjava/libgcjdata.c
libjava/no-threads.cc
libjava/nogc.cc
libjava/posix-threads.cc
libjava/prims.cc
libjava/resolve.cc
libjava/scripts/MakeDefaultMimeTypes.java
libjava/testsuite/lib/libjava.exp
libjava/testsuite/libjava.mauve/DejaGNUTestHarness.java
libjava/testsuite/libjava.mauve/mauve.exp

diff --git a/libjava/COPYING b/libjava/COPYING
new file mode 100644 (file)
index 0000000..60549be
--- /dev/null
@@ -0,0 +1,340 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+\f
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+\f
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+\f
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+\f
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                    END OF TERMS AND CONDITIONS
+\f
+           How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/libjava/COPYING.LIB b/libjava/COPYING.LIB
deleted file mode 100644 (file)
index 161a3d1..0000000
+++ /dev/null
@@ -1,482 +0,0 @@
-                 GNU LIBRARY GENERAL PUBLIC LICENSE
-                      Version 2, June 1991
-
- Copyright (C) 1991 Free Software Foundation, Inc.
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the library GPL.  It is
- numbered 2 because it goes with version 2 of the ordinary GPL.]
-
-                           Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Library General Public License, applies to some
-specially designated Free Software Foundation software, and to any
-other libraries whose authors decide to use it.  You can use it for
-your libraries, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if
-you distribute copies of the library, or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link a program with the library, you must provide
-complete object files to the recipients so that they can relink them
-with the library, after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  Our method of protecting your rights has two steps: (1) copyright
-the library, and (2) offer you this license which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  Also, for each distributor's protection, we want to make certain
-that everyone understands that there is no warranty for this free
-library.  If the library is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original
-version, so that any problems introduced by others will not reflect on
-the original authors' reputations.
-\f
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that companies distributing free
-software will individually obtain patent licenses, thus in effect
-transforming the program into proprietary software.  To prevent this,
-we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
-  Most GNU software, including some libraries, is covered by the ordinary
-GNU General Public License, which was designed for utility programs.  This
-license, the GNU Library General Public License, applies to certain
-designated libraries.  This license is quite different from the ordinary
-one; be sure to read it in full, and don't assume that anything in it is
-the same as in the ordinary license.
-
-  The reason we have a separate public license for some libraries is that
-they blur the distinction we usually make between modifying or adding to a
-program and simply using it.  Linking a program with a library, without
-changing the library, is in some sense simply using the library, and is
-analogous to running a utility program or application program.  However, in
-a textual and legal sense, the linked executable is a combined work, a
-derivative of the original library, and the ordinary General Public License
-treats it as such.
-
-  Because of this blurred distinction, using the ordinary General
-Public License for libraries did not effectively promote software
-sharing, because most developers did not use the libraries.  We
-concluded that weaker conditions might promote sharing better.
-
-  However, unrestricted linking of non-free programs would deprive the
-users of those programs of all benefit from the free status of the
-libraries themselves.  This Library General Public License is intended to
-permit developers of non-free programs to use free libraries, while
-preserving your freedom as a user of such programs to change the free
-libraries that are incorporated in them.  (We have not seen how to achieve
-this as regards changes in header files, but we have achieved it as regards
-changes in the actual functions of the Library.)  The hope is that this
-will lead to faster development of free libraries.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, while the latter only
-works together with the library.
-
-  Note that it is possible for a library to be covered by the ordinary
-General Public License rather than by this special one.
-\f
-                 GNU LIBRARY GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library which
-contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Library
-General Public License (also called "this License").  Each licensee is
-addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-\f
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-\f
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-\f
-  6. As an exception to the Sections above, you may also compile or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    c) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    d) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the source code distributed need not include anything that is normally
-distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-\f
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-\f
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Library General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-\f
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-                           NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-                    END OF TERMS AND CONDITIONS
-\f
-     Appendix: How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the Free
-    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-    MA 02111-1307, USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
index 18dcf20df63ba5f6ebf952c3feaa1a57bb4f9444..403a85ed9ed56261c14249572ac8bb7fc6e1e031 100644 (file)
@@ -1,3 +1,10 @@
+2000-03-07  Tom Tromey  <tromey@cygnus.com>
+
+       * All files: Updated copyright information.
+       * COPYING: New file.
+       * COPYING.LIB: Removed.
+       * LIBGCJ_LICENSE: We now use GPL + special exception.
+
 2000-03-07  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * resolve.cc (_Jv_SearchMethodInClass): New function.
index 3785700f91bc98a5a32cbf87d0739fdc77d09c1d..f153b448c705f3eba83f7e544ef5eeef4d338df2 100644 (file)
@@ -1,11 +1,16 @@
-March 2, 1999
+March 7, 2000
 
-The libgcj library is licensed under the terms of the GNU Library
-General Public License.
-
-You should have received a copy of the GNU Library General Public
-License along with libjava; see the file COPYING.LIB.  If not, write
-to the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+The libgcj library is licensed under the terms of the GNU General
+Public License, with this special exception:
 
+    As a special exception, if you link this library with other files
+    to produce an executable, this library does not by itself cause
+    the resulting executable to be covered by the GNU General Public
+    License.  This exception does not however invalidate any other
+    reasons why the executable file might be covered by the GNU
+    General Public License.
 
+You should have received a copy of the GNU General Public License
+along with libjava; see the file COPYING.  If not, write to the
+Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
index ccfe9ee16c4a6ef03972f8b575de9a9816d01091..36b544863b1e7b66f8a2d700eec332526bacb6b0 100644 (file)
@@ -1,6 +1,6 @@
 // boehm.cc - interface between libjava and Boehm GC.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 215fc23cfb0db69398c2a921a4dcef6d58101192..33269ab0aab4eb530be49edb8ccec0aafcaac965 100644 (file)
@@ -1,6 +1,6 @@
 // defineclass.cc - defining a class from .class format.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 0ba060fef1b492735f48127657ea517b030c5d33..1ee56aecd730927df80c424a82123f81970b6561 100644 (file)
@@ -1,6 +1,6 @@
 // Functions for Exception Support for Java.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8b355e263526467ee8db5dd61fd419e80659532f..bbea902d5f5699950ad8291e005668b324d51cf9 100644 (file)
@@ -1,6 +1,6 @@
 // array.h - Header file for CNI arrays.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2cad18584912023da535a009ef69a7689330a4e1..ff45fb058caf6a56444d9836b8eb5557ebc1ea8d 100644 (file)
@@ -2,7 +2,7 @@
 // This file describes the Cygnus Native Interface, CNI.
 // It provides a nicer interface to many of the things in gcj/javaprims.h.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index ff8a40102ab18d5c04fff46a203deeb0dc6cdcad..62663d64e64169df633e4bcfb0b45ffe027bdf06 100644 (file)
@@ -1,6 +1,6 @@
 // field.h - Header file for fieldID instances.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 2f3c4638b41543de0f924516baa5ce4acc9a249f..d2af32e2cb68b03d6ab69892834dc02f300973d4 100644 (file)
@@ -1,6 +1,6 @@
 // javaprims.h - Main external header file for libgcj.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fa3484dcff01a2c39907b0f32ba168bfccd18780..d4246e41ef822bb463c3c433d1a58e085d707fcd 100644 (file)
@@ -1,6 +1,6 @@
 // method.h - Header file for methodID instances.  -*- c++ -*-
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 4bbbab743bc8014007b411b63e1e6eb0c40e6f60..d97a56e7f4552a47dbd7e09000f169ab7958266e 100644 (file)
@@ -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);
index 577ad33b1e447a9cfaf7365dc93a8596ad862ae8..aef75bae800d6a276c764bb57cdb63c8c8c99a0b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1d96409f372beaa8451f3495c3c8745dd15b33a6..92836e0e703edf6f68d236512efbc24aa8af5598 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 1e3a46456e72e39a12607eb63dad6d4ae27f8ea6..ccd6662f11aac117c5bbea3150480e93443dcd07 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9008352a3d5b127b9224a5b864ece916a88200fd..6c70034f3d9b7bc7573c714c211d330eb2f2f0e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index df1cb340d45eb4e48b85bd3604fb0a7d614d5bf9..d7088e157527c3ae9c055245facb5311849e0c6d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 21ee78421c2fe1e430a8f7bcb14fa42f10e76e02..12b8b695bfad90d0f8445c35269838065a28dbf5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e28cae03c6bbe736e8c9301b712b8e058c0642c2..4660322721f14e92c9cc1d227604952da0fbcf08 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6a63437ec326b4d8db73a917ae4ccc679fc943ed..f76f282e4064c4197f9ab872f4750f7679207c46 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7b5fb03a54bf605e07e4a39875b6bd3c8b1eba2a..cd7b795fe940f7677d7ff71e3fdd1c8cfcdbb8b3 100644 (file)
@@ -1,6 +1,6 @@
 // Input_iconv.java -- Java side of iconv() reader.
 
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 867ebf90e6ab0e15032e3a7fb3769b090c53c9db..ac04ad67ac1ac79dc0974d78b04c95297d34eff9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b69b220b183fa260d9818a58ff82c74cb4d88d9f..0662239aa85de95da8ad38220d31b4eadbae2a4d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 211c870366692a1d4032463ae7c5bf0a6dc55dd8..dc99218cf9b0088a5b5f80ad291d9c74d223dbeb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f40a3df428d1e4235767288e13ce0da20e02b11c..c5370642378137676b92f343bb959064ef0ecb72 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 76b994c472af8e602f1e2186a2c5ea08b1beba88..7fb59107feba3b79ff712c2d6a83bef6b6fd4587 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 386028aee111c38b0c07eb363d3e83123fc1b17f..78522627c85f2065f1154c9e20528a7c2636be00 100644 (file)
@@ -1,6 +1,6 @@
 // Output_iconv.java -- Java side of iconv() writer.
 
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b91a8cc8489d3df5a602ed1b11ce48eaec532749..d068fce58929c0d04169668c305a9e8de234c3b5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index da8764135925cabee0a356decc2baeeb331a7274..acb343f1bf918119f5e6a9f454c875d19693196d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a2e2341046f8535e05370c6c8d19a96c19f1adeb..e89f70c5c9fdee14839c6dd0e737c1ac892fcd77 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index cc8488fa36970fe8f23c2be5154ead53a842fdde..b3eead852d3295efd8aa7806d9fb4b9cab588555 100644 (file)
@@ -1,6 +1,6 @@
 // Input_iconv.java -- Java side of iconv() reader.
 
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b9ac404714a643c75c5ffa354cf266a495cc7fd3..42562b9cb7d31e96032e8be3f4d51ba24f4b08df 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 012de5bb4525cf822d42c4613ab22167f9002403..c7f11ade0785866524c428e7aee1f409df2272da 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b37cd490be4466a8284364fb13eddef146288995..533fb9f1b802aab774d89122d57428c55f3ce815 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d31a1b2958f5a9ded9422ce85a734152abfbdd0b..3cde58dc1ba24b52cf29594faaeb32e67fec9312 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e25fe88fc7cd9aec5c8d2e9e88c893210c8b24ef..0be0dc5023c9ae0696e1246b7904cdfcc1d50b2f 100644 (file)
@@ -1,6 +1,6 @@
 // Do not edit this file!  Create a new version with MakeDefaultMimeTypes.
 
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index f4a114bf9e89222f10cb1fc343fc5f25e117f303..ed08479f04603658aace57e3114eb4be104c0081 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 9ed6d89cfac777f86eaffe7d0fbabd106bb2ba27..94d4b68fee0d3331d56cb05ce0bc9a9d19b7887f 100644 (file)
@@ -1,6 +1,6 @@
 // NativeThread.java - Wrapper for attached user threads.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b26c95dba9447163b6cce614d95282d0c26aa7a7..1fa31438515b86d21d55ce71616b407cb77a8cad 100644 (file)
@@ -1,6 +1,6 @@
 // natNativeThread.cc - Native side of attached threads.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 6ae60f26a223ec3373f5a98b9fc3b32b9dbf4ddb..fb947a5a69986a27f0e0f986a4a59edefe79081c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 1eb2d1b8b2c250616691aa66f01c556f354a0696..b7804cbea0cd5f229638fc417878c0dd4656aadd 100644 (file)
@@ -1,6 +1,6 @@
 // Connection.java - Implementation of URLConnection for file protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c731e27950692835c5e4ca2e16a7f47f348272b4..285880d8c3d8954f5cef15b33cb873d3efd358f3 100644 (file)
@@ -1,6 +1,6 @@
 // Handler.java - URLStreamHandler for file protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 155382039b7dffa7b597e3fb7d6b0e2c35bbb72a..ba5903d0c12bf8e36c317741e168b6586ba5d6fd 100644 (file)
@@ -1,6 +1,6 @@
 // Connection.java - Implementation of HttpURLConnection for http protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c2b7487ff5250c439d27cd0549d14fa52dd5cf5b..ccf94e762c53b059061a7f63cc6b6dc6570e4d41 100644 (file)
@@ -1,6 +1,6 @@
 // Handler.java - URLStreamHandler for http protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index bd383dc2466ec2bcf78899dfaeac8a7efe1bd681..439594e7262f5b2b70bfad0d9697ed76f44a81a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8e849f107895075245ce126167ebd2036453c1ff..2bb6aaebf854923005bd757021e0835b14d370e9 100644 (file)
@@ -1,6 +1,6 @@
 // Handler.java - URLStreamHandler for file protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 643d153b44edb44251b5d505ffb51605d7ec28ac..68d1c8c26f8e8925a115c1ba8e9d7f826741ef35 100644 (file)
@@ -1,6 +1,6 @@
 // FirstThread.java - Implementation of very first thread.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b6a2bb204a13101fece6234fd06d7858d639cc16..ae0a0ebb20a5aba72816d67c56d162abda7f96f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2b8f8d4a5109bf65b6a8561c431e19f269057e12..458103c895a2dae8c20066e0128f450f5dd9e50b 100644 (file)
@@ -1,6 +1,6 @@
 // natFirstThread.cc - Implementation of FirstThread native methods.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index af75afb28ca395f989dd5c8b6a5587ca5d712dc5..8c20d46d47cb1a20ee07b4b686b23d73e7fce339 100644 (file)
@@ -1,6 +1,6 @@
 // Base class for default BreakIterators.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index edf257d31636c236e633c1257127d9266c2601be..ba087ccc4614cc653358b61b5f3768bd35b76e8a 100644 (file)
@@ -1,6 +1,6 @@
 // Default character BreakIterator.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 72537945697fbfafa79da0befc73323dfd39b172..4540b7ae5497496c609b81d09eddaae43f50e5e6 100644 (file)
@@ -1,6 +1,6 @@
 // Default word BreakIterator.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fb5dc11c74ecfcd489a890d93616581fbdeb3c3c..161f3de7e8d614e1a266e59dbd38ca214b86fac6 100644 (file)
@@ -1,6 +1,6 @@
 // Generic English locale data for java.text.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index de038e6179b4464f409f857b23555a9b0ec6ba60..083a86157f6858889564cbc9ea2fc5e83910fe7a 100644 (file)
@@ -1,6 +1,6 @@
 // US English locale data for java.text.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 398357164fa3a2719e75eadd64f9fbc43285cf79..af2ccf10b9336cf5ce3221b187f11348fe6b0903 100644 (file)
@@ -1,6 +1,6 @@
 // Default sentence BreakIterator.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b23a56b8a7bdf1979a54d836500af575695b8a47..553cdefdfc1749e6bdb8072bcf7fed30a2788815 100644 (file)
@@ -1,6 +1,6 @@
 // Default word BreakIterator.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6165b2d4fcc3354a763ef21af27d33f086df2f1b..b8bf5a366075a7074bf5cdd9fa85b25e8470d34e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 12f4d29a388cc4b73a4aed578c148fe7e77cb6e2..fa4e8d0463324f090f688962c56fe1cac2e44a59 100644 (file)
@@ -1,7 +1,7 @@
 // -*- c++ -*-
 // boehm-gc.h - Defines for Boehm collector.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e9442ef76336a952087bd07626da3f38d6bbdf2c..56d1cc22db1a381d586146d43d1ee60e1b642d0c 100644 (file)
@@ -1,6 +1,6 @@
 // default-signal.h - Catch runtime signals and turn them into exceptions.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f4f28997b219e5ea4ddc930b41e8e413b73c17ad..491a809c9309ee71a1b1a60704a01aa40f1ffd26 100644 (file)
@@ -1,6 +1,6 @@
 // i386-signal.h - Catch runtime signals and turn them into exceptions.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 78ea7d0e0b80d5f7127af91ab5ce58bd2ca45f95..6f178bd9e98c1513588a4570d046628c1ae774d9 100644 (file)
@@ -1,6 +1,6 @@
 // java-assert.h - Header file holding assertion definitions.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 3399d35c9bd14074f3c0500580300cca58bb6c35..602de2843cbbfedc3f38e48d157459b1bf07b993 100644 (file)
@@ -1,6 +1,6 @@
 // java-cpool.h - Constant pool parsing header.  -*- c++ -*-
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 43464698e724d02044932144282c45792ec426e3..975a7c906c5523d521dee46cab44a0abe5a409d6 100644 (file)
@@ -1,6 +1,6 @@
 // java-insns.h - Instruction encodings. This is -*- c++ -*-
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 3074a2c944fbd8fe22a5f9b9dde8b35f42662a46..59976b31acff052ab1def4419d695d55de153b80 100644 (file)
@@ -1,6 +1,6 @@
 // java-interp.h - Header file for the bytecode interpreter.  -*- c++ -*-
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 1ba7c56c791522aaa3b54f6680d15701a70fefbf..f7e6d36f82ac30d4ae20939e8cbafce109107092 100644 (file)
@@ -1,6 +1,6 @@
 // java-props.h - Properties  -*- c++ -*-
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 789cdeef56c0f8122d2e6fcdb9ff75b9dd860b92..4442ce8762e918de8837eb0c043ebfcb412d1b4e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index d24a5ff5830498f7276d1c263b0df9a724463808..32336db907727d7bc50b7272e15f8f5dc1cdba07 100644 (file)
@@ -1,6 +1,6 @@
 // jvm.h - Header file for private implementation information. -*- c++ -*-
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 4a06925486385419e38b3bf5b63177c0da84b87c..18e79e13e1007623edf6592fa56acbdcb775ba25 100644 (file)
@@ -1,7 +1,7 @@
 // -*- c++ -*-
 // no-gc.h - Defines for no garbage collector.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index bb6a461853cb35f4b1a05bf780dfc33ce46ca91e..e500184ca674bf4b1376736fda1a47d6e3336c30 100644 (file)
@@ -1,7 +1,7 @@
 // -*- c++ -*-
 // no-threads.h - Defines for using no threads.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b6f6c7b4137a8585d42326717862e51cd7d24193..ac74ebe93091d7920e57e8e7d0c284104c7dbed0 100644 (file)
@@ -1,7 +1,7 @@
 // -*- c++ -*-
 // posix-threads.h - Defines for using POSIX threads.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 91bff1d52addcd04850cd62f5bbc423d4d321d93..4ae0c95927f4a0dc2feee96981223a54e9aa6e78 100644 (file)
@@ -1,6 +1,6 @@
 // sparc-signal.h - Catch runtime signals and turn them into exceptions.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2dc5e7724e45bdcc99bde1ad3145a25cee8ed6de..cf138e237edbbc8c645cfde4e50f38c122126081 100644 (file)
@@ -1,6 +1,6 @@
 // interpret.cc - Code for the interpreter
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 0a4d758e71e9d7e4ee23193ccead609ce18a3cef..3d8f6c00c59d3c3eaedaf029da624b2d5797a385 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 4ec128f947719735a6c216d801151d6dde41a3d1..16700f3fa250031e1fc223c13c03e6554db401c4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f7dfb2852ea88bad377963ab02c4846c1bff5887..6199a2e7e2960161b838aa32141d00bf8c04c177 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 89213188cb9180f5f97fe8f20955dd8e3b0e726f..6befa791645d2f58f290301cd07bc4c02b0942fb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 615715c002c344830687741d5217f0ecf4c89c84..38ba32729cf1caea0c00071d31bf53e3adce16f9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 3aa2a1edbe634c5e1862b4f097831a8ef1e04f54..d72cc04b94ca33a431b2af40f94b15c6c896e2db 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index d9a8d05c14b7e56eda1f216157b61cd052434022..08503677ff70e4084dfbf393b5f479a9d33b23c1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 7de86faf5adb33c2f6077a681cda51c722871c54..6f2cc24e421a2996fc492d626b0715e4c9493a4f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index cb37229264f69ae0938a64e293565f6e32340fce..671596ec3719c29b29def09338c07581c42c75b1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f250daee3d6831d676dd8f80c13edb03e0114100..a79d64e85fab072ed8ea5389fad7f83495f7dded 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 6c24e135d265735c46e912d525e7b35d85fcdb3f..b171bca2e19c69769f222971b623b3c820d782f8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f82aaf48e249b3df069a3dc7ec7cb576dfd3ea26..c0f6430856ff79e7ed23d4d3aceacd020c080668 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f4ad0d7771543792d1ba93f87b901b48c697c319..e18314dd626a6fd280a40595c645486b0d05548e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f4f275e72da51c5e3860aab0775e3227036f41b3..295e240cc7bd5a9c84537cc547109ba6e5ade5f2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index edc62e70aef395f642857e92b6890cc908b3da53..2681a20ee123d59d65982f62a7069e682d9900a7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f0d312d203ce4dfb43d088db03fe340d68e255b5..df8aba51700a1701618ec7be5587df9c6d1811cf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 7ad4f37dbc50f8c1280082110bdeff610a96d103..d6c9c5e48abf5b49ec5c1382097b6b3e9dc24da0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index e716694312af34d1a57a411aecb862254d8f3d2a..d0f0e0835dadc544185e4b630e3fa7b0a2197c2e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 5e57bdc35912f06a84ad919f36ba6f4b5c76d1aa..09f5cb2e348c88666608eb9f963151a3ef14b833 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index efda2c4bd47f2c67870969445d81e398aa886900..738cc89c7e8beca0a467c0b115e5e2b22269baff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index cdda4e278627bea109eb5808939b71a3fda4725b..cfb2d77ba0acaddbd001e4b8392bd9774ebb57fc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 770d1121411f4b5a1ab7699f4afc2eae39049b7f..4112861f6c662cf9570e1d10d71a4cc6589299ef 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index d62289e4936166bb83f2e22e622b02c30df568cb..109673b35691661e79e5b648f70cb5c46498ed8c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index d2252f5ff1b2e2876ba1d1b191a624c93c5bce4f..7fb359ff076757ea1e31cd6673da87ccf7713568 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 32baf928ec2d4233988f72a5b3f208eb5538d229..811f72ca59a02fd7eba104733070d5337c8e8c30 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 04f0448d606f38aa231f14364d93ee002c68274b..76bb1a88c76410f7dd2be64675cd8e2212f82ed0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 1bac4e869cbf8f38fca8d272d4dec7a7008c34cc..81bc867669445b0766feb3113314b76836f58c35 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index d5f8755467466b96f2d045be57472b280329f0ac..e08d67e214e3d05e6461050aba0402fa676e33ff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index f0013df561dd3784681a22df23fa82f43463ea06..64b53f800610870e905b0051110d3b60c659a2de 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index fe65d85c5b82a2c16e8fb8dc3015296f0746d94e..45c4da898eeda3019cdea8b47af735f0a45fb8e8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 0daa53f8db7c10c933a2eaaf22f652ecbece3918..caf2b18b48fde4cb2e855b82f784927739fd7938 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index c68ec5fc9de9a05943cded6798ed5dfdc612580b..ac049212321a7094c89b6229ba9b8ae0f033204c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 234f849514892c71ce52efc6e8d1f341cb435518..e939ce7dcf6f44b56812800396d2a46e71ba6135 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 6835af647602987525677e91b3b738388a255a5d..0814e03f18fa97d44a0c9a907b825e9911b7f242 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 12e47b07156a18280bc6d92664ba463d3b714b9e..c0f2056a8ca5f43d6948c2e955ecca05cde5fe9b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 8aa70eaa874200e4765476cf73850df760288dd1..b2be56c9fbc55d23e148cc3dd901d478240c2118 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index ecccdb5df300c39d3c03742d7593ff9aa5a5b95e..806b9623de298ddd0c94213e2a18635653b987c3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 01cb4e926a71b07c2457c3d8d3ef273a1cfa5a09..c8e459ac0df4fda2db1e2e6cd76652dfbb7151b1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 7925e8295ac53dd085f0acd8f015c4d7b450b5be..e68a17f5267c184d407ffeddb5fc2eb2a5063cfe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 70ab696ed1007ebd732f9439acd3feb770812b63..109992d64ed584705ae11dafb505fb32cfe8aa73 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 15386503aa59a7012e0efde0fa3c855b87cd1938..6473854456b06bbdaceee491880a7bc7d44c38b3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 52c0b8f3eb43887107aa3a6f8f223b1dde408269..262c054e205f4a83b0cf86da9f39c0f2afef3f2a 100644 (file)
@@ -1,6 +1,6 @@
 // BufferedOutputStream.java - A buffered stream
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2a43fc8be155161cddf688ec0af66c49a83a8830..73601deb593082b00222cf6bdbcc581cbab2a382 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index dee6fa0b3438e38cc43bf11ba682da5243e5f508..3112a8adec9323069d724f9358686b52bad184c2 100644 (file)
@@ -1,6 +1,6 @@
 // BufferedWriter.java - Filtered character output stream.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 366e1c2c38e9bf3e2092bd5a35a48a0608451e9b..97ec6e7981840a86d570e828a7ef8baec2e77bdf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 5055c83fa3ee2de52db96c6d8ecb3a3e3671a1a1..901312f13370f8a36dd56be645b49f5eeb54dc15 100644 (file)
@@ -1,6 +1,6 @@
 // ByteArrayOutputStream.java - Write bytes to an array.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 03ec46ab8db3d610fafc688d04284101a7af10ba..195403684c269c05f14311b9001bed189a6406eb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e33dfd85ba9e4ea1e32bc90d8341a50c966d7978..5e04d6171b164f1b332430272b8125b008fca13d 100644 (file)
@@ -1,6 +1,6 @@
 // CharArrayWriter.java - Character array output stream.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 600fe3ed8e18196258e8b57e67313b9052cc9e0a..938d605d0f9a8f476dfe6cbd5b07effffd944ec3 100644 (file)
@@ -1,6 +1,6 @@
 // CharConversionException.java - Problem converting char to byte encoding.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1a120cd6dfab8b6690f4d7a7276ffaf9667b1095..5930e4969795b6cb8dba45224ee46a510e983318 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 295e4b42d7acb37efea1705e8725cba6a1fa9c31..a3dbaa739d25aa1f1a3611a32ba40bbda3d61fc9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d226d0c962b214b20cd9bb3c9b6020e70caccd6d..d0def85cdf9e13a24cf73aadc44080777a3ab934 100644 (file)
@@ -1,6 +1,6 @@
 // DataOutput.java - Interface for data output conversions.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fdc631a9d769654d6cc4e87a01daf455392be31d..6830e1af09e1feed678b59e3fb5d719943e9e128 100644 (file)
@@ -1,6 +1,6 @@
 // DataOutputStream.java - Output filter that implements DataOutput
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 37bb56998347a330392c92572695c9937c1b2d70..e5ae1f01034946f3df658edba35c53ee146a9f62 100644 (file)
@@ -1,6 +1,6 @@
 // EOFException.java - End of file exception
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c4a4e39a19df25d03553f491e04c67fa67cdd404..38bcb9f9c6372c6b7cc6ee0ad2e25f2820d0fa11 100644 (file)
@@ -1,6 +1,6 @@
 // File.java - File name
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 541c07a99fb2ca610cbd745271733784978e0b75..51c6fd6c5b1382d1a6c366fcc4872557f3972eca 100644 (file)
@@ -1,6 +1,6 @@
 // FileDescriptor.java - Open file or device
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 3bcd1a36970b75c9dafaadb31ece0883eae8c5e2..e5071e40e894d78df86082ca9112e19653541550 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 36362e3404a9dc34ec0bd070f9807f94c8c9630a..9482b2eefbfbc4eb9964972de781103cc54a921a 100644 (file)
@@ -1,6 +1,6 @@
 // FileNotFoundException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8e594cdda6fe8af081829c2cdf7221d18bde9e3b..57af576f89cb16cf2eb7420f4c95c1d99a00f9c4 100644 (file)
@@ -1,6 +1,6 @@
 // FileOutputStream.java - Write bytes to a file.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 88d7e36ab7e2b041f68eaed6dedc0d8ea72b1ee2..c82ce5b37e2b79f224254eba73e2c55bf14b8740 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 16672befb1d5c633e8cd2254b9727ea46a30b364..5c49e5f853d36db4cc1a2c8ae687ff7be89b24e3 100644 (file)
@@ -1,6 +1,6 @@
 // FileWriter.java - Character output to a file.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 13f434461a0aee7f84a846f1d7b3f850f29c2cd0..05e7fd0dd7948f054450fe73a89e0cbfce0075e0 100644 (file)
@@ -1,6 +1,6 @@
 // FilenameFilter.java - Compute subset of list of file names
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2236af1cd469396389cfcc5cab28f15830b7e36a..712be929592ac0fb11254ba1f9b0738a21bb8bd0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 3450c2ec3cedf04df878623da59cf8bdf7e1ba0d..c17ea263052e6745ef237671a513e80dca22251b 100644 (file)
@@ -1,6 +1,6 @@
 // FilterOutputStream.java - A filtered stream
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 46608d49f986fa0d069edfd83604ad3c8b28d121..bce70cc6edacc62d73dc3dbb0e024d3cdcc5730a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c8f9665d971a24f74a94b5d99226f32f72a10ea9..aa6600cab2d03675f652c09f4a71d8ce51b057de 100644 (file)
@@ -1,6 +1,6 @@
 // FilterWriter.java - Filtered character output stream.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d55c1028c7a609b1504b34e91ba0187449bd78c0..e9b22768243fa8b63e7ee43d269c30a1a60dbcfd 100644 (file)
@@ -1,6 +1,6 @@
 // IOException.java - Base class for I/O Exceptions
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6004c9704a5e71f6c41fb49428521151ba308448..2da52b1afcd720b5015195f1220c62c43eb4f131 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 4b01185a19707a7a42a9af6e842c557f1cc1411f..478d8ef599674f23c823c85f625430ad489115ec 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 51ba9ccddec53e20d858b371bf0bb9c1139ad7e4..756238243927a1913cf80cb4183a7707672bd8e4 100644 (file)
@@ -1,6 +1,6 @@
 // InterruptedIOException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0e0b9e53f0c95cbae950b344c293d591ac0223f0..cdaa51a00da72a41904472a8a92cee6eccd117ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 70a93d7dcc7a587706318a75e8225ad83cef4da8..ffdd2b68e2e71bb7b3fbfcf724a95ff5fffd745a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d0353a4a1d988feeff30a9c2b430e7cd64d1cf00..46770394b22508089f130fe85c235b36981d2696 100644 (file)
@@ -1,6 +1,6 @@
 // OutputStream.java - Send output bytes to output sink.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 41dd0b00227262ee352f5fb9c36cb37ba24d0648..2fe64772b5b37727b35cc19cc77d1572c71f32c0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 30c595fa614d176d6a31fbdee1d2617a88fd600d..d2dbecbba119a0150bc4227c3d82e0f642055359 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f620aba9d3740c8bed70e281ef355c7363595c8c..901fb9e54840cac6ba22fa3d8f9c55c139a427f0 100644 (file)
@@ -1,6 +1,6 @@
 // PipedOutputStream.java - Write bytes to a pipe.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b5ecb8934fa81a01e7f6d4a622e7293067253546..faac9865cb8e2c2d40e5bdfdec5444d429991ec4 100644 (file)
@@ -1,6 +1,6 @@
 // PipedReader.java - Piped character stream.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 69a47ca80d4a9ab467b366abedbe4405ee6fcfb8..7efed3976da30a0f094fa1ff20d8dd0e06ad6879 100644 (file)
@@ -1,6 +1,6 @@
 // PipedWriter.java - Piped character stream.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b37bea70e29df8fdf387377927053d6ac66e41f8..4df8748e21745fe3d67a5dea1df0d235250f046d 100644 (file)
@@ -1,6 +1,6 @@
 // PrintStream.java - Print string representations
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 96e014125c89bcc397c313c2f19a6416ee81a3b1..fab152ba4856e73cd4cfe3e7536d66848ba6b322 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 538a8d83aef56dd667f2fbd4624ab197572e7872..c104cf2f407be10056a8eaabee55732cbe075694 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f1534dc2742de03f00ce43d7724f7ba6dda11bfd..d5d8d4412587461d08376c7f57be2becb6cb00a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1142c2eb3d579448e8474d0234f400b879414543..d054afc2033d3a441c3946b2d1663f6e665affd6 100644 (file)
@@ -1,6 +1,6 @@
 // RandomAccessFile.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f8ba5cd390345391036fa0e8b1bb4497678d42d4..c8e8f29c6fa8050cea48422f36e1aa2e0d952c81 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f24811db1a0aa358214a32656ef296f037b7551f..054527774ab0af5c0f1670a1c5090e6a4b41afd0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 22a457134897550da0f930c4f4c3043b296e808c..fab9188d1016509b4c538b84b67f579e16ebcf48 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c07996b205aafab04f9c29cb3e34c77323e6bac2..e763cbe7d9a935864e72d32132d7501080ab0867 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d2d14da842ebc26d4b28505180207171384a3b1b..063e19d3fc74af46a567cafb6805505536bf329e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 21a6db59d81d85043dbd7cec934762df8738d2a2..60a912975af41fd8b6ba85bb6b416079c894ecfa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b305c6fd79d3e758944fa4d538e8f1a475d0b062..88b0a6ecd444dcca0c256bc9c86da299d1bfc92f 100644 (file)
@@ -1,6 +1,6 @@
 // StringWriter.java - StringBuffer output stream
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 3bc47882ca5a0a28c184a7550f47fbc16ec4fa78..05f4c3dee7b9f24a735f1ae7807495700b8e88ce 100644 (file)
@@ -1,6 +1,6 @@
 // SyncFailedException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 27dfb28f289610a524b3570ac4f4ad48761e2dde..16445cdcfe504602692f8146aa16aeb7b5deb114 100644 (file)
@@ -1,6 +1,6 @@
 // UTFDataFormatException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a686a83023f30ae6efdd95022dc3c63467e167ef..8ab868eb787815fd374542f9f9cc10619965fc61 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e4b2da7e2db971b81083d82e4044d625c9ff5d1a..96fa0fb2d0d9d8ecef1a5ef9aa8ccc6c9534a98a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 90be3d71800638d10d2014d644d913d4a55e0224..dd98dc1708ae82ce3006a2cac009bddd3f4cb6cc 100644 (file)
@@ -1,6 +1,6 @@
 // natFile.cc - Native part of File class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 43a1abef83ade6dda6515e8fb95bc4ff4fb3099a..b8c1a8d368eaed81dadc70064fe25aad7ce0d4f6 100644 (file)
@@ -1,6 +1,6 @@
 // natFileDescriptor.cc - Native part of FileDescriptor class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6538960705bfce298631de2ed232a3bbe971027d..ab95307c06b9b936b1ee4328c12d9e52d75b14a9 100644 (file)
@@ -1,6 +1,6 @@
 // natFileDescriptor.cc - Native part of FileDescriptor class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index e8d67483ef0f6cd4c21804cc4b17208725e5b79f..782e595a9baee43ca52c65248fd7a05bfd9725b0 100644 (file)
@@ -1,6 +1,6 @@
 // AbstractMethodError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b3fbc1d599ff0d262d4424e3d499d5e7e32f889f..15278e06a9f08a1574816c83650ce3a789e09845 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7fcda759d8ab17bebb45a32f184bfa1185f7afa1..4b912c2200771b4e3b5abdeca85ad396164f3d5a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 65c2bc0d4187939cb97c9d183efb5746cf262c1b..720308e5acf6385a34b139153f967bc02ddb062b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0fec7851cef54a57aae6bc437e5b9cb0bd873a6e..041f72521ebd702050c10e73e4d8209feef6c57c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c4cc585cbb8f840d6f4929c291c9f623cf447ba4..95db094f4200b4679065b1900ba3fc9c84e619da 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a48221b74713929a6d38d2140b9a80f1c7ae0239..4306afb08815caab5d1b72176db9089a74637a9b 100644 (file)
@@ -1,6 +1,6 @@
 // Character.java - Character class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8aefb70087d6da04e3213ba921a06fdffb6223d8..bad71b524b7741d555b6867516b2555bebd7de5a 100644 (file)
@@ -1,6 +1,6 @@
 // Class.h - Header file for java.lang.Class.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b0806248df6375efd576e152ced05b9c132874f5..0125ab46f04e1d5065f81fc84f4da677e6d6de7e 100644 (file)
@@ -1,6 +1,6 @@
 // Class.java - Representation of a Java class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index f5ca24a9730a8fcca07e6e142e566c09dc6fa384..912e870a2c2e82d6cdc38da7d2982d753bcc8988 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fddaa2cc61c2c6151300f45d6893fbc73bbd7c11..21bda92c42110ed95a27186ff12f3156a3840ecb 100644 (file)
@@ -1,6 +1,6 @@
 // ClassCircularityError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6be76dd5bd32bfa56cca6163d486c3f741dae599..2af50083151421c80e9679993cfe3630de6ed242 100644 (file)
@@ -1,6 +1,6 @@
 // ClassFormatError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fb3f37a56c3f8ac1055c30c2fa9b451ca2f4bdd0..90f852ef6c9d77843b63f2004391de47604deedb 100644 (file)
@@ -1,6 +1,6 @@
 // ClassLoader.java - Define policies for loading Java classes.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index ad2f489e7e487f0ab762a0f2241bd7b77b51617f..0eda3e1777f6cfa66d38c76cc49ec7e6ce895c95 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index cdc8b9ff527528ff1a8fbb03afd309f21f310fde..62c0c04c997d521f7e7b041ed2e3b8a9c6d137af 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 096a8e9ebd1a2c18265d8d9464715446fe559f9d..404bff914f996c16b2d5c8ad0da85c07d1440559 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 672569dbdf38874d5598937c9939f003df279274..d153d1050bdcfc87a0538b99e1a21b698339749c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2fbeab8dedbed3b92656b186cdd553fa8686af25..bb0f78495f20ef861677f65732fb0531cf3abda3 100644 (file)
@@ -1,6 +1,6 @@
 // Compiler.java - Control byte->machine code compiler.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fdcd4202729fa8796639ff00c6426ba3ea3f3e74..4613e7837521fc43cf4d1a250a97786fec3def92 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index ac963f440eafcaabe5cd1ba20bcb192e969345ad..4c200a0de28719447fcd8f14f2c99f1631f98cb8 100644 (file)
@@ -1,6 +1,6 @@
 // EcosProcess.java - Subclass of Process for eCos systems.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 4176c8fc3afdaac3c961e3f45a2ff704f953c771..a9f9d80215a8f1a8e2f2c15fc97e481efaf9cbc8 100644 (file)
@@ -1,6 +1,6 @@
 // Error.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 542226175b39df26f3393d6150ac56c5532dafe2..71df1dd9d3c60bf68379c976ce220aa7e8bea994 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d6b3da3c315653a360ed9585e3614e7dadbeffb9..5c0144bdfa50838668b6954dd47c48924e8146fb 100644 (file)
@@ -1,6 +1,6 @@
 // ExceptionInInitializerError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e7888c106b09f9ef5f512e5ef8a98e13f6e6edbb..63c6fa1e1841fb9d10863d75b95c84c61217abc0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0523959117a3bb0bdf1db64e8f2deb81f8565664..a2cf57dea15f59a58019b33a1bef36d0c7a96bd1 100644 (file)
@@ -1,6 +1,6 @@
 // IllegalAccessError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index dcafc36202137f303ebfb5848aa5e47de21aa125..d36181137761433d54e55f8a54c2bc4f67aa540f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e095a11fcc1921c47eb39f2abe3c349567810904..935092bcf7d041e72268adfea714b5badb4421b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 06d75551c75e76cccb8543de94ade6ece069d791..32b50f468c93ecb3124f1f3951cac68c85c9b39b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b0afdb48acf535dac1e171af68b1010fb98c3cdc..90abb5245052bc2051ecacf9b8ad2f1b2029e123 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 70b4644279981b8aa7daa101e097c4acefad5764..f6b6392418047e118284b559dcfd3d5b9743fbe4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 546bd6d7a22505ea89c80468996ec515b62d554f..1477732d22ca075e15f0259724ba300d9db2bcc8 100644 (file)
@@ -1,6 +1,6 @@
 // IncompatibleClassChangeError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 723472bbbb7af659b8e0a6aabd3a8820f5cb3afe..f1175253aef547f40721a0ff188723d04a1b195c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 89b1d0ffe90d8350a61631f6f1be39f7c6b427c7..595abaf6fd14e170d0374ef7240a626a3bdd935b 100644 (file)
@@ -1,6 +1,6 @@
 // InstantiationError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e882b698ba4d9748ad7ef4f7713758c58572cb10..1ea91ba9aeec5e8e51aee4f525b0beecd5269fe3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index cbe616e1b1cd054126c33e57b874518b55217601..feb77851e58873c9cdab7b0549ebc134aecdcca2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 489f91220f848499e66e7cb2ce93e34b361a257d..e8e9755a7623eb14c5ad9863ae12c462885578ef 100644 (file)
@@ -1,6 +1,6 @@
 // InternalError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1efed1289da96c74c5c4215eb21fcc809fa63619..adb73c2d79dd73a472ff544c38b4dbb79feb135e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 431a9ab3747a57fee9ff43e3dc5599acab96096a..af380ca47084fd9a85a0f8dfb04d53297d7824f2 100644 (file)
@@ -1,6 +1,6 @@
 // LinkageError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9e2536ec15ccea1aeb65d6b4b1912eb8fa24484a..95f426d2206c4a977fa48e844ac83b11832b9160 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f57c1cd703f46c9f59ec200778617e660ecf756d..0b9ae213c7743554110fc912a9caa5fd97e30698 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1b833d67916ddd0c55ca178f6a8ab864250495bb..22f1423cbcd1f0ba10f0cafecefdd5f523a3305e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7b6fca3c7ed46dd9a8196eea37c721b0621a4d7c..afb3abb86ee4ca000569af72e30dad8686f781bc 100644 (file)
@@ -1,6 +1,6 @@
 // NoClassDefFoundError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 099d2b0bc26797a3301ff3a2014f980f0acec182..7835ebd26a0724400718bb961a39b9668e8a21a9 100644 (file)
@@ -1,6 +1,6 @@
 // NoSuchFieldError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9bef94eb094d6c2404ab4fb44d7f71b9ebfa4cbd..1c959fad255d2915ac2318bec96995e2f7f355c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c668f14ebffa061120ffecefea7140b7ce3c4b82..c266e2ee52790a9ab3588cbd29c50e5ffe29cb9e 100644 (file)
@@ -1,6 +1,6 @@
 // NoSuchMethodError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f25557221ca5e6a146b46e776adaf5a4f14f50f2..87e2132e790d5a89086f76fcdf0800b8175720c9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 27290486ccfea6019c25258b100a3d3cf2477fef..f4b2757892d0939ef7ab9acb772f9c41d6c2757d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b7114857ff0894126b29ceb15690c5129756c52a..9fa05662fd519eb3329b6e9a997464c02ece02f9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index cbc64fd3f9db1522baadf6a6428e69d2c21521e4..1b97c758c4d3186221631853e609ea27ef64344b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 5e7337ad3341a4e49fe4d7053e34376a9ab57dbf..2ed6d155a2e85cc68122ad1ce78d60cf8eea2a41 100644 (file)
@@ -1,6 +1,6 @@
 // Object.h - Header file for java.lang.Object.  -*- c++ -*-
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 9523f03514e9207ca6dceb32f800c1099476528b..c644f7c3c87b32c85a1f92be4a0c784e4df5bdda 100644 (file)
@@ -1,6 +1,6 @@
 // Object.java - The root of all evil.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 9d8d2c33ba3c26a6c26d34f7c7e3c3daef8397a0..81ab753872d9ad95adb113ecc006592db8411fad 100644 (file)
@@ -1,6 +1,6 @@
 // OutOfMemoryError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 4a51b81854f0e2f97f3b3ec047ec8772e25135e1..36182598b3bf4cbe797fdcb4258646690611a7d8 100644 (file)
@@ -1,6 +1,6 @@
 // PosixProcess.java - Subclass of Process for POSIX systems.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 50820c6387c5b657ea8bc927452aece5c7b5a3c0..077efe53771053d577524ebd3be57b432392f66f 100644 (file)
@@ -1,6 +1,6 @@
 // Process.java - Represent spawned system process.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8b284bfac3a1735f77a2e2a6e5e436521c1b74d0..a5eed31ebae0e3bcec93c416045ebcdd4b0e3466 100644 (file)
@@ -1,6 +1,6 @@
 // Runnable.java - Runnable interface.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 752733e2724673154b18b8c992969e2346204824..e746c60b384f455adae119a55728ba267f1920ad 100644 (file)
@@ -1,6 +1,6 @@
 // Runtime.java - Runtime class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 1d1fd60a333a9f4675a05c7f8dfae38b852b8993..2d71ae63e1117108563460202941414a7428115a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a4d155ed4397be098968b077fdb794efd2629627..d481e2908c106a6d727b0282544ce425e82495f4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b8624520f80e5eebdd98d4f61641096388f8141e..4f1d152e556b6ac78de2df8a608a49df357048e1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 563e858f9963946a6b4d3fe20d3ad659e3174b1b..a8bd9658284cb14527eea11cf61408aa5c217a4b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e94f4367958b6439ed3f3191b29331e58c350b7a..f4987c18a20a14b78d81f539379b93756dd86236 100644 (file)
@@ -1,6 +1,6 @@
 // StackOverflowError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 5b0b2a3585c1df85d07fed25faaf5f4738a74650..86388a61bfc6dc9c60cf17927f183f1ea50c1bd2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d059a4238a4f79b0029ca73e863a4a36f833b1c1..9c0c60ff7584d63609afe6eeb4533f25db72af5e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c0de112499740c81a59f7c8e4f5d469a8366f48a..b94c259195b89488f0369194fdd0789483b1d591 100644 (file)
@@ -1,6 +1,6 @@
 // System.java - System-specific info.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9cf7109a1fb53b8bc6d42d730898e35771628e7c..3b867a5984673afb8c8fb2cd86adcea63387c25a 100644 (file)
@@ -1,6 +1,6 @@
 // Thread.java - Thread class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index c9412477e4b47d61e72323f1e9e764ae793c8826..d02c2fc9d977f0bc5ca6c42cea9634e9e9e9eee5 100644 (file)
@@ -1,6 +1,6 @@
 // ThreadDeath.java - Special exception registering Thread death.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index ce8e3957a55cd5002e104e436c8897b040cb9393..73aa0449690853393c41f5ffbcfae5ff00c5eccc 100644 (file)
@@ -1,6 +1,6 @@
 // ThreadGroup.java - ThreadGroup class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9a64597c2a677465e22abcdb8fe959fc07bab27d..9892dd2cae4f0117ea314400247cbe6b1b582ba3 100644 (file)
@@ -1,6 +1,6 @@
 // Throwable.java - Superclass for all exceptions.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fec074d09a8592577b79948a0e20191e638277e3..a7d1e20881a0aab96837bad4ee51ef31aeb009f1 100644 (file)
@@ -1,6 +1,6 @@
 // UnknownError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7d7cc4009944eb6c54cc0b547b6496395d43f94a..07456422c3ed22ed42874ba72c44b07361581241 100644 (file)
@@ -1,6 +1,6 @@
 // UnsatisfiedLinkError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 56df76bbf576e70abfee71eda2a412e125a28dc8..f321fd08ef912547b1e145b3d1870c3382fcd554 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 22ee365364584067643f2f3fac086129a53a2fc7..0e89e6028e5e61734e4745a5f1852e5ebcb10ac2 100644 (file)
@@ -1,6 +1,6 @@
 // VerifyError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 574d791ae6abb559dc10beb86425ba952edadbf3..916842c85624c9dbb84cb0e51530fb79c2d1c219 100644 (file)
@@ -1,6 +1,6 @@
 // VirtualMachineError.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c08c4ef9b45c84db870b747204bf6ff0583df6c3..7d5bdfc6201a9552f874b18ffd145a54221d44d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d8762ae3ca16afc6a8e571e4aa2882c403c67d1d..14e0ebf2b7f877472bac2947d0463894b953c72d 100644 (file)
@@ -1,6 +1,6 @@
 // natCharacter.cc - Native part of Character class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 64b25d0ca1a5ab03487ed9af712728e37439ca8f..dea2d8a698e41478d3f53b1c8cd2238c65d6f2b1 100644 (file)
@@ -1,6 +1,6 @@
 // natClass.cc - Implementation of java.lang.Class native methods.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index a3eeaab60b24c0c8af3c7c205e4200bf9f27b17a..aeb035c669c3841d55935dbaada48f5f7777a6dc 100644 (file)
@@ -1,6 +1,6 @@
 // natClassLoader.cc - Implementation of java.lang.ClassLoader native methods.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 49ec680ecae5bca3b476a164d9e1c16f2440f544..86ccdef5b3b5f9f56382e3b63741873a11c35ab5 100644 (file)
@@ -1,6 +1,6 @@
 // natDouble.cc - Implementation of java.lang.Double native methods.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d3e41eeae0e0500158923cd2688b2fb0e4462a1d..9cfb19e702d8fc41b59d491e41965e90fe1eeb15 100644 (file)
@@ -1,6 +1,6 @@
 // natEcosProcess.cc - Native side of eCos processes.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2d6638dc957653721675fcf9a4de1c2d6b226c06..f19a1d597d17ef941e6e424fd66d163623b05fa7 100644 (file)
@@ -1,6 +1,6 @@
 // natFloat.cc - Implementation of java.lang.Float native methods.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0400509c4c8ef867a3829bd1c50691b9d9b54241..8e2f644e7c9c3804a2ef0f618ffb663cf9c05fee 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index cdce6d2a5a0949ceccc372b570a4f9e5936c7ec9..47b88a8486e62ee5f9291d037b84193d08121da3 100644 (file)
@@ -1,6 +1,6 @@
 // natObject.cc - Implementation of the Object class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index e52a2db69d2bf3f9f0be79113e58e5d6501fa826..63e141a64c2dc97ccb29d5ebe166048b0ac22bb6 100644 (file)
@@ -1,6 +1,6 @@
 // natPosixProcess.cc - Native side of POSIX process code.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index eb1d477002a0e8bca7b93ff6682c2f1f201bf947..ad45066c2619c3087e9f7e307689ac3b40678e25 100644 (file)
@@ -1,6 +1,6 @@
 // natRuntime.cc - Implementation of native side of Runtime class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 7de01d3c88fccfa20c38a4d4547bd5de1bf7274b..3a39f238f49d1cd0b8f6dacfba1783fb0d87afe8 100644 (file)
@@ -1,6 +1,6 @@
 // natString.cc - Implementation of java.lang.String native methods.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 78ea75c84ab7da455dda6c366f51cabfafa9bf3e..66448b7d5df92cd05e5dbf17532f684e5ab74e6d 100644 (file)
@@ -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");
index 9c56808ea3070282f08911c6e1b97d5db06f8f73..6ff548cb6d68fa780e5dd388d492a5446f725fb5 100644 (file)
@@ -1,6 +1,6 @@
 // natThread.cc - Native part of Thread class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 572d803a30040ef96423f0198079036913605dd1..5ba5887e4e2cf5cea891d09eb0f49e93d4eabda4 100644 (file)
@@ -1,6 +1,6 @@
 // AccessibleObject.java - Base for reflection objects.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 581ab7d2f85261f128bb8d727475df0060a7900d..cd90db8f071cc5a8d29187a0870f0d760f301d46 100644 (file)
@@ -1,6 +1,6 @@
 // FileDescriptor.java - Open file or device
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6f506fda2e9f88d51a310e97d75fad9fe5bcfd20..3556aaeb5800d3802be001eb58e895ea4cead648 100644 (file)
@@ -1,6 +1,6 @@
 // Constructor.java - Represents a constructor for a class.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 20297b3b3b6c183125b945896088e5be23b1e959..d0d4164083e0672c6e5fb94f8ac78eaf6237b134 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c7b4f0192aa87015ad60cbd3d9c9155bf15012ea..3d59506c2e46b5ffe1207e72cf264b6d7d3dfeab 100644 (file)
@@ -1,6 +1,6 @@
 // InvocationTargetException.java - Wrapper exception for reflection.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 3f24586f5fef0b0634e9fd51569b4a3b78e35ac0..43b14acce192e86c945f2956d29839500981a9ef 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e95ca0d2a364a478afcdd4b0657f09e3bf2de8d6..beefbe79c148cbbab86448fcd123eee837d33139 100644 (file)
@@ -1,6 +1,6 @@
 // Method.java - Represent method of class or interface.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 10d38fcbc3ea25b7f94158b351e4cdd42e1b0124..14b0da3f0950884e859aceefd333354f01520e2f 100644 (file)
@@ -1,6 +1,6 @@
 // Modifier.java - Process modifier values.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 307d593de6545bfa0131e1bcec95db48a6fe2984..e886f808bada7b350e1f7f7544cc9d3e74a0c16c 100644 (file)
@@ -1,6 +1,6 @@
 // natField.cc - Implementation of java.lang.reflect.Field native methods.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 82eb3e9b88e1a1458596d1f757f4c14561f533c8..48f5aa345d1264b234421b225481cce4b9bdae2f 100644 (file)
@@ -1,6 +1,6 @@
 // natConstructor.cc - Native code for Constructor class.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index a7be24eea23b20eb17238960a95fb015370b05ba..761324385f9092d52d67e330b7eedf8d4194d72c 100644 (file)
@@ -1,6 +1,6 @@
 // natField.cc - Implementation of java.lang.reflect.Field native methods.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c4482ee7933620992caaa38034fda02e6c2ae88a..345637ef119e1d63c5d613db150b9a3bd9f1eef6 100644 (file)
@@ -1,6 +1,6 @@
 // natMethod.cc - Native code for Method class.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b59e72b38e27677aa5b3f70fa6138b3453d350b3..55e30509ab28960a125bca0754981c00666301a2 100644 (file)
@@ -1,6 +1,6 @@
 // BigInteger.java -- an arbitrary-precision integer
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index ab19e8a2dc8a58fc3c45b42993fed3a684963d5e..3e3255c7e1fbe1ba565082b0ce22c433b98c640d 100644 (file)
@@ -1,6 +1,6 @@
 // BindException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e763ff70a9e105a7fc50cf4c14976f8c044acf1e..449056fc7912a00fdb5c7aafe5a78cf05af73ce8 100644 (file)
@@ -1,6 +1,6 @@
 // ConnectException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 39269e7f10fe31691c942c353a36eaa66f558b22..59bdb1e6370117987e8ba4d04eaba03436bea72c 100644 (file)
@@ -1,6 +1,6 @@
 // ContentHandler.java - Superclass of classes that read from a URLConnection.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a0a6005fc87f4a5f710b523b6462dfd3415e6c02..d2727611d9c00f359f0f5987440fd0880ebbca3a 100644 (file)
@@ -1,6 +1,6 @@
 // ContentHandlerFactory.java - Abstract Content Handler factory.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 185a27474d422ad69fde6347ffa8b9e464c33270..d2abb7fa9a26619fffb3d5b2b6617b1ba21a8d6b 100644 (file)
@@ -1,6 +1,6 @@
 // DatagramPacket.java - Represents packets in a connectionless protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 688cd6695e68f9649469bf637caecb76cf4aaa7e..334e003f71f78097041e526b97d7cff100af9167 100644 (file)
@@ -1,6 +1,6 @@
 // DatagramSocket.java
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 731444aa0f97408a36ecac3a828a855546fcdaee..0d1cab7904e303deaca206f290ab79fba3cbd49a 100644 (file)
@@ -1,6 +1,6 @@
 // DatagramSocketImpl.java - Abstract datagram socket implementation.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7714a0b9010080a1f1ac04c9873068f2928de9c0..cc70aa221da130c1482eb72440cdebeb3398ac97 100644 (file)
@@ -1,6 +1,6 @@
 // FileNameMap.java - Abstract interface to map from a File Name to MIME type.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fe3b6088fd25dadb5628b172a83dad40baa87765..673cc8aa2b0efb33aead1ec7fd3e77b27f7fbf73 100644 (file)
@@ -1,7 +1,7 @@
 // HttpURLConnection.java - Subclass of communications links using
 //                     Hypertext Transfer Protocol.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2e7b1b4a027d77a6fff6c76543ced61752e90012..1a1aeced22aa4135d30846874a6dd564acaf3697 100644 (file)
@@ -1,6 +1,6 @@
 // INetAddress.java -- An Internet Protocol (IP) address.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 84df235f6622c3b37a3abf957c59258e8ffd2446..86a7291ac37632db320f06ef91a5426ffd693f7b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 10678f43fa378a0573a3bbc16508944879a7b4b8..5ea6480b780faa10101adca433535a4477f79b4b 100644 (file)
@@ -1,6 +1,6 @@
 // MalformedURLException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9e1c05eb4015af5fe6e8429b5662b82913b7dc96..ad2bb969aa46d6159b6ed2fb1f89a6070caa6b4b 100644 (file)
@@ -1,6 +1,6 @@
 // MulticastSocket.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8025f856f23d5e90d95fc8b3728ac57d279c168e..cb1c5f8bad935102f4d6147cb61ebcf94ab593ff 100644 (file)
@@ -1,6 +1,6 @@
 // NoRouteToHostException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 37f41b45a265c7ad824f79676e3ced0ee614fd2f..9a290dcd0f8320b3cb7b72ba1f9d9ce1876558fb 100644 (file)
@@ -1,6 +1,6 @@
 // PlainDatagramSocketImpl.java - Implementation of DatagramSocketImpl.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 254fc9b55b91bba98b82acd4198e21284a73b491..df9d4387d449a2e91f6e3dd4d323ba5db0b32327 100644 (file)
@@ -1,6 +1,6 @@
 // PlainSocketImpl.java - Implementation of SocketImpl.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e409db2dc8284f2b07c0a398de3a9dceeb50f290..2263457d80564bb3ec26c48cc0ae15135bc09371 100644 (file)
@@ -1,6 +1,6 @@
 // ProtocolException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 5aeb43c3dea7d549a30863fb909b44c0da465647..bc1b072fa2defbd7c7a0c32a09d090e625820b87 100644 (file)
@@ -1,6 +1,6 @@
 // ServerSocket.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 624a8163efbed11ed97757b8cf8c92e3feab50c4..34ea165e51a22ed641ee5dd2959de85aed0c4a2b 100644 (file)
@@ -1,6 +1,6 @@
 // Socket.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8f1449daab86eae5cb723ceb80e788217fddbcd2..847cdc9048dd3eff180053862af21d116521b4b5 100644 (file)
@@ -1,6 +1,6 @@
 // SocketException.java - Base class for networking exceptions
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c6df8f06a12f5d41521322f1c7ae722f7b71e266..d902a30e40aac8f3a19e3b6a5a6b2aa6b87e5ee6 100644 (file)
@@ -1,6 +1,6 @@
 // SocketImpl.java - Abstract socket implementation.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index bdf340237f0d86eaf54bb4e06bd11fa4789fb07e..defce2e02cbb60c845328ecb4b5af46a389b4dae 100644 (file)
@@ -1,6 +1,6 @@
 // SocketImplFactory.java - Abstract socket implementation factory.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9af730ae1839407fa9cfb2353a899a280b859063..d0e00d9ec08aecdb4efee848554d77b41834a5d0 100644 (file)
@@ -1,6 +1,6 @@
 // SocketOptions.java - Interface for get/set socket options.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c59d6942e548db801671c961430435a0e8ce898b..f80a52f58785d0ecff0eceba4a200126fa2632a0 100644 (file)
@@ -1,6 +1,6 @@
 // URL.java - A Uniform Resource Locator.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index bd00b394518c9a485366bd4997e50362768be750..8e467ad6b809d3a53c44fa0c9bac54535e25d86b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8ba61d1afcda7679293a5629e4e18b4d3aadbad0..4ddc10c53d39915f0b6e6a64151785c2db19787c 100644 (file)
@@ -1,7 +1,7 @@
 // URLConnection.java - Superclass of all communications links between
 //                     an application and a URL.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 6b4499b718b198c65a4d14cade9f0b6a7f6ab22a..5059a962db70d1f1f56bf3689b0ecee255f2ed3f 100644 (file)
@@ -1,7 +1,7 @@
 // URLDecoder.java - Provides a method for decoding strings according to
 //                  application/x-www-form-urlencoded MIME type.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b17e7dc50da5094e2e4ef0f69a394d533aa7fe4e..6590dcf8febab433cd144b018fbf51d4471c4350 100644 (file)
@@ -1,7 +1,7 @@
 // URLEncoder.java - Provides a method for encoding strings according to
 //                  application/x-www-form-urlencoded MIME type.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e6e4450335e28430cf4e22d0fbfaf370aad437d3..0060b4ea688bceca38e16bd9f1d604caa928602d 100644 (file)
@@ -1,6 +1,6 @@
 // URLStreamHandler.java - Superclass of all stream protocol handlers.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 243dc55c21f702bb345cb7d939904314b202c132..a1b85bbcd64bf28fe7486926932746372ffeb113 100644 (file)
@@ -1,6 +1,6 @@
 // URLStreamHandlerFactory.java - Abstract URL Stream Handler factory.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index dd45e6819ad8acaa5abef0c2bf94cfea718c735d..12936e06761d463e3adc9afebff00c07c21756d2 100644 (file)
@@ -1,6 +1,6 @@
 // UnknownHostException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b353b124512d403875d87362a653231a8583736e..20b00bd367623a534aba18fbf29d9cb0736e9c6d 100644 (file)
@@ -1,6 +1,6 @@
 // UnknownServiceException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7e9d71a5ba305a55b4263d6b1b9a994ae4f9faf0..f7a4b44a868c17741c30647a7d47a84b934bc819 100644 (file)
@@ -1,6 +1,6 @@
 // natInetAddress.cc
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d3ce9c27a748bcda24169795e7fde54b182505bf..dfa13dc6d3b91df62b059da07a14a368785aa191 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 59467509a3d955eb840b925c5208838a728f72ac..459ad7e45875b3de7133bc9e5a033bbfb71fed3a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 90769307ff99a395f565b6e818e6f16311cfa1d7..67e4911d1fdbd558ba12d99050a50d08a7878420 100644 (file)
@@ -1,6 +1,6 @@
 // MessageDigest.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e775c1734327dab2bb485cc069edf7c90c267ccf..d51bf32d8323cdb93b69344550836f72e0f4e218 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index e379945fc0985ac00d587aaac9b15427679bf41b..4a0b60b42d23bda91e076ba201c44c2fabe158ae 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index cf8cfd1a2832b91d7ddff901f72e23d40c549771..5832695bb9d02b768674b6f74e426b892c73c16a 100644 (file)
@@ -1,6 +1,6 @@
 // BreakIterator.java - Iterate over logical breaks in text.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index be9dc13ab1593f0ccf8e6fd2b4a3817bf248f2b7..a10ee4ad332e70abb4783055bfd794d669446084 100644 (file)
@@ -1,6 +1,6 @@
 // CharacterIterator.java - Protocol for iterating over Unicode characters.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2014ab7b30cac4e12425b1a2cbddbba64e47e37b..92b697c273f0d5049ba55753993ba32254bcfb47 100644 (file)
@@ -1,6 +1,6 @@
 // ChoiceFormat.java - Formatter for `switch'-like string substitution.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 08211f5471c0e67da9718966ac77e3575a74eea4..96732f7b2e339e8afd48c90f636f9b9d02b2e881 100644 (file)
@@ -1,6 +1,6 @@
 // CollationElementIterator.java - Iterate over decomposed characters.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c79682bec6912918d365799a9396ca0d3c3b30ce..725b66a8138461bcf47917ae783497e4f96b83cd 100644 (file)
@@ -1,6 +1,6 @@
 // CollationKey.java - Sort key for locale-sensitive String.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 5453372c5bccfb7394aaf8cfb9d914af2903f5e4..30b746ef5990ea223feec36a5c53e89dc8105c02 100644 (file)
@@ -1,6 +1,6 @@
 // Collator.java - Locale-sensitive string comparison.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index fe20b049302dc937dc25958762ed6e8c2d6f574a..ee2178cd68f450cf536fb4e8a571ba68eadd32a7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 99a053e507d5d4843be75e7c09284303a5a6179d..91b1292ef2723272a93b05b2f6494c4b9486f517 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index f8a30c5453ba58fd2ff42a359c6e52c1bf543b3e..9e7513eebaa6c48d705bca767604cb3581f5397a 100644 (file)
@@ -1,6 +1,6 @@
 // DecimalFormat.java - Localized number formatting.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 503b5c750c31e1e0a4eced240b9f81925ecec19d..1d51fbdb42f106a64c7b7340dd1aac6ed7c54e7b 100644 (file)
@@ -1,6 +1,6 @@
 // DecimalFormatSymbols.java - Symbols used to format numbers.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fbb293d64ec2d670236fd41151309c7fc0cf1e02..c149e0eabb6e6162d241385429d43c5fa618d975 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index fda14bc755c05582064777182a0fbb955a2c34e4..8360415729b514f4c2573797c76b856c86d684ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 486786da0d4bf85808f81987db83a3f0e17a0b25..7109fcf7d049685fa9b530ae0f36f082e062cd87 100644 (file)
@@ -1,6 +1,6 @@
 // MessageFormat.java - Localized message formatting.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index bc96cbc9452b939ec25b09888a9a2ce2abeec0b4..3a30010b073279714c120033a4f17def3c5955a7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index bb6d56a9570f8ca91c0b8bc2a729ad20c4922918..7a654393aec8e32877d339140531f5c9f3a6ab24 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7bd6beef40298b03b3e1447a7831f2f766213cd7..55f7f8bb123f5222f5d9ec4b63c14b79265831b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 94693d196fc2b2ed3933baac78247588c025fa8b..c70dbcefe446399fb1d79311866d24870906635f 100644 (file)
@@ -1,6 +1,6 @@
 // RuleBasedCollator.java - Concrete class for locale-based string compare.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f9bee8eb906ff23fdcccd528bfbd669d0d4dd1e3..08ed3175c5618c1f9fb898b3fe06c33763a7d08d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b1c0a12476ba29f0af1ca1521c31e39e1387f975..c41ce4100fddf4895e5e6a7b4ea02a2ab876b700 100644 (file)
@@ -1,6 +1,6 @@
 // StringCharacterIterator.java - Iterate over string of Unicode characters.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0ddcbd9b9106ee38fc3a3b55b23d7d816cac227b..676a4a41a23b57c7d1710854723c7023781c6757 100644 (file)
@@ -1,6 +1,6 @@
 // natCollator.cc - Native code for collation.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0b0a0555fc4581d018fd12b8f8870fd6d2dc3e63..1a9e51b028574b3bf91fe80502824774f61cc7ea 100644 (file)
@@ -1,6 +1,6 @@
 // BitSet - A vector of bits.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 34921d0e0624768e1cebcfdab0d0a15493331417..b5eaa4d39d62b1f4587089801236aabf28832a5b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 60116a3368d0b0f41c1fe7733ba0def4e854102d..6849fcc87bc8963bfb81d5c51cc6aeac7714f100 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 986aa43d946afa702e97b8d27fa5164b589fd9af..6a8a7654938e8163bc5e550d864b2d0decb4c915 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8d8665fe46aad4374695d33181e504aef6378ee2..f127cc050fd0c2293a39b5fd05ebdd78d9bb774a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9b779a21454794d021b07281e8e620a1df223bca..234f3ff7c7621ee45e1564aa676dcd044631f3e1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1f8ec116ac42f17c23ed240e665f708f25ba826f..6f7299bc072761eb324e59a4cbb901bece804970 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c187cd2f16b0b0a1af7342180f947156a80abb6e..969f324238b365297e47de99fd286bc3055a6e3a 100644 (file)
@@ -1,6 +1,6 @@
 // EventListener.java - Listen for events from event source.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 2f338c9a6906b72b4177d6106084196bd054ffae..ee6a7f64657cdf007188f58833f1aa1296110a2f 100644 (file)
@@ -1,6 +1,6 @@
 // EventObject.java - Represent events fired by objects.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 43c61f2f9b5fa619e46bc525241d8067bcdfe099..d293790976bbc97dc49f020918dfe0e35d52b6dc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 544ecbed9a0841a53026fff15dd5f3daf6c76ff5..5d5284469db8b4485bf7d393540660f533c23fe0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 4b2f2ca1cb3db4014a3ab587b1386e432e7c44b4..c6d6e78f4e27bb8546db116a137ed38309cd1426 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 905884da44413000b1793ab78ed0b0633ef4cf03..e427e2ed43a4ef7931a6c0b0a396d10b91055abf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index c19de0eb71a63697002831c717a7f4cd18bed61f..5fe24a024b351778aa7d1e17a8635de39c025820 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6ddb0fc6c29ba01369f0a74c661fd2499a16291d..eb8f27d8efb1ec25313e6b6408fb7b045d966b6d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6a924697cfab1cac740a2c83d6c6b5972e864549..1a205c15363848914cc6f1f5c117fd375916e8ef 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 4bec6d49462a373d33c46adfca522fb30eb85115..3dc86ae75120fcee5cd18893a0befa4edd12e07b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index aa638b3875e3ecf113f562d1e83520093217bdc4..2f7a25159b7543d914af9ee928c03d8900388c85 100644 (file)
@@ -1,6 +1,6 @@
 // Properties - Property list representation.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 0d8e6055f0ac343a53b47810c30036f7494637a8..4171ddd29d21799a5b5f2d24041ffe3a8ee73417 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1a2109002639aaa90c7aa26215911bf312229307..e4bac59cad3a71ec03ac813c195ef15549234a56 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index de09f8375e8614742e1fd9d7d899aef855b8eb71..6cec4c227a05c6cfff1faf4aab1686e930210744 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 84d43d67f64e0ee1db6e5273cf2ac43c5aa1e7c5..64f9c505a502c1ec937bd81dbf4bdd7f0fc0a697 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 37f1aa39705c95aa60fa90a3ce8c4587a8b9184f..c7cb1c057532a508148a20c7634815eeecec06c8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 03f82841d25b6a3857274bde38a9340a6c6d28ad..b55c8f7714cd12c6afad0622f22c0c80c379e963 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 16772adcdf32f8ea30edc8731b3ae41788fda899..02296d9471ce00569ab0cd0f0670861b45e77347 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index ec0bb9e72580adaf0edaae3bb0fc6e7a27ff8630..c171aa5fd44757399ead7ef7d15546f9750bfe15 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 12636d54db101216c4a9ec4b9407ea7164c02632..737c5b498f60e36f77d6809796e03196191394b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 432d324a3f894724d308437cf259aa98a960e8d5..eaebd1ad7d593a7943d1b5c37468c5652ff4dc66 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d82b4f43c55bd598f873bd9af9de86f972693456..b36338c218b411e1f392bee0854132a4d03c7a31 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 1736a53655c7ebf9ac26186d65102e16c2066d39..33daf61c5fb48c274ada65c46ebdc4da364405dd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index f9d208d667c8dea5c3d2a34e1fb2ba1dddcd3c67..af0d4e7eef4af5c2cdcee46a38e07d5e00b25df5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 0e092479f04e38e7bb1efdf76846e54d8165c5ad..fc9596cdf122dece68723eb60df72d79325831d0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9293632440e5ec7ad1ba69a47bbb18e84eed6fcd..535cf184c72b8a43f657e186ca8bf8aa3e8fa987 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 863c44c985f44bf8a609751bada085f42c9e0297..fce050d2a73ba6b8f8930771161c4d686e05f63e 100644 (file)
@@ -1,6 +1,6 @@
 // CheckedInputStream.java - Compute checksum of data being read.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 9aa376280a668186e098728017f4883ef2e1194d..a6323037cd7a9c9660e377563262122991d1e017 100644 (file)
@@ -1,6 +1,6 @@
 // CheckedOutputStream.java - Compute checksum of data being written.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7273ed6bac1e34eaf1bbef69cc387b26a1045f9e..e37d1834e04415e15bb8a1123d38d324ced21d43 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 93904d57db2b4abfed88accb9d288ef15b3af7f3..10d1616cdd6ff00b59675449fbba0788593b0276 100644 (file)
@@ -1,6 +1,6 @@
 // DataFormatException.java
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libjava.
 
index d0dbfb6927168c62969c2d09bc7c8f3425692bab..6cf82a795509044200de78733952ac59b009dac5 100644 (file)
@@ -1,6 +1,6 @@
 // Deflater.java - Compress a data stream.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8a75608b76fe333af301689f7b92e8cced5d7b12..410d886810637683e6cb606872926e40e0ba3d9f 100644 (file)
@@ -1,6 +1,6 @@
 // DeflaterOutputStream.java - Output filter for compressing.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index ef03b7bd5c5b129eb8e7c24b3794eb78aae3b26f..bea5eb38b1d51648ed3c463710a8e66475f854e3 100644 (file)
@@ -1,6 +1,6 @@
 // GZIPInputStream.java - Input tiler for reading gzip file.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8724ee0e30c132e19e97adb4d43e6b873152d80f..be117273cde56f8222db540a33b03bcaea646ef4 100644 (file)
@@ -1,6 +1,6 @@
 // GZIPOutputStream.java - Create a file in gzip format.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 46db8a114708440e5eab30f7a1169cbd5738269a..dc2e24dec1e52ed7eb1d723c69dceef7643d58fb 100644 (file)
@@ -1,6 +1,6 @@
 // Inflater.java - Decompress a data stream.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 8b69e3b121a9b33e751bc92aa9629bc4afe87a01..c5840e7a5fae073f722629265e6e886ba6d65caf 100644 (file)
@@ -1,6 +1,6 @@
 // InflaterInputStream.java - Input stream filter for decompressing.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index b6237368429a388715a074c4b3b9f7fc33c7fad8..3e3cd8a1c3727754e623349ce912614342c141a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 6e22885e276b415b0b2c7dd2146679b82df6d89e..39df164e2b32115c701c0b86194b3185a72226de 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 253a3a7a70310f17f45e5477f4d36f5c9ac61cf9..a4a119c7480e4594ab80fe11cd700d9ef79d8633 100644 (file)
@@ -1,6 +1,6 @@
 // ZipException.java
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libjava.
 
index 60f5933720fdf89c99fd95b8318ee376d3be6563..f6e576a52220e1dac62c95907a88aeca4427bec3 100644 (file)
@@ -1,6 +1,6 @@
 // ZipFile.java - Read contents of a ZIP file.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 726312146ec0a345a94f5f6d8c5bcc3c2f09659f..df0ef03d5885aa2967c9d1aacd7705899724857d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a8a3b1916621fc15197d2e0a51e6845696805d00..afd5664ca28a9fe90abba35710adbb664c1cc5f3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 02da0ab407c3407b0158493072155212d991a3d8..8ef6cf66d6ea9c8fa02ee2a67543e463898fb796 100644 (file)
@@ -1,6 +1,6 @@
 // natDeflater.cc - Implementation of Deflater native methods.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 7a03ef9723f4251d162424d6a9a2ecd57a25700f..312027a2d8c876ba3841b3b0c322466448cfcd34 100644 (file)
@@ -1,6 +1,6 @@
 // natInflater.cc - Implementation of Inflater native methods.
 
-/* Copyright (C) 1999  Red Hat, Inc.
+/* Copyright (C) 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index d25b03cc55e3f5acd59c6c592c5476cef8a105bd..1d9aae4df497cb58f9610807cff45d8b62fe4b83 100644 (file)
@@ -1,6 +1,6 @@
 // jni.cc - JNI implementation, including the jump table.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index 7176763fe6de8f3a12ae64f109fa5c086871ef80..94d7994224100ba5e3394397519fc789133fc036 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index a493d0040501c90173003c79c996731a7ac5a444..d28891a5b4431fb2e4f2e41216ce6f3351c01d09 100644 (file)
@@ -1,6 +1,6 @@
 // no-thread.cc - Implementation of `no threads' threads.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 843f18f87a49e1283dfe7b8ba7822ce8c7c3f347..1524139079a7921670c8779528a9263907f3a450 100644 (file)
@@ -1,6 +1,6 @@
 // nogc.cc - Code to implement no GC.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index 29fce59afdd3b65ae181bb5a11a62e2438010765..cf29a258a33933b85b1d9c09d269921b5c22d78a 100644 (file)
@@ -1,6 +1,6 @@
 // posix-threads.cc - interface between libjava and POSIX threads.
 
-/* Copyright (C) 1998, 1999  Red Hat, Inc.
+/* Copyright (C) 1998, 1999  Free Software Foundation
 
    This file is part of libgcj.
 
index beec6a6d953781d42477996ef715378d6c00f6b0..8c08f86c2a3c41abe385868b99685ba616fe39bf 100644 (file)
@@ -1,6 +1,6 @@
 // prims.cc - Code for core of runtime environment.
 
-/* Copyright (C) 1998, 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1998, 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index b471361530454f8ff7633cb112d89570bd727359..c0f51c9f376eb746b904266eed8725f74f60c50c 100644 (file)
@@ -1,6 +1,6 @@
 // resolve.cc - Code for linking and resolving classes and pool entries.
 
-/* Copyright (C) 1999, 2000  Red Hat, Inc.
+/* Copyright (C) 1999, 2000  Free Software Foundation
 
    This file is part of libgcj.
 
index a84c4a4deba54a3ed7f4c942d15b6823d412b3be..49b67d675bd653c2d652b5e6cae31d7f34809c0e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000  Red Hat, Inc.
+/* Copyright (C) 2000  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -38,7 +38,7 @@ public class MakeDefaultMimeTypes
 
     System.out.println ("// Do not edit this file!  Create a new version with MakeDefaultMimeTypes.\
 \
-/* Copyright (C) 2000  Red Hat, Inc.\
+/* Copyright (C) 2000  Free Software Foundation\
 \
    This file is part of libgcj.\
 \
index 797741b295cfbeb504c1129de5f3be468f5d5847..8f047ae359a3e8ff193383448a4474d90362d823 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
+# Copyright (C) 1998, 1999, 2000 Free Software Foundation
 
 load_lib "libgloss.exp"
 
index cc9cb1b9be7d7aa73d46ef40fc3fd23ce13134db..91817e6fa1d197ee8c17088f0c25ba4ff2295cb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 1998, 1999  Red Hat, Inc.
+// Copyright (c) 1998, 1999  Free Software Foundation
 
 // Written by Tom Tromey <tromey@cygnus.com>
 
index 6c2a161a7993699e4c2d57182adee68a93258d06..160c2411efe2b6b09c1e3932db478f28ed628e2b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Red Hat, Inc..
+# Copyright (C) 1998, 1999 Free Software Foundation.
 # Written by Tom Tromey <tromey@cygnus.com>.
 # Incorporate Mauve into libjava's DejaGNU test suite framework.
 
This page took 0.386593 seconds and 5 git commands to generate.