annotate make/templates/bsd-header @ 3193:52087773be5b

IdealGraphVisualizer: Make scheduling more robust by ignoring graphs without any nodes and by using the node with the lowest id as root when there is no node labeled "Root" and no node without predecessors
author Peter Hofer <peter.hofer@jku.at>
date Fri, 08 Jul 2011 14:26:12 +0200
parents b2045e0af26e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1807
b2045e0af26e 6987149: Fix incorrect Oracle copyright header in make/templates files
trims
parents: 1552
diff changeset
1 Copyright (c) %YEARS%, Oracle and/or its affiliates. All rights reserved.
0
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
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 0
diff changeset
14 - Neither the name of Oracle nor the names of its
0
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.