diff options
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 ( |