diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-07-11 09:42:18 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-07-11 09:42:18 +0200 |
commit | aabca8722c2a5eb16148f391c97084eb6f945ba7 (patch) | |
tree | 6c95bd65347eced3bc79f1ec08670ddeb5dbd7bf | |
parent | 78fd0fa31e25b34ba47f13b17ccb9992b29ef725 (diff) | |
download | volse-hz-addons-aabca8722c2a5eb16148f391c97084eb6f945ba7.tar.gz volse-hz-addons-aabca8722c2a5eb16148f391c97084eb6f945ba7.tar.bz2 volse-hz-addons-aabca8722c2a5eb16148f391c97084eb6f945ba7.zip |
Add global README and license files.
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | README.md.license | 3 | ||||
-rw-r--r-- | unshorturl/README.md.license | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bc1afd --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Volse Hubzilla Addons + +Here are addons for Hubzilla that are made for the [Volse Hubzilla][1] +instance. Currently this is experimental and under development. + +If you have questions, feedback or suggestions, contact me at +[@harald@hub.volse.no][2]. + +All code is licensed under the AGPLv3, and other assets are licensed as +CC0-1.0 unless otherwise specified. See the LICENSES directory for the +complete list. The project uses [Resuse][3] for license management. + +[1]: https://hub.volse.no +[2]: https://hub.volse.no/channel/harald +[3]: https://reuse.software/ diff --git a/README.md.license b/README.md.license new file mode 100644 index 0000000..f52ca8e --- /dev/null +++ b/README.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> + +SPDX-License-Identifier: CC0-1.0
\ No newline at end of file diff --git a/unshorturl/README.md.license b/unshorturl/README.md.license new file mode 100644 index 0000000..f52ca8e --- /dev/null +++ b/unshorturl/README.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> + +SPDX-License-Identifier: CC0-1.0
\ No newline at end of file |