Update license and copyright years
authorHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 05:11:51 +0000 (00:11 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 05:11:51 +0000 (00:11 -0500)
13 files changed:
LICENSE
docs/conf.py
tweepy/__init__.py
tweepy/api.py
tweepy/auth.py
tweepy/binder.py
tweepy/cache.py
tweepy/cursor.py
tweepy/error.py
tweepy/models.py
tweepy/parsers.py
tweepy/streaming.py
tweepy/utils.py

diff --git a/LICENSE b/LICENSE
index 545a75cf84e871348023cc4ab59d3b1ebb7ccb8f..659045fc87482ac7585b27e3fd2c5321a83b00e2 100644 (file)
--- 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
index 7e0c75e90e193f666a9faa415e76bc117c697a77..4bb556e08f14989beca4c3d19de61a21a008a5db 100644 (file)
@@ -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
index 0ab171f9d233a7f5f919ffab7599b93c34be673d..5d3ec56e7e2ff82a84c8bb0d676a2fd3099fe29b 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 """
index 574a73e94d1196526890ebb16d3fe409072c432e..5cea78531d75d94b2a550b4c4cb34bbe5d75fe19 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 00559fb8d2d0c7af5b947073ce36e9739c9a9c73..0c9b9f905fef0d9a01c7318a00f354d6812284e0 100644 (file)
@@ -1,3 +1,7 @@
+# Tweepy
+# Copyright 2009-2019 Joshua Roesslein
+# See LICENSE for details.
+
 from __future__ import print_function
 
 import six
index e026f4b8e676fc0ad3b63f732bf072b86017ba44..b1fe8b949eebf3add51260332dbad5f8e1b8f21d 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 8c287816605cd2aada669322c48c1c78e6b1716b..df8c44aa8a0c761cd033247cd3e1845c96d3907a 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 1d63f4979deb67137bc6e1dc3e2b8ef667e468fa..5f62a3328e53901aaffe3d70d7deaf7f89c26965 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 95b3ee71afe70d7ae80523bec4c7f1e39b9392d4..de7d75e0141710a2f824312ceaf9ffcf89ec84b1 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 49a36009e9bdf5192258a7d97f01618547472f0f..2240f98f12fb594868c9e4b762ac0c0f2b805628 100644 (file)
@@ -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
index 046cf50994e10ac7695a8585d6059706b03109f0..1c8450c821c3005c85eb08526e594265cfea7614 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2010 Joshua Roesslein
+# Copyright 2009-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function
index 2588a1806c9e2b59d2debf068f5ec1574faa39d5..4af3bad907044afd036f7dedd764c697db62b055 100644 (file)
@@ -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
index e3843a73daf248a947c5e7a9fe0b130ab6b4668a..758115182763829d6aa123e7e5073066141154a5 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2010 Joshua Roesslein
+# Copyright 2010-2019 Joshua Roesslein
 # See LICENSE for details.
 
 from __future__ import print_function