Skip to content

Commit

Permalink
Update copyright years to include 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 2, 2021
1 parent 49e388d commit 7e7b5cd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -40,7 +40,7 @@

# 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
Expand Down
2 changes: 1 addition & 1 deletion tweepy/__init__.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

"""
Expand Down
2 changes: 1 addition & 1 deletion tweepy/api.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

import imghdr
Expand Down
2 changes: 1 addition & 1 deletion tweepy/auth.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

import logging
Expand Down
2 changes: 1 addition & 1 deletion tweepy/binder.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

import logging
Expand Down
2 changes: 1 addition & 1 deletion tweepy/cache.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

import datetime
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion tweepy/error.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.


Expand Down
2 changes: 1 addition & 1 deletion tweepy/mixins.py
@@ -1,5 +1,5 @@
# Tweepy
# Copyright 2009-2020 Joshua Roesslein
# Copyright 2009-2021 Joshua Roesslein
# See LICENSE for details.

class EqualityComparable:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 7e7b5cd

Please sign in to comment.