forked from VimPlug/jedi
Pgen2 license amendments.
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
|
|
||||||
|
# Modifications:
|
||||||
|
# Copyright 2014 David Halter. Integration into Jedi.
|
||||||
|
# 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.
|
||||||
|
|
||||||
These are a bit arcane because they are derived from the data
|
These are a bit arcane because they are derived from the data
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
|
|
||||||
|
# Modifications:
|
||||||
|
# Copyright 2014 David Halter. Integration into Jedi.
|
||||||
|
# Modifications are dual-licensed: MIT and PSF.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Parser engine for the grammar tables generated by pgen.
|
Parser engine for the grammar tables generated by pgen.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
|
||||||
# Licensed to PSF under a Contributor Agreement.
|
# Licensed to PSF under a Contributor Agreement.
|
||||||
|
|
||||||
|
# Modifications:
|
||||||
|
# Copyright 2014 David Halter. Integration into Jedi.
|
||||||
|
# Modifications are dual-licensed: MIT and PSF.
|
||||||
|
|
||||||
# Pgen imports
|
# Pgen imports
|
||||||
from . import grammar, token, tokenize
|
from . import grammar, token, tokenize
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user