From 6f6a966070d5e78f7472fe13d6e6a08aac2e343d Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 10 Oct 2022 00:38:39 -0300 Subject: [PATCH] chore: remove go related files --- LICENSE | 12 ++++++------ README.md | 2 +- cmd/main/main.go | 0 go.mod | 3 --- 4 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 cmd/main/main.go delete mode 100644 go.mod diff --git a/LICENSE b/LICENSE index e20b431..dba13ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -GNU AFFERO GENERAL PUBLIC LICENSE + GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -633,8 +633,8 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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 + 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. This program is distributed in the hope that it will be useful, @@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -658,4 +658,4 @@ specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -. +. diff --git a/README.md b/README.md index a87dbde..c8297da 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ ToDo :D ## How to use -ToDo :D \ No newline at end of file +ToDo :D diff --git a/cmd/main/main.go b/cmd/main/main.go deleted file mode 100644 index e69de29..0000000 diff --git a/go.mod b/go.mod deleted file mode 100644 index 32f8f27..0000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/revanced/revanced-releases-cdn - -go 1.19