Skip to content

Convert root LICENSE to a symlink -> LICENSES/LicenseRef-DCL-1.0.txt #26

Description

@thedavidmeister

Convert root LICENSE to a symlink

The org standard for the DecentraLicense is that the real license text lives once at LICENSES/LicenseRef-DCL-1.0.txt (SPDX REUSE naming, matching the SPDX-License-Identifier: LicenseRef-DCL-1.0 headers used throughout the source), and the root LICENSE is a symlink to it. This keeps things DRY — no duplicated license text to drift.

This repo currently has a real root LICENSE file that duplicates the full DCL text (~17.9 KB) already present at LICENSES/LicenseRef-DCL-1.0.txt.

Fix

rm LICENSE && ln -s LICENSES/LicenseRef-DCL-1.0.txt LICENSE && git add LICENSE

Keep it as a symlink (git mode 120000).

Why

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions