From c75c06ec1e53edfdbbf03eb79adcdc70212e1c36 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 1 Oct 2025 12:31:02 -0400 Subject: [PATCH] licens was for constellation --- LICENSE => constellation/LICENSE | 0 constellation/LICENSE.future | 3 +++ constellation/readme.md | 9 +++++++++ 3 files changed, 12 insertions(+) rename LICENSE => constellation/LICENSE (100%) create mode 100644 constellation/LICENSE.future diff --git a/LICENSE b/constellation/LICENSE similarity index 100% rename from LICENSE rename to constellation/LICENSE diff --git a/constellation/LICENSE.future b/constellation/LICENSE.future new file mode 100644 index 0000000..0c0f09f --- /dev/null +++ b/constellation/LICENSE.future @@ -0,0 +1,3 @@ +constellation's source code is currently only available under the AGPL license. + +it MAY be relicensed in the future to MIT and/or Apache 2.0, at the sole discretion of the microcosm organization, but is not available under these licenses today. diff --git a/constellation/readme.md b/constellation/readme.md index 6bb292d..d59b087 100644 --- a/constellation/readme.md +++ b/constellation/readme.md @@ -83,6 +83,15 @@ curl '/links/all/count?target=did:plc:vc7f4oafdgxsihk4cry2xpze' ``` +## Contributions + +### Licensing + +Constellation's source code is currently available exclusively under the AGPL license (see [LICENSE](./LICENSE)). + +In the future, its code MAY become available under the MIT and/or Apache2.0 licenses, at the sole discretion of the microcosm organization. Contributing implies acceptance with this possible future licensing change. The change has not happed yet and is not guaranteed. + + some todos - [x] find links and write them to rocksdb -- 2.51.2