Skip to content

Commit 52820b6

Browse files
committed
update last modified date for generated parser files
1 parent 5fe26e5 commit 52820b6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0
@@ -43,7 +43,7 @@
4343

4444
COPYRIGHT_HEADER = """\
4545
/*
46-
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
46+
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
4747
* Copyright (c) 2014 by Bart Kiers
4848
*
4949
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3BaseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3BaseVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Lexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Listener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Visitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

0 commit comments

Comments
 (0)