From 7e7b5cd5247d195eaf70ccd857dc0564898db02e Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 2 Jan 2021 08:03:01 -0600 Subject: [PATCH] Update copyright years to include 2021 --- LICENSE | 2 +- docs/conf.py | 2 +- tweepy/__init__.py | 2 +- tweepy/api.py | 2 +- tweepy/auth.py | 2 +- tweepy/binder.py | 2 +- tweepy/cache.py | 2 +- tweepy/cursor.py | 2 +- tweepy/error.py | 2 +- tweepy/mixins.py | 2 +- tweepy/models.py | 2 +- tweepy/parsers.py | 2 +- tweepy/streaming.py | 2 +- tweepy/utils.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index e9520da..3c16ccf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2009-2020 Joshua Roesslein +Copyright (c) 2009-2021 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 ddea406..1312828 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = 'tweepy' -copyright = '2009-2020, Joshua Roesslein' +copyright = '2009-2021, 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 c6051a9..b7d0a48 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. """ diff --git a/tweepy/api.py b/tweepy/api.py index 1a8dba6..8ef7225 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. import imghdr diff --git a/tweepy/auth.py b/tweepy/auth.py index 7cdd010..744499e 100644 --- a/tweepy/auth.py +++ b/tweepy/auth.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. import logging diff --git a/tweepy/binder.py b/tweepy/binder.py index 757733b..2a7a2fc 100644 --- a/tweepy/binder.py +++ b/tweepy/binder.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. import logging diff --git a/tweepy/cache.py b/tweepy/cache.py index 7516a21..61bc8a5 100644 --- a/tweepy/cache.py +++ b/tweepy/cache.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. import datetime diff --git a/tweepy/cursor.py b/tweepy/cursor.py index d045a35..58df785 100644 --- a/tweepy/cursor.py +++ b/tweepy/cursor.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. from tweepy.error import TweepError diff --git a/tweepy/error.py b/tweepy/error.py index 94f62e9..8dbc434 100644 --- a/tweepy/error.py +++ b/tweepy/error.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. diff --git a/tweepy/mixins.py b/tweepy/mixins.py index 1c3eef6..c5d9788 100644 --- a/tweepy/mixins.py +++ b/tweepy/mixins.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. class EqualityComparable: diff --git a/tweepy/models.py b/tweepy/models.py index 296c162..528ec42 100644 --- a/tweepy/models.py +++ b/tweepy/models.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. from tweepy.mixins import Hashable diff --git a/tweepy/parsers.py b/tweepy/parsers.py index cd2fb8b..b24979f 100644 --- a/tweepy/parsers.py +++ b/tweepy/parsers.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. import json as json_lib diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 2ca4d3b..bf24ebf 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2009-2020 Joshua Roesslein +# Copyright 2009-2021 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 97c534f..b173a9c 100644 --- a/tweepy/utils.py +++ b/tweepy/utils.py @@ -1,5 +1,5 @@ # Tweepy -# Copyright 2010-2020 Joshua Roesslein +# Copyright 2010-2021 Joshua Roesslein # See LICENSE for details. from datetime import datetime -- 2.25.1