Add SPDX license identifiers to main.go

The identifiers include the FileCopyrightText for the years 2021-2024 attributed to Winni Neessen, and the License to be under MIT. This addition brings the file into compliance with licensing standards.
This commit is contained in:
Winni Neessen 2024-03-14 09:56:38 +01:00
parent c866d0775f
commit c0588f952a
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
//
// SPDX-License-Identifier: MIT
package main
import (