]> git.armaanb.net Git - tall.bot.git/commitdiff
Update license year
authorArmaan Bhojwani <me@armaanb.net>
Tue, 26 Jan 2021 05:05:03 +0000 (00:05 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 26 Jan 2021 05:05:03 +0000 (00:05 -0500)
LICENSE
README.md
tallbot.py

diff --git a/LICENSE b/LICENSE
index 086cc32257ee7888ff818c2657f145ceffcf87c3..d012c7aa32225ca88420fc01050667990df06263 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 tall.bot - a simple Discord Wikipedia bot
 tall.bot - a simple Discord Wikipedia bot
-Copyright © 2020 Armaan Bhojwani <code@armaanb.net>
+Copyright © 2021 Armaan Bhojwani <me@armaanb.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
index 357a1deaa5b45c57b5d5ef1d0cdf5be06776ef0a..ea0f4ae1a127b4db8b3ff107ebcdc95d4a8a390c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,4 +7,4 @@ A simple discord Wikipedia bot
 Either run the docker container `armaanb/tall.bot` with the TOKEN environment variable set, or just run the script with the token as the only argument
 
 ## License
 Either run the docker container `armaanb/tall.bot` with the TOKEN environment variable set, or just run the script with the token as the only argument
 
 ## License
-Copyright Armaan Bhojwani 2020, MIT license
+Copyright Armaan Bhojwani 2021, MIT license
index 4e25e327df0a07a5ca3cce3eaf92fbe14ee57b76..4cd6f89738b4d7d9db93f67bbf414c866bc83600 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # tall.bot - a simple Discord Wikipedia bot
 #!/usr/bin/env python3
 # tall.bot - a simple Discord Wikipedia bot
-# Armaan Bhojwani 2020
+# Armaan Bhojwani 2021
 
 import logging
 import sqlite3
 
 import logging
 import sqlite3