From 46fb4356940265c1c2bfa0212dd5757f6a6b21b6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 30 Aug 2024 17:59:20 +0200 Subject: [PATCH] Fixes license --- main.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/main.go b/main.go index b86a455..0b67ac8 100644 --- a/main.go +++ b/main.go @@ -1,17 +1,7 @@ /* Copyright © 2024 Dennis Schoepf dev@dnsc.io -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed under GNU GPL v3 */ package main