Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mako
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     AUTHORS
           CHANGES
           MANIFEST.in
           Mako.egg-info/PKG-INFO
           Mako.egg-info/SOURCES.txt
           Mako.egg-info/dependency_links.txt
           Mako.egg-info/entry_points.txt
           Mako.egg-info/not-zip-safe
           Mako.egg-info/requires.txt
           Mako.egg-info/top_level.txt
           PKG-INFO
           README.rst
           doc/_static/_sphinx_javascript_frameworks_compat.js
           doc/_static/basic.css
           doc/_static/changelog.css
           doc/_static/docs.css
           doc/_static/doctools.js
           doc/_static/documentation_options.js
           doc/_static/file.png
           doc/_static/jquery.js
           doc/_static/language_data.js
           doc/_static/minus.png
           doc/_static/plus.png
           doc/_static/pygments.css
           doc/_static/searchtools.js
           doc/_static/sphinx_paramlinks.css
           doc/build/Makefile
           doc/build/caching.rst
           doc/build/changelog.rst
           doc/build/conf.py
           doc/build/defs.rst
           doc/build/filtering.rst
           doc/build/index.rst
           doc/build/inheritance.rst
           doc/build/namespaces.rst
           doc/build/requirements.txt
           doc/build/runtime.rst
           doc/build/syntax.rst
           doc/build/unicode.rst
           doc/build/unreleased/README.txt
           doc/build/usage.rst
           doc/searchindex.js
           examples/bench/django/templatetags/__init__.py
           examples/bench/django/templatetags/bench.py
           examples/wsgi/run_wsgi.py
           mako/ext/__init__.py
           mako/testing/__init__.py
           mako/testing/_config.py
           mako/testing/assertions.py
           mako/testing/config.py
           mako/testing/exclusions.py
           mako/testing/fixtures.py
           mako/testing/helpers.py
           pyproject.toml
           setup.cfg
           setup.py
           test/__init__.py
           test/ext/__init__.py
           test/ext/test_babelplugin.py
           test/ext/test_linguaplugin.py
           test/foo/__init__.py
           test/foo/mod_no_encoding.py
           test/foo/test_ns.py
           test/module_to_import.py
           test/sample_module_namespace.py
           test/templates/badbom.html
           test/templates/bom.html
           test/templates/bommagic.html
           test/templates/cmd_good.mako
           test/templates/cmd_runtime.mako
           test/templates/cmd_syntax.mako
           test/templates/foo/modtest.html.py
           test/templates/gettext_cp1251.mako
           test/templates/gettext_utf8.mako
           test/templates/index.html
           test/templates/modtest.html
           test/templates/othersubdir/foo.html
           test/templates/subdir/foo/modtest.html.py
           test/templates/subdir/incl.html
           test/templates/subdir/index.html
           test/templates/subdir/modtest.html
           test/templates/unicode.html
           test/templates/unicode_arguments_py3k.html
           test/templates/unicode_code_py3k.html
           test/templates/unicode_expr_py3k.html
           test/templates/unicode_runtime_error.html
           test/templates/unicode_syntax_error.html
           test/test_ast.py
           test/test_block.py
           test/test_cache.py
           test/test_call.py
           test/test_cmd.py
           test/test_decorators.py
           test/test_def.py
           test/test_exceptions.py
           test/test_filters.py
           test/test_inheritance.py
           test/test_lexer.py
           test/test_lookup.py
           test/test_loop.py
           test/test_lru.py
           test/test_namespace.py
           test/test_pygen.py
           test/test_runtime.py
           test/test_template.py
           test/test_tgplugin.py
           test/test_util.py
           test/testing/dummy.cfg
           test/testing/test_config.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     mako/__init__.py
           mako/_ast_util.py
           mako/ast.py
           mako/cache.py
           mako/cmd.py
           mako/codegen.py
           mako/compat.py
           mako/exceptions.py
           mako/ext/autohandler.py
           mako/ext/babelplugin.py
           mako/ext/beaker_cache.py
           mako/ext/extract.py
           mako/ext/linguaplugin.py
           mako/ext/preprocessors.py
           mako/ext/pygmentplugin.py
           mako/ext/turbogears.py
           mako/filters.py
           mako/lexer.py
           mako/lookup.py
           mako/parsetree.py
           mako/pygen.py
           mako/pyparser.py
           mako/runtime.py
           mako/template.py
           mako/util.py
Copyright: 2006-2022 the Mako authors and contributors <see AUTHORS file>
License:   __UNKNOWN__
 This module is part of Mako and is released under
 the MIT License: http://www.opensource.org/licenses/mit-license.php

Files:     doc/_static/jquery-3.6.0.js
Copyright: OpenJS Foundation and other contributors Released under the MIT license https://jquery.org/license
License:   __UNKNOWN__
 Date: 2021-03-02T17:08Z

Files:     doc/_static/underscore.js
Copyright: 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
License:   __UNKNOWN__
 Underscore may be freely distributed under the MIT license.

Files:     doc/_static/underscore-1.13.1.js
Copyright: 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
License:   __UNKNOWN__
 Underscore may be freely distributed under the MIT license.
 .
 Current version.

Files:     examples/bench/basic.py
Copyright: 2006 Edgewall Software
License:   BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in
 the documentation and/or other materials provided with the
 distribution.
 3. The name of the author may not be used to endorse or promote
 products derived from this software without specific prior
 written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
 License can be found in `/usr/share/common-licenses/BSD'.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         test/templates/chs_unicode_py3k.html
#         test/templates/runtimeerr_py3k.html
#         test/templates/gettext.mako
#         test/templates/internationalization.html
#         test/templates/read_unicode_py3k.html
#         test/templates/chs_utf8.html
#         test/templates/crlf.html
#         doc/index.html
#         doc/filtering.html
#         doc/caching.html
#         doc/unicode.html
#         doc/inheritance.html
#         doc/search.html
#         doc/runtime.html
#         doc/defs.html
#         doc/genindex.html
#         doc/usage.html
#         doc/syntax.html
#         doc/namespaces.html
#         doc/changelog.html
#         examples/bench/myghty/template.myt
#         examples/bench/myghty/base.myt
#         examples/bench/cheetah/template.tmpl
#         examples/bench/cheetah/footer.tmpl
#         examples/bench/cheetah/header.tmpl
#         examples/bench/kid/template.kid
#         examples/bench/kid/base.kid

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>.
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
