annotate make/templates/bsd-header @ 158:a49545cab84a

6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles) Summary: Allows for building with SS12, no longer requires SS11, warns if not SS11 for now. Once SS12 is validated and performance measurements look ok, SS12 will be the validated compiler. Reviewed-by: sspitsyn, ikrylov
author ohair
date Tue, 27 May 2008 09:47:18 -0700
parents a61af66fc99e
children c18cbe5936b8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved.
a61af66fc99e Initial load
duke
parents:
diff changeset
2
a61af66fc99e Initial load
duke
parents:
diff changeset
3 Redistribution and use in source and binary forms, with or without
a61af66fc99e Initial load
duke
parents:
diff changeset
4 modification, are permitted provided that the following conditions
a61af66fc99e Initial load
duke
parents:
diff changeset
5 are met:
a61af66fc99e Initial load
duke
parents:
diff changeset
6
a61af66fc99e Initial load
duke
parents:
diff changeset
7 - Redistributions of source code must retain the above copyright
a61af66fc99e Initial load
duke
parents:
diff changeset
8 notice, this list of conditions and the following disclaimer.
a61af66fc99e Initial load
duke
parents:
diff changeset
9
a61af66fc99e Initial load
duke
parents:
diff changeset
10 - Redistributions in binary form must reproduce the above copyright
a61af66fc99e Initial load
duke
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in the
a61af66fc99e Initial load
duke
parents:
diff changeset
12 documentation and/or other materials provided with the distribution.
a61af66fc99e Initial load
duke
parents:
diff changeset
13
a61af66fc99e Initial load
duke
parents:
diff changeset
14 - Neither the name of Sun Microsystems nor the names of its
a61af66fc99e Initial load
duke
parents:
diff changeset
15 contributors may be used to endorse or promote products derived
a61af66fc99e Initial load
duke
parents:
diff changeset
16 from this software without specific prior written permission.
a61af66fc99e Initial load
duke
parents:
diff changeset
17
a61af66fc99e Initial load
duke
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
a61af66fc99e Initial load
duke
parents:
diff changeset
19 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
a61af66fc99e Initial load
duke
parents:
diff changeset
20 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
a61af66fc99e Initial load
duke
parents:
diff changeset
21 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
a61af66fc99e Initial load
duke
parents:
diff changeset
22 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
a61af66fc99e Initial load
duke
parents:
diff changeset
23 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
a61af66fc99e Initial load
duke
parents:
diff changeset
24 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
a61af66fc99e Initial load
duke
parents:
diff changeset
25 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
a61af66fc99e Initial load
duke
parents:
diff changeset
26 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
a61af66fc99e Initial load
duke
parents:
diff changeset
27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
a61af66fc99e Initial load
duke
parents:
diff changeset
28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.