Skip to content

Commit b06040d

Browse files
committed
docs: add SPDX headers to markdown files
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8b3a7f0 commit b06040d

9 files changed

Lines changed: 22 additions & 8 deletions

.env.example

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
## Scope
25

36
- [ ] Change scope and impact are clearly described

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# Copilot Instructions
25

36
## Mandatory quality flow

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# Changelog
25

36
All notable changes to this project will be documented in this file.

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# Code of Conduct
25

36
Be respectful, constructive, and inclusive.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# Contributing
25

36
## Branch and PR flow

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# xobject-template
25

36
> Compile a minimal HTML+CSS subset into reusable PDF Form XObject templates for visible signatures.

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-FileCopyrightText = "2026 LibreSign"
1010
SPDX-License-Identifier = "AGPL-3.0-or-later"
1111

1212
[[annotations]]
13-
path = ["src/**", "tests/**", "benchmarks/**", "scripts/**", ".github/**", "*.php", "*.xml", "*.json", "*.json5", "*.cjs", "docker-compose.yml", ".env.example"]
13+
path = ["src/**", "tests/**", "benchmarks/**", "scripts/**", ".github/**", "*.php", "*.xml", "*.json", "*.json5", "*.cjs", "docker-compose.yml"]
1414
precedence = "override"
1515
SPDX-FileCopyrightText = "2026 LibreSign"
1616
SPDX-License-Identifier = "AGPL-3.0-or-later"

SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
2+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
3+
14
# Security Policy
25

36
Please report vulnerabilities privately to maintainers before public disclosure.

0 commit comments

Comments
 (0)