Add copyright header to Golang files

This commit is contained in:
Thomas Röhl
2025-04-29 16:48:24 +02:00
committed by Thomas Gruber
parent d8f10384a1
commit 4c7a0e064f
37 changed files with 259 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
// Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
// All rights reserved. This file is part of cc-lib.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// additional authors:
// Holger Obermaier (NHR@KIT)
package metricAggregator
import (