From 1e19b82b98a02d7633c22af1c00aa0cf20f56d02 Mon Sep 17 00:00:00 2001 From: Joschua Becker Date: Sun, 22 Dec 2024 12:38:08 +0100 Subject: [PATCH] add not-th.re (#977) Co-authored-by: Rabenherz112 Co-authored-by: nodiscc --- licenses-nonfree.yml | 4 ++++ software/not-three.yml | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 software/not-three.yml diff --git a/licenses-nonfree.yml b/licenses-nonfree.yml index d338056c6f..a8dd20cf9c 100644 --- a/licenses-nonfree.yml +++ b/licenses-nonfree.yml @@ -31,6 +31,10 @@ name: Elastic License 2.0 url: https://spdx.org/licenses/Elastic-2.0.html +- identifier: NPOSL-3.0 + name: Non-Profit Open Software License 3.0 + url: https://spdx.org/licenses/NPOSL-3.0.html + - identifier: SSPL-1.0 name: Server Side Public License url: https://spdx.org/licenses/SSPL-1.0.html diff --git a/software/not-three.yml b/software/not-three.yml new file mode 100644 index 0000000000..acf98e4de4 --- /dev/null +++ b/software/not-three.yml @@ -0,0 +1,12 @@ +name: "not-th.re" +website_url: "https://not-th.re" +source_code_url: "https://github.com/not-three/main" +description: "Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor." +licenses: + - NPOSL-3.0 +platforms: + - Nodejs + - Docker +tags: + - Pastebins +demo_url: "https://not-th.re"