From 02fa50153046e5b3bfd49944c3923478d7fd00e9 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 2 Feb 2025 08:33:37 +0000 Subject: [PATCH] docs: Updated LICENSE.md to reserve all rights, removed some missing files --- .gitignore | 7 ++++++- LICENSE.md | 2 +- NadekoBot.sln | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ac3c9eca..312664c3a 100644 --- a/.gitignore +++ b/.gitignore @@ -369,4 +369,9 @@ __pycache__/ ### VisualStudio Patch ### build/ -site/ \ No newline at end of file +site/ + +## AI + +.aider.* +PROMPT.md \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index a7c27511a..88265979f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2023 Kwoth +Copyright 2025 Breaker 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: diff --git a/NadekoBot.sln b/NadekoBot.sln index 36831a32a..49000e40e 100644 --- a/NadekoBot.sln +++ b/NadekoBot.sln @@ -12,8 +12,6 @@ ProjectSection(SolutionItems) = preProject README.md = README.md .gitlab-ci.yml = .gitlab-ci.yml Dockerfile = Dockerfile - migrate.ps1 = migrate.ps1 - remove-migration.ps1 = remove-migration.ps1 EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NadekoBot", "src\NadekoBot\NadekoBot.csproj", "{45EC1473-C678-4857-A544-07DFE0D0B478}"