diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-31 14:25:16 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-05-31 14:25:16 -0400 |
commit | 4f8dae914dd8e05dffaeea35c68694871cd7b8fc (patch) | |
tree | 395f343cdbc2e266bd7053f033d208d21cdb43a6 /mako/ext/linguaplugin.py | |
parent | 736688646c93231f93f136c2fd3648a9f33e641d (diff) | |
download | external_python_mako-4f8dae914dd8e05dffaeea35c68694871cd7b8fc.tar.gz external_python_mako-4f8dae914dd8e05dffaeea35c68694871cd7b8fc.tar.bz2 external_python_mako-4f8dae914dd8e05dffaeea35c68694871cd7b8fc.zip |
- update copyright
Change-Id: I258e9ff77e5a9ac687cd20d33b6d75de7c79b4dc
Diffstat (limited to 'mako/ext/linguaplugin.py')
-rw-r--r-- | mako/ext/linguaplugin.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mako/ext/linguaplugin.py b/mako/ext/linguaplugin.py index dda3422..955a5cb 100644 --- a/mako/ext/linguaplugin.py +++ b/mako/ext/linguaplugin.py @@ -1,3 +1,9 @@ +# ext/linguaplugin.py +# Copyright 2006-2019 the Mako authors and contributors <see AUTHORS file> +# +# This module is part of Mako and is released under +# the MIT License: http://www.opensource.org/licenses/mit-license.php + import io from lingua.extractors import Extractor |