From af5f7f531e0d385ec0f4cedb383a3e57cfc2f1e7 Mon Sep 17 00:00:00 2001 From: bariscodefx Date: Sat, 20 Apr 2024 22:42:56 +0000 Subject: [PATCH] update license year in all files --- LICENSE | 2 +- bot.php | 2 +- run.php | 2 +- src/Hiro.php | 2 +- src/Version.php | 2 +- src/commands/Command.php | 2 +- src/commands/author/Botban.php | 2 +- src/commands/author/Exec.php | 2 +- src/commands/author/Kill.php | 2 +- src/commands/music/Join.php | 2 +- src/commands/music/Leave.php | 2 +- src/commands/music/Loop.php | 2 +- src/commands/music/Play.php | 2 +- src/commands/music/Queue.php | 2 +- src/commands/music/Skip.php | 2 +- src/commands/music/Stop.php | 2 +- src/commands/reactions/Avatar.php | 2 +- src/commands/reactions/Howgay.php | 2 +- src/commands/reactions/Hug.php | 2 +- src/commands/reactions/Kiss.php | 2 +- src/commands/reactions/Marry.php | 2 +- src/commands/reactions/Nekos.php | 2 +- src/commands/reactions/Slap.php | 2 +- src/commands/reactions/Waifu.php | 2 +- src/commands/reactions/WaifuNSFW.php | 2 +- src/commands/rpg/CreateChar.php | 2 +- src/commands/rpg/Hunt.php | 2 +- src/commands/rpg/Inventory.php | 2 +- src/commands/rpg/ReleaseItem.php.wip | 2 +- src/commands/rpg/SetRPGChannel.php | 2 +- src/commands/rpg/SetRPGEnabled.php | 2 +- src/commands/rpg/UseItem.php.wip | 2 +- src/commands/utility/Apod.php | 2 +- src/commands/utility/Ban.php | 2 +- src/commands/utility/Botinfo.php | 2 +- src/commands/utility/Clear.php | 2 +- src/commands/utility/Coinflip.php | 2 +- src/commands/utility/Daily.php | 2 +- src/commands/utility/Git.php | 2 +- src/commands/utility/Help.php | 2 +- src/commands/utility/Kick.php | 2 +- src/commands/utility/Language.php | 2 +- src/commands/utility/Money.php | 2 +- src/commands/utility/Nick.php | 2 +- src/commands/utility/Pay.php | 2 +- src/commands/utility/Ping.php | 2 +- src/commands/utility/ServerAvatar.php | 2 +- src/commands/utility/Slots.php | 2 +- src/consts/RPG.php | 2 +- src/database/Database.php | 2 +- src/interfaces/CommandInterface.php | 2 +- src/interfaces/GeneratorInterface.php | 2 +- src/interfaces/GeneratorReturn.php | 2 +- src/interfaces/HiroInterface.php | 2 +- src/interfaces/PresenceManagerInterface.php | 2 +- src/interfaces/SecurityCommandInterface.php | 2 +- src/parts/ArgumentParser.php | 2 +- src/parts/CommandLoader.php | 2 +- src/parts/Language.php | 2 +- src/parts/Padding.php | 2 +- src/parts/PresenceManager.php | 2 +- src/parts/generators/GithubImageGenerator.php | 2 +- src/parts/generators/MonsterGenerator.php | 2 +- src/parts/monster/DemonBeast.php | 2 +- src/parts/monster/Monster.php | 2 +- src/parts/monster/Wolf.php | 2 +- src/parts/rpg/AttackSystem.php | 2 +- src/parts/rpg/LevelSystem.php | 2 +- src/parts/voice/VoiceFile.php | 2 +- src/parts/voice/VoiceSettings.php | 2 +- src/security/AuthorCommand.php | 2 +- src/security/MusicCommand.php | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/LICENSE b/LICENSE index b782ae8..bf17354 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-2023 bariscodefx + Copyright 2021-2024 bariscodefx Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bot.php b/bot.php index 360d38c..138e208 100644 --- a/bot.php +++ b/bot.php @@ -1,7 +1,7 @@