Skip to content

Commit 863352d

Browse files
committed
we need this copyright to pass corp compliance
1 parent 8e1733e commit 863352d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

graalpython/com.oracle.graal.python.parser.antlr/postprocess.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,33 @@
4242

4343

4444
COPYRIGHT_HEADER = """\
45+
/*
46+
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
47+
* Copyright (c) 2014 by Bart Kiers
48+
*
49+
* The MIT License (MIT)
50+
*
51+
* Permission is hereby granted, free of charge, to any person
52+
* obtaining a copy of this software and associated documentation
53+
* files (the "Software"), to deal in the Software without
54+
* restriction, including without limitation the rights to use,
55+
* copy, modify, merge, publish, distribute, sublicense, and/or sell
56+
* copies of the Software, and to permit persons to whom the
57+
* Software is furnished to do so, subject to the following
58+
* conditions:
59+
*
60+
* The above copyright notice and this permission notice shall be
61+
* included in all copies or substantial portions of the Software.
62+
*
63+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
64+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
65+
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
66+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
67+
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
68+
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
69+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
70+
* OTHER DEALINGS IN THE SOFTWARE.
71+
*/
4572
// Checkstyle: stop
4673
//@formatter:off
4774
{0}

0 commit comments

Comments
 (0)