Skip to content

Commit 195a313

Browse files
committed
Update copyright year
1 parent 4e8d9ee commit 195a313

21 files changed

+22
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 - 2019 TwitchIO
3+
Copyright (c) 2017 - 2021 TwitchIO
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/basic_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

examples/discord_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

examples/subclass_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2011 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),
@@ -27,7 +27,7 @@
2727
__title__ = 'twitchio'
2828
__author__ = 'TwitchIO'
2929
__license__ = 'MIT'
30-
__copyright__ = 'Copyright 2017-2020 TwitchIO'
30+
__copyright__ = 'Copyright 2017-2021 TwitchIO'
3131
__version__ = '1.2.0'
3232

3333
import logging

twitchio/abcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/backoff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2019 Rapptz
6+
Copyright (c) 2015-2021 Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/cooldowns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/ext/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/ext/commands/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/ext/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/ext/commands/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/ext/commands/stringparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

twitchio/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2019 TwitchIO
6+
Copyright (c) 2017-2021 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)