Updated copyright year.

This commit is contained in:
Salmonllama 2021-09-12 12:17:46 -04:00
parent d11d34f40f
commit 70db5a8428
110 changed files with 143 additions and 262 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /home/gradle/src
RUN gradle clean --no-daemon RUN gradle clean --no-daemon
RUN gradle build --no-daemon RUN gradle build --no-daemon
FROM openjdk:16-jre-slim FROM openjdk:16
EXPOSE 8080 EXPOSE 8080

View File

@ -1,22 +1,5 @@
/* /*
Copyright (c) 2021 Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
plugins { plugins {

View File

@ -1,3 +1,7 @@
#
# Copyright (c) 2021 Aleksei Gryczewski
#
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip

View File

@ -1,7 +1,5 @@
/* /*
* Developed by Alek Gryczewski on 10/18/18 1:39 PM * Copyright (c) 2021 Aleksei Gryczewski
* Last modified 8/27/18 6:45 PM
* Copyright (c) 2018. All rights reserved.
*/ */
rootProject.name = 'fsbot' rootProject.name = 'fsbot'

View File

@ -1,22 +1,5 @@
/* /*
Copyright (c) 2021 Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package dev.salmonllama.fsbot; package dev.salmonllama.fsbot;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.developer; package dev.salmonllama.fsbot.commands.developer;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.commands.developer; package dev.salmonllama.fsbot.commands.developer;
import dev.salmonllama.fsbot.guthix.*; import dev.salmonllama.fsbot.guthix.*;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.developer; package dev.salmonllama.fsbot.commands.developer;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.developer; package dev.salmonllama.fsbot.commands.developer;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.developer; package dev.salmonllama.fsbot.commands.developer;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;
import dev.salmonllama.fsbot.guthix.*; import dev.salmonllama.fsbot.guthix.*;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.commands.general; package dev.salmonllama.fsbot.commands.general;
import java.util.*; import java.util.*;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.osrssearch; package dev.salmonllama.fsbot.commands.osrssearch;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.rs3search; package dev.salmonllama.fsbot.commands.rs3search;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;
import com.vdurmont.emoji.EmojiParser; import com.vdurmont.emoji.EmojiParser;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;
import com.vdurmont.emoji.EmojiParser; import com.vdurmont.emoji.EmojiParser;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.commands.staff; package dev.salmonllama.fsbot.commands.staff;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
// Shoutout to Kaaz (again) for a kickass config service: https://github.com/Kaaz/ConfigurationBuilder // Shoutout to Kaaz (again) for a kickass config service: https://github.com/Kaaz/ConfigurationBuilder

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database; package dev.salmonllama.fsbot.database;

View File

@ -1,22 +1,5 @@
/* /*
Copyright (c) 2021 Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
// Heavily inspired by Kaaz's Emily database connection: https://github.com/Kaaz/DiscordBot/tree/master/src/main/java/emily/db // Heavily inspired by Kaaz's Emily database connection: https://github.com/Kaaz/DiscordBot/tree/master/src/main/java/emily/db

View File

@ -1,22 +1,5 @@
/* /*
Copyright (c) 2021 Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
// Heavily inspired by Kaaz's Emily database connection: https://github.com/Kaaz/DiscordBot/tree/master/src/main/java/emily/db // Heavily inspired by Kaaz's Emily database connection: https://github.com/Kaaz/DiscordBot/tree/master/src/main/java/emily/db

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;
import dev.salmonllama.fsbot.database.FSDB; import dev.salmonllama.fsbot.database.FSDB;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.controllers; package dev.salmonllama.fsbot.database.controllers;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;
import dev.salmonllama.fsbot.database.DatabaseModel; import dev.salmonllama.fsbot.database.DatabaseModel;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.database.models; package dev.salmonllama.fsbot.database.models;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.imgur; package dev.salmonllama.fsbot.endpoints.imgur;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.imgur; package dev.salmonllama.fsbot.endpoints.imgur;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;
public class ScapeFashionImages { public class ScapeFashionImages {

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.endpoints.scapefashion; package dev.salmonllama.fsbot.endpoints.scapefashion;
public class ScapeFashionWiki { public class ScapeFashionWiki {

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.exceptions; package dev.salmonllama.fsbot.exceptions;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.exceptions; package dev.salmonllama.fsbot.exceptions;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.guthix; package dev.salmonllama.fsbot.guthix;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020. Aleksei Gryczewski * Copyright (c) 2021 Aleksei Gryczewski
* All rights reserved.
*/ */
package dev.salmonllama.fsbot.listeners; package dev.salmonllama.fsbot.listeners;

View File

@ -1,3 +1,7 @@
/*
* Copyright (c) 2021 Aleksei Gryczewski
*/
package dev.salmonllama.fsbot.services; package dev.salmonllama.fsbot.services;
import dev.salmonllama.fsbot.config.BotConfig; import dev.salmonllama.fsbot.config.BotConfig;

Some files were not shown because too many files have changed in this diff Show More