copyright updates
This commit is contained in:
parent
350feb2e00
commit
d1ec844cc6
@ -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)
|
||||
|
@ -8,7 +8,7 @@ Benchmark jsmin implementations.
|
||||
|
||||
:Copyright:
|
||||
|
||||
Copyright 2011 - 2014
|
||||
Copyright 2011 - 2015
|
||||
Andr\xe9 Malo or his licensors, as applicable
|
||||
|
||||
:License:
|
||||
|
@ -9,7 +9,7 @@ Benchmark jsmin implementations.
|
||||
|
||||
:Copyright:
|
||||
|
||||
Copyright 2011 - 2014
|
||||
Copyright 2011 - 2015
|
||||
Andr\xe9 Malo or his licensors, as applicable
|
||||
|
||||
:License:
|
||||
|
@ -9,7 +9,7 @@ Write benchmark results.
|
||||
|
||||
:Copyright:
|
||||
|
||||
Copyright 2014
|
||||
Copyright 2014 - 2015
|
||||
Andr\xe9 Malo or his licensors, as applicable
|
||||
|
||||
:License:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user