From 43fa4159cc49189aaf7e2fdd02aa0df25148a9a8 Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Mon, 6 Dec 2010 10:37:10 -0800 Subject: [PATCH 1/3] 7001720: copyright templates not rebranded Reviewed-by: mchung --- make/templates/bsd-header | 3 ++- make/templates/gpl-cp-header | 3 ++- make/templates/gpl-header | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/make/templates/bsd-header b/make/templates/bsd-header index 1291114fc49..cce4fa786bf 100644 --- a/make/templates/bsd-header +++ b/make/templates/bsd-header @@ -1,4 +1,4 @@ -Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved. +Copyright (c) %YEARS% Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -26,3 +26,4 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/make/templates/gpl-cp-header b/make/templates/gpl-cp-header index ed422f45fdc..8c03edf89e0 100644 --- a/make/templates/gpl-cp-header +++ b/make/templates/gpl-cp-header @@ -1,4 +1,4 @@ -Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved. +Copyright (c) %YEARS% Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it @@ -20,3 +20,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. + diff --git a/make/templates/gpl-header b/make/templates/gpl-header index e717b45b516..dffde479c68 100644 --- a/make/templates/gpl-header +++ b/make/templates/gpl-header @@ -1,4 +1,4 @@ -Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved. +Copyright (c) %YEARS% Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it @@ -18,3 +18,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. + From cec00df9d348cfb1fb2a459d8b73bc0605beeeaf Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Sat, 18 Dec 2010 18:28:31 -0800 Subject: [PATCH 2/3] 6909026: Change GNU make version requirement to 3.81 Reviewed-by: robilad --- README | 2 +- README-builds.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5dd05f46abe..eef68df24a7 100644 --- a/README +++ b/README @@ -26,6 +26,6 @@ Simple Build Instructions: gnumake all The resulting JDK image should be found in build/*/j2sdk-image -where gnumake is GNU make 3.78.1 or newer, /usr/bin/make on Linux and +where gnumake is GNU make 3.81 or newer, /usr/bin/make on Linux and /usr/sfw/bin/gmake or /opt/sfw/bin/gmake on Solaris. diff --git a/README-builds.html b/README-builds.html index 81ada58e303..1c2504c4dc5 100644 --- a/README-builds.html +++ b/README-builds.html @@ -524,7 +524,7 @@ A few notes about using GNU make: