Change license again. The year shouldn't matter

This commit is contained in:
Dave Halter
2018-06-12 21:58:27 +02:00
parent c17156bd36
commit 1c0956d9e0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
# Modifications: # Modifications:
# Copyright 2006 Google, Inc. All Rights Reserved. # Copyright 2006 Google, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement. # Licensed to PSF under a Contributor Agreement.
# Copyright 2014 David Halter. Integration into Jedi. # Copyright 2014 David Halter and Contributors
# Modifications are dual-licensed: MIT and PSF. # Modifications are dual-licensed: MIT and PSF.
+1 -1
View File
@@ -2,7 +2,7 @@
# Licensed to PSF under a Contributor Agreement. # Licensed to PSF under a Contributor Agreement.
# Modifications: # Modifications:
# Copyright 2014 David Halter. Integration into Jedi. # Copyright David Halter and Contributors
# Modifications are dual-licensed: MIT and PSF. # Modifications are dual-licensed: MIT and PSF.
"""This module defines the data structures used to represent a grammar. """This module defines the data structures used to represent a grammar.
+1 -1
View File
@@ -2,7 +2,7 @@
# Licensed to PSF under a Contributor Agreement. # Licensed to PSF under a Contributor Agreement.
# Modifications: # Modifications:
# Copyright 2014-2018 David Halter. # Copyright David Halter and Contributors
# Modifications are dual-licensed: MIT and PSF. # Modifications are dual-licensed: MIT and PSF.
""" """
+1 -1
View File
@@ -2,7 +2,7 @@
# Licensed to PSF under a Contributor Agreement. # Licensed to PSF under a Contributor Agreement.
# Modifications: # Modifications:
# Copyright 2014-2018 David Halter. # Copyright David Halter and Contributors
# Modifications are dual-licensed: MIT and PSF. # Modifications are dual-licensed: MIT and PSF.
from parso.pgen2.grammar import Grammar from parso.pgen2.grammar import Grammar