Skip to content

Commit 17c6a72

Browse files
committed
Add missing license headers
1 parent 47ae9fa commit 17c6a72

File tree

71 files changed

+1230
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1230
-47
lines changed

compiler/mx.compiler/copyrights/oracle.copyright.regex.hash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#(?:!.*)?
2-
# ----------------------------------------------------------------------------------------------------
32
#
43
# Copyright \(c\) (\d\d\d\d, )?(\d\d\d\d), Oracle and\/or its affiliates\. All rights reserved\.
54
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER\.

compiler/mx.compiler/mx_compiler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
from __future__ import print_function
3027
import os

compiler/mx.compiler/mx_graal_benchmark.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
import re
3027
import os

compiler/mx.compiler/mx_graal_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
from __future__ import print_function
3027

compiler/mx.compiler/mx_renamegraalpackages.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
import os
3027
import shutil

compiler/mx.compiler/mx_updategraalinopenjdk.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
import os
3027
import shutil

sdk/mx.sdk/vm/launcher_template.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22
#
3-
# ----------------------------------------------------------------------------------------------------
4-
#
53
# Copyright (c) 2018, <year>, Oracle and/or its affiliates. All rights reserved.
64
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
75
#
@@ -25,7 +23,6 @@
2523
# or visit www.oracle.com if you need additional information or have any
2624
# questions.
2725
#
28-
# ----------------------------------------------------------------------------------------------------
2926

3027
source="${BASH_SOURCE[0]}"
3128
while [ -h "$source" ] ; do

substratevm/mx.substratevm/gdb_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# Copyright (c) 2023, 2023, Oracle and/or its affiliates. All rights reserved.
23
# Copyright (c) 2023, 2023, Red Hat Inc. All rights reserved.
34
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
from __future__ import print_function
3027

substratevm/mx.substratevm/mx_substratevm_benchmark.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
4-
# Copyright (c) 2018, 2018, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
75
# This code is free software; you can redistribute it and/or modify it
@@ -24,7 +22,6 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
2825

2926
from __future__ import print_function
3027

substratevm/mx.substratevm/rebuild-images.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22
#
3-
# ----------------------------------------------------------------------------------------------------
4-
#
53
# Copyright (c) 2018, 2018, Oracle and/or its affiliates. All rights reserved.
64
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
75
#
@@ -25,7 +23,6 @@
2523
# or visit www.oracle.com if you need additional information or have any
2624
# questions.
2725
#
28-
# ----------------------------------------------------------------------------------------------------
2926

3027
source="${BASH_SOURCE[0]}"
3128
while [[ -h "$source" ]] ; do

substratevm/mx.substratevm/testhello.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved.
23
# Copyright (c) 2020, 2020, Red Hat Inc. All rights reserved.
34
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43,6 +44,7 @@
4344
# Note that the helper routines defined in gdb_utils.py are loaded
4445
# using gdb -x rather than being imported. That avoids having to update
4546
# PYTHON_PATH which gdb needs to use to locate any imported code.
47+
#
4648

4749
import re
4850
import sys

tools/mx.tools/mx_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#
22
# mx_tools.py - the GraalVM specific commands
33
#
4-
# ----------------------------------------------------------------------------------------------------
5-
#
64
# Copyright (c) 2018, 2018, Oracle and/or its affiliates. All rights reserved.
75
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
86
#
@@ -26,7 +24,6 @@
2624
# or visit www.oracle.com if you need additional information or have any
2725
# questions.
2826
#
29-
# ----------------------------------------------------------------------------------------------------
3027

3128
import os
3229
from os.path import exists, join

visualizer/mx.visualizer/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
23
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
#

vm/mx.vm/mx_vm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,7 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
25+
2826
from __future__ import print_function
2927

3028

vm/mx.vm/mx_vm_benchmark.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# ----------------------------------------------------------------------------------------------------
3-
#
42
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
53
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64
#
@@ -24,7 +22,7 @@
2422
# or visit www.oracle.com if you need additional information or have any
2523
# questions.
2624
#
27-
# ----------------------------------------------------------------------------------------------------
25+
2826
import datetime
2927
import os
3028
import re

vm/mx.vm/mx_vm_gate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# ----------------------------------------------------------------------------------------------------
21
#
32
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
43
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -23,7 +22,7 @@
2322
# or visit www.oracle.com if you need additional information or have any
2423
# questions.
2524
#
26-
# ----------------------------------------------------------------------------------------------------
25+
2726
import json
2827
import shutil
2928

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.0.0.0/jre/languages/python/lib-python/3/_bootlocale.py

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
#
4+
# The Universal Permissive License (UPL), Version 1.0
5+
#
6+
# Subject to the condition set forth below, permission is hereby granted to any
7+
# person obtaining a copy of this software, associated documentation and/or
8+
# data (collectively the "Software"), free of charge and under any and all
9+
# copyright rights in the Software, and any and all patent rights owned or
10+
# freely licensable by each licensor hereunder covering either (i) the
11+
# unmodified Software as contributed to or provided by such licensor, or (ii)
12+
# the Larger Works (as defined below), to deal in both
13+
#
14+
# (a) the Software, and
15+
#
16+
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
19+
#
20+
# without restriction, including without limitation the rights to copy, create
21+
# derivative works of, display, perform, and distribute the Software and make,
22+
# use, sell, offer for sale, import, export, have made, and have sold the
23+
# Software and the Larger Work(s), and to sublicense the foregoing rights on
24+
# either these or other terms.
25+
#
26+
# This license is subject to the following condition:
27+
#
28+
# The above copyright notice and either this complete permission notice or at a
29+
# minimum a reference to the UPL must be included in all copies or substantial
30+
# portions of the Software.
31+
#
32+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38+
# SOFTWARE.
39+
140
"""A minimal subset of the locale module used at interpreter startup
241
(imported by the _io module), in order to reduce startup time.
342

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.0.1.0/jre/languages/python/lib-python/3/_bootlocale.py

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
#
4+
# The Universal Permissive License (UPL), Version 1.0
5+
#
6+
# Subject to the condition set forth below, permission is hereby granted to any
7+
# person obtaining a copy of this software, associated documentation and/or
8+
# data (collectively the "Software"), free of charge and under any and all
9+
# copyright rights in the Software, and any and all patent rights owned or
10+
# freely licensable by each licensor hereunder covering either (i) the
11+
# unmodified Software as contributed to or provided by such licensor, or (ii)
12+
# the Larger Works (as defined below), to deal in both
13+
#
14+
# (a) the Software, and
15+
#
16+
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
19+
#
20+
# without restriction, including without limitation the rights to copy, create
21+
# derivative works of, display, perform, and distribute the Software and make,
22+
# use, sell, offer for sale, import, export, have made, and have sold the
23+
# Software and the Larger Work(s), and to sublicense the foregoing rights on
24+
# either these or other terms.
25+
#
26+
# This license is subject to the following condition:
27+
#
28+
# The above copyright notice and either this complete permission notice or at a
29+
# minimum a reference to the UPL must be included in all copies or substantial
30+
# portions of the Software.
31+
#
32+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38+
# SOFTWARE.
39+
140
"""A minimal subset of the locale module used at interpreter startup
241
(imported by the _io module), in order to reduce startup time.
342

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.1.0.0/jre/languages/python/lib-python/3/_bootlocale.py

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
#
4+
# The Universal Permissive License (UPL), Version 1.0
5+
#
6+
# Subject to the condition set forth below, permission is hereby granted to any
7+
# person obtaining a copy of this software, associated documentation and/or
8+
# data (collectively the "Software"), free of charge and under any and all
9+
# copyright rights in the Software, and any and all patent rights owned or
10+
# freely licensable by each licensor hereunder covering either (i) the
11+
# unmodified Software as contributed to or provided by such licensor, or (ii)
12+
# the Larger Works (as defined below), to deal in both
13+
#
14+
# (a) the Software, and
15+
#
16+
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
19+
#
20+
# without restriction, including without limitation the rights to copy, create
21+
# derivative works of, display, perform, and distribute the Software and make,
22+
# use, sell, offer for sale, import, export, have made, and have sold the
23+
# Software and the Larger Work(s), and to sublicense the foregoing rights on
24+
# either these or other terms.
25+
#
26+
# This license is subject to the following condition:
27+
#
28+
# The above copyright notice and either this complete permission notice or at a
29+
# minimum a reference to the UPL must be included in all copies or substantial
30+
# portions of the Software.
31+
#
32+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38+
# SOFTWARE.
39+
140
"""A minimal subset of the locale module used at interpreter startup
241
(imported by the _io module), in order to reduce startup time.
342

vm/tests/all/agentscript/EmbRegisterSymbolInstrument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

vm/tests/all/agentscript/Embedding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

vm/tests/all/agentscript/EmbeddingDoubled.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

vm/tests/all/agentscript/EmbeddingMoreContexts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

vm/tests/all/agentscript/EmbeddingRegisterSymbols.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

0 commit comments

Comments
 (0)