From 6f65c2ba13d1796a3c621279398b9e85c94d5462 Mon Sep 17 00:00:00 2001 From: Suchen Chien Date: Mon, 20 Jun 2011 16:24:51 -0700 Subject: [PATCH 1/6] Added tag jdk7-b146 for changeset 1051d91efcc2 --- .hgtags-top-repo | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags-top-repo b/.hgtags-top-repo index 5185513066a..fff0df0a70c 100644 --- a/.hgtags-top-repo +++ b/.hgtags-top-repo @@ -120,3 +120,4 @@ cfbbdb77eac0397b03eb99ee2e07ea00e0a7b81e jdk7-b142 14b8e7eee1058fd4ed5a2700a2ce14b3616278f1 jdk7-b143 7203965666a4fe63bf82f5e4204f41ce6285e716 jdk7-b144 55e9ebf032186c333e5964ed044419830ac02693 jdk7-b145 +2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146 From 024b378da1556d671a8fb460ce97c0d7864e9301 Mon Sep 17 00:00:00 2001 From: Suchen Chien Date: Mon, 20 Jun 2011 16:25:02 -0700 Subject: [PATCH 2/6] Added tag jdk7-b146 for changeset 52a6defbfaf6 --- corba/.hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/corba/.hgtags b/corba/.hgtags index 31388aa3f52..7cdc1b72602 100644 --- a/corba/.hgtags +++ b/corba/.hgtags @@ -120,3 +120,4 @@ a2f340a048c88d10cbedc0504f5cf03d39925a40 jdk7-b142 51ed32f6f4de56f16e910ac54ba6c6f6606f4f17 jdk7-b143 7033a5756ad552d88114594d8e2d2e4dc2c05963 jdk7-b144 77ec0541aa2aa4da27e9e385a118a2e51e7fca24 jdk7-b145 +770227a4087e4e401fe87ccd19738440111c3948 jdk7-b146 From 45d73fe88c55e7adaed4f632ff1dda2427b34235 Mon Sep 17 00:00:00 2001 From: Suchen Chien Date: Mon, 20 Jun 2011 16:25:32 -0700 Subject: [PATCH 3/6] Added tag jdk7-b146 for changeset 5f44e9dc3049 --- jdk/.hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/jdk/.hgtags b/jdk/.hgtags index 89306498346..f3cc32fb2bc 100644 --- a/jdk/.hgtags +++ b/jdk/.hgtags @@ -120,3 +120,4 @@ d80954a89b49fda47c0c5cace65a17f5a758b8bd jdk7-b139 efbf75c24b0f31847c9c403f6dc07dc80551908d jdk7-b143 23bdcede4e3945894574892e80b848bd9f15b5f3 jdk7-b144 1e04b38b3824a4a1d197ef681a302e6813e53f8b jdk7-b145 +539e576793a8e64aaf160e0d6ab0b9723cd0bef0 jdk7-b146 From b886a232767ed7af249f9e4bf2452dc2cbecbb2f Mon Sep 17 00:00:00 2001 From: Jeff Dinkins Date: Wed, 22 Jun 2011 10:09:19 -0700 Subject: [PATCH 4/6] 7057046: Add embedded license to THIRD PARTY README Reviewed-by: lana --- THIRD_PARTY_README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/THIRD_PARTY_README b/THIRD_PARTY_README index 6bc7d95f3ca..ee5463a922e 100644 --- a/THIRD_PARTY_README +++ b/THIRD_PARTY_README @@ -1876,6 +1876,39 @@ with JRE 7, JDK 7, and OpenJDK 7. ------------------------------------------------------------------------------- +%% This notice is provided with respect to SoftFloat version 2b, which is +included with JRE 7, JDK 7, and OpenJDK 7 on Linux/ARM. + +--- begin of LICENSE --- + +Use of any of this software is governed by the terms of the license below: + +SoftFloat was written by me, John R. Hauser. This work was made possible in +part by the International Computer Science Institute, located at Suite 600, +1947 Center Street, Berkeley, California 94704. Funding was partially +provided by the National Science Foundation under grant MIP-9311980. The +original version of this code was written as part of a project to build +a fixed-point vector processor in collaboration with the University of +California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek. + +THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort +has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT +TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO +PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL +LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO +FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER +SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, +COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE +SOFTWARE. + +Derivative works are acceptable, even for commercial purposes, provided +that the minimal documentation requirements stated in the source code are +satisfied. + +--- end of LICENSE --- + +------------------------------------------------------------------------------- + %% Portions licensed from Taligent, Inc. ------------------------------------------------------------------------------- From c755d188f91fc761e6c2b703571c77410898cdbd Mon Sep 17 00:00:00 2001 From: Jeff Dinkins Date: Wed, 22 Jun 2011 10:10:11 -0700 Subject: [PATCH 5/6] 7057046: Add embedded license to THIRD PARTY README Reviewed-by: lana --- corba/THIRD_PARTY_README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/corba/THIRD_PARTY_README b/corba/THIRD_PARTY_README index 6bc7d95f3ca..ee5463a922e 100644 --- a/corba/THIRD_PARTY_README +++ b/corba/THIRD_PARTY_README @@ -1876,6 +1876,39 @@ with JRE 7, JDK 7, and OpenJDK 7. ------------------------------------------------------------------------------- +%% This notice is provided with respect to SoftFloat version 2b, which is +included with JRE 7, JDK 7, and OpenJDK 7 on Linux/ARM. + +--- begin of LICENSE --- + +Use of any of this software is governed by the terms of the license below: + +SoftFloat was written by me, John R. Hauser. This work was made possible in +part by the International Computer Science Institute, located at Suite 600, +1947 Center Street, Berkeley, California 94704. Funding was partially +provided by the National Science Foundation under grant MIP-9311980. The +original version of this code was written as part of a project to build +a fixed-point vector processor in collaboration with the University of +California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek. + +THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort +has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT +TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO +PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL +LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO +FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER +SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, +COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE +SOFTWARE. + +Derivative works are acceptable, even for commercial purposes, provided +that the minimal documentation requirements stated in the source code are +satisfied. + +--- end of LICENSE --- + +------------------------------------------------------------------------------- + %% Portions licensed from Taligent, Inc. ------------------------------------------------------------------------------- From 583ed9bc81a3e11c23d509c2a9c657217995f5fd Mon Sep 17 00:00:00 2001 From: Jeff Dinkins Date: Wed, 22 Jun 2011 10:11:19 -0700 Subject: [PATCH 6/6] 7057046: Add embedded license to THIRD PARTY README Reviewed-by: lana --- jdk/THIRD_PARTY_README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/jdk/THIRD_PARTY_README b/jdk/THIRD_PARTY_README index 6bc7d95f3ca..ee5463a922e 100644 --- a/jdk/THIRD_PARTY_README +++ b/jdk/THIRD_PARTY_README @@ -1876,6 +1876,39 @@ with JRE 7, JDK 7, and OpenJDK 7. ------------------------------------------------------------------------------- +%% This notice is provided with respect to SoftFloat version 2b, which is +included with JRE 7, JDK 7, and OpenJDK 7 on Linux/ARM. + +--- begin of LICENSE --- + +Use of any of this software is governed by the terms of the license below: + +SoftFloat was written by me, John R. Hauser. This work was made possible in +part by the International Computer Science Institute, located at Suite 600, +1947 Center Street, Berkeley, California 94704. Funding was partially +provided by the National Science Foundation under grant MIP-9311980. The +original version of this code was written as part of a project to build +a fixed-point vector processor in collaboration with the University of +California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek. + +THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort +has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT +TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO +PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL +LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO +FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER +SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, +COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE +SOFTWARE. + +Derivative works are acceptable, even for commercial purposes, provided +that the minimal documentation requirements stated in the source code are +satisfied. + +--- end of LICENSE --- + +------------------------------------------------------------------------------- + %% Portions licensed from Taligent, Inc. -------------------------------------------------------------------------------