From d1ec844cc6d2b4418b01467c5d8f48bce39a16aa Mon Sep 17 00:00:00 2001 From: ndparker Date: Thu, 15 Oct 2015 21:16:25 +0200 Subject: [PATCH] copyright updates --- README.rst | 2 +- bench/__init__.py | 2 +- bench/main.py | 2 +- bench/write.py | 2 +- docs/DESCRIPTION | 2 +- docs/_userdoc/benchmark.txt | 15 ++------------- docs/_userdoc/conf.py | 2 +- package.cfg | 2 +- 8 files changed, 9 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index efcc28e..880d0be 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more. COPYRIGHT AND LICENSE --------------------- -Copyright 2011 - 2014 +Copyright 2011 - 2015 André Malo or his licensors, as applicable. The whole package (except for the files in the bench/ directory) diff --git a/bench/__init__.py b/bench/__init__.py index 4465690..a9b2847 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -8,7 +8,7 @@ Benchmark jsmin implementations. :Copyright: - Copyright 2011 - 2014 + Copyright 2011 - 2015 Andr\xe9 Malo or his licensors, as applicable :License: diff --git a/bench/main.py b/bench/main.py index ed9af3e..6731c17 100644 --- a/bench/main.py +++ b/bench/main.py @@ -9,7 +9,7 @@ Benchmark jsmin implementations. :Copyright: - Copyright 2011 - 2014 + Copyright 2011 - 2015 Andr\xe9 Malo or his licensors, as applicable :License: diff --git a/bench/write.py b/bench/write.py index a55f226..97e4080 100644 --- a/bench/write.py +++ b/bench/write.py @@ -9,7 +9,7 @@ Write benchmark results. :Copyright: - Copyright 2014 + Copyright 2014 - 2015 Andr\xe9 Malo or his licensors, as applicable :License: diff --git a/docs/DESCRIPTION b/docs/DESCRIPTION index ceef827..b1e6717 100644 --- a/docs/DESCRIPTION +++ b/docs/DESCRIPTION @@ -41,7 +41,7 @@ Both python 2 (>=2.4) and python 3 are supported. Copyright and License ~~~~~~~~~~~~~~~~~~~~~ -Copyright 2011 - 2014 +Copyright 2011 - 2015 André Malo or his licensors, as applicable. The whole package (except for the files in the bench/ directory) is diff --git a/docs/_userdoc/benchmark.txt b/docs/_userdoc/benchmark.txt index 428979f..79ac549 100644 --- a/docs/_userdoc/benchmark.txt +++ b/docs/_userdoc/benchmark.txt @@ -1,5 +1,5 @@ .. copyright: - Copyright 2011 - 2014 + Copyright 2011 - 2015 André Malo or his licensors, as applicable .. license: @@ -24,7 +24,7 @@ The following numbers have been measured with the bench package provided in the source distribution. Since the numbers don't vary much between -python minor releases (e.g. 2.6 vs 2.7), only one benchmark per major +python minor releases (e.g. 3.3 vs 3.4), only one benchmark per major version is given below. The :file:`docs/BENCHMARKS` file in the source distribution contains a more comprehensive list. @@ -38,17 +38,6 @@ Here's the list of benchmarked implementations: spikes in lower Python 3 versions (especially for the big file [apiviewer.js]). -**slimit 0.8.1** - A minifier based on a parse/generate-iteration. Its Python3 support - seems to be incomplete as it fails with several inputs. Python2 - support actually starts with Python 2.6 (name mangeling uses Python - 2.6 features) - - It could not be installed with Python 3.0 and Python 2.4. - -**slimit 0.8.1 (mangle)** - Same as slimit 0.8.1, but with name mangeling enabled. - |**rjsmin**| this very project diff --git a/docs/_userdoc/conf.py b/docs/_userdoc/conf.py index 96dc349..647b7b3 100644 --- a/docs/_userdoc/conf.py +++ b/docs/_userdoc/conf.py @@ -35,7 +35,7 @@ master_doc = 'index' # General information about the project. project = u'rJSmin' -copyright = u'2014 Andr\xe9 Malo' +copyright = u'2015 Andr\xe9 Malo' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/package.cfg b/package.cfg index 28ce0f7..31f02f7 100644 --- a/package.cfg +++ b/package.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2009 - 2014 +# Copyright 2009 - 2015 # André Malo or his licensors, as applicable # # Licensed under the Apache License, Version 2.0 (the "License");