From 4ee080c7fa11a280d639e7ed1a374d1c4e206660 Mon Sep 17 00:00:00 2001 From: "Hristos N. Triantafillou" Date: Sat, 29 Feb 2020 08:56:10 -0600 Subject: [PATCH] Header --- obpmg.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/obpmg.go b/obpmg.go index a7b2d8f..6df1742 100644 --- a/obpmg.go +++ b/obpmg.go @@ -1,3 +1,19 @@ +// obpmg +// Copyright (C) 2020 Hristos N. Triantafillou +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + package main import ( -- 2.45.2