We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb483ba commit be97c71Copy full SHA for be97c71
ECOSYSTEM.scm
@@ -0,0 +1,20 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
3
+;; ECOSYSTEM.scm — palimpsest-license
4
+
5
+(ecosystem
6
+ (version "1.0.0")
7
+ (name "palimpsest-license")
8
+ (type "project")
9
+ (purpose "Jonathan D.A. Jewell <jonathan.jewell@gmail.com>")
10
11
+ (position-in-ecosystem
12
+ "Part of hyperpolymath ecosystem. Follows RSR guidelines.")
13
14
+ (related-projects
15
+ (project (name "rhodium-standard-repositories")
16
+ (url "https://github.com/hyperpolymath/rhodium-standard-repositories")
17
+ (relationship "standard")))
18
19
+ (what-this-is "Jonathan D.A. Jewell <jonathan.jewell@gmail.com>")
20
+ (what-this-is-not "- NOT exempt from RSR compliance"))
0 commit comments