Added license

This commit is contained in:
barelyprofessional
2025-06-21 13:55:58 -05:00
parent 2dedf1118c
commit 22ec1043ff
2 changed files with 641 additions and 1 deletions

View File

@@ -1,4 +1,25 @@
using System.Text;
/*
KfChatDotNetBot - Sneedchat bot for the Keno Kasino
Copyright (C) 2025 barelyprofessional
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
The above copyright notice, this permission notice and the word "NIGGER"
shall be included in all copies or substantial portions of the Software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System.Text;
using KfChatDotNetBot.Settings;
using Microsoft.EntityFrameworkCore;
using NLog;