Update copyright years to include 2022
authorHarmon <Harmon758@gmail.com>
Sat, 1 Jan 2022 13:14:26 +0000 (07:14 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 1 Jan 2022 13:14:26 +0000 (07:14 -0600)
24 files changed:
LICENSE
docs/conf.py
tweepy/__init__.py
tweepy/api.py
tweepy/asynchronous/__init__.py
tweepy/asynchronous/streaming.py
tweepy/auth.py
tweepy/cache.py
tweepy/client.py
tweepy/cursor.py
tweepy/errors.py
tweepy/list.py
tweepy/media.py
tweepy/mixins.py
tweepy/models.py
tweepy/pagination.py
tweepy/parsers.py
tweepy/place.py
tweepy/poll.py
tweepy/space.py
tweepy/streaming.py
tweepy/tweet.py
tweepy/user.py
tweepy/utils.py

diff --git a/LICENSE b/LICENSE
index 3c16ccf95750c27e75cd7c97476459e31b2ecd8a..45ca552b2c581146b9ab6866033ef46ca20d3cff 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) 2009-2021 Joshua Roesslein
+Copyright (c) 2009-2022 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 d19e16c523138a36a05f13761f55af71d6313232..4cf95bdf5d4b257dd111c1a162737c083b1bffe5 100644 (file)
@@ -63,7 +63,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'tweepy'
-copyright = '2009-2021, Joshua Roesslein'
+copyright = '2009-2022, 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 1b4bfcaa92b60082761b6d23f21f51c482b073eb..4a93eb370addf05a4639ef7a4f0906c47d673e47 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 """
index 512a025af9d43e60f49d1016ffe6c2d2ec608afc..2ccf71ae0177f8863ea776ed6b698fe16a5b3986 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import contextlib
index 72ff5c65d16a9f7e33432b81a6f3014f2473b738..8db8ec75080d670d32b8a40d9c44267459184beb 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 """
index 8d812b06fb79e8fe8d60167abaf71cc3cefe314f..e2ee23fe9b0ea180ad103c31595b2b045d464c59 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import asyncio
index cf90c68e5520b94810db0661618601595269a091..88d0ba864d9a5704418bb4f90a22813643e33a68 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import logging
index 9c53771c5fd3aa7de79da6f9359ca4263dea8dca..76c5816229a76e828bd9f1c79f1d6e1e8051522d 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import datetime
index 7e24a644b0479cff23a09e94aca7d9bd20db85b7..85a400a9139751d5f7f8329cde8d4741b2c63c18 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from collections import namedtuple
index d3ccdd49a767b6ed6a9cada5d9e4ab4d58475496..ff51af36f0a3d5f0fae3ce252669c959f892e7a7 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from math import inf
index b27a0ca8595a7934951ccf809d6ed64c302a94cd..f417d03305abb9402bd71046231ab04239c8cfcf 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 try:
index a49264aa057a8e3b1df7e927e8a10755fa25970f..3c36ed5c7d069cdc4c4c9e60d2e2b4db614bb1b5 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 4920b2ed23d32e426c485316572351d077cc6e85..aec6435b533d3ee3ccda9a1e36e6f5aa04549419 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping
index 53bfd8b201b0af0c005075884afddd4674cba01e..ecd5b5713a9e06c51ba5f778e09639d35c8a6a5f 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from collections.abc import Mapping
index 245aa7a71ff77147b2521ac6d65651fac319dc04..e1d9084d999d7a71b98c25085b988570fc0bdca8 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from email.utils import parsedate_to_datetime
index 0e79b0c0b7284dd6350d291a9c9166a869a5b788..0e0b41c46675ad369c16dca951568799dd09eb06 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from math import inf
index 916866c0a2a17e51ae829506401460e20275ac1d..18833c8e7a59dbc5816cc747a42dfd4aa4df9048 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import json as json_lib
index 3a102d7e2300b5700e73e669dd9c53a0045be907..6b9d08fbcf3e9a7c703f6c5c05b75467fd4c09b5 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index affd49b359e0d40b1cab146edcd3464393eff4a2..659a3e34601abcc4d8c6731eee81cb8531012816 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 93f2a8032b6c647a4209679ab8d914c08e077579..2762d6ced846bc1bdab320b81aa24974b8f8dd8d 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 6191baef6639d4506b5238451b8acbcac82fd697..f18b28f6f4a36de2199f233fa4ad248353e6aaf7 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 # Appengine users: https://developers.google.com/appengine/docs/python/sockets/#making_httplib_use_sockets
index e3d5b4895df0181e95a45dd6769454d948d84ad3..050c1e32c00eafa1cd4cfd6f415104f40b6b8d8b 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 20d4776c406d989af1dc41aebdb10a1173f52a5e..998b316669188dc077f8a7a68784641dea2bf562 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2021 Joshua Roesslein
+# Copyright 2009-2022 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 4aa1c70a0514577898392c288fb58df262162489..4eec41afb191e6aacc71c46331766603bdee7bb1 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2010-2021 Joshua Roesslein
+# Copyright 2010-2022 Joshua Roesslein
 # See LICENSE for details.
 
 import datetime