Skip to content

Commit cc630c6

Browse files
pracuccigotjosh
authored andcommitted
Added license header to files (grafana#67)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent e55a7f0 commit cc630c6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

metrics/user_registries.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-License-Identifier: AGPL-3.0-only
2+
// Provenance-includes-location: https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper.go
3+
// Provenance-includes-license: Apache-2.0
4+
// Provenance-includes-copyright: The Cortex Authors.
5+
16
package util
27

38
import (

metrics/user_registries_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-License-Identifier: AGPL-3.0-only
2+
// Provenance-includes-location: https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go
3+
// Provenance-includes-license: Apache-2.0
4+
// Provenance-includes-copyright: The Cortex Authors.
5+
16
package util
27

38
import (

0 commit comments

Comments
 (0)