From aceac26cbbc28bf0f1ee747976947f083325e762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 5 Sep 2022 15:02:37 +0200 Subject: [PATCH] Fix up xP's module path, mention the licence --- xP/go.mod | 2 +- xP/xP.go | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xP/go.mod b/xP/go.mod index 7d4369e..995441e 100644 --- a/xP/go.mod +++ b/xP/go.mod @@ -1,4 +1,4 @@ -module janouch.name/xK +module janouch.name/xK/xP go 1.18 diff --git a/xP/xP.go b/xP/xP.go index 9b5df8f..b9ab73c 100644 --- a/xP/xP.go +++ b/xP/xP.go @@ -1,3 +1,6 @@ +// Copyright (c) 2022, Přemysl Eric Janouch +// SPDX-License-Identifier: 0BSD + package main import (