Skip to content

chore: add LICENSE and SPDX Apache-2.0 headers to source files#17

Merged
achetronic merged 3 commits into
masterfrom
chore/spdx-license-headers
Jun 30, 2026
Merged

chore: add LICENSE and SPDX Apache-2.0 headers to source files#17
achetronic merged 3 commits into
masterfrom
chore/spdx-license-headers

Conversation

@achetronic

Copy link
Copy Markdown
Owner

This repo had no LICENSE file and no per-file license headers. This PR adds both:

  • Add the full Apache License 2.0 text as LICENSE.
  • Prepend SPDX-License-Identifier: Apache-2.0 to every Go source file so the
    license is machine-readable per file.

The header change is comments-only: no behaviour is affected, the build and gofmt
are clean.

Add the Apache License 2.0 text as LICENSE (the repo had none) and prepend the machine-readable SPDX-License-Identifier line to every Go source file. Header change is comments-only; build and gofmt clean.
Prepend '// Copyright 2025 - Alby Hernández and the parakeet contributors' above the SPDX-License-Identifier line in every source file.
Replace the copyright line with 'SPDX-FileCopyrightText: 2026 Alby Hernández <hola@achetronic.com>'.
@achetronic achetronic self-assigned this Jun 30, 2026
@achetronic achetronic added the documentation Improvements or additions to documentation label Jun 30, 2026
@achetronic
achetronic merged commit 306fa1c into master Jun 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant