From a4390aead65166385a9b9c0bdf11d61fe1a90031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikk=20Margus=20M=C3=B6ll?= Date: Tue, 13 Feb 2024 20:35:36 +0200 Subject: [PATCH] add license header to dwarf.go --- dwarf.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dwarf.go b/dwarf.go index 2929092..7870fad 100644 --- a/dwarf.go +++ b/dwarf.go @@ -1,3 +1,20 @@ +// This file is part of GoRE. +// +// Copyright (C) 2019-2024 GoRE Authors +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero 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 Affero General Public License +// along with this program. If not, see . + package gore import (