From 38de287a565e4dec2b4eab1791a3bd85fa44e0d8 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 14 Feb 2018 18:49:18 +0100 Subject: [PATCH] Remove obsolete copyright notices --- prometheus/push/deprecated.go | 6 ------ prometheus/push/example_add_from_gatherer_test.go | 6 ------ prometheus/push/push_test.go | 6 ------ 3 files changed, 18 deletions(-) diff --git a/prometheus/push/deprecated.go b/prometheus/push/deprecated.go index af48f5d..3d62b57 100644 --- a/prometheus/push/deprecated.go +++ b/prometheus/push/deprecated.go @@ -11,12 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright (c) 2013, The Prometheus Authors -// All rights reserved. -// -// Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. - package push // This file contains only deprecated code. Remove after v0.9 is released. diff --git a/prometheus/push/example_add_from_gatherer_test.go b/prometheus/push/example_add_from_gatherer_test.go index a1e6889..dd22b52 100644 --- a/prometheus/push/example_add_from_gatherer_test.go +++ b/prometheus/push/example_add_from_gatherer_test.go @@ -11,12 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright (c) 2013, The Prometheus Authors -// All rights reserved. -// -// Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. - package push_test import ( diff --git a/prometheus/push/push_test.go b/prometheus/push/push_test.go index 670dc9e..34ec334 100644 --- a/prometheus/push/push_test.go +++ b/prometheus/push/push_test.go @@ -11,12 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright (c) 2013, The Prometheus Authors -// All rights reserved. -// -// Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. - package push import (