Skip to content

Commit 238cd0c

Browse files
committed
[GR-10653] Update copyright headers to use the same UPL form as other projects
PullRequest: graalpython/115
2 parents a29e6f6 + 27c1b24 commit 238cd0c

File tree

402 files changed

+4420
-3930
lines changed

Some content is hidden

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

402 files changed

+4420
-3930
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
overlay: "03b824f947adf9a67c80c3e8a27646d43a687bfb",
2+
overlay: "76b2a3caba44d5b83c8532dd7913ad26ef6816d2",
33

44
// ======================================================================================================
55
//

graalpython/benchmarks/src/benchmarks/interop/python_r_image_demo.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23
#
34
# The Universal Permissive License (UPL), Version 1.0
45
#
56
# Subject to the condition set forth below, permission is hereby granted to any
6-
# person obtaining a copy of this software, associated documentation and/or data
7-
# (collectively the "Software"), free of charge and under any and all copyright
8-
# rights in the Software, and any and all patent rights owned or freely
9-
# licensable by each licensor hereunder covering either (i) the unmodified
10-
# Software as contributed to or provided by such licensor, or (ii) the Larger
11-
# Works (as defined below), to deal in both
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
1213
#
1314
# (a) the Software, and
15+
#
1416
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15-
# one is included with the Software (each a "Larger Work" to which the
16-
# Software is contributed by such licensors),
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
1719
#
1820
# without restriction, including without limitation the rights to copy, create
1921
# derivative works of, display, perform, and distribute the Software and make,

graalpython/benchmarks/src/benchmarks/interop/r_python_image_demo.r

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23
#
34
# The Universal Permissive License (UPL), Version 1.0
45
#
56
# Subject to the condition set forth below, permission is hereby granted to any
6-
# person obtaining a copy of this software, associated documentation and/or data
7-
# (collectively the "Software"), free of charge and under any and all copyright
8-
# rights in the Software, and any and all patent rights owned or freely
9-
# licensable by each licensor hereunder covering either (i) the unmodified
10-
# Software as contributed to or provided by such licensor, or (ii) the Larger
11-
# Works (as defined below), to deal in both
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
1213
#
1314
# (a) the Software, and
15+
#
1416
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15-
# one is included with the Software (each a "Larger Work" to which the
16-
# Software is contributed by such licensors),
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
1719
#
1820
# without restriction, including without limitation the rights to copy, create
1921
# derivative works of, display, perform, and distribute the Software and make,

graalpython/benchmarks/src/benchmarks/sieve.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Copyright (c) 2017, 2018, Oracle and/or its affiliates.
1+
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23
#
34
# The Universal Permissive License (UPL), Version 1.0
45
#
56
# Subject to the condition set forth below, permission is hereby granted to any
6-
# person obtaining a copy of this software, associated documentation and/or data
7-
# (collectively the "Software"), free of charge and under any and all copyright
8-
# rights in the Software, and any and all patent rights owned or freely
9-
# licensable by each licensor hereunder covering either (i) the unmodified
10-
# Software as contributed to or provided by such licensor, or (ii) the Larger
11-
# Works (as defined below), to deal in both
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
1213
#
1314
# (a) the Software, and
15+
#
1416
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15-
# one is included with the Software (each a "Larger Work" to which the
16-
# Software is contributed by such licensors),
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
1719
#
1820
# without restriction, including without limitation the rights to copy, create
1921
# derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/include/pyhash.h

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/src/_warnings.c

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/src/abstract.c

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/src/boolobject.c

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python.cext/src/bytearrayobject.c

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
2+
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
45
* The Universal Permissive License (UPL), Version 1.0
56
*
67
* 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 data
8-
* (collectively the "Software"), free of charge and under any and all copyright
9-
* rights in the Software, and any and all patent rights owned or freely
10-
* licensable by each licensor hereunder covering either (i) the unmodified
11-
* Software as contributed to or provided by such licensor, or (ii) the Larger
12-
* Works (as defined below), to deal in both
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
1314
*
1415
* (a) the Software, and
16+
*
1517
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
16-
* one is included with the Software (each a "Larger Work" to which the
17-
* Software is contributed by such licensors),
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
1820
*
1921
* without restriction, including without limitation the rights to copy, create
2022
* derivative works of, display, perform, and distribute the Software and make,

0 commit comments

Comments
 (0)