From d58c2c779f8168dead26adef72f3cdb0e68d8764 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Wed, 23 Feb 2022 22:04:18 +0800 Subject: [PATCH] Add copyright and license header. --- parseconfig.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parseconfig.go b/parseconfig.go index 9c6eee8..81cdbf8 100644 --- a/parseconfig.go +++ b/parseconfig.go @@ -1,3 +1,7 @@ +// Copyright 2022 Martin Dosch. +// Use of this source code is governed by the BSD-2-clause +// license that can be found in the LICENSE file. + package main import (