Update copyright years to include 2023
authorHarmon <Harmon758@gmail.com>
Sun, 1 Jan 2023 16:33:14 +0000 (10:33 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 1 Jan 2023 16:33:14 +0000 (10:33 -0600)
27 files changed:
LICENSE
docs/conf.py
tweepy/__init__.py
tweepy/api.py
tweepy/asynchronous/__init__.py
tweepy/asynchronous/client.py
tweepy/asynchronous/pagination.py
tweepy/asynchronous/streaming.py
tweepy/auth.py
tweepy/cache.py
tweepy/client.py
tweepy/cursor.py
tweepy/direct_message_event.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 45ca552b2c581146b9ab6866033ef46ca20d3cff..ad18c027ce2ecf59fd750ff9dcb5c59f8f86041b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) 2009-2022 Joshua Roesslein
+Copyright (c) 2009-2023 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 cefca33b4d1c7875f4393a9ca01921464120e738..4436aeca7bcd8df643758f1215804b4d4355a9cb 100644 (file)
@@ -69,7 +69,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'tweepy'
-copyright = '2009-2022, Joshua Roesslein'
+copyright = '2009-2023, 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 72b5315b4d43d992440a1bb4b7969dd8287b19d2..c8b950b1f59804df4d7566fd2972f84323fd9035 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 """
index 29c49767df348e28d66a2807b3695022c98018e8..5279c7460766bb1ef5a4440101068e0bdd90a3cb 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import contextlib
index a3cf99945a8127f9ce1d5af8d38ae96b90cdeff0..4281ef5511d9595aae06d68e678d8ee1ac4213d8 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 """
index 19749e9226225278a4f1ef4f82ea67522dbbc6cc..9eb001df0a7e684e78a7ccf8bd2877ac9452025e 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 try:
index 344247070ffbc5d9025889d6758e836627d0c0f7..598c6048d8337fc940e8e124b25db2889df7e7da 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from math import inf
index 0bf6a49767bfc223a6954bcf0e0d51670d48a9d4..3adc363b7cd0f454dbfbbfe83ea6a1d5e8f1fde8 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import asyncio
index 722aa9cf261a0690fade68ac8a45cf041c672ce5..93fc30237cfab3ed9992f854914ca067587759be 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import logging
index 76c5816229a76e828bd9f1c79f1d6e1e8051522d..bfb87b38a58930b230f3236c8e252975526aaa3e 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import datetime
index 47efd332f24d778583fcb7a09eb3cb04f087008c..440a15535e4c74592ef55b893c59f2822f4a8f75 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from collections import namedtuple
index ff51af36f0a3d5f0fae3ce252669c959f892e7a7..1db73e1cc93d4a970a856244a81d2fefc2b67ad7 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from math import inf
index 008baa7abc302db1e655b6f8eca130e927df3bbd..882c62c41783ebfa48821d130161b441c2814f85 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 673a1458218b01c7398fefc8f718dd4ee17b8dba..030bad287731ec9abe7fbef3ba69ee09722266ad 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import requests
index b2a5044246f2b6210fb07e5302defe2a08bf1907..ad54605bf64231b9ab9950611ca10432fae1191b 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index e4348bdcdca1420563f8992cba0adebc01275953..d6c7f7e27f9948cdd8c40ffafb6623aa2561639b 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping
index 5884ff47e267211b9aa38881cb7bda764b3c5d9a..9f39f0788b37d409ee082ac50f7e216a84e64d55 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from collections.abc import Mapping
index 93905df6b7bd88d885e54d09ab3d937d0aae5c03..f29361eb6754878c8fe1aa74d53c956de9c1f219 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from email.utils import parsedate_to_datetime
index 004d22ce9c1c4ec0113b19547b684b317063b8ca..aa66699b7c13101794075052ebb421d2387aa7f4 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from math import inf
index 18833c8e7a59dbc5816cc747a42dfd4aa4df9048..a6ca97d02f14f5856c33db5641717ca38a293f50 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import json as json_lib
index b4f9256a9a42a01252dc9969d13da7dbfd1a2182..c51b1be4488aff711116d387a9866f85a11949d4 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 45f27491dbd98421298e80b029c366ed7d230f63..6bb4bd3ce859e006c04dc0c5ad12e31bf4d67ec3 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index a53fc16d5847835819193bcd147207d0dae14f92..f40be524a4ad7cfa9c515131fd5fc21f99a0daad 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index db635bfecd512f4bbffd1318e9b5d022fe6bc13a..3098ab17c14c92d6ca150093fe93b23d31c7843f 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 # Appengine users: https://developers.google.com/appengine/docs/python/sockets/#making_httplib_use_sockets
index 0e896c432c833bdfc959061466a6862ff9a87e97..96b872cf8be2befbe0f62df9c57d37cdf03e1c36 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import warnings
index cfb6a46c8e0f67e76b1d5c77f857f46fe7d0cd9c..f5a52a55b0bd3f456a214e99156a7fc749846203 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2009-2022 Joshua Roesslein
+# Copyright 2009-2023 Joshua Roesslein
 # See LICENSE for details.
 
 from tweepy.mixins import DataMapping, HashableID
index 9e17a16cab5c527b3caf4f9348eb7b5e8e164689..83f180551b4f31ef9df9899e238cd4734cae5844 100644 (file)
@@ -1,5 +1,5 @@
 # Tweepy
-# Copyright 2010-2022 Joshua Roesslein
+# Copyright 2010-2023 Joshua Roesslein
 # See LICENSE for details.
 
 import datetime