Skip to content

Commit

Permalink
copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Jan 3, 2023
1 parent 357368e commit 0ae4cfc
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2021 Alex Winkler
Copyright (c) 2016-2023 Alex Winkler

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 discordbot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

from ftsbot.liquipediabot import liquipediabot
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/antispam.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import asyncio
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/channelmoderation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/presence.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/rolecommands.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/wikicommands.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

logtarget = 339287109988909057 # Here the channel id of the channel we want the private channel logs to be stored in
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

wikibaseurl = 'https://liquipedia.net/'
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/autocomplete.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/rolefunctions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import requests
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/wikifunctions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import random
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/liquipediabot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/secrets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import os
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/ui/reportform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

# License MIT
# Copyright 2016-2022 Alex Winkler
# Copyright 2016-2023 Alex Winkler
# Version 4.0.3

import discord
Expand Down

0 comments on commit 0ae4cfc

Please sign in to comment.