diff --git a/.renovaterc.json.license b/.renovaterc.json.license deleted file mode 100644 index 524feba..0000000 --- a/.renovaterc.json.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2023 Steffen Vogel -SPDX-License-Identifier: Apache-2.0 diff --git a/.reuse/dep5 b/.reuse/dep5 index 3b0c175..022d6c9 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,6 @@ Upstream-Name: go-token Upstream-Contact: Steffen Vogel Source: https://github.com/cunicu/go-token -Files: go.mod go.sum */testdata/* *.drawio *.svg +Files: go.sum .renovaterc.json */testdata/* *.drawio *.svg Copyright: 2023 Steffen Vogel -License: CC0-1.0 +License: Apache-2.0 diff --git a/go.mod b/go.mod index 0af46a0..7e91740 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 Steffen Vogel +// SPDX-License-Identifier: Apache-2.0 + module cunicu.li/hawkes go 1.22.0