aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-09 21:41:35 +0700
committerShulhan <ms@kilabit.info>2022-03-09 21:42:15 +0700
commita19849f5a835edd478edfd2b6cf5584426841ec1 (patch)
treefe995aaa444048d12e0d19015b77c15e92c60099
parent2614647c3169a47989d62a565a874395f1e541e2 (diff)
downloadciigo-a19849f5a835edd478edfd2b6cf5584426841ec1.tar.xz
all: remove old license section on README
While at it, remove the SPDX comment at the top README to fix the markdown not rendered correctly.
-rw-r--r--.reuse/dep54
-rw-r--r--README.md37
2 files changed, 4 insertions, 37 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index f7b8e8c..7a33f1f 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -10,3 +10,7 @@ License: GPL-3.0-or-later
Files: go.sum
Copyright: 2022 Shulhan <ms@kilabit.info>
License: GPL-3.0-or-later
+
+Files: README.md
+Copyright: 2022 Shulhan <ms@kilabit.info>
+License: GPL-3.0-or-later
diff --git a/README.md b/README.md
index 0509e4a..2f82c88 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-<!--
-// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later
---!>
# Welcome to ciigo
[![PkgGoDev](https://pkg.go.dev/badge/git.sr.ht/~shulhan/ciigo)](https://pkg.go.dev/git.sr.ht/~shulhan/ciigo)
@@ -208,36 +204,3 @@ up to the user how the certificate are gathered, generated, or served.
Using symlink on ".adoc" file inside Root directory that reference file
outside of Root is not supported, yet.
-
-
-## License
-
-```
-Copyright 2019-2021, M. Shulhan (ms@kilabit.info).
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-3. Neither the name of copyright holder nor the names of its contributors may
- be used to endorse or promote products derived from this software without
- specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-```