Skip to content

Commit a3e03b5

Browse files
committed
don't generate copyright into generated files
1 parent 71423a2 commit a3e03b5

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

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

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

4343

4444
COPYRIGHT_HEADER = """\
45-
/*
46-
* Copyright (c) 2017-2018, 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-
*/
7245
// Checkstyle: stop
7346
//@formatter:off
7447
{0}

0 commit comments

Comments
 (0)