aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2017-12-05 14:59:19 +0000
committerPaul Ganssle <paul@ganssle.io>2017-12-06 10:48:27 +0000
commite6ac601f0d006376654614eab7c12a33a727bf33 (patch)
tree69f58ae065c208e74b0b1f6e82dfe84984af2964 /LICENSE
parent72e57dac34d07a538fb01d2c58f119389f9b166e (diff)
downloaddateutil-e6ac601f0d006376654614eab7c12a33a727bf33.tar.gz
Update license with Apache 2.0 and AUTHORS file
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d5132c2..1e65815 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,29 @@
+Copyright 2017- Paul Ganssle <paul@ganssle.io>
+Copyright 2017- dateutil contributors (see AUTHORS file)
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+The above license applies to all contributions after 2017-12-01, as well as
+all contributions that have been re-licensed (see AUTHORS file for the list of
+contributors who have re-licensed their code).
+--------------------------------------------------------------------------------
dateutil - Extensions to the standard Python datetime module.
Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
+Copyright (c) 2015- - dateutil contributors (see AUTHORS file)
All rights reserved.
@@ -30,3 +50,5 @@ 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.
+
+The above BSD License Applies to all code, even that also covered by Apache 2.0. \ No newline at end of file