aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDante Dam <[email protected]>2019-01-11 09:25:24 -0800
committerRapptz <[email protected]>2019-01-28 22:22:50 -0500
commit9656a21ebec7c893c8be40a38f3e56c19bf1b033 (patch)
tree986a9134f2a9b3f08b2ca484d667f855842cb174 /docs
parentFix the Context.message example to actually use ctx.message (diff)
downloaddiscord.py-9656a21ebec7c893c8be40a38f3e56c19bf1b033.tar.xz
discord.py-9656a21ebec7c893c8be40a38f3e56c19bf1b033.zip
Bumped copyright years to 2019.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/locale/ja/LC_MESSAGES/api.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/discord.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/faq.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/index.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/intro.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/logging.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/migrating.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/migrating_to_async.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/quickstart.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/sphinx.po2
-rw-r--r--docs/locale/ja/LC_MESSAGES/whats_new.po2
12 files changed, 12 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 56ffc572..a1a11869 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -69,7 +69,7 @@ master_doc = 'index'
# General information about the project.
project = u'discord.py'
-copyright = u'2015-2017, Rapptz'
+copyright = u'2015-2019, Rapptz'
# 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/docs/locale/ja/LC_MESSAGES/api.po b/docs/locale/ja/LC_MESSAGES/api.po
index d76d8550..2304903a 100644
--- a/docs/locale/ja/LC_MESSAGES/api.po
+++ b/docs/locale/ja/LC_MESSAGES/api.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/discord.po b/docs/locale/ja/LC_MESSAGES/discord.po
index c44358de..0db8255d 100644
--- a/docs/locale/ja/LC_MESSAGES/discord.po
+++ b/docs/locale/ja/LC_MESSAGES/discord.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/faq.po b/docs/locale/ja/LC_MESSAGES/faq.po
index d8eb2b55..d7b0d8fb 100644
--- a/docs/locale/ja/LC_MESSAGES/faq.po
+++ b/docs/locale/ja/LC_MESSAGES/faq.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/index.po b/docs/locale/ja/LC_MESSAGES/index.po
index 1562f627..f09e476b 100644
--- a/docs/locale/ja/LC_MESSAGES/index.po
+++ b/docs/locale/ja/LC_MESSAGES/index.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/intro.po b/docs/locale/ja/LC_MESSAGES/intro.po
index 5ee3d626..7ea72c4f 100644
--- a/docs/locale/ja/LC_MESSAGES/intro.po
+++ b/docs/locale/ja/LC_MESSAGES/intro.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/logging.po b/docs/locale/ja/LC_MESSAGES/logging.po
index 6faf14be..4f02958a 100644
--- a/docs/locale/ja/LC_MESSAGES/logging.po
+++ b/docs/locale/ja/LC_MESSAGES/logging.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/migrating.po b/docs/locale/ja/LC_MESSAGES/migrating.po
index ae8197fc..62f2e5fa 100644
--- a/docs/locale/ja/LC_MESSAGES/migrating.po
+++ b/docs/locale/ja/LC_MESSAGES/migrating.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po
index bc8a6768..9e6dced9 100644
--- a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po
+++ b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/quickstart.po b/docs/locale/ja/LC_MESSAGES/quickstart.po
index fa22a36d..557c475f 100644
--- a/docs/locale/ja/LC_MESSAGES/quickstart.po
+++ b/docs/locale/ja/LC_MESSAGES/quickstart.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/sphinx.po b/docs/locale/ja/LC_MESSAGES/sphinx.po
index 86e37aa3..18086d88 100644
--- a/docs/locale/ja/LC_MESSAGES/sphinx.po
+++ b/docs/locale/ja/LC_MESSAGES/sphinx.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
diff --git a/docs/locale/ja/LC_MESSAGES/whats_new.po b/docs/locale/ja/LC_MESSAGES/whats_new.po
index b094a1f7..7916696f 100644
--- a/docs/locale/ja/LC_MESSAGES/whats_new.po
+++ b/docs/locale/ja/LC_MESSAGES/whats_new.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2015-2017, Rapptz
+# Copyright (C) 2015-2019, Rapptz
# This file is distributed under the same license as the discord.py package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#