diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-02 00:05:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-04 23:09:12 +0700 |
| commit | 88478fdaa0a324569658232787d9bd96eb2ac0d6 (patch) | |
| tree | 2f33c36bb6ae57a1bf483e2684294b2e14d4c90a /_example | |
| parent | a6c335c54cf16198ce74b80bcc4a218ea9637775 (diff) | |
| download | ciigo-88478fdaa0a324569658232787d9bd96eb2ac0d6.tar.xz | |
all: re-licensing ciigo under GPL-3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to '_example')
| l--------- | _example/COPYING | 1 | ||||
| l--------- | _example/LICENSE | 1 | ||||
| -rw-r--r-- | _example/custom.css | 3 | ||||
| -rw-r--r-- | _example/html.tmpl | 4 | ||||
| -rw-r--r-- | _example/index.adoc | 2 | ||||
| -rw-r--r-- | _example/index.css | 3 | ||||
| -rw-r--r-- | _example/sub/index.adoc | 2 |
7 files changed, 15 insertions, 1 deletions
diff --git a/_example/COPYING b/_example/COPYING new file mode 120000 index 0000000..012065c --- /dev/null +++ b/_example/COPYING @@ -0,0 +1 @@ +../COPYING
\ No newline at end of file diff --git a/_example/LICENSE b/_example/LICENSE deleted file mode 120000 index ea5b606..0000000 --- a/_example/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../LICENSE
\ No newline at end of file diff --git a/_example/custom.css b/_example/custom.css index 6690ee7..6f13a43 100644 --- a/_example/custom.css +++ b/_example/custom.css @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + h1 { color: sienna; } diff --git a/_example/html.tmpl b/_example/html.tmpl index cc78426..029624d 100644 --- a/_example/html.tmpl +++ b/_example/html.tmpl @@ -1,3 +1,7 @@ +<!-- +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later +--!> <!DOCTYPE html> <html> <head> diff --git a/_example/index.adoc b/_example/index.adoc index b59527b..90f2038 100644 --- a/_example/index.adoc +++ b/_example/index.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later = Welcome to ciigo Shulhan <ms@kilabit.info> 25 September 2019 diff --git a/_example/index.css b/_example/index.css index 2168b46..8b305eb 100644 --- a/_example/index.css +++ b/_example/index.css @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + body { margin: 0; font-family: Arial, sans-serif; diff --git a/_example/sub/index.adoc b/_example/sub/index.adoc index 3198ab1..060610d 100644 --- a/_example/sub/index.adoc +++ b/_example/sub/index.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later = Sub directory Second Author <m.shulhan@gmail.com> 24 November 2020 |
