From 05ef55e9297457a403cbfa0c3c88ff45f7016ecd Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 23 Oct 2025 13:40:44 -0600 Subject: [PATCH] docs: license upgrade.go, uncomment reuse badge --- README.md | 3 +-- upgrade.go | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5423d254aba605e506ccdcb5b4089c3965d560..3ea0d6de9c75a58865b43417664f1258b3d95115 100644 --- a/README.md +++ b/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) [![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 diff --git a/upgrade.go b/upgrade.go index 8450575be77e8a2cd10d537aab5242d022c6cba4..cd7b72b54abb064093aef423eaa7addd9f53319e 100644 --- a/upgrade.go +++ b/upgrade.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + package main import (