From 4801f0b603d13b376585ed359d7493a5412b7519 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 15:50:26 -0700 Subject: [PATCH] docs: add LICENSE_STATUS.md --- LICENSE_STATUS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE_STATUS.md diff --git a/LICENSE_STATUS.md b/LICENSE_STATUS.md new file mode 100644 index 0000000..8dccbf3 --- /dev/null +++ b/LICENSE_STATUS.md @@ -0,0 +1,14 @@ +# License Status + +This repository has not been assigned a blanket license by the stewardship pass. + +## Current Rule + +- Existing upstream licenses must be preserved. +- Third-party code must retain attribution and license files. +- Original private work remains all rights reserved until an explicit license is selected. +- Do not assume MIT, Apache, GPL, or public-domain status unless a license file in this repository says so. + +## Next Step + +Classify ownership and dependencies before publishing releases or accepting external contributions.