mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-19 23:10:16 +08:00
Change license again. The year shouldn't matter
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user