From 98b7bbff691cf15373e02642e98f245b6bffeadd Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sun, 21 Apr 2024 13:55:56 -0400 Subject: [PATCH] add README.MD and LICENSE --- LICENSE | 14 ++++++++++++++ README.MD | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 LICENSE create mode 100644 README.MD diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..06be53a --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2024 Computernewb Development Team + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..295f69e --- /dev/null +++ b/README.MD @@ -0,0 +1,3 @@ +# CollabBot + +`dotnet publish CollabBot/CollabBot.csproj -c Release --os linux -p:PublishReadyToRun=true`