]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump up the copyright to 2017
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 7 Jan 2017 15:17:14 +0000 (16:17 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 7 Jan 2017 15:17:14 +0000 (16:17 +0100)
36 files changed:
jinja2/__init__.py
jinja2/bccache.py
jinja2/compiler.py
jinja2/constants.py
jinja2/debug.py
jinja2/defaults.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/ext.py
jinja2/filters.py
jinja2/lexer.py
jinja2/loaders.py
jinja2/meta.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/tests.py
jinja2/utils.py
jinja2/visitor.py
tests/conftest.py
tests/test_api.py
tests/test_bytecode_cache.py
tests/test_core_tags.py
tests/test_debug.py
tests/test_ext.py
tests/test_filters.py
tests/test_imports.py
tests/test_inheritance.py
tests/test_lexnparse.py
tests/test_loader.py
tests/test_regression.py
tests/test_security.py
tests/test_tests.py
tests/test_utils.py

index 33724bfd07c0787dfadb825c56e0e41064415b9a..de14cc31efb81e5048bb209130e0df27ebe95a09 100644 (file)
@@ -23,7 +23,7 @@
         {% endblock %}
 
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 __docformat__ = 'restructuredtext en'
index f5bd3145f6b9ffc659d3fcfd7e46b2e27822c177..e58633e4b85260e51dbe7c25d60f231f2285411f 100644 (file)
@@ -11,7 +11,7 @@
     Situations where this is useful are often forking web applications that
     are initialized on the first request.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 from os import path, listdir
index 6b2212e60c79cddde80453009513d5c9b7aa1019..0e15d0136032f0235ab4ef09d8bd82ea07a79d5c 100644 (file)
@@ -5,7 +5,7 @@
 
     Compiles nodes into python code.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from itertools import chain
index cab203cc772f7175193a3781dff8b875ac9f1a9e..11efd1ed15832d51acef200d1ce93efc57297664 100644 (file)
@@ -5,7 +5,7 @@
 
     Various constants.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index de6662765829c08bd8ea3172d1597ef1e938e76c..07c21f1a8bd26a99f234e1221e4603c1035439f2 100644 (file)
@@ -7,7 +7,7 @@
     ugly stuff with the Python traceback system in order to achieve tracebacks
     with correct line numbers, locals and contents.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import sys
index 38c53764ae41978b81d3e7258df89b921d6152bd..e29ce565135b37a4b1dba5ececbe39ee596dea3a 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja default filters and tags.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2._compat import range_type
index b6cd465a40d7202260c1747e95299e0e68f919df..2a4d3d7da9c7df4f7c3b48b0bc661a3f36d6b307 100644 (file)
@@ -5,7 +5,7 @@
 
     Provides a class that holds runtime and parsing time options.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import os
index c9df6dc7c28a11aa4a9ec8c18eacaf32affeca31..c018a33e323cc5682900e5be3bd0daf2c25bdda6 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja exceptions.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2._compat import imap, text_type, PY2, implements_to_string
index 2735dbb6edc7ae0aac8f747a9159aa2b2daaee7a..03c63e16f79a632515474fc30f15f5075c7a213f 100644 (file)
@@ -7,7 +7,7 @@
     tags work.  By default two example extensions exist: an i18n and a cache
     extension.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import nodes
index 0ff995d2edc6011d391b8eafced15b5c2c68b96a..e13bc623ae9b7fed86cd93b57bec3ca1ed753e5e 100644 (file)
@@ -5,7 +5,7 @@
 
     Bundled jinja filters.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index d2ca32fcbb4c0fbb6643908640ee7bb03b96682f..ca2914ac384dbe1ac75eec8a9f9b24cf9315d939 100644 (file)
@@ -11,7 +11,7 @@
     operators we don't allow in templates. On the other hand it separates
     template code and python code in expressions.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 70882f5e4c205ad1fa1889a0537b14ef11036dd8..4c7979376065907d2adca51fbe76ff71079b8000 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja loader classes.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import os
index 5668e1908819649a0a1f4866eb666f39b059dbda..7421914f77242d755ede1a43b9518e73b85e894e 100644 (file)
@@ -6,7 +6,7 @@
     This module implements various functions that exposes information about
     templates that might be interesting for various kinds of applications.
 
-    :copyright: (c) 2010 by the Jinja Team, see AUTHORS for more details.
+    :copyright: (c) 2017 by the Jinja Team, see AUTHORS for more details.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import nodes
index 5e0726a365df8b4b4c8a71bc255cdb6206e7d0aa..d1a4c381922991a630d7af92c84db45df315b152 100644 (file)
@@ -9,7 +9,7 @@
     `get_nodes` used by the parser and translator in order to normalize
     python and jinja nodes.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import types
index 263db907bc2d21cdec1fc2806b2c6ca29375ea95..65ab3ceb71f6130e4229a8272c495a91cdea352c 100644 (file)
@@ -13,7 +13,7 @@
 
     The solution would be a second syntax tree that has the scoping rules stored.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import nodes
index 8c3cd5bb578d771487222d7dc6bcd6904493ce69..9742a2793ed93a8c83c7824578f52d311bd0f1d4 100644 (file)
@@ -5,7 +5,7 @@
 
     Implements the template parser.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import nodes
index 95268e5aff05548e5e7e056db1fea9583135d0a6..9a3c16ad72e27406d3d7f872fec78500d0618ff3 100644 (file)
@@ -5,7 +5,7 @@
 
     Runtime helpers.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 import sys
index b1462b589d5dcf4b3e4dd02160154b7ce4b3f560..9e00322bac8870b271ca067b5eaa74854ff21825 100644 (file)
@@ -9,7 +9,7 @@
 
     The behavior can be changed by subclassing the environment.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 import types
index 999540e5d2b098572ef7f82699394ad1feddedee..bd843b77bcf52b34bd169d83c7dc16cd6dae9ee1 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja test functions. Used with the "is" operator.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 0f04bdbca51e710318b2e5cc059baad8722cf4f8..b96d30954607ae6333fe2c935949537deefc10d7 100644 (file)
@@ -5,7 +5,7 @@
 
     Utility functions.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 413e7c309dc7fc137aa16c24808e9acd8227aad4..ba526dfac9283e02593950fe58a843a3d2083bdd 100644 (file)
@@ -5,7 +5,7 @@
 
     This module implements a visitor for the nodes.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD.
 """
 from jinja2.nodes import Node
index eaae2b0c263dd70284b7bda5a1a994037febb4b9..1830b1eb2a7b3bbcbeb97a03639f4159f24e2218 100644 (file)
@@ -5,7 +5,7 @@
 
     Configuration and Fixtures for the tests
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 90a143b75314e354f4730ab27f3652705586f4c2..5708144fbcc5983f70f935f4de8402320efea680 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests the public API and related stuff.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import os
index 7a601293181cd2bca6d50dcb39cfa658df02e12a..42ff84002064425d2b2e8a52d48960e6fbce20f1 100644 (file)
@@ -5,7 +5,7 @@
 
     Test bytecode caching
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 0a865f53eafcf221d2bf17d6593ea1524d0f5dfa..04380082b31f220fb3e1a96d01f0808fe44c195d 100644 (file)
@@ -5,7 +5,7 @@
 
     Test the core tags like for and if.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 2303da993297b68c7b6787a4e2b47c0ed657bb92..22ce1e8366fdc29544e3b3bdd36d34e95b505f43 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests the debug system.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 3a06a42ea8f2e11372b224a650d1c80644f93879..79f783066ea8886213f9ae6e8340d6928f1aa9a0 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests for the extensions.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 2e85a9a50efca5f16ea2106c224a2949409ab2e1..318a347c450d9557318ff7fa328145031f46c66c 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests for the jinja filters.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 67591270b044aef2a22e5e57228a5aa2571c1fce..a6d5161b14feb68f77259cfd30ee039294740112 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests the import features (with includes).
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 32e2c68dbac4e7b0627ede70bb21e6447020f464..7746c2d7c88e4a393d6bec0dc1a985c8bdda1d04 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests the template inheritance feature.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 1f8f74656062100180462519d9bf8f2affaaaa78..20d2c6d1e3e5d6c20586993afbcb45cd86c55510 100644 (file)
@@ -5,7 +5,7 @@
 
     All the unittests regarding lexing, parsing and syntax.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index f4ac2558249a339a6315809c3231f65bdfc1e721..7e12628b938ea8a207b7f0066e37a53babb0ae37 100644 (file)
@@ -5,7 +5,7 @@
 
     Test the loaders.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import os
index 7d2ad3a800671ba409ffecfa2044680b3f2e6254..b8c8ac337a67b06ef88ab636d4f1bd70a726c333 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests corner cases and bugs.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import sys
index ff8f2b11db750bb1e93f0beda10cb73f6d0dcebb..8e4222e521f742e6f9ce1cd5e4d862a62b10d54d 100644 (file)
@@ -5,7 +5,7 @@
 
     Checks the sandbox and other security features.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index 03cd26b2536b7f6d770a5beb3c13af4d0b284168..0dead3bfadba27d77a82645046dd47a09126a08f 100644 (file)
@@ -5,7 +5,7 @@
 
     Who tests the tests?
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import pytest
index c26180280c42f59543d93b3c4854651d7c17a821..2400fb8bd3b7207db2e5ee80e5f5ad22e7b1fb3b 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests utilities jinja uses.
 
-    :copyright: (c) 2010 by the Jinja Team.
+    :copyright: (c) 2017 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import gc