From db4cc791dd45c6665767d31f219e6e9285a94fb6 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 4 Jan 2016 22:28:29 -0500 Subject: [PATCH] Update license of files to 2016. --- LICENSE | 2 +- discord/__init__.py | 4 ++-- discord/channel.py | 2 +- discord/client.py | 2 +- discord/colour.py | 2 +- discord/endpoints.py | 2 +- discord/enums.py | 2 +- discord/errors.py | 2 +- discord/game.py | 2 +- discord/invite.py | 2 +- discord/member.py | 2 +- discord/message.py | 2 +- discord/mixins.py | 2 +- discord/object.py | 2 +- discord/opus.py | 2 +- discord/permissions.py | 2 +- discord/role.py | 2 +- discord/server.py | 2 +- discord/state.py | 2 +- discord/user.py | 2 +- discord/utils.py | 2 +- discord/voice_client.py | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index e91fdae81..1d9a5d0b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/__init__.py b/discord/__init__.py index 618d568a0..17e640b0c 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -6,7 +6,7 @@ Discord API Wrapper A basic wrapper for the Discord API. -:copyright: (c) 2015 Rapptz +:copyright: (c) 2015-2016 Rapptz :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ A basic wrapper for the Discord API. __title__ = 'discord' __author__ = 'Rapptz' __license__ = 'MIT' -__copyright__ = 'Copyright 2015 Rapptz' +__copyright__ = 'Copyright 2015-2016 Rapptz' __version__ = '0.10.0-alpha' from .client import Client diff --git a/discord/channel.py b/discord/channel.py index b77afc59a..cb6425ecd 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2,7 +2,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/client.py b/discord/client.py index bbad5ee4a..45a69fea8 100644 --- a/discord/client.py +++ b/discord/client.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/colour.py b/discord/colour.py index ae6bab875..37346e890 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/endpoints.py b/discord/endpoints.py index d3e7f1979..0ef0efa96 100644 --- a/discord/endpoints.py +++ b/discord/endpoints.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/enums.py b/discord/enums.py index 0d2d93900..60db2ab88 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/errors.py b/discord/errors.py index e943ee13c..3569aae03 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/game.py b/discord/game.py index 266ece579..0408d19bb 100644 --- a/discord/game.py +++ b/discord/game.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/invite.py b/discord/invite.py index d28d80c40..b0fedccf6 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/member.py b/discord/member.py index b8b047d33..2248e3d5d 100644 --- a/discord/member.py +++ b/discord/member.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/message.py b/discord/message.py index 306e7c474..a610bd360 100644 --- a/discord/message.py +++ b/discord/message.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/mixins.py b/discord/mixins.py index f6f641d5a..da40d44c6 100644 --- a/discord/mixins.py +++ b/discord/mixins.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/object.py b/discord/object.py index ebf28f0f1..096d240cc 100644 --- a/discord/object.py +++ b/discord/object.py @@ -2,7 +2,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/opus.py b/discord/opus.py index 10357ae2d..51bb6a0be 100644 --- a/discord/opus.py +++ b/discord/opus.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/permissions.py b/discord/permissions.py index 48e08c488..ce50abfe5 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/role.py b/discord/role.py index 7b4c1d5e9..65d1e0731 100644 --- a/discord/role.py +++ b/discord/role.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/server.py b/discord/server.py index cb3d9237e..2ef828321 100644 --- a/discord/server.py +++ b/discord/server.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/state.py b/discord/state.py index 87d381aa8..8b6fc0c44 100644 --- a/discord/state.py +++ b/discord/state.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/user.py b/discord/user.py index 85e43ba46..1e6eecae1 100644 --- a/discord/user.py +++ b/discord/user.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/utils.py b/discord/utils.py index e74c2e99d..169bf1b18 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/voice_client.py b/discord/voice_client.py index da8eff3bf..daa655973 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015 Rapptz +Copyright (c) 2015-2016 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),