©️ Make source code compliant with the REUSE specification

This commit is contained in:
Simon Schneegans
2023-10-15 14:05:42 +02:00
parent df99dd9ef9
commit 4f84090196
10 changed files with 378 additions and 32 deletions

View File

@@ -1,9 +1,11 @@
//////////////////////////////////////////////////////////////////////////////////////////
// This file is part of the Dynamic Badges Action //
// It may be used under the terms of the MIT license. See the LICENSE file for details. //
// Copyright: (c) 2020 Simon Schneegans //
//////////////////////////////////////////////////////////////////////////////////////////
// SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
// SPDX-License-Identifier: MIT
import core from "@actions/core";
import { makeBadge } from "badge-maker";