From 3dec0205a6e078c5161982d85b1c3f49501c023d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Sat, 17 Aug 2019 12:36:05 -0400 Subject: [PATCH] Remove copyright header from cmd/endpointList.go --- cmd/endpointList.go | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/cmd/endpointList.go b/cmd/endpointList.go index a54d056..7b24160 100644 --- a/cmd/endpointList.go +++ b/cmd/endpointList.go @@ -1,19 +1,3 @@ -/* -Copyright © 2019 Juan Carlos Mejías Rodríguez - -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 cmd import (