diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-21 22:00:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-21 22:00:53 +0000 |
commit | 26f8c60d721bcd3fe6a0183b9f5ea076f9018293 (patch) | |
tree | fbfd09188328236e0c4b2a6e91210b4a690fde90 /Build/source | |
parent | 2a74b4e85b56e76205237f78b9b87db928cb1143 (diff) |
pythontex (21jul17)
git-svn-id: svn://tug.org/texlive/trunk@44860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/pythontex/depythontex.py | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/pythontex/pythontex.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/pythontex/depythontex.py b/Build/source/texk/texlive/linked_scripts/pythontex/depythontex.py index 30256c6d1c3..3d48e3b1daa 100755 --- a/Build/source/texk/texlive/linked_scripts/pythontex/depythontex.py +++ b/Build/source/texk/texlive/linked_scripts/pythontex/depythontex.py @@ -9,7 +9,7 @@ on your system. If you wish to use a different version of Python, you could launch depythontex2.py or depythontex3.py directly. The version of Python does not matter for depythontex, since no code is executed. -Copyright (c) 2013-2016, Geoffrey M. Poore +Copyright (c) 2013-2017, Geoffrey M. Poore All rights reserved. Licensed under the BSD 3-Clause License: http://www.opensource.org/licenses/BSD-3-Clause diff --git a/Build/source/texk/texlive/linked_scripts/pythontex/pythontex.py b/Build/source/texk/texlive/linked_scripts/pythontex/pythontex.py index 0c6e5c70bb1..2fe6de902a2 100755 --- a/Build/source/texk/texlive/linked_scripts/pythontex/pythontex.py +++ b/Build/source/texk/texlive/linked_scripts/pythontex/pythontex.py @@ -16,7 +16,7 @@ under which your code is actually executed. Licensed under the BSD 3-Clause License: -Copyright (c) 2012-2016, Geoffrey M. Poore +Copyright (c) 2012-2017, Geoffrey M. Poore All rights reserved. |