From 9f828387b1302c55381a092739d4a6bf836b7a65 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 13 Feb 2018 17:04:12 +0100 Subject: [doc] add copyright notice --- bitmask/main.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bitmask/main.go') diff --git a/bitmask/main.go b/bitmask/main.go index b101367..4efaae1 100644 --- a/bitmask/main.go +++ b/bitmask/main.go @@ -1,3 +1,18 @@ +// Copyright (C) 2018 LEAP +// +// 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 bitmask import ( -- cgit v1.2.3