Skip to content

Commit 67205f7

Browse files
committed
update copyright headers for UPL
1 parent 6f7d6e3 commit 67205f7

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/dict/DictViewBuiltins.java

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/src/com/oracle/graal/python/nodes/util/CastToIntegerFromIntNode.java

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,

0 commit comments

Comments
 (0)