docs: license upgrade.go, uncomment reuse badge

Amolith created

Change summary

README.md  | 3 +--
upgrade.go | 4 ++++
2 files changed, 5 insertions(+), 2 deletions(-)

Detailed changes

README.md 🔗

@@ -6,8 +6,7 @@ SPDX-License-Identifier: CC0-1.0
 
 # formatted-commit
 
-<!--[![REUSE status](https://api.reuse.software/badge/git.secluded.site/formatted-commit)](https://api.reuse.software/info/git.secluded.site/formatted-commit)-->
-
+[![REUSE status](https://api.reuse.software/badge/git.secluded.site/formatted-commit)](https://api.reuse.software/info/git.secluded.site/formatted-commit)
 [![Go Report Card](https://goreportcard.com/badge/git.secluded.site/formatted-commit)](https://goreportcard.com/report/git.secluded.site/formatted-commit)
 
 CLI tool that produces commits following the Conventional Commits specification

upgrade.go 🔗

@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
 package main
 
 import (