From 5e0bcf98b276fc362637e85b41cb38dffed50534 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 00:11:51 -0500 Subject: [PATCH] Update license and copyright years --- LICENSE | 2 +- docs/conf.py | 2 +- tweepy/__init__.py | 2 +- tweepy/api.py | 2 +- tweepy/auth.py | 4 ++++ tweepy/binder.py | 2 +- tweepy/cache.py | 2 +- tweepy/cursor.py | 2 +- tweepy/error.py | 2 +- tweepy/models.py | 2 +- tweepy/parsers.py | 2 +- tweepy/streaming.py | 2 +- tweepy/utils.py | 2 +- 13 files changed, 16 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 545a75c..659045f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2013-2014 Joshua Roesslein +Copyright (c) 2009-2019 Joshua Roesslein Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index 7e0c75e..4bb556e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ master_doc = 'index' # General information about the project. project = u'tweepy' -copyright = u'2009, Joshua Roesslein' +copyright = u'2009-2019, Joshua Roesslein' # 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/tweepy/__init__.py b/tweepy/__init__.py index 0ab171f..5d3ec56 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. """ diff --git a/tweepy/api.py b/tweepy/api.py index 574a73e..5cea785 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/auth.py b/tweepy/auth.py index 00559fb..0c9b9f9 100644 --- a/tweepy/auth.py +++ b/tweepy/auth.py @@ -1,3 +1,7 @@ +# Tweepy +# Copyright 2009-2019 Joshua Roesslein +# See LICENSE for details. + from __future__ import print_function import six diff --git a/tweepy/binder.py b/tweepy/binder.py index e026f4b..b1fe8b9 100644 --- a/tweepy/binder.py +++ b/tweepy/binder.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/cache.py b/tweepy/cache.py index 8c28781..df8c44a 100644 --- a/tweepy/cache.py +++ b/tweepy/cache.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/cursor.py b/tweepy/cursor.py index 1d63f49..5f62a33 100644 --- a/tweepy/cursor.py +++ b/tweepy/cursor.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/error.py b/tweepy/error.py index 95b3ee7..de7d75e 100644 --- a/tweepy/error.py +++ b/tweepy/error.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/models.py b/tweepy/models.py index 49a3600..2240f98 100644 --- a/tweepy/models.py +++ b/tweepy/models.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import absolute_import, print_function diff --git a/tweepy/parsers.py b/tweepy/parsers.py index 046cf50..1c8450c 100644 --- a/tweepy/parsers.py +++ b/tweepy/parsers.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 2588a18..4af3bad 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2010 Joshua Roesslein +# Copyright 2009-2019 Joshua Roesslein # See LICENSE for details. # Appengine users: https://developers.google.com/appengine/docs/python/sockets/#making_httplib_use_sockets diff --git a/tweepy/utils.py b/tweepy/utils.py index e3843a7..7581151 100644 --- a/tweepy/utils.py +++ b/tweepy/utils.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2010 Joshua Roesslein +# Copyright 2010-2019 Joshua Roesslein # See LICENSE for details. from __future__ import print_function -- 2.25.1