diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-05 15:02:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-05 23:07:20 +0200 |
commit | aceac26cbbc28bf0f1ee747976947f083325e762 (patch) | |
tree | 7388d3492306af02c7e5cf09e4aec08aa1298d0c /xP | |
parent | e250ae8255c9d60c406f8bdd64b321df94bba3e9 (diff) | |
download | xK-aceac26cbbc28bf0f1ee747976947f083325e762.tar.gz xK-aceac26cbbc28bf0f1ee747976947f083325e762.tar.xz xK-aceac26cbbc28bf0f1ee747976947f083325e762.zip |
Fix up xP's module path, mention the licence
Diffstat (limited to 'xP')
-rw-r--r-- | xP/go.mod | 2 | ||||
-rw-r--r-- | xP/xP.go | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module janouch.name/xK +module janouch.name/xK/xP go 1.18 @@ -1,3 +1,6 @@ +// Copyright (c) 2022, Přemysl Eric Janouch <p@janouch.name> +// SPDX-License-Identifier: 0BSD + package main import ( |