diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-07 19:55:28 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-07 19:55:28 +0000 |
commit | 88abbcd52962dcc832891d805f8519c33f93872a (patch) | |
tree | 8c21b7611a3119b34a19722864ac4481551ff8d8 /libjava | |
parent | e82c951ea45aa7266c74d065f672e090c6af643c (diff) | |
download | gcc-88abbcd52962dcc832891d805f8519c33f93872a.tar.gz |
* All files: Updated copyright information.
* COPYING: New file.
* COPYING.LIB: Removed.
* LIBGCJ_LICENSE: We now use GPL + special exception.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
390 files changed, 750 insertions, 880 deletions
diff --git a/libjava/COPYING b/libjava/COPYING new file mode 100644 index 00000000000..60549be514a --- /dev/null +++ b/libjava/COPYING @@ -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. + + 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.) + +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. + + 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. + + 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 + + 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 index 161a3d1d47b..00000000000 --- a/libjava/COPYING.LIB +++ /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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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 - - 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! diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 18dcf20df63..403a85ed9ed 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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. diff --git a/libjava/LIBGCJ_LICENSE b/libjava/LIBGCJ_LICENSE index 3785700f91b..f153b448c70 100644 --- a/libjava/LIBGCJ_LICENSE +++ b/libjava/LIBGCJ_LICENSE @@ -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. diff --git a/libjava/boehm.cc b/libjava/boehm.cc index ccfe9ee16c4..36b544863b1 100644 --- a/libjava/boehm.cc +++ b/libjava/boehm.cc @@ -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. diff --git a/libjava/defineclass.cc b/libjava/defineclass.cc index 215fc23cfb0..33269ab0aab 100644 --- a/libjava/defineclass.cc +++ b/libjava/defineclass.cc @@ -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. diff --git a/libjava/exception.cc b/libjava/exception.cc index 0ba060fef1b..1ee56aecd73 100644 --- a/libjava/exception.cc +++ b/libjava/exception.cc @@ -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. diff --git a/libjava/gcj/array.h b/libjava/gcj/array.h index 8b355e26352..bbea902d5f5 100644 --- a/libjava/gcj/array.h +++ b/libjava/gcj/array.h @@ -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. diff --git a/libjava/gcj/cni.h b/libjava/gcj/cni.h index 2cad1858491..ff45fb058ca 100644 --- a/libjava/gcj/cni.h +++ b/libjava/gcj/cni.h @@ -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. diff --git a/libjava/gcj/field.h b/libjava/gcj/field.h index ff8a40102ab..62663d64e64 100644 --- a/libjava/gcj/field.h +++ b/libjava/gcj/field.h @@ -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. diff --git a/libjava/gcj/javaprims.h b/libjava/gcj/javaprims.h index 2f3c4638b41..d2af32e2cb6 100644 --- a/libjava/gcj/javaprims.h +++ b/libjava/gcj/javaprims.h @@ -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. diff --git a/libjava/gcj/method.h b/libjava/gcj/method.h index fa3484dcff0..d4246e41ef8 100644 --- a/libjava/gcj/method.h +++ b/libjava/gcj/method.h @@ -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. diff --git a/libjava/gij.cc b/libjava/gij.cc index 4bbbab743bc..d97a56e7f45 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -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); diff --git a/libjava/gnu/gcj/RawData.java b/libjava/gnu/gcj/RawData.java index 577ad33b1e4..aef75bae800 100644 --- a/libjava/gnu/gcj/RawData.java +++ b/libjava/gnu/gcj/RawData.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/BytesToUnicode.java b/libjava/gnu/gcj/convert/BytesToUnicode.java index 1d96409f372..92836e0e703 100644 --- a/libjava/gnu/gcj/convert/BytesToUnicode.java +++ b/libjava/gnu/gcj/convert/BytesToUnicode.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Convert.java b/libjava/gnu/gcj/convert/Convert.java index 1e3a46456e7..ccd6662f11a 100644 --- a/libjava/gnu/gcj/convert/Convert.java +++ b/libjava/gnu/gcj/convert/Convert.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_8859_1.java b/libjava/gnu/gcj/convert/Input_8859_1.java index 9008352a3d5..6c70034f3d9 100644 --- a/libjava/gnu/gcj/convert/Input_8859_1.java +++ b/libjava/gnu/gcj/convert/Input_8859_1.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_EUCJIS.java b/libjava/gnu/gcj/convert/Input_EUCJIS.java index df1cb340d45..d7088e15752 100644 --- a/libjava/gnu/gcj/convert/Input_EUCJIS.java +++ b/libjava/gnu/gcj/convert/Input_EUCJIS.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_JavaSrc.java b/libjava/gnu/gcj/convert/Input_JavaSrc.java index 21ee78421c2..12b8b695bfa 100644 --- a/libjava/gnu/gcj/convert/Input_JavaSrc.java +++ b/libjava/gnu/gcj/convert/Input_JavaSrc.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_SJIS.java b/libjava/gnu/gcj/convert/Input_SJIS.java index e28cae03c6b..4660322721f 100644 --- a/libjava/gnu/gcj/convert/Input_SJIS.java +++ b/libjava/gnu/gcj/convert/Input_SJIS.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_UTF8.java b/libjava/gnu/gcj/convert/Input_UTF8.java index 6a63437ec32..f76f282e406 100644 --- a/libjava/gnu/gcj/convert/Input_UTF8.java +++ b/libjava/gnu/gcj/convert/Input_UTF8.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Input_iconv.java b/libjava/gnu/gcj/convert/Input_iconv.java index 7b5fb03a54b..cd7b795fe94 100644 --- a/libjava/gnu/gcj/convert/Input_iconv.java +++ b/libjava/gnu/gcj/convert/Input_iconv.java @@ -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. diff --git a/libjava/gnu/gcj/convert/Output_8859_1.java b/libjava/gnu/gcj/convert/Output_8859_1.java index 867ebf90e6a..ac04ad67ac1 100644 --- a/libjava/gnu/gcj/convert/Output_8859_1.java +++ b/libjava/gnu/gcj/convert/Output_8859_1.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Output_EUCJIS.java b/libjava/gnu/gcj/convert/Output_EUCJIS.java index b69b220b183..0662239aa85 100644 --- a/libjava/gnu/gcj/convert/Output_EUCJIS.java +++ b/libjava/gnu/gcj/convert/Output_EUCJIS.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Output_JavaSrc.java b/libjava/gnu/gcj/convert/Output_JavaSrc.java index 211c8703666..dc99218cf9b 100644 --- a/libjava/gnu/gcj/convert/Output_JavaSrc.java +++ b/libjava/gnu/gcj/convert/Output_JavaSrc.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Output_SJIS.java b/libjava/gnu/gcj/convert/Output_SJIS.java index f40a3df428d..c5370642378 100644 --- a/libjava/gnu/gcj/convert/Output_SJIS.java +++ b/libjava/gnu/gcj/convert/Output_SJIS.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Output_UTF8.java b/libjava/gnu/gcj/convert/Output_UTF8.java index 76b994c472a..7fb59107feb 100644 --- a/libjava/gnu/gcj/convert/Output_UTF8.java +++ b/libjava/gnu/gcj/convert/Output_UTF8.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/Output_iconv.java b/libjava/gnu/gcj/convert/Output_iconv.java index 386028aee11..78522627c85 100644 --- a/libjava/gnu/gcj/convert/Output_iconv.java +++ b/libjava/gnu/gcj/convert/Output_iconv.java @@ -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. diff --git a/libjava/gnu/gcj/convert/UnicodeToBytes.java b/libjava/gnu/gcj/convert/UnicodeToBytes.java index b91a8cc8489..d068fce5892 100644 --- a/libjava/gnu/gcj/convert/UnicodeToBytes.java +++ b/libjava/gnu/gcj/convert/UnicodeToBytes.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/gen-from-JIS.c b/libjava/gnu/gcj/convert/gen-from-JIS.c index da876413592..acb343f1bf9 100644 --- a/libjava/gnu/gcj/convert/gen-from-JIS.c +++ b/libjava/gnu/gcj/convert/gen-from-JIS.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/make-trie.c b/libjava/gnu/gcj/convert/make-trie.c index a2e2341046f..e89f70c5c9f 100644 --- a/libjava/gnu/gcj/convert/make-trie.c +++ b/libjava/gnu/gcj/convert/make-trie.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/natIconv.cc b/libjava/gnu/gcj/convert/natIconv.cc index cc8488fa369..b3eead852d3 100644 --- a/libjava/gnu/gcj/convert/natIconv.cc +++ b/libjava/gnu/gcj/convert/natIconv.cc @@ -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. diff --git a/libjava/gnu/gcj/convert/natInput_EUCJIS.cc b/libjava/gnu/gcj/convert/natInput_EUCJIS.cc index b9ac404714a..42562b9cb7d 100644 --- a/libjava/gnu/gcj/convert/natInput_EUCJIS.cc +++ b/libjava/gnu/gcj/convert/natInput_EUCJIS.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/natInput_SJIS.cc b/libjava/gnu/gcj/convert/natInput_SJIS.cc index 012de5bb452..c7f11ade078 100644 --- a/libjava/gnu/gcj/convert/natInput_SJIS.cc +++ b/libjava/gnu/gcj/convert/natInput_SJIS.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/natOutput_EUCJIS.cc b/libjava/gnu/gcj/convert/natOutput_EUCJIS.cc index b37cd490be4..533fb9f1b80 100644 --- a/libjava/gnu/gcj/convert/natOutput_EUCJIS.cc +++ b/libjava/gnu/gcj/convert/natOutput_EUCJIS.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/convert/natOutput_SJIS.cc b/libjava/gnu/gcj/convert/natOutput_SJIS.cc index d31a1b2958f..3cde58dc1ba 100644 --- a/libjava/gnu/gcj/convert/natOutput_SJIS.cc +++ b/libjava/gnu/gcj/convert/natOutput_SJIS.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/io/DefaultMimeTypes.java b/libjava/gnu/gcj/io/DefaultMimeTypes.java index e25fe88fc7c..0be0dc5023c 100644 --- a/libjava/gnu/gcj/io/DefaultMimeTypes.java +++ b/libjava/gnu/gcj/io/DefaultMimeTypes.java @@ -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. diff --git a/libjava/gnu/gcj/io/MimeTypes.java b/libjava/gnu/gcj/io/MimeTypes.java index f4a114bf9e8..ed08479f046 100644 --- a/libjava/gnu/gcj/io/MimeTypes.java +++ b/libjava/gnu/gcj/io/MimeTypes.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Red Hat, Inc. +/* Copyright (C) 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/jni/NativeThread.java b/libjava/gnu/gcj/jni/NativeThread.java index 9ed6d89cfac..94d4b68fee0 100644 --- a/libjava/gnu/gcj/jni/NativeThread.java +++ b/libjava/gnu/gcj/jni/NativeThread.java @@ -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. diff --git a/libjava/gnu/gcj/jni/natNativeThread.cc b/libjava/gnu/gcj/jni/natNativeThread.cc index b26c95dba94..1fa31438515 100644 --- a/libjava/gnu/gcj/jni/natNativeThread.cc +++ b/libjava/gnu/gcj/jni/natNativeThread.cc @@ -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. diff --git a/libjava/gnu/gcj/math/MPN.java b/libjava/gnu/gcj/math/MPN.java index 6ae60f26a22..fb947a5a699 100644 --- a/libjava/gnu/gcj/math/MPN.java +++ b/libjava/gnu/gcj/math/MPN.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/protocol/file/Connection.java b/libjava/gnu/gcj/protocol/file/Connection.java index 1eb2d1b8b2c..b7804cbea0c 100644 --- a/libjava/gnu/gcj/protocol/file/Connection.java +++ b/libjava/gnu/gcj/protocol/file/Connection.java @@ -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. diff --git a/libjava/gnu/gcj/protocol/file/Handler.java b/libjava/gnu/gcj/protocol/file/Handler.java index c731e279506..285880d8c3d 100644 --- a/libjava/gnu/gcj/protocol/file/Handler.java +++ b/libjava/gnu/gcj/protocol/file/Handler.java @@ -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. diff --git a/libjava/gnu/gcj/protocol/http/Connection.java b/libjava/gnu/gcj/protocol/http/Connection.java index 155382039b7..ba5903d0c12 100644 --- a/libjava/gnu/gcj/protocol/http/Connection.java +++ b/libjava/gnu/gcj/protocol/http/Connection.java @@ -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. diff --git a/libjava/gnu/gcj/protocol/http/Handler.java b/libjava/gnu/gcj/protocol/http/Handler.java index c2b7487ff52..ccf94e762c5 100644 --- a/libjava/gnu/gcj/protocol/http/Handler.java +++ b/libjava/gnu/gcj/protocol/http/Handler.java @@ -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. diff --git a/libjava/gnu/gcj/protocol/jar/Connection.java b/libjava/gnu/gcj/protocol/jar/Connection.java index bd383dc2466..439594e7262 100644 --- a/libjava/gnu/gcj/protocol/jar/Connection.java +++ b/libjava/gnu/gcj/protocol/jar/Connection.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/protocol/jar/Handler.java b/libjava/gnu/gcj/protocol/jar/Handler.java index 8e849f10789..2bb6aaebf85 100644 --- a/libjava/gnu/gcj/protocol/jar/Handler.java +++ b/libjava/gnu/gcj/protocol/jar/Handler.java @@ -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. diff --git a/libjava/gnu/gcj/runtime/FirstThread.java b/libjava/gnu/gcj/runtime/FirstThread.java index 643d153b44e..68d1c8c26f8 100644 --- a/libjava/gnu/gcj/runtime/FirstThread.java +++ b/libjava/gnu/gcj/runtime/FirstThread.java @@ -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. diff --git a/libjava/gnu/gcj/runtime/VMClassLoader.java b/libjava/gnu/gcj/runtime/VMClassLoader.java index b6a2bb204a1..ae0a0ebb20a 100644 --- a/libjava/gnu/gcj/runtime/VMClassLoader.java +++ b/libjava/gnu/gcj/runtime/VMClassLoader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/gnu/gcj/runtime/natFirstThread.cc b/libjava/gnu/gcj/runtime/natFirstThread.cc index 2b8f8d4a510..458103c895a 100644 --- a/libjava/gnu/gcj/runtime/natFirstThread.cc +++ b/libjava/gnu/gcj/runtime/natFirstThread.cc @@ -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. diff --git a/libjava/gnu/gcj/text/BaseBreakIterator.java b/libjava/gnu/gcj/text/BaseBreakIterator.java index af75afb28ca..8c20d46d47c 100644 --- a/libjava/gnu/gcj/text/BaseBreakIterator.java +++ b/libjava/gnu/gcj/text/BaseBreakIterator.java @@ -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. diff --git a/libjava/gnu/gcj/text/CharacterBreakIterator.java b/libjava/gnu/gcj/text/CharacterBreakIterator.java index edf257d3163..ba087ccc461 100644 --- a/libjava/gnu/gcj/text/CharacterBreakIterator.java +++ b/libjava/gnu/gcj/text/CharacterBreakIterator.java @@ -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. diff --git a/libjava/gnu/gcj/text/LineBreakIterator.java b/libjava/gnu/gcj/text/LineBreakIterator.java index 72537945697..4540b7ae549 100644 --- a/libjava/gnu/gcj/text/LineBreakIterator.java +++ b/libjava/gnu/gcj/text/LineBreakIterator.java @@ -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. diff --git a/libjava/gnu/gcj/text/LocaleData_en.java b/libjava/gnu/gcj/text/LocaleData_en.java index fb5dc11c74e..161f3de7e8d 100644 --- a/libjava/gnu/gcj/text/LocaleData_en.java +++ b/libjava/gnu/gcj/text/LocaleData_en.java @@ -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. diff --git a/libjava/gnu/gcj/text/LocaleData_en_US.java b/libjava/gnu/gcj/text/LocaleData_en_US.java index de038e6179b..083a86157f6 100644 --- a/libjava/gnu/gcj/text/LocaleData_en_US.java +++ b/libjava/gnu/gcj/text/LocaleData_en_US.java @@ -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. diff --git a/libjava/gnu/gcj/text/SentenceBreakIterator.java b/libjava/gnu/gcj/text/SentenceBreakIterator.java index 398357164fa..af2ccf10b93 100644 --- a/libjava/gnu/gcj/text/SentenceBreakIterator.java +++ b/libjava/gnu/gcj/text/SentenceBreakIterator.java @@ -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. diff --git a/libjava/gnu/gcj/text/WordBreakIterator.java b/libjava/gnu/gcj/text/WordBreakIterator.java index b23a56b8a7b..553cdefdfc1 100644 --- a/libjava/gnu/gcj/text/WordBreakIterator.java +++ b/libjava/gnu/gcj/text/WordBreakIterator.java @@ -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. diff --git a/libjava/gnu/gcj/util/EnumerationChain.java b/libjava/gnu/gcj/util/EnumerationChain.java index 6165b2d4fcc..b8bf5a36607 100644 --- a/libjava/gnu/gcj/util/EnumerationChain.java +++ b/libjava/gnu/gcj/util/EnumerationChain.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/include/boehm-gc.h b/libjava/include/boehm-gc.h index 12f4d29a388..fa4e8d04633 100644 --- a/libjava/include/boehm-gc.h +++ b/libjava/include/boehm-gc.h @@ -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. diff --git a/libjava/include/default-signal.h b/libjava/include/default-signal.h index e9442ef7633..56d1cc22db1 100644 --- a/libjava/include/default-signal.h +++ b/libjava/include/default-signal.h @@ -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. diff --git a/libjava/include/i386-signal.h b/libjava/include/i386-signal.h index f4f28997b21..491a809c930 100644 --- a/libjava/include/i386-signal.h +++ b/libjava/include/i386-signal.h @@ -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. diff --git a/libjava/include/java-assert.h b/libjava/include/java-assert.h index 78ea7d0e0b8..6f178bd9e98 100644 --- a/libjava/include/java-assert.h +++ b/libjava/include/java-assert.h @@ -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. diff --git a/libjava/include/java-cpool.h b/libjava/include/java-cpool.h index 3399d35c9bd..602de2843cb 100644 --- a/libjava/include/java-cpool.h +++ b/libjava/include/java-cpool.h @@ -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. diff --git a/libjava/include/java-insns.h b/libjava/include/java-insns.h index 43464698e72..975a7c906c5 100644 --- a/libjava/include/java-insns.h +++ b/libjava/include/java-insns.h @@ -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. diff --git a/libjava/include/java-interp.h b/libjava/include/java-interp.h index 3074a2c944f..59976b31acf 100644 --- a/libjava/include/java-interp.h +++ b/libjava/include/java-interp.h @@ -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. diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index 1ba7c56c791..f7e6d36f82a 100644 --- a/libjava/include/java-props.h +++ b/libjava/include/java-props.h @@ -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. diff --git a/libjava/include/jni.h b/libjava/include/jni.h index 789cdeef56c..4442ce8762e 100644 --- a/libjava/include/jni.h +++ b/libjava/include/jni.h @@ -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. diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h index d24a5ff5830..32336db9077 100644 --- a/libjava/include/jvm.h +++ b/libjava/include/jvm.h @@ -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. diff --git a/libjava/include/no-gc.h b/libjava/include/no-gc.h index 4a069254863..18e79e13e10 100644 --- a/libjava/include/no-gc.h +++ b/libjava/include/no-gc.h @@ -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. diff --git a/libjava/include/no-threads.h b/libjava/include/no-threads.h index bb6a461853c..e500184ca67 100644 --- a/libjava/include/no-threads.h +++ b/libjava/include/no-threads.h @@ -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. diff --git a/libjava/include/posix-threads.h b/libjava/include/posix-threads.h index b6f6c7b4137..ac74ebe9309 100644 --- a/libjava/include/posix-threads.h +++ b/libjava/include/posix-threads.h @@ -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. diff --git a/libjava/include/sparc-signal.h b/libjava/include/sparc-signal.h index 91bff1d52ad..4ae0c95927f 100644 --- a/libjava/include/sparc-signal.h +++ b/libjava/include/sparc-signal.h @@ -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. diff --git a/libjava/interpret.cc b/libjava/interpret.cc index 2dc5e7724e4..cf138e237ed 100644 --- a/libjava/interpret.cc +++ b/libjava/interpret.cc @@ -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. diff --git a/libjava/java/awt/AWTEvent.java b/libjava/java/awt/AWTEvent.java index 0a4d758e71e..3d8f6c00c59 100644 --- a/libjava/java/awt/AWTEvent.java +++ b/libjava/java/awt/AWTEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/BorderLayout.java b/libjava/java/awt/BorderLayout.java index 4ec128f9477..16700f3fa25 100644 --- a/libjava/java/awt/BorderLayout.java +++ b/libjava/java/awt/BorderLayout.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Component.java b/libjava/java/awt/Component.java index f7dfb2852ea..6199a2e7e29 100644 --- a/libjava/java/awt/Component.java +++ b/libjava/java/awt/Component.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Container.java b/libjava/java/awt/Container.java index 89213188cb9..6befa791645 100644 --- a/libjava/java/awt/Container.java +++ b/libjava/java/awt/Container.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Dimension.java b/libjava/java/awt/Dimension.java index 615715c002c..38ba32729cf 100644 --- a/libjava/java/awt/Dimension.java +++ b/libjava/java/awt/Dimension.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Event.java b/libjava/java/awt/Event.java index 3aa2a1edbe6..d72cc04b94c 100644 --- a/libjava/java/awt/Event.java +++ b/libjava/java/awt/Event.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Font.java b/libjava/java/awt/Font.java index d9a8d05c14b..08503677ff7 100644 --- a/libjava/java/awt/Font.java +++ b/libjava/java/awt/Font.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Frame.java b/libjava/java/awt/Frame.java index 7de86faf5ad..6f2cc24e421 100644 --- a/libjava/java/awt/Frame.java +++ b/libjava/java/awt/Frame.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/LayoutManager.java b/libjava/java/awt/LayoutManager.java index cb37229264f..671596ec371 100644 --- a/libjava/java/awt/LayoutManager.java +++ b/libjava/java/awt/LayoutManager.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/LayoutManager2.java b/libjava/java/awt/LayoutManager2.java index f250daee3d6..a79d64e85fa 100644 --- a/libjava/java/awt/LayoutManager2.java +++ b/libjava/java/awt/LayoutManager2.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Menu.java b/libjava/java/awt/Menu.java index 6c24e135d26..b171bca2e19 100644 --- a/libjava/java/awt/Menu.java +++ b/libjava/java/awt/Menu.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/MenuBar.java b/libjava/java/awt/MenuBar.java index f82aaf48e24..c0f6430856f 100644 --- a/libjava/java/awt/MenuBar.java +++ b/libjava/java/awt/MenuBar.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/MenuComponent.java b/libjava/java/awt/MenuComponent.java index f4ad0d77715..e18314dd626 100644 --- a/libjava/java/awt/MenuComponent.java +++ b/libjava/java/awt/MenuComponent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/MenuContainer.java b/libjava/java/awt/MenuContainer.java index f4f275e72da..295e240cc7b 100644 --- a/libjava/java/awt/MenuContainer.java +++ b/libjava/java/awt/MenuContainer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/MenuItem.java b/libjava/java/awt/MenuItem.java index edc62e70aef..2681a20ee12 100644 --- a/libjava/java/awt/MenuItem.java +++ b/libjava/java/awt/MenuItem.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Point.java b/libjava/java/awt/Point.java index f0d312d203c..df8aba51700 100644 --- a/libjava/java/awt/Point.java +++ b/libjava/java/awt/Point.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Rectangle.java b/libjava/java/awt/Rectangle.java index 7ad4f37dbc5..d6c9c5e48ab 100644 --- a/libjava/java/awt/Rectangle.java +++ b/libjava/java/awt/Rectangle.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Shape.java b/libjava/java/awt/Shape.java index e716694312a..d0f0e0835da 100644 --- a/libjava/java/awt/Shape.java +++ b/libjava/java/awt/Shape.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/TextArea.java b/libjava/java/awt/TextArea.java index 5e57bdc3591..09f5cb2e348 100644 --- a/libjava/java/awt/TextArea.java +++ b/libjava/java/awt/TextArea.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/TextComponent.java b/libjava/java/awt/TextComponent.java index efda2c4bd47..738cc89c7e8 100644 --- a/libjava/java/awt/TextComponent.java +++ b/libjava/java/awt/TextComponent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index cdda4e27862..cfb2d77ba0a 100644 --- a/libjava/java/awt/Toolkit.java +++ b/libjava/java/awt/Toolkit.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/Window.java b/libjava/java/awt/Window.java index 770d1121411..4112861f6c6 100644 --- a/libjava/java/awt/Window.java +++ b/libjava/java/awt/Window.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/ActionEvent.java b/libjava/java/awt/event/ActionEvent.java index d62289e4936..109673b3569 100644 --- a/libjava/java/awt/event/ActionEvent.java +++ b/libjava/java/awt/event/ActionEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/ActionListener.java b/libjava/java/awt/event/ActionListener.java index d2252f5ff1b..7fb359ff076 100644 --- a/libjava/java/awt/event/ActionListener.java +++ b/libjava/java/awt/event/ActionListener.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/ComponentEvent.java b/libjava/java/awt/event/ComponentEvent.java index 32baf928ec2..811f72ca59a 100644 --- a/libjava/java/awt/event/ComponentEvent.java +++ b/libjava/java/awt/event/ComponentEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/InputEvent.java b/libjava/java/awt/event/InputEvent.java index 04f0448d606..76bb1a88c76 100644 --- a/libjava/java/awt/event/InputEvent.java +++ b/libjava/java/awt/event/InputEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/KeyEvent.java b/libjava/java/awt/event/KeyEvent.java index 1bac4e869cb..81bc8676694 100644 --- a/libjava/java/awt/event/KeyEvent.java +++ b/libjava/java/awt/event/KeyEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/KeyListener.java b/libjava/java/awt/event/KeyListener.java index d5f87554674..e08d67e214e 100644 --- a/libjava/java/awt/event/KeyListener.java +++ b/libjava/java/awt/event/KeyListener.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/TextEvent.java b/libjava/java/awt/event/TextEvent.java index f0013df561d..64b53f80061 100644 --- a/libjava/java/awt/event/TextEvent.java +++ b/libjava/java/awt/event/TextEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/TextListener.java b/libjava/java/awt/event/TextListener.java index fe65d85c5b8..45c4da898ee 100644 --- a/libjava/java/awt/event/TextListener.java +++ b/libjava/java/awt/event/TextListener.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/WindowAdapter.java b/libjava/java/awt/event/WindowAdapter.java index 0daa53f8db7..caf2b18b48f 100644 --- a/libjava/java/awt/event/WindowAdapter.java +++ b/libjava/java/awt/event/WindowAdapter.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/WindowEvent.java b/libjava/java/awt/event/WindowEvent.java index c68ec5fc9de..ac049212321 100644 --- a/libjava/java/awt/event/WindowEvent.java +++ b/libjava/java/awt/event/WindowEvent.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/event/WindowListener.java b/libjava/java/awt/event/WindowListener.java index 234f8495148..e939ce7dcf6 100644 --- a/libjava/java/awt/event/WindowListener.java +++ b/libjava/java/awt/event/WindowListener.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/geom/Dimension2D.java b/libjava/java/awt/geom/Dimension2D.java index 6835af64760..0814e03f18f 100644 --- a/libjava/java/awt/geom/Dimension2D.java +++ b/libjava/java/awt/geom/Dimension2D.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/geom/Point2D.java b/libjava/java/awt/geom/Point2D.java index 12e47b07156..c0f2056a8ca 100644 --- a/libjava/java/awt/geom/Point2D.java +++ b/libjava/java/awt/geom/Point2D.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/natToolkit.cc b/libjava/java/awt/natToolkit.cc index 8aa70eaa874..b2be56c9fbc 100644 --- a/libjava/java/awt/natToolkit.cc +++ b/libjava/java/awt/natToolkit.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/awt/peer/ComponentPeer.java b/libjava/java/awt/peer/ComponentPeer.java index ecccdb5df30..806b9623de2 100644 --- a/libjava/java/awt/peer/ComponentPeer.java +++ b/libjava/java/awt/peer/ComponentPeer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/peer/ContainerPeer.java b/libjava/java/awt/peer/ContainerPeer.java index 01cb4e926a7..c8e459ac0df 100644 --- a/libjava/java/awt/peer/ContainerPeer.java +++ b/libjava/java/awt/peer/ContainerPeer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/peer/FramePeer.java b/libjava/java/awt/peer/FramePeer.java index 7925e8295ac..e68a17f5267 100644 --- a/libjava/java/awt/peer/FramePeer.java +++ b/libjava/java/awt/peer/FramePeer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/awt/peer/WindowPeer.java b/libjava/java/awt/peer/WindowPeer.java index 70ab696ed10..109992d64ed 100644 --- a/libjava/java/awt/peer/WindowPeer.java +++ b/libjava/java/awt/peer/WindowPeer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/io/BufferedInputStream.java b/libjava/java/io/BufferedInputStream.java index 15386503aa5..6473854456b 100644 --- a/libjava/java/io/BufferedInputStream.java +++ b/libjava/java/io/BufferedInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/BufferedOutputStream.java b/libjava/java/io/BufferedOutputStream.java index 52c0b8f3eb4..262c054e205 100644 --- a/libjava/java/io/BufferedOutputStream.java +++ b/libjava/java/io/BufferedOutputStream.java @@ -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. diff --git a/libjava/java/io/BufferedReader.java b/libjava/java/io/BufferedReader.java index 2a43fc8be15..73601deb593 100644 --- a/libjava/java/io/BufferedReader.java +++ b/libjava/java/io/BufferedReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/BufferedWriter.java b/libjava/java/io/BufferedWriter.java index dee6fa0b343..3112a8adec9 100644 --- a/libjava/java/io/BufferedWriter.java +++ b/libjava/java/io/BufferedWriter.java @@ -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. diff --git a/libjava/java/io/ByteArrayInputStream.java b/libjava/java/io/ByteArrayInputStream.java index 366e1c2c38e..97ec6e79818 100644 --- a/libjava/java/io/ByteArrayInputStream.java +++ b/libjava/java/io/ByteArrayInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/ByteArrayOutputStream.java b/libjava/java/io/ByteArrayOutputStream.java index 5055c83fa3e..901312f1337 100644 --- a/libjava/java/io/ByteArrayOutputStream.java +++ b/libjava/java/io/ByteArrayOutputStream.java @@ -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. diff --git a/libjava/java/io/CharArrayReader.java b/libjava/java/io/CharArrayReader.java index 03ec46ab8db..195403684c2 100644 --- a/libjava/java/io/CharArrayReader.java +++ b/libjava/java/io/CharArrayReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/CharArrayWriter.java b/libjava/java/io/CharArrayWriter.java index e33dfd85ba9..5e04d6171b1 100644 --- a/libjava/java/io/CharArrayWriter.java +++ b/libjava/java/io/CharArrayWriter.java @@ -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. diff --git a/libjava/java/io/CharConversionException.java b/libjava/java/io/CharConversionException.java index 600fe3ed8e1..938d605d0f9 100644 --- a/libjava/java/io/CharConversionException.java +++ b/libjava/java/io/CharConversionException.java @@ -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. diff --git a/libjava/java/io/DataInput.java b/libjava/java/io/DataInput.java index 1a120cd6dfa..5930e496979 100644 --- a/libjava/java/io/DataInput.java +++ b/libjava/java/io/DataInput.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/DataInputStream.java b/libjava/java/io/DataInputStream.java index 295e4b42d7a..a3dbaa739d2 100644 --- a/libjava/java/io/DataInputStream.java +++ b/libjava/java/io/DataInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/DataOutput.java b/libjava/java/io/DataOutput.java index d226d0c962b..d0def85cdf9 100644 --- a/libjava/java/io/DataOutput.java +++ b/libjava/java/io/DataOutput.java @@ -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. diff --git a/libjava/java/io/DataOutputStream.java b/libjava/java/io/DataOutputStream.java index fdc631a9d76..6830e1af09e 100644 --- a/libjava/java/io/DataOutputStream.java +++ b/libjava/java/io/DataOutputStream.java @@ -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. diff --git a/libjava/java/io/EOFException.java b/libjava/java/io/EOFException.java index 37bb5699834..e5ae1f01034 100644 --- a/libjava/java/io/EOFException.java +++ b/libjava/java/io/EOFException.java @@ -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. diff --git a/libjava/java/io/File.java b/libjava/java/io/File.java index c4a4e39a19d..38bcb9f9c63 100644 --- a/libjava/java/io/File.java +++ b/libjava/java/io/File.java @@ -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. diff --git a/libjava/java/io/FileDescriptor.java b/libjava/java/io/FileDescriptor.java index 541c07a99fb..51c6fd6c5b1 100644 --- a/libjava/java/io/FileDescriptor.java +++ b/libjava/java/io/FileDescriptor.java @@ -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. diff --git a/libjava/java/io/FileInputStream.java b/libjava/java/io/FileInputStream.java index 3bcd1a36970..e5071e40e89 100644 --- a/libjava/java/io/FileInputStream.java +++ b/libjava/java/io/FileInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/FileNotFoundException.java b/libjava/java/io/FileNotFoundException.java index 36362e3404a..9482b2eefbf 100644 --- a/libjava/java/io/FileNotFoundException.java +++ b/libjava/java/io/FileNotFoundException.java @@ -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. diff --git a/libjava/java/io/FileOutputStream.java b/libjava/java/io/FileOutputStream.java index 8e594cdda6f..57af576f89c 100644 --- a/libjava/java/io/FileOutputStream.java +++ b/libjava/java/io/FileOutputStream.java @@ -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. diff --git a/libjava/java/io/FileReader.java b/libjava/java/io/FileReader.java index 88d7e36ab7e..c82ce5b37e2 100644 --- a/libjava/java/io/FileReader.java +++ b/libjava/java/io/FileReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/FileWriter.java b/libjava/java/io/FileWriter.java index 16672befb1d..5c49e5f853d 100644 --- a/libjava/java/io/FileWriter.java +++ b/libjava/java/io/FileWriter.java @@ -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. diff --git a/libjava/java/io/FilenameFilter.java b/libjava/java/io/FilenameFilter.java index 13f434461a0..05e7fd0dd79 100644 --- a/libjava/java/io/FilenameFilter.java +++ b/libjava/java/io/FilenameFilter.java @@ -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. diff --git a/libjava/java/io/FilterInputStream.java b/libjava/java/io/FilterInputStream.java index 2236af1cd46..712be929592 100644 --- a/libjava/java/io/FilterInputStream.java +++ b/libjava/java/io/FilterInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/FilterOutputStream.java b/libjava/java/io/FilterOutputStream.java index 3450c2ec3ce..c17ea263052 100644 --- a/libjava/java/io/FilterOutputStream.java +++ b/libjava/java/io/FilterOutputStream.java @@ -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. diff --git a/libjava/java/io/FilterReader.java b/libjava/java/io/FilterReader.java index 46608d49f98..bce70cc6eda 100644 --- a/libjava/java/io/FilterReader.java +++ b/libjava/java/io/FilterReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/FilterWriter.java b/libjava/java/io/FilterWriter.java index c8f9665d971..aa6600cab2d 100644 --- a/libjava/java/io/FilterWriter.java +++ b/libjava/java/io/FilterWriter.java @@ -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. diff --git a/libjava/java/io/IOException.java b/libjava/java/io/IOException.java index d55c1028c7a..e9b22768243 100644 --- a/libjava/java/io/IOException.java +++ b/libjava/java/io/IOException.java @@ -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. diff --git a/libjava/java/io/InputStream.java b/libjava/java/io/InputStream.java index 6004c9704a5..2da52b1afcd 100644 --- a/libjava/java/io/InputStream.java +++ b/libjava/java/io/InputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/InputStreamReader.java b/libjava/java/io/InputStreamReader.java index 4b01185a197..478d8ef5996 100644 --- a/libjava/java/io/InputStreamReader.java +++ b/libjava/java/io/InputStreamReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/InterruptedIOException.java b/libjava/java/io/InterruptedIOException.java index 51ba9ccddec..75623824392 100644 --- a/libjava/java/io/InterruptedIOException.java +++ b/libjava/java/io/InterruptedIOException.java @@ -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. diff --git a/libjava/java/io/LineNumberInputStream.java b/libjava/java/io/LineNumberInputStream.java index 0e0b9e53f0c..cdaa51a00da 100644 --- a/libjava/java/io/LineNumberInputStream.java +++ b/libjava/java/io/LineNumberInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/LineNumberReader.java b/libjava/java/io/LineNumberReader.java index 70a93d7dcc7..ffdd2b68e2e 100644 --- a/libjava/java/io/LineNumberReader.java +++ b/libjava/java/io/LineNumberReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/OutputStream.java b/libjava/java/io/OutputStream.java index d0353a4a1d9..46770394b22 100644 --- a/libjava/java/io/OutputStream.java +++ b/libjava/java/io/OutputStream.java @@ -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. diff --git a/libjava/java/io/OutputStreamWriter.java b/libjava/java/io/OutputStreamWriter.java index 41dd0b00227..2fe64772b5b 100644 --- a/libjava/java/io/OutputStreamWriter.java +++ b/libjava/java/io/OutputStreamWriter.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index 30c595fa614..d2dbecbba11 100644 --- a/libjava/java/io/PipedInputStream.java +++ b/libjava/java/io/PipedInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/PipedOutputStream.java b/libjava/java/io/PipedOutputStream.java index f620aba9d37..901fb9e5484 100644 --- a/libjava/java/io/PipedOutputStream.java +++ b/libjava/java/io/PipedOutputStream.java @@ -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. diff --git a/libjava/java/io/PipedReader.java b/libjava/java/io/PipedReader.java index b5ecb8934fa..faac9865cb8 100644 --- a/libjava/java/io/PipedReader.java +++ b/libjava/java/io/PipedReader.java @@ -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. diff --git a/libjava/java/io/PipedWriter.java b/libjava/java/io/PipedWriter.java index 69a47ca80d4..7efed3976da 100644 --- a/libjava/java/io/PipedWriter.java +++ b/libjava/java/io/PipedWriter.java @@ -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. diff --git a/libjava/java/io/PrintStream.java b/libjava/java/io/PrintStream.java index b37bea70e29..4df8748e217 100644 --- a/libjava/java/io/PrintStream.java +++ b/libjava/java/io/PrintStream.java @@ -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. diff --git a/libjava/java/io/PrintWriter.java b/libjava/java/io/PrintWriter.java index 96e014125c8..fab152ba485 100644 --- a/libjava/java/io/PrintWriter.java +++ b/libjava/java/io/PrintWriter.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/PushbackInputStream.java b/libjava/java/io/PushbackInputStream.java index 538a8d83aef..c104cf2f407 100644 --- a/libjava/java/io/PushbackInputStream.java +++ b/libjava/java/io/PushbackInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/PushbackReader.java b/libjava/java/io/PushbackReader.java index f1534dc2742..d5d8d441258 100644 --- a/libjava/java/io/PushbackReader.java +++ b/libjava/java/io/PushbackReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/RandomAccessFile.java b/libjava/java/io/RandomAccessFile.java index 1142c2eb3d5..d054afc2033 100644 --- a/libjava/java/io/RandomAccessFile.java +++ b/libjava/java/io/RandomAccessFile.java @@ -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. diff --git a/libjava/java/io/Reader.java b/libjava/java/io/Reader.java index f8ba5cd3903..c8e8f29c6fa 100644 --- a/libjava/java/io/Reader.java +++ b/libjava/java/io/Reader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/SequenceInputStream.java b/libjava/java/io/SequenceInputStream.java index f24811db1a0..054527774ab 100644 --- a/libjava/java/io/SequenceInputStream.java +++ b/libjava/java/io/SequenceInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/Serializable.java b/libjava/java/io/Serializable.java index 22a45713489..fab9188d101 100644 --- a/libjava/java/io/Serializable.java +++ b/libjava/java/io/Serializable.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/StreamTokenizer.java b/libjava/java/io/StreamTokenizer.java index c07996b205a..e763cbe7d9a 100644 --- a/libjava/java/io/StreamTokenizer.java +++ b/libjava/java/io/StreamTokenizer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/StringBufferInputStream.java b/libjava/java/io/StringBufferInputStream.java index d2d14da842e..063e19d3fc7 100644 --- a/libjava/java/io/StringBufferInputStream.java +++ b/libjava/java/io/StringBufferInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/StringReader.java b/libjava/java/io/StringReader.java index 21a6db59d81..60a912975af 100644 --- a/libjava/java/io/StringReader.java +++ b/libjava/java/io/StringReader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/StringWriter.java b/libjava/java/io/StringWriter.java index b305c6fd79d..88b0a6ecd44 100644 --- a/libjava/java/io/StringWriter.java +++ b/libjava/java/io/StringWriter.java @@ -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. diff --git a/libjava/java/io/SyncFailedException.java b/libjava/java/io/SyncFailedException.java index 3bc47882ca5..05f4c3dee7b 100644 --- a/libjava/java/io/SyncFailedException.java +++ b/libjava/java/io/SyncFailedException.java @@ -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. diff --git a/libjava/java/io/UTFDataFormatException.java b/libjava/java/io/UTFDataFormatException.java index 27dfb28f289..16445cdcfe5 100644 --- a/libjava/java/io/UTFDataFormatException.java +++ b/libjava/java/io/UTFDataFormatException.java @@ -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. diff --git a/libjava/java/io/UnsupportedEncodingException.java b/libjava/java/io/UnsupportedEncodingException.java index a686a83023f..8ab868eb787 100644 --- a/libjava/java/io/UnsupportedEncodingException.java +++ b/libjava/java/io/UnsupportedEncodingException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/Writer.java b/libjava/java/io/Writer.java index e4b2da7e2db..96fa0fb2d0d 100644 --- a/libjava/java/io/Writer.java +++ b/libjava/java/io/Writer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/io/natFile.cc b/libjava/java/io/natFile.cc index 90be3d71800..dd98dc1708a 100644 --- a/libjava/java/io/natFile.cc +++ b/libjava/java/io/natFile.cc @@ -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. diff --git a/libjava/java/io/natFileDescriptorEcos.cc b/libjava/java/io/natFileDescriptorEcos.cc index 43a1abef83a..b8c1a8d368e 100644 --- a/libjava/java/io/natFileDescriptorEcos.cc +++ b/libjava/java/io/natFileDescriptorEcos.cc @@ -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. diff --git a/libjava/java/io/natFileDescriptorPosix.cc b/libjava/java/io/natFileDescriptorPosix.cc index 6538960705b..ab95307c06b 100644 --- a/libjava/java/io/natFileDescriptorPosix.cc +++ b/libjava/java/io/natFileDescriptorPosix.cc @@ -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. diff --git a/libjava/java/lang/AbstractMethodError.java b/libjava/java/lang/AbstractMethodError.java index e8d67483ef0..782e595a9ba 100644 --- a/libjava/java/lang/AbstractMethodError.java +++ b/libjava/java/lang/AbstractMethodError.java @@ -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. diff --git a/libjava/java/lang/ArithmeticException.java b/libjava/java/lang/ArithmeticException.java index b3fbc1d599f..15278e06a9f 100644 --- a/libjava/java/lang/ArithmeticException.java +++ b/libjava/java/lang/ArithmeticException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/ArrayIndexOutOfBoundsException.java b/libjava/java/lang/ArrayIndexOutOfBoundsException.java index 7fcda759d8a..4b912c22007 100644 --- a/libjava/java/lang/ArrayIndexOutOfBoundsException.java +++ b/libjava/java/lang/ArrayIndexOutOfBoundsException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/ArrayStoreException.java b/libjava/java/lang/ArrayStoreException.java index 65c2bc0d418..720308e5acf 100644 --- a/libjava/java/lang/ArrayStoreException.java +++ b/libjava/java/lang/ArrayStoreException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Boolean.java b/libjava/java/lang/Boolean.java index 0fec7851cef..041f72521eb 100644 --- a/libjava/java/lang/Boolean.java +++ b/libjava/java/lang/Boolean.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Byte.java b/libjava/java/lang/Byte.java index c4cc585cbb8..95db094f420 100644 --- a/libjava/java/lang/Byte.java +++ b/libjava/java/lang/Byte.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Character.java b/libjava/java/lang/Character.java index a48221b7471..4306afb0881 100644 --- a/libjava/java/lang/Character.java +++ b/libjava/java/lang/Character.java @@ -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. diff --git a/libjava/java/lang/Class.h b/libjava/java/lang/Class.h index 8aefb70087d..bad71b524b7 100644 --- a/libjava/java/lang/Class.h +++ b/libjava/java/lang/Class.h @@ -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. diff --git a/libjava/java/lang/Class.java b/libjava/java/lang/Class.java index b0806248df6..0125ab46f04 100644 --- a/libjava/java/lang/Class.java +++ b/libjava/java/lang/Class.java @@ -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. diff --git a/libjava/java/lang/ClassCastException.java b/libjava/java/lang/ClassCastException.java index f5ca24a9730..912e870a2c2 100644 --- a/libjava/java/lang/ClassCastException.java +++ b/libjava/java/lang/ClassCastException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/ClassCircularityError.java b/libjava/java/lang/ClassCircularityError.java index fddaa2cc61c..21bda92c421 100644 --- a/libjava/java/lang/ClassCircularityError.java +++ b/libjava/java/lang/ClassCircularityError.java @@ -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. diff --git a/libjava/java/lang/ClassFormatError.java b/libjava/java/lang/ClassFormatError.java index 6be76dd5bd3..2af50083151 100644 --- a/libjava/java/lang/ClassFormatError.java +++ b/libjava/java/lang/ClassFormatError.java @@ -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. diff --git a/libjava/java/lang/ClassLoader.java b/libjava/java/lang/ClassLoader.java index fb3f37a56c3..90f852ef6c9 100644 --- a/libjava/java/lang/ClassLoader.java +++ b/libjava/java/lang/ClassLoader.java @@ -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. diff --git a/libjava/java/lang/ClassNotFoundException.java b/libjava/java/lang/ClassNotFoundException.java index ad2f489e7e4..0eda3e1777f 100644 --- a/libjava/java/lang/ClassNotFoundException.java +++ b/libjava/java/lang/ClassNotFoundException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/CloneNotSupportedException.java b/libjava/java/lang/CloneNotSupportedException.java index cdc8b9ff527..62c0c04c997 100644 --- a/libjava/java/lang/CloneNotSupportedException.java +++ b/libjava/java/lang/CloneNotSupportedException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Cloneable.java b/libjava/java/lang/Cloneable.java index 096a8e9ebd1..404bff914f9 100644 --- a/libjava/java/lang/Cloneable.java +++ b/libjava/java/lang/Cloneable.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Comparable.java b/libjava/java/lang/Comparable.java index 672569dbdf3..d153d1050bd 100644 --- a/libjava/java/lang/Comparable.java +++ b/libjava/java/lang/Comparable.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Compiler.java b/libjava/java/lang/Compiler.java index 2fbeab8dedb..bb0f78495f2 100644 --- a/libjava/java/lang/Compiler.java +++ b/libjava/java/lang/Compiler.java @@ -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. diff --git a/libjava/java/lang/Double.java b/libjava/java/lang/Double.java index fdcd4202729..4613e783752 100644 --- a/libjava/java/lang/Double.java +++ b/libjava/java/lang/Double.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/EcosProcess.java b/libjava/java/lang/EcosProcess.java index ac963f440ea..4c200a0de28 100644 --- a/libjava/java/lang/EcosProcess.java +++ b/libjava/java/lang/EcosProcess.java @@ -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. diff --git a/libjava/java/lang/Error.java b/libjava/java/lang/Error.java index 4176c8fc3af..a9f9d80215a 100644 --- a/libjava/java/lang/Error.java +++ b/libjava/java/lang/Error.java @@ -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. diff --git a/libjava/java/lang/Exception.java b/libjava/java/lang/Exception.java index 542226175b3..71df1dd9d3c 100644 --- a/libjava/java/lang/Exception.java +++ b/libjava/java/lang/Exception.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/ExceptionInInitializerError.java b/libjava/java/lang/ExceptionInInitializerError.java index d6b3da3c315..5c0144bdfa5 100644 --- a/libjava/java/lang/ExceptionInInitializerError.java +++ b/libjava/java/lang/ExceptionInInitializerError.java @@ -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. diff --git a/libjava/java/lang/Float.java b/libjava/java/lang/Float.java index e7888c106b0..63c6fa1e184 100644 --- a/libjava/java/lang/Float.java +++ b/libjava/java/lang/Float.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IllegalAccessError.java b/libjava/java/lang/IllegalAccessError.java index 0523959117a..a2cf57dea15 100644 --- a/libjava/java/lang/IllegalAccessError.java +++ b/libjava/java/lang/IllegalAccessError.java @@ -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. diff --git a/libjava/java/lang/IllegalAccessException.java b/libjava/java/lang/IllegalAccessException.java index dcafc362021..d3618113776 100644 --- a/libjava/java/lang/IllegalAccessException.java +++ b/libjava/java/lang/IllegalAccessException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IllegalArgumentException.java b/libjava/java/lang/IllegalArgumentException.java index e095a11fcc1..935092bcf7d 100644 --- a/libjava/java/lang/IllegalArgumentException.java +++ b/libjava/java/lang/IllegalArgumentException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IllegalMonitorStateException.java b/libjava/java/lang/IllegalMonitorStateException.java index 06d75551c75..32b50f468c9 100644 --- a/libjava/java/lang/IllegalMonitorStateException.java +++ b/libjava/java/lang/IllegalMonitorStateException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IllegalStateException.java b/libjava/java/lang/IllegalStateException.java index b0afdb48acf..90abb524505 100644 --- a/libjava/java/lang/IllegalStateException.java +++ b/libjava/java/lang/IllegalStateException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IllegalThreadStateException.java b/libjava/java/lang/IllegalThreadStateException.java index 70b46442799..f6b63924180 100644 --- a/libjava/java/lang/IllegalThreadStateException.java +++ b/libjava/java/lang/IllegalThreadStateException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/IncompatibleClassChangeError.java b/libjava/java/lang/IncompatibleClassChangeError.java index 546bd6d7a22..1477732d22c 100644 --- a/libjava/java/lang/IncompatibleClassChangeError.java +++ b/libjava/java/lang/IncompatibleClassChangeError.java @@ -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. diff --git a/libjava/java/lang/IndexOutOfBoundsException.java b/libjava/java/lang/IndexOutOfBoundsException.java index 723472bbbb7..f1175253aef 100644 --- a/libjava/java/lang/IndexOutOfBoundsException.java +++ b/libjava/java/lang/IndexOutOfBoundsException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/InstantiationError.java b/libjava/java/lang/InstantiationError.java index 89b1d0ffe90..595abaf6fd1 100644 --- a/libjava/java/lang/InstantiationError.java +++ b/libjava/java/lang/InstantiationError.java @@ -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. diff --git a/libjava/java/lang/InstantiationException.java b/libjava/java/lang/InstantiationException.java index e882b698ba4..1ea91ba9aee 100644 --- a/libjava/java/lang/InstantiationException.java +++ b/libjava/java/lang/InstantiationException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Integer.java b/libjava/java/lang/Integer.java index cbe616e1b1c..feb77851e58 100644 --- a/libjava/java/lang/Integer.java +++ b/libjava/java/lang/Integer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/InternalError.java b/libjava/java/lang/InternalError.java index 489f91220f8..e8e9755a762 100644 --- a/libjava/java/lang/InternalError.java +++ b/libjava/java/lang/InternalError.java @@ -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. diff --git a/libjava/java/lang/InterruptedException.java b/libjava/java/lang/InterruptedException.java index 1efed1289da..adb73c2d79d 100644 --- a/libjava/java/lang/InterruptedException.java +++ b/libjava/java/lang/InterruptedException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/LinkageError.java b/libjava/java/lang/LinkageError.java index 431a9ab3747..af380ca4708 100644 --- a/libjava/java/lang/LinkageError.java +++ b/libjava/java/lang/LinkageError.java @@ -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. diff --git a/libjava/java/lang/Long.java b/libjava/java/lang/Long.java index 9e2536ec15c..95f426d2206 100644 --- a/libjava/java/lang/Long.java +++ b/libjava/java/lang/Long.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Math.java b/libjava/java/lang/Math.java index f57c1cd703f..0b9ae213c77 100644 --- a/libjava/java/lang/Math.java +++ b/libjava/java/lang/Math.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/NegativeArraySizeException.java b/libjava/java/lang/NegativeArraySizeException.java index 1b833d67916..22f1423cbcd 100644 --- a/libjava/java/lang/NegativeArraySizeException.java +++ b/libjava/java/lang/NegativeArraySizeException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/NoClassDefFoundError.java b/libjava/java/lang/NoClassDefFoundError.java index 7b6fca3c7ed..afb3abb86ee 100644 --- a/libjava/java/lang/NoClassDefFoundError.java +++ b/libjava/java/lang/NoClassDefFoundError.java @@ -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. diff --git a/libjava/java/lang/NoSuchFieldError.java b/libjava/java/lang/NoSuchFieldError.java index 099d2b0bc26..7835ebd26a0 100644 --- a/libjava/java/lang/NoSuchFieldError.java +++ b/libjava/java/lang/NoSuchFieldError.java @@ -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. diff --git a/libjava/java/lang/NoSuchFieldException.java b/libjava/java/lang/NoSuchFieldException.java index 9bef94eb094..1c959fad255 100644 --- a/libjava/java/lang/NoSuchFieldException.java +++ b/libjava/java/lang/NoSuchFieldException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/NoSuchMethodError.java b/libjava/java/lang/NoSuchMethodError.java index c668f14ebff..c266e2ee527 100644 --- a/libjava/java/lang/NoSuchMethodError.java +++ b/libjava/java/lang/NoSuchMethodError.java @@ -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. diff --git a/libjava/java/lang/NoSuchMethodException.java b/libjava/java/lang/NoSuchMethodException.java index f25557221ca..87e2132e790 100644 --- a/libjava/java/lang/NoSuchMethodException.java +++ b/libjava/java/lang/NoSuchMethodException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/NullPointerException.java b/libjava/java/lang/NullPointerException.java index 27290486ccf..f4b2757892d 100644 --- a/libjava/java/lang/NullPointerException.java +++ b/libjava/java/lang/NullPointerException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Number.java b/libjava/java/lang/Number.java index b7114857ff0..9fa05662fd5 100644 --- a/libjava/java/lang/Number.java +++ b/libjava/java/lang/Number.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/NumberFormatException.java b/libjava/java/lang/NumberFormatException.java index cbc64fd3f9d..1b97c758c4d 100644 --- a/libjava/java/lang/NumberFormatException.java +++ b/libjava/java/lang/NumberFormatException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Object.h b/libjava/java/lang/Object.h index 5e7337ad334..2ed6d155a2e 100644 --- a/libjava/java/lang/Object.h +++ b/libjava/java/lang/Object.h @@ -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. diff --git a/libjava/java/lang/Object.java b/libjava/java/lang/Object.java index 9523f03514e..c644f7c3c87 100644 --- a/libjava/java/lang/Object.java +++ b/libjava/java/lang/Object.java @@ -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. diff --git a/libjava/java/lang/OutOfMemoryError.java b/libjava/java/lang/OutOfMemoryError.java index 9d8d2c33ba3..81ab753872d 100644 --- a/libjava/java/lang/OutOfMemoryError.java +++ b/libjava/java/lang/OutOfMemoryError.java @@ -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. diff --git a/libjava/java/lang/PosixProcess.java b/libjava/java/lang/PosixProcess.java index 4a51b81854f..36182598b3b 100644 --- a/libjava/java/lang/PosixProcess.java +++ b/libjava/java/lang/PosixProcess.java @@ -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. diff --git a/libjava/java/lang/Process.java b/libjava/java/lang/Process.java index 50820c6387c..077efe53771 100644 --- a/libjava/java/lang/Process.java +++ b/libjava/java/lang/Process.java @@ -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. diff --git a/libjava/java/lang/Runnable.java b/libjava/java/lang/Runnable.java index 8b284bfac3a..a5eed31ebae 100644 --- a/libjava/java/lang/Runnable.java +++ b/libjava/java/lang/Runnable.java @@ -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. diff --git a/libjava/java/lang/Runtime.java b/libjava/java/lang/Runtime.java index 752733e2724..e746c60b384 100644 --- a/libjava/java/lang/Runtime.java +++ b/libjava/java/lang/Runtime.java @@ -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. diff --git a/libjava/java/lang/RuntimeException.java b/libjava/java/lang/RuntimeException.java index 1d1fd60a333..2d71ae63e11 100644 --- a/libjava/java/lang/RuntimeException.java +++ b/libjava/java/lang/RuntimeException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/SecurityException.java b/libjava/java/lang/SecurityException.java index a4d155ed439..d481e2908c1 100644 --- a/libjava/java/lang/SecurityException.java +++ b/libjava/java/lang/SecurityException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/SecurityManager.java b/libjava/java/lang/SecurityManager.java index b8624520f80..4f1d152e556 100644 --- a/libjava/java/lang/SecurityManager.java +++ b/libjava/java/lang/SecurityManager.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/Short.java b/libjava/java/lang/Short.java index 563e858f996..a8bd9658284 100644 --- a/libjava/java/lang/Short.java +++ b/libjava/java/lang/Short.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/StackOverflowError.java b/libjava/java/lang/StackOverflowError.java index e94f4367958..f4987c18a20 100644 --- a/libjava/java/lang/StackOverflowError.java +++ b/libjava/java/lang/StackOverflowError.java @@ -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. diff --git a/libjava/java/lang/String.java b/libjava/java/lang/String.java index 5b0b2a3585c..86388a61bfc 100644 --- a/libjava/java/lang/String.java +++ b/libjava/java/lang/String.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/StringIndexOutOfBoundsException.java b/libjava/java/lang/StringIndexOutOfBoundsException.java index d059a4238a4..9c0c60ff758 100644 --- a/libjava/java/lang/StringIndexOutOfBoundsException.java +++ b/libjava/java/lang/StringIndexOutOfBoundsException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/System.java b/libjava/java/lang/System.java index c0de1124997..b94c259195b 100644 --- a/libjava/java/lang/System.java +++ b/libjava/java/lang/System.java @@ -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. diff --git a/libjava/java/lang/Thread.java b/libjava/java/lang/Thread.java index 9cf7109a1fb..3b867a59846 100644 --- a/libjava/java/lang/Thread.java +++ b/libjava/java/lang/Thread.java @@ -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. diff --git a/libjava/java/lang/ThreadDeath.java b/libjava/java/lang/ThreadDeath.java index c9412477e4b..d02c2fc9d97 100644 --- a/libjava/java/lang/ThreadDeath.java +++ b/libjava/java/lang/ThreadDeath.java @@ -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. diff --git a/libjava/java/lang/ThreadGroup.java b/libjava/java/lang/ThreadGroup.java index ce8e3957a55..73aa0449690 100644 --- a/libjava/java/lang/ThreadGroup.java +++ b/libjava/java/lang/ThreadGroup.java @@ -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. diff --git a/libjava/java/lang/Throwable.java b/libjava/java/lang/Throwable.java index 9a64597c2a6..9892dd2cae4 100644 --- a/libjava/java/lang/Throwable.java +++ b/libjava/java/lang/Throwable.java @@ -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. diff --git a/libjava/java/lang/UnknownError.java b/libjava/java/lang/UnknownError.java index fec074d09a8..a7d1e20881a 100644 --- a/libjava/java/lang/UnknownError.java +++ b/libjava/java/lang/UnknownError.java @@ -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. diff --git a/libjava/java/lang/UnsatisfiedLinkError.java b/libjava/java/lang/UnsatisfiedLinkError.java index 7d7cc400994..07456422c3e 100644 --- a/libjava/java/lang/UnsatisfiedLinkError.java +++ b/libjava/java/lang/UnsatisfiedLinkError.java @@ -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. diff --git a/libjava/java/lang/UnsupportedOperationException.java b/libjava/java/lang/UnsupportedOperationException.java index 56df76bbf57..f321fd08ef9 100644 --- a/libjava/java/lang/UnsupportedOperationException.java +++ b/libjava/java/lang/UnsupportedOperationException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/VerifyError.java b/libjava/java/lang/VerifyError.java index 22ee3653645..0e89e6028e5 100644 --- a/libjava/java/lang/VerifyError.java +++ b/libjava/java/lang/VerifyError.java @@ -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. diff --git a/libjava/java/lang/VirtualMachineError.java b/libjava/java/lang/VirtualMachineError.java index 574d791ae6a..916842c8562 100644 --- a/libjava/java/lang/VirtualMachineError.java +++ b/libjava/java/lang/VirtualMachineError.java @@ -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. diff --git a/libjava/java/lang/Void.java b/libjava/java/lang/Void.java index c08c4ef9b45..7d5bdfc6201 100644 --- a/libjava/java/lang/Void.java +++ b/libjava/java/lang/Void.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/natCharacter.cc b/libjava/java/lang/natCharacter.cc index d8762ae3ca1..14e0ebf2b7f 100644 --- a/libjava/java/lang/natCharacter.cc +++ b/libjava/java/lang/natCharacter.cc @@ -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. diff --git a/libjava/java/lang/natClass.cc b/libjava/java/lang/natClass.cc index 64b25d0ca1a..dea2d8a698e 100644 --- a/libjava/java/lang/natClass.cc +++ b/libjava/java/lang/natClass.cc @@ -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. diff --git a/libjava/java/lang/natClassLoader.cc b/libjava/java/lang/natClassLoader.cc index a3eeaab60b2..aeb035c669c 100644 --- a/libjava/java/lang/natClassLoader.cc +++ b/libjava/java/lang/natClassLoader.cc @@ -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. diff --git a/libjava/java/lang/natDouble.cc b/libjava/java/lang/natDouble.cc index 49ec680ecae..86ccdef5b3b 100644 --- a/libjava/java/lang/natDouble.cc +++ b/libjava/java/lang/natDouble.cc @@ -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. diff --git a/libjava/java/lang/natEcosProcess.cc b/libjava/java/lang/natEcosProcess.cc index d3e41eeae0e..9cfb19e702d 100644 --- a/libjava/java/lang/natEcosProcess.cc +++ b/libjava/java/lang/natEcosProcess.cc @@ -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. diff --git a/libjava/java/lang/natFloat.cc b/libjava/java/lang/natFloat.cc index 2d6638dc957..f19a1d597d1 100644 --- a/libjava/java/lang/natFloat.cc +++ b/libjava/java/lang/natFloat.cc @@ -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. diff --git a/libjava/java/lang/natMath.cc b/libjava/java/lang/natMath.cc index 0400509c4c8..8e2f644e7c9 100644 --- a/libjava/java/lang/natMath.cc +++ b/libjava/java/lang/natMath.cc @@ -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. diff --git a/libjava/java/lang/natObject.cc b/libjava/java/lang/natObject.cc index cdce6d2a5a0..47b88a8486e 100644 --- a/libjava/java/lang/natObject.cc +++ b/libjava/java/lang/natObject.cc @@ -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. diff --git a/libjava/java/lang/natPosixProcess.cc b/libjava/java/lang/natPosixProcess.cc index e52a2db69d2..63e141a64c2 100644 --- a/libjava/java/lang/natPosixProcess.cc +++ b/libjava/java/lang/natPosixProcess.cc @@ -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. diff --git a/libjava/java/lang/natRuntime.cc b/libjava/java/lang/natRuntime.cc index eb1d477002a..ad45066c261 100644 --- a/libjava/java/lang/natRuntime.cc +++ b/libjava/java/lang/natRuntime.cc @@ -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. diff --git a/libjava/java/lang/natString.cc b/libjava/java/lang/natString.cc index 7de01d3c88f..3a39f238f49 100644 --- a/libjava/java/lang/natString.cc +++ b/libjava/java/lang/natString.cc @@ -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. diff --git a/libjava/java/lang/natSystem.cc b/libjava/java/lang/natSystem.cc index 78ea75c84ab..66448b7d5df 100644 --- a/libjava/java/lang/natSystem.cc +++ b/libjava/java/lang/natSystem.cc @@ -1,6 +1,6 @@ // natSystem.cc - Native code implementing System class. -/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1998, 1999, 2000 Free Software Foundation This file is part of libgcj. @@ -248,14 +248,14 @@ java::lang::System::init_properties (void) // A mixture of the Java Product Versioning Specification // (introduced in 1.2), and earlier versioning properties. SET ("java.version", VERSION); - SET ("java.vendor", "Red Hat, Inc."); + SET ("java.vendor", "Free Software Foundation"); SET ("java.vendor.url", "http://sourceware.cygnus.com/java/"); SET ("java.class.version", GCJVERSION); SET ("java.vm.specification.version", "1.1"); SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification"); SET ("java.vm.specification.vendor", "Sun Microsystems Inc."); SET ("java.vm.version", GCJVERSION); - SET ("java.vm.vendor", "Red Hat, Inc."); + SET ("java.vm.vendor", "Free Software Foundation"); SET ("java.vm.name", "libgcj"); SET ("java.specification.version", "1.1"); SET ("java.specification.name", "Java(tm) Language Specification"); diff --git a/libjava/java/lang/natThread.cc b/libjava/java/lang/natThread.cc index 9c56808ea30..6ff548cb6d6 100644 --- a/libjava/java/lang/natThread.cc +++ b/libjava/java/lang/natThread.cc @@ -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. diff --git a/libjava/java/lang/reflect/AccessibleObject.java b/libjava/java/lang/reflect/AccessibleObject.java index 572d803a300..5ba5887e4e2 100644 --- a/libjava/java/lang/reflect/AccessibleObject.java +++ b/libjava/java/lang/reflect/AccessibleObject.java @@ -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. diff --git a/libjava/java/lang/reflect/Array.java b/libjava/java/lang/reflect/Array.java index 581ab7d2f85..cd90db8f071 100644 --- a/libjava/java/lang/reflect/Array.java +++ b/libjava/java/lang/reflect/Array.java @@ -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. diff --git a/libjava/java/lang/reflect/Constructor.java b/libjava/java/lang/reflect/Constructor.java index 6f506fda2e9..3556aaeb580 100644 --- a/libjava/java/lang/reflect/Constructor.java +++ b/libjava/java/lang/reflect/Constructor.java @@ -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. diff --git a/libjava/java/lang/reflect/Field.java b/libjava/java/lang/reflect/Field.java index 20297b3b3b6..d0d4164083e 100644 --- a/libjava/java/lang/reflect/Field.java +++ b/libjava/java/lang/reflect/Field.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/reflect/InvocationTargetException.java b/libjava/java/lang/reflect/InvocationTargetException.java index c7b4f0192aa..3d59506c2e4 100644 --- a/libjava/java/lang/reflect/InvocationTargetException.java +++ b/libjava/java/lang/reflect/InvocationTargetException.java @@ -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. diff --git a/libjava/java/lang/reflect/Member.java b/libjava/java/lang/reflect/Member.java index 3f24586f5fe..43b14acce19 100644 --- a/libjava/java/lang/reflect/Member.java +++ b/libjava/java/lang/reflect/Member.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/lang/reflect/Method.java b/libjava/java/lang/reflect/Method.java index e95ca0d2a36..beefbe79c14 100644 --- a/libjava/java/lang/reflect/Method.java +++ b/libjava/java/lang/reflect/Method.java @@ -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. diff --git a/libjava/java/lang/reflect/Modifier.java b/libjava/java/lang/reflect/Modifier.java index 10d38fcbc3e..14b0da3f095 100644 --- a/libjava/java/lang/reflect/Modifier.java +++ b/libjava/java/lang/reflect/Modifier.java @@ -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. diff --git a/libjava/java/lang/reflect/natArray.cc b/libjava/java/lang/reflect/natArray.cc index 307d593de65..e886f808bad 100644 --- a/libjava/java/lang/reflect/natArray.cc +++ b/libjava/java/lang/reflect/natArray.cc @@ -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. diff --git a/libjava/java/lang/reflect/natConstructor.cc b/libjava/java/lang/reflect/natConstructor.cc index 82eb3e9b88e..48f5aa345d1 100644 --- a/libjava/java/lang/reflect/natConstructor.cc +++ b/libjava/java/lang/reflect/natConstructor.cc @@ -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. diff --git a/libjava/java/lang/reflect/natField.cc b/libjava/java/lang/reflect/natField.cc index a7be24eea23..761324385f9 100644 --- a/libjava/java/lang/reflect/natField.cc +++ b/libjava/java/lang/reflect/natField.cc @@ -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. diff --git a/libjava/java/lang/reflect/natMethod.cc b/libjava/java/lang/reflect/natMethod.cc index c4482ee7933..345637ef119 100644 --- a/libjava/java/lang/reflect/natMethod.cc +++ b/libjava/java/lang/reflect/natMethod.cc @@ -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. diff --git a/libjava/java/math/BigInteger.java b/libjava/java/math/BigInteger.java index b59e72b38e2..55e30509ab2 100644 --- a/libjava/java/math/BigInteger.java +++ b/libjava/java/math/BigInteger.java @@ -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. diff --git a/libjava/java/net/BindException.java b/libjava/java/net/BindException.java index ab19e8a2dc8..3e3255c7e1f 100644 --- a/libjava/java/net/BindException.java +++ b/libjava/java/net/BindException.java @@ -1,6 +1,6 @@ // BindException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/ConnectException.java b/libjava/java/net/ConnectException.java index e763ff70a9e..449056fc791 100644 --- a/libjava/java/net/ConnectException.java +++ b/libjava/java/net/ConnectException.java @@ -1,6 +1,6 @@ // ConnectException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/ContentHandler.java b/libjava/java/net/ContentHandler.java index 39269e7f10f..59bdb1e6370 100644 --- a/libjava/java/net/ContentHandler.java +++ b/libjava/java/net/ContentHandler.java @@ -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. diff --git a/libjava/java/net/ContentHandlerFactory.java b/libjava/java/net/ContentHandlerFactory.java index a0a6005fc87..d2727611d9c 100644 --- a/libjava/java/net/ContentHandlerFactory.java +++ b/libjava/java/net/ContentHandlerFactory.java @@ -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. diff --git a/libjava/java/net/DatagramPacket.java b/libjava/java/net/DatagramPacket.java index 185a27474d4..d2abb7fa9a2 100644 --- a/libjava/java/net/DatagramPacket.java +++ b/libjava/java/net/DatagramPacket.java @@ -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. diff --git a/libjava/java/net/DatagramSocket.java b/libjava/java/net/DatagramSocket.java index 688cd6695e6..334e003f71f 100644 --- a/libjava/java/net/DatagramSocket.java +++ b/libjava/java/net/DatagramSocket.java @@ -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. diff --git a/libjava/java/net/DatagramSocketImpl.java b/libjava/java/net/DatagramSocketImpl.java index 731444aa0f9..0d1cab7904e 100644 --- a/libjava/java/net/DatagramSocketImpl.java +++ b/libjava/java/net/DatagramSocketImpl.java @@ -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. diff --git a/libjava/java/net/FileNameMap.java b/libjava/java/net/FileNameMap.java index 7714a0b9010..cc70aa221da 100644 --- a/libjava/java/net/FileNameMap.java +++ b/libjava/java/net/FileNameMap.java @@ -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. diff --git a/libjava/java/net/HttpURLConnection.java b/libjava/java/net/HttpURLConnection.java index fe3b6088fd2..673cc8aa2b0 100644 --- a/libjava/java/net/HttpURLConnection.java +++ b/libjava/java/net/HttpURLConnection.java @@ -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. diff --git a/libjava/java/net/InetAddress.java b/libjava/java/net/InetAddress.java index 2e7b1b4a027..1a1aeced22a 100644 --- a/libjava/java/net/InetAddress.java +++ b/libjava/java/net/InetAddress.java @@ -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. diff --git a/libjava/java/net/JarURLConnection.java b/libjava/java/net/JarURLConnection.java index 84df235f662..86a7291ac37 100644 --- a/libjava/java/net/JarURLConnection.java +++ b/libjava/java/net/JarURLConnection.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/MalformedURLException.java b/libjava/java/net/MalformedURLException.java index 10678f43fa3..5ea6480b780 100644 --- a/libjava/java/net/MalformedURLException.java +++ b/libjava/java/net/MalformedURLException.java @@ -1,6 +1,6 @@ // MalformedURLException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/MulticastSocket.java b/libjava/java/net/MulticastSocket.java index 9e1c05eb401..ad2bb969aa4 100644 --- a/libjava/java/net/MulticastSocket.java +++ b/libjava/java/net/MulticastSocket.java @@ -1,6 +1,6 @@ // MulticastSocket.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/NoRouteToHostException.java b/libjava/java/net/NoRouteToHostException.java index 8025f856f23..cb1c5f8bad9 100644 --- a/libjava/java/net/NoRouteToHostException.java +++ b/libjava/java/net/NoRouteToHostException.java @@ -1,6 +1,6 @@ // NoRouteToHostException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/PlainDatagramSocketImpl.java b/libjava/java/net/PlainDatagramSocketImpl.java index 37f41b45a26..9a290dcd0f8 100644 --- a/libjava/java/net/PlainDatagramSocketImpl.java +++ b/libjava/java/net/PlainDatagramSocketImpl.java @@ -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. diff --git a/libjava/java/net/PlainSocketImpl.java b/libjava/java/net/PlainSocketImpl.java index 254fc9b55b9..df9d4387d44 100644 --- a/libjava/java/net/PlainSocketImpl.java +++ b/libjava/java/net/PlainSocketImpl.java @@ -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. diff --git a/libjava/java/net/ProtocolException.java b/libjava/java/net/ProtocolException.java index e409db2dc82..2263457d805 100644 --- a/libjava/java/net/ProtocolException.java +++ b/libjava/java/net/ProtocolException.java @@ -1,6 +1,6 @@ // ProtocolException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/ServerSocket.java b/libjava/java/net/ServerSocket.java index 5aeb43c3dea..bc1b072fa2d 100644 --- a/libjava/java/net/ServerSocket.java +++ b/libjava/java/net/ServerSocket.java @@ -1,6 +1,6 @@ // ServerSocket.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/Socket.java b/libjava/java/net/Socket.java index 624a8163efb..34ea165e51a 100644 --- a/libjava/java/net/Socket.java +++ b/libjava/java/net/Socket.java @@ -1,6 +1,6 @@ // Socket.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/SocketException.java b/libjava/java/net/SocketException.java index 8f1449daab8..847cdc9048d 100644 --- a/libjava/java/net/SocketException.java +++ b/libjava/java/net/SocketException.java @@ -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. diff --git a/libjava/java/net/SocketImpl.java b/libjava/java/net/SocketImpl.java index c6df8f06a12..d902a30e40a 100644 --- a/libjava/java/net/SocketImpl.java +++ b/libjava/java/net/SocketImpl.java @@ -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. diff --git a/libjava/java/net/SocketImplFactory.java b/libjava/java/net/SocketImplFactory.java index bdf340237f0..defce2e02cb 100644 --- a/libjava/java/net/SocketImplFactory.java +++ b/libjava/java/net/SocketImplFactory.java @@ -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. diff --git a/libjava/java/net/SocketOptions.java b/libjava/java/net/SocketOptions.java index 9af730ae183..d0e00d9ec08 100644 --- a/libjava/java/net/SocketOptions.java +++ b/libjava/java/net/SocketOptions.java @@ -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. diff --git a/libjava/java/net/URL.java b/libjava/java/net/URL.java index c59d6942e54..f80a52f5878 100644 --- a/libjava/java/net/URL.java +++ b/libjava/java/net/URL.java @@ -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. diff --git a/libjava/java/net/URLClassLoader.java b/libjava/java/net/URLClassLoader.java index bd00b394518..8e467ad6b80 100644 --- a/libjava/java/net/URLClassLoader.java +++ b/libjava/java/net/URLClassLoader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/URLConnection.java b/libjava/java/net/URLConnection.java index 8ba61d1afcd..4ddc10c53d3 100644 --- a/libjava/java/net/URLConnection.java +++ b/libjava/java/net/URLConnection.java @@ -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. diff --git a/libjava/java/net/URLDecoder.java b/libjava/java/net/URLDecoder.java index 6b4499b718b..5059a962db7 100644 --- a/libjava/java/net/URLDecoder.java +++ b/libjava/java/net/URLDecoder.java @@ -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. diff --git a/libjava/java/net/URLEncoder.java b/libjava/java/net/URLEncoder.java index b17e7dc50da..6590dcf8feb 100644 --- a/libjava/java/net/URLEncoder.java +++ b/libjava/java/net/URLEncoder.java @@ -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. diff --git a/libjava/java/net/URLStreamHandler.java b/libjava/java/net/URLStreamHandler.java index e6e4450335e..0060b4ea688 100644 --- a/libjava/java/net/URLStreamHandler.java +++ b/libjava/java/net/URLStreamHandler.java @@ -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. diff --git a/libjava/java/net/URLStreamHandlerFactory.java b/libjava/java/net/URLStreamHandlerFactory.java index 243dc55c21f..a1b85bbcd64 100644 --- a/libjava/java/net/URLStreamHandlerFactory.java +++ b/libjava/java/net/URLStreamHandlerFactory.java @@ -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. diff --git a/libjava/java/net/UnknownHostException.java b/libjava/java/net/UnknownHostException.java index dd45e6819ad..12936e06761 100644 --- a/libjava/java/net/UnknownHostException.java +++ b/libjava/java/net/UnknownHostException.java @@ -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. diff --git a/libjava/java/net/UnknownServiceException.java b/libjava/java/net/UnknownServiceException.java index b353b124512..20b00bd3676 100644 --- a/libjava/java/net/UnknownServiceException.java +++ b/libjava/java/net/UnknownServiceException.java @@ -1,6 +1,6 @@ // UnknownServiceException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/natInetAddress.cc b/libjava/java/net/natInetAddress.cc index 7e9d71a5ba3..f7a4b44a868 100644 --- a/libjava/java/net/natInetAddress.cc +++ b/libjava/java/net/natInetAddress.cc @@ -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. diff --git a/libjava/java/net/natPlainDatagramSocketImpl.cc b/libjava/java/net/natPlainDatagramSocketImpl.cc index d3ce9c27a74..dfa13dc6d3b 100644 --- a/libjava/java/net/natPlainDatagramSocketImpl.cc +++ b/libjava/java/net/natPlainDatagramSocketImpl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/net/natPlainSocketImpl.cc b/libjava/java/net/natPlainSocketImpl.cc index 59467509a3d..459ad7e4587 100644 --- a/libjava/java/net/natPlainSocketImpl.cc +++ b/libjava/java/net/natPlainSocketImpl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/security/MessageDigest.java b/libjava/java/security/MessageDigest.java index 90769307ff9..67e4911d1fd 100644 --- a/libjava/java/security/MessageDigest.java +++ b/libjava/java/security/MessageDigest.java @@ -1,6 +1,6 @@ // MessageDigest.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/security/NoSuchAlgorithmException.java b/libjava/java/security/NoSuchAlgorithmException.java index e775c173432..d51bf32d832 100644 --- a/libjava/java/security/NoSuchAlgorithmException.java +++ b/libjava/java/security/NoSuchAlgorithmException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/security/SecureClassLoader.java b/libjava/java/security/SecureClassLoader.java index e379945fc09..4a0b60b42d2 100644 --- a/libjava/java/security/SecureClassLoader.java +++ b/libjava/java/security/SecureClassLoader.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/text/BreakIterator.java b/libjava/java/text/BreakIterator.java index cf8cfd1a283..5832695bb9d 100644 --- a/libjava/java/text/BreakIterator.java +++ b/libjava/java/text/BreakIterator.java @@ -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. diff --git a/libjava/java/text/CharacterIterator.java b/libjava/java/text/CharacterIterator.java index be9dc13ab15..a10ee4ad332 100644 --- a/libjava/java/text/CharacterIterator.java +++ b/libjava/java/text/CharacterIterator.java @@ -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. diff --git a/libjava/java/text/ChoiceFormat.java b/libjava/java/text/ChoiceFormat.java index 2014ab7b30c..92b697c273f 100644 --- a/libjava/java/text/ChoiceFormat.java +++ b/libjava/java/text/ChoiceFormat.java @@ -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. diff --git a/libjava/java/text/CollationElementIterator.java b/libjava/java/text/CollationElementIterator.java index 08211f5471c..96732f7b2e3 100644 --- a/libjava/java/text/CollationElementIterator.java +++ b/libjava/java/text/CollationElementIterator.java @@ -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. diff --git a/libjava/java/text/CollationKey.java b/libjava/java/text/CollationKey.java index c79682bec69..725b66a8138 100644 --- a/libjava/java/text/CollationKey.java +++ b/libjava/java/text/CollationKey.java @@ -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. diff --git a/libjava/java/text/Collator.java b/libjava/java/text/Collator.java index 5453372c5bc..30b746ef599 100644 --- a/libjava/java/text/Collator.java +++ b/libjava/java/text/Collator.java @@ -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. diff --git a/libjava/java/text/DateFormat.java b/libjava/java/text/DateFormat.java index fe20b049302..ee2178cd68f 100644 --- a/libjava/java/text/DateFormat.java +++ b/libjava/java/text/DateFormat.java @@ -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. diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java index 99a053e507d..91b1292ef27 100644 --- a/libjava/java/text/DateFormatSymbols.java +++ b/libjava/java/text/DateFormatSymbols.java @@ -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. diff --git a/libjava/java/text/DecimalFormat.java b/libjava/java/text/DecimalFormat.java index f8a30c5453b..9e7513eebaa 100644 --- a/libjava/java/text/DecimalFormat.java +++ b/libjava/java/text/DecimalFormat.java @@ -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. diff --git a/libjava/java/text/DecimalFormatSymbols.java b/libjava/java/text/DecimalFormatSymbols.java index 503b5c750c3..1d51fbdb42f 100644 --- a/libjava/java/text/DecimalFormatSymbols.java +++ b/libjava/java/text/DecimalFormatSymbols.java @@ -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. diff --git a/libjava/java/text/FieldPosition.java b/libjava/java/text/FieldPosition.java index fbb293d64ec..c149e0eabb6 100644 --- a/libjava/java/text/FieldPosition.java +++ b/libjava/java/text/FieldPosition.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/text/Format.java b/libjava/java/text/Format.java index fda14bc755c..8360415729b 100644 --- a/libjava/java/text/Format.java +++ b/libjava/java/text/Format.java @@ -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. diff --git a/libjava/java/text/MessageFormat.java b/libjava/java/text/MessageFormat.java index 486786da0d4..7109fcf7d04 100644 --- a/libjava/java/text/MessageFormat.java +++ b/libjava/java/text/MessageFormat.java @@ -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. diff --git a/libjava/java/text/NumberFormat.java b/libjava/java/text/NumberFormat.java index bc96cbc9452..3a30010b073 100644 --- a/libjava/java/text/NumberFormat.java +++ b/libjava/java/text/NumberFormat.java @@ -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. diff --git a/libjava/java/text/ParseException.java b/libjava/java/text/ParseException.java index bb6d56a9570..7a654393aec 100644 --- a/libjava/java/text/ParseException.java +++ b/libjava/java/text/ParseException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/text/ParsePosition.java b/libjava/java/text/ParsePosition.java index 7bd6beef402..55f7f8bb123 100644 --- a/libjava/java/text/ParsePosition.java +++ b/libjava/java/text/ParsePosition.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/text/RuleBasedCollator.java b/libjava/java/text/RuleBasedCollator.java index 94693d196fc..c70dbcefe44 100644 --- a/libjava/java/text/RuleBasedCollator.java +++ b/libjava/java/text/RuleBasedCollator.java @@ -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. diff --git a/libjava/java/text/SimpleDateFormat.java b/libjava/java/text/SimpleDateFormat.java index f9bee8eb906..08ed3175c56 100644 --- a/libjava/java/text/SimpleDateFormat.java +++ b/libjava/java/text/SimpleDateFormat.java @@ -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. diff --git a/libjava/java/text/StringCharacterIterator.java b/libjava/java/text/StringCharacterIterator.java index b1c0a12476b..c41ce4100fd 100644 --- a/libjava/java/text/StringCharacterIterator.java +++ b/libjava/java/text/StringCharacterIterator.java @@ -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. diff --git a/libjava/java/text/natCollator.cc b/libjava/java/text/natCollator.cc index 0ddcbd9b910..676a4a41a23 100644 --- a/libjava/java/text/natCollator.cc +++ b/libjava/java/text/natCollator.cc @@ -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. diff --git a/libjava/java/util/BitSet.java b/libjava/java/util/BitSet.java index 0b0a0555fc4..1a9e51b0285 100644 --- a/libjava/java/util/BitSet.java +++ b/libjava/java/util/BitSet.java @@ -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. diff --git a/libjava/java/util/Calendar.java b/libjava/java/util/Calendar.java index 34921d0e062..b5eaa4d39d6 100644 --- a/libjava/java/util/Calendar.java +++ b/libjava/java/util/Calendar.java @@ -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. diff --git a/libjava/java/util/ConcurrentModificationException.java b/libjava/java/util/ConcurrentModificationException.java index 60116a3368d..6849fcc87bc 100644 --- a/libjava/java/util/ConcurrentModificationException.java +++ b/libjava/java/util/ConcurrentModificationException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Date.java b/libjava/java/util/Date.java index 986aa43d946..6a8a7654938 100644 --- a/libjava/java/util/Date.java +++ b/libjava/java/util/Date.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Dictionary.java b/libjava/java/util/Dictionary.java index 8d8665fe46a..f127cc050fd 100644 --- a/libjava/java/util/Dictionary.java +++ b/libjava/java/util/Dictionary.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/EmptyStackException.java b/libjava/java/util/EmptyStackException.java index 9b779a21454..234f3ff7c76 100644 --- a/libjava/java/util/EmptyStackException.java +++ b/libjava/java/util/EmptyStackException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Enumeration.java b/libjava/java/util/Enumeration.java index 1f8ec116ac4..6f7299bc072 100644 --- a/libjava/java/util/Enumeration.java +++ b/libjava/java/util/Enumeration.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/EventListener.java b/libjava/java/util/EventListener.java index c187cd2f16b..969f324238b 100644 --- a/libjava/java/util/EventListener.java +++ b/libjava/java/util/EventListener.java @@ -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. diff --git a/libjava/java/util/EventObject.java b/libjava/java/util/EventObject.java index 2f338c9a690..ee6a7f64657 100644 --- a/libjava/java/util/EventObject.java +++ b/libjava/java/util/EventObject.java @@ -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. diff --git a/libjava/java/util/GregorianCalendar.java b/libjava/java/util/GregorianCalendar.java index 43c61f2f9b5..d293790976b 100644 --- a/libjava/java/util/GregorianCalendar.java +++ b/libjava/java/util/GregorianCalendar.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Hashtable.java b/libjava/java/util/Hashtable.java index 544ecbed9a0..5d5284469db 100644 --- a/libjava/java/util/Hashtable.java +++ b/libjava/java/util/Hashtable.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/ListResourceBundle.java b/libjava/java/util/ListResourceBundle.java index 4b2f2ca1cb3..c6d6e78f4e2 100644 --- a/libjava/java/util/ListResourceBundle.java +++ b/libjava/java/util/ListResourceBundle.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Locale.java b/libjava/java/util/Locale.java index 905884da444..e427e2ed43a 100644 --- a/libjava/java/util/Locale.java +++ b/libjava/java/util/Locale.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/MissingResourceException.java b/libjava/java/util/MissingResourceException.java index c19de0eb71a..5fe24a024b3 100644 --- a/libjava/java/util/MissingResourceException.java +++ b/libjava/java/util/MissingResourceException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/NoSuchElementException.java b/libjava/java/util/NoSuchElementException.java index 6ddb0fc6c29..eb8f27d8efb 100644 --- a/libjava/java/util/NoSuchElementException.java +++ b/libjava/java/util/NoSuchElementException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Observable.java b/libjava/java/util/Observable.java index 6a924697cfa..1a205c15363 100644 --- a/libjava/java/util/Observable.java +++ b/libjava/java/util/Observable.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Observer.java b/libjava/java/util/Observer.java index 4bec6d49462..3dc86ae7512 100644 --- a/libjava/java/util/Observer.java +++ b/libjava/java/util/Observer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index aa638b3875e..2f7a25159b7 100644 --- a/libjava/java/util/Properties.java +++ b/libjava/java/util/Properties.java @@ -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. diff --git a/libjava/java/util/PropertyResourceBundle.java b/libjava/java/util/PropertyResourceBundle.java index 0d8e6055f0a..4171ddd29d2 100644 --- a/libjava/java/util/PropertyResourceBundle.java +++ b/libjava/java/util/PropertyResourceBundle.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Random.java b/libjava/java/util/Random.java index 1a210900263..e4bac59cad3 100644 --- a/libjava/java/util/Random.java +++ b/libjava/java/util/Random.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/ResourceBundle.java b/libjava/java/util/ResourceBundle.java index de09f8375e8..6cec4c227a0 100644 --- a/libjava/java/util/ResourceBundle.java +++ b/libjava/java/util/ResourceBundle.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/SimpleTimeZone.java b/libjava/java/util/SimpleTimeZone.java index 84d43d67f64..64f9c505a50 100644 --- a/libjava/java/util/SimpleTimeZone.java +++ b/libjava/java/util/SimpleTimeZone.java @@ -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. diff --git a/libjava/java/util/Stack.java b/libjava/java/util/Stack.java index 37f1aa39705..c7cb1c05753 100644 --- a/libjava/java/util/Stack.java +++ b/libjava/java/util/Stack.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/StringTokenizer.java b/libjava/java/util/StringTokenizer.java index 03f82841d25..b55c8f7714c 100644 --- a/libjava/java/util/StringTokenizer.java +++ b/libjava/java/util/StringTokenizer.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/TimeZone.java b/libjava/java/util/TimeZone.java index 16772adcdf3..02296d9471c 100644 --- a/libjava/java/util/TimeZone.java +++ b/libjava/java/util/TimeZone.java @@ -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. diff --git a/libjava/java/util/TooManyListenersException.java b/libjava/java/util/TooManyListenersException.java index ec0bb9e7258..c171aa5fd44 100644 --- a/libjava/java/util/TooManyListenersException.java +++ b/libjava/java/util/TooManyListenersException.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/Vector.java b/libjava/java/util/Vector.java index 12636d54db1..737c5b498f6 100644 --- a/libjava/java/util/Vector.java +++ b/libjava/java/util/Vector.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/jar/JarEntry.java b/libjava/java/util/jar/JarEntry.java index 432d324a3f8..eaebd1ad7d5 100644 --- a/libjava/java/util/jar/JarEntry.java +++ b/libjava/java/util/jar/JarEntry.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/jar/JarFile.java b/libjava/java/util/jar/JarFile.java index d82b4f43c55..b36338c218b 100644 --- a/libjava/java/util/jar/JarFile.java +++ b/libjava/java/util/jar/JarFile.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/jar/JarInputStream.java b/libjava/java/util/jar/JarInputStream.java index 1736a53655c..33daf61c5fb 100644 --- a/libjava/java/util/jar/JarInputStream.java +++ b/libjava/java/util/jar/JarInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/natGregorianCalendar.cc b/libjava/java/util/natGregorianCalendar.cc index f9d208d667c..af0d4e7eef4 100644 --- a/libjava/java/util/natGregorianCalendar.cc +++ b/libjava/java/util/natGregorianCalendar.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/Adler32.java b/libjava/java/util/zip/Adler32.java index 0e092479f04..fc9596cdf12 100644 --- a/libjava/java/util/zip/Adler32.java +++ b/libjava/java/util/zip/Adler32.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/CRC32.java b/libjava/java/util/zip/CRC32.java index 9293632440e..535cf184c72 100644 --- a/libjava/java/util/zip/CRC32.java +++ b/libjava/java/util/zip/CRC32.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/CheckedInputStream.java b/libjava/java/util/zip/CheckedInputStream.java index 863c44c985f..fce050d2a73 100644 --- a/libjava/java/util/zip/CheckedInputStream.java +++ b/libjava/java/util/zip/CheckedInputStream.java @@ -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. diff --git a/libjava/java/util/zip/CheckedOutputStream.java b/libjava/java/util/zip/CheckedOutputStream.java index 9aa376280a6..a6323037cd7 100644 --- a/libjava/java/util/zip/CheckedOutputStream.java +++ b/libjava/java/util/zip/CheckedOutputStream.java @@ -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. diff --git a/libjava/java/util/zip/Checksum.java b/libjava/java/util/zip/Checksum.java index 7273ed6bac1..e37d1834e04 100644 --- a/libjava/java/util/zip/Checksum.java +++ b/libjava/java/util/zip/Checksum.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/DataFormatException.java b/libjava/java/util/zip/DataFormatException.java index 93904d57db2..10d1616cdd6 100644 --- a/libjava/java/util/zip/DataFormatException.java +++ b/libjava/java/util/zip/DataFormatException.java @@ -1,6 +1,6 @@ // DataFormatException.java -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libjava. diff --git a/libjava/java/util/zip/Deflater.java b/libjava/java/util/zip/Deflater.java index d0dbfb69271..6cf82a79550 100644 --- a/libjava/java/util/zip/Deflater.java +++ b/libjava/java/util/zip/Deflater.java @@ -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. diff --git a/libjava/java/util/zip/DeflaterOutputStream.java b/libjava/java/util/zip/DeflaterOutputStream.java index 8a75608b76f..410d8868106 100644 --- a/libjava/java/util/zip/DeflaterOutputStream.java +++ b/libjava/java/util/zip/DeflaterOutputStream.java @@ -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. diff --git a/libjava/java/util/zip/GZIPInputStream.java b/libjava/java/util/zip/GZIPInputStream.java index ef03b7bd5c5..bea5eb38b1d 100644 --- a/libjava/java/util/zip/GZIPInputStream.java +++ b/libjava/java/util/zip/GZIPInputStream.java @@ -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. diff --git a/libjava/java/util/zip/GZIPOutputStream.java b/libjava/java/util/zip/GZIPOutputStream.java index 8724ee0e30c..be117273cde 100644 --- a/libjava/java/util/zip/GZIPOutputStream.java +++ b/libjava/java/util/zip/GZIPOutputStream.java @@ -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. diff --git a/libjava/java/util/zip/Inflater.java b/libjava/java/util/zip/Inflater.java index 46db8a11470..dc2e24dec1e 100644 --- a/libjava/java/util/zip/Inflater.java +++ b/libjava/java/util/zip/Inflater.java @@ -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. diff --git a/libjava/java/util/zip/InflaterInputStream.java b/libjava/java/util/zip/InflaterInputStream.java index 8b69e3b121a..c5840e7a5fa 100644 --- a/libjava/java/util/zip/InflaterInputStream.java +++ b/libjava/java/util/zip/InflaterInputStream.java @@ -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. diff --git a/libjava/java/util/zip/ZipConstants.java b/libjava/java/util/zip/ZipConstants.java index b6237368429..3e3cd8a1c37 100644 --- a/libjava/java/util/zip/ZipConstants.java +++ b/libjava/java/util/zip/ZipConstants.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/ZipEntry.java b/libjava/java/util/zip/ZipEntry.java index 6e22885e276..39df164e2b3 100644 --- a/libjava/java/util/zip/ZipEntry.java +++ b/libjava/java/util/zip/ZipEntry.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/ZipException.java b/libjava/java/util/zip/ZipException.java index 253a3a7a703..a4a119c7480 100644 --- a/libjava/java/util/zip/ZipException.java +++ b/libjava/java/util/zip/ZipException.java @@ -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. diff --git a/libjava/java/util/zip/ZipFile.java b/libjava/java/util/zip/ZipFile.java index 60f5933720f..f6e576a5222 100644 --- a/libjava/java/util/zip/ZipFile.java +++ b/libjava/java/util/zip/ZipFile.java @@ -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. diff --git a/libjava/java/util/zip/ZipInputStream.java b/libjava/java/util/zip/ZipInputStream.java index 726312146ec..df0ef03d588 100644 --- a/libjava/java/util/zip/ZipInputStream.java +++ b/libjava/java/util/zip/ZipInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/ZipOutputStream.java b/libjava/java/util/zip/ZipOutputStream.java index a8a3b191662..afd5664ca28 100644 --- a/libjava/java/util/zip/ZipOutputStream.java +++ b/libjava/java/util/zip/ZipOutputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Red Hat, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. diff --git a/libjava/java/util/zip/natDeflater.cc b/libjava/java/util/zip/natDeflater.cc index 02da0ab407c..8ef6cf66d6e 100644 --- a/libjava/java/util/zip/natDeflater.cc +++ b/libjava/java/util/zip/natDeflater.cc @@ -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. diff --git a/libjava/java/util/zip/natInflater.cc b/libjava/java/util/zip/natInflater.cc index 7a03ef9723f..312027a2d8c 100644 --- a/libjava/java/util/zip/natInflater.cc +++ b/libjava/java/util/zip/natInflater.cc @@ -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. diff --git a/libjava/jni.cc b/libjava/jni.cc index d25b03cc55e..1d9aae4df49 100644 --- a/libjava/jni.cc +++ b/libjava/jni.cc @@ -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. diff --git a/libjava/libgcjdata.c b/libjava/libgcjdata.c index 7176763fe6d..94d79942241 100644 --- a/libjava/libgcjdata.c +++ b/libjava/libgcjdata.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Red Hat, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. diff --git a/libjava/no-threads.cc b/libjava/no-threads.cc index a493d004050..d28891a5b44 100644 --- a/libjava/no-threads.cc +++ b/libjava/no-threads.cc @@ -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. diff --git a/libjava/nogc.cc b/libjava/nogc.cc index 843f18f87a4..1524139079a 100644 --- a/libjava/nogc.cc +++ b/libjava/nogc.cc @@ -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. diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 29fce59afdd..cf29a258a33 100644 --- a/libjava/posix-threads.cc +++ b/libjava/posix-threads.cc @@ -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. diff --git a/libjava/prims.cc b/libjava/prims.cc index beec6a6d953..8c08f86c2a3 100644 --- a/libjava/prims.cc +++ b/libjava/prims.cc @@ -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. diff --git a/libjava/resolve.cc b/libjava/resolve.cc index b4713615304..c0f51c9f376 100644 --- a/libjava/resolve.cc +++ b/libjava/resolve.cc @@ -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. diff --git a/libjava/scripts/MakeDefaultMimeTypes.java b/libjava/scripts/MakeDefaultMimeTypes.java index a84c4a4deba..49b67d675bd 100644 --- a/libjava/scripts/MakeDefaultMimeTypes.java +++ b/libjava/scripts/MakeDefaultMimeTypes.java @@ -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.\ \ diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 797741b295c..8f047ae359a 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +# Copyright (C) 1998, 1999, 2000 Free Software Foundation load_lib "libgloss.exp" diff --git a/libjava/testsuite/libjava.mauve/DejaGNUTestHarness.java b/libjava/testsuite/libjava.mauve/DejaGNUTestHarness.java index cc9cb1b9be7..91817e6fa1d 100644 --- a/libjava/testsuite/libjava.mauve/DejaGNUTestHarness.java +++ b/libjava/testsuite/libjava.mauve/DejaGNUTestHarness.java @@ -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> diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 6c2a161a799..160c2411efe 100644 --- a/libjava/testsuite/libjava.mauve/mauve.exp +++ b/libjava/testsuite/libjava.mauve/mauve.exp @@ -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. |