Add link to ned14/pcpp, moving the long link further down.

This commit is contained in:
Sei Lisa 2019-01-12 20:35:10 +01:00
parent 67164f4fbe
commit 7dcd7aa315

View file

@ -16,9 +16,8 @@
# along with LSL PyOptimizer. If not, see <http://www.gnu.org/licenses/>. # along with LSL PyOptimizer. If not, see <http://www.gnu.org/licenses/>.
# #
# This file includes an excerpt from PCPP, by Niall Douglas and David # This file includes an excerpt from PCPP, by Niall Douglas and David
# Beazley, available here: # Beazley. PCPP is available here: https://github.com/ned14/pcpp and
# https://github.com/ned14/pcpp/blob/e1219ce157b4dfcfee3181faa6ec5129c3a41e78/pcpp/preprocessor.py#L873-L935 # distributed under the following conditions:
# which is distributed under the following conditions:
# #
# (C) Copyright 2018-2019 Niall Douglas http://www.nedproductions.biz/ # (C) Copyright 2018-2019 Niall Douglas http://www.nedproductions.biz/
# (C) Copyright 2007-2019 David Beazley http://www.dabeaz.com/ # (C) Copyright 2007-2019 David Beazley http://www.dabeaz.com/
@ -52,6 +51,9 @@
# #
# (End of terms and conditions for the PCPP excerpt) # (End of terms and conditions for the PCPP excerpt)
# #
# The particular excerpt used is this one:
# https://github.com/ned14/pcpp/blob/e1219ce157b4dfcfee3181faa6ec5129c3a41e78/pcpp/preprocessor.py#L873-L935
#
# The following fragments of code are hereby irrevokably donated to the # The following fragments of code are hereby irrevokably donated to the
# public domain: # public domain:
# - The Evaluator class in its entirety. # - The Evaluator class in its entirety.