From d7f8eb10839758a1d96a21e4e235709486f65096 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Mon, 2 Feb 2015 15:14:36 +0100 Subject: [PATCH] Change "Prometheus Team" to "The Prometheus Authors". --- Makefile | 5 ++++- examples/random/main.go | 2 +- examples/simple/main.go | 2 +- extraction/discriminator.go | 2 +- extraction/discriminator_test.go | 2 +- extraction/extraction.go | 2 +- extraction/metricfamilyprocessor.go | 2 +- extraction/metricfamilyprocessor_test.go | 2 +- extraction/processor.go | 2 +- extraction/processor0_0_1.go | 2 +- extraction/processor0_0_1_test.go | 2 +- extraction/processor0_0_2.go | 2 +- extraction/processor0_0_2_test.go | 2 +- extraction/textprocessor.go | 2 +- extraction/textprocessor_test.go | 2 +- model/fingerprinting.go | 2 +- model/labelname.go | 2 +- model/labelname_test.go | 2 +- model/labelset.go | 2 +- model/labelvalue.go | 2 +- model/labelvalue_test.go | 2 +- model/metric.go | 2 +- model/metric_test.go | 2 +- model/model.go | 2 +- model/sample.go | 2 +- model/sample_test.go | 2 +- model/samplevalue.go | 2 +- model/signature.go | 2 +- model/signature_test.go | 2 +- model/timestamp.go | 2 +- model/timestamp_test.go | 2 +- prometheus/benchmark_test.go | 2 +- prometheus/collector.go | 2 +- prometheus/counter.go | 2 +- prometheus/counter_test.go | 2 +- prometheus/doc.go | 2 +- prometheus/example_clustermanager_test.go | 2 +- prometheus/example_memstats_test.go | 2 +- prometheus/example_selfcollector_test.go | 2 +- prometheus/examples_test.go | 2 +- prometheus/expvar.go | 2 +- prometheus/expvar_test.go | 2 +- prometheus/gauge.go | 2 +- prometheus/gauge_test.go | 2 +- prometheus/http.go | 2 +- prometheus/http_test.go | 2 +- prometheus/metric.go | 2 +- prometheus/metric_test.go | 2 +- prometheus/registry.go | 4 ++-- prometheus/registry_test.go | 4 ++-- prometheus/summary.go | 2 +- prometheus/summary_test.go | 2 +- prometheus/untyped.go | 2 +- prometheus/value.go | 2 +- prometheus/vec.go | 2 +- prometheus/vec_test.go | 2 +- text/create.go | 2 +- text/create_test.go | 2 +- text/parse.go | 2 +- text/parse_test.go | 2 +- text/proto.go | 2 +- 61 files changed, 66 insertions(+), 63 deletions(-) diff --git a/Makefile b/Makefile index 7301871..aeb9fc4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # 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 @@ -27,6 +27,9 @@ else RELEASE_SUFFIX ?= endif +# Never honor GOBIN, should it be set at all. +unexport GOBIN + export GOARCH = $(subst x86_64,amd64,$(ARCH)) export GOPKG = go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz export GOURL = http://golang.org/dl diff --git a/examples/random/main.go b/examples/random/main.go index 0ae1d9a..3ee9b40 100644 --- a/examples/random/main.go +++ b/examples/random/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 Prometheus Team +// Copyright 2015 The Prometheus Authors // 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 diff --git a/examples/simple/main.go b/examples/simple/main.go index 01ced82..19620d2 100644 --- a/examples/simple/main.go +++ b/examples/simple/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 Prometheus Team +// Copyright 2015 The Prometheus Authors // 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 diff --git a/extraction/discriminator.go b/extraction/discriminator.go index 8d6b4a4..a353c63 100644 --- a/extraction/discriminator.go +++ b/extraction/discriminator.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/discriminator_test.go b/extraction/discriminator_test.go index e8b01f0..4f08248 100644 --- a/extraction/discriminator_test.go +++ b/extraction/discriminator_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/extraction.go b/extraction/extraction.go index be757ae..31cdafa 100644 --- a/extraction/extraction.go +++ b/extraction/extraction.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/metricfamilyprocessor.go b/extraction/metricfamilyprocessor.go index af2bea6..4ad1223 100644 --- a/extraction/metricfamilyprocessor.go +++ b/extraction/metricfamilyprocessor.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/metricfamilyprocessor_test.go b/extraction/metricfamilyprocessor_test.go index c4ffe90..7898abe 100644 --- a/extraction/metricfamilyprocessor_test.go +++ b/extraction/metricfamilyprocessor_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/processor.go b/extraction/processor.go index 89e8a6e..50c93c9 100644 --- a/extraction/processor.go +++ b/extraction/processor.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/processor0_0_1.go b/extraction/processor0_0_1.go index 9f8bddc..7a728ef 100644 --- a/extraction/processor0_0_1.go +++ b/extraction/processor0_0_1.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/processor0_0_1_test.go b/extraction/processor0_0_1_test.go index 3ffaa04..3fd909c 100644 --- a/extraction/processor0_0_1_test.go +++ b/extraction/processor0_0_1_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/processor0_0_2.go b/extraction/processor0_0_2.go index f1bb0b5..24c7e81 100644 --- a/extraction/processor0_0_2.go +++ b/extraction/processor0_0_2.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/processor0_0_2_test.go b/extraction/processor0_0_2_test.go index 6ef8fb3..451c57e 100644 --- a/extraction/processor0_0_2_test.go +++ b/extraction/processor0_0_2_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/extraction/textprocessor.go b/extraction/textprocessor.go index bdf6c81..2eca1c6 100644 --- a/extraction/textprocessor.go +++ b/extraction/textprocessor.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/extraction/textprocessor_test.go b/extraction/textprocessor_test.go index 86e37fe..ff704a9 100644 --- a/extraction/textprocessor_test.go +++ b/extraction/textprocessor_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/model/fingerprinting.go b/model/fingerprinting.go index ac287fd..5b2ffe3 100644 --- a/model/fingerprinting.go +++ b/model/fingerprinting.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/labelname.go b/model/labelname.go index 6634662..047e756 100644 --- a/model/labelname.go +++ b/model/labelname.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/labelname_test.go b/model/labelname_test.go index c674857..693228d 100644 --- a/model/labelname_test.go +++ b/model/labelname_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/labelset.go b/model/labelset.go index 04a6d8b..b1b54fb 100644 --- a/model/labelset.go +++ b/model/labelset.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/labelvalue.go b/model/labelvalue.go index 69b5041..df2d14c 100644 --- a/model/labelvalue.go +++ b/model/labelvalue.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/labelvalue_test.go b/model/labelvalue_test.go index 227c4d0..15904ed 100644 --- a/model/labelvalue_test.go +++ b/model/labelvalue_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/metric.go b/model/metric.go index c42a34d..246a562 100644 --- a/model/metric.go +++ b/model/metric.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/metric_test.go b/model/metric_test.go index db1b4a7..66a4c8b 100644 --- a/model/metric_test.go +++ b/model/metric_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/model.go b/model/model.go index ea8147c..189c5dc 100644 --- a/model/model.go +++ b/model/model.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/sample.go b/model/sample.go index 735a70b..c13a44d 100644 --- a/model/sample.go +++ b/model/sample.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/sample_test.go b/model/sample_test.go index 3cc5650..3dc4ad2 100644 --- a/model/sample_test.go +++ b/model/sample_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/samplevalue.go b/model/samplevalue.go index eb8dd3a..469c2c0 100644 --- a/model/samplevalue.go +++ b/model/samplevalue.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/signature.go b/model/signature.go index 9623677..4b392fb 100644 --- a/model/signature.go +++ b/model/signature.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/model/signature_test.go b/model/signature_test.go index 6e7afbc..ad20fa3 100644 --- a/model/signature_test.go +++ b/model/signature_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/model/timestamp.go b/model/timestamp.go index 4c8fcf8..eb4304a 100644 --- a/model/timestamp.go +++ b/model/timestamp.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/model/timestamp_test.go b/model/timestamp_test.go index d68f7ba..fa028a4 100644 --- a/model/timestamp_test.go +++ b/model/timestamp_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // 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 diff --git a/prometheus/benchmark_test.go b/prometheus/benchmark_test.go index 26b3203..d43a857 100644 --- a/prometheus/benchmark_test.go +++ b/prometheus/benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/collector.go b/prometheus/collector.go index 3fc53a4..c046880 100644 --- a/prometheus/collector.go +++ b/prometheus/collector.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/counter.go b/prometheus/counter.go index 88fb08f..d715ee0 100644 --- a/prometheus/counter.go +++ b/prometheus/counter.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/counter_test.go b/prometheus/counter_test.go index 99d52f1..3d8bc37 100644 --- a/prometheus/counter_test.go +++ b/prometheus/counter_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/doc.go b/prometheus/doc.go index 441a548..b98c135 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/example_clustermanager_test.go b/prometheus/example_clustermanager_test.go index cafb91b..6f3e215 100644 --- a/prometheus/example_clustermanager_test.go +++ b/prometheus/example_clustermanager_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/example_memstats_test.go b/prometheus/example_memstats_test.go index cbd417e..a84d072 100644 --- a/prometheus/example_memstats_test.go +++ b/prometheus/example_memstats_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/example_selfcollector_test.go b/prometheus/example_selfcollector_test.go index 1ac0791..d82917c 100644 --- a/prometheus/example_selfcollector_test.go +++ b/prometheus/example_selfcollector_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/examples_test.go b/prometheus/examples_test.go index 4afbadb..2b0e7f4 100644 --- a/prometheus/examples_test.go +++ b/prometheus/examples_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/expvar.go b/prometheus/expvar.go index 636d8b3..0f7630d 100644 --- a/prometheus/expvar.go +++ b/prometheus/expvar.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/expvar_test.go b/prometheus/expvar_test.go index 7805466..5d3128f 100644 --- a/prometheus/expvar_test.go +++ b/prometheus/expvar_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/gauge.go b/prometheus/gauge.go index e1d3cc2..ba8a402 100644 --- a/prometheus/gauge.go +++ b/prometheus/gauge.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/gauge_test.go b/prometheus/gauge_test.go index 86c5a6e..6ff1d33 100644 --- a/prometheus/gauge_test.go +++ b/prometheus/gauge_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/http.go b/prometheus/http.go index 828afb0..818c90f 100644 --- a/prometheus/http.go +++ b/prometheus/http.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/http_test.go b/prometheus/http_test.go index e298327..ffe0418 100644 --- a/prometheus/http_test.go +++ b/prometheus/http_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/metric.go b/prometheus/metric.go index 115331f..d8905de 100644 --- a/prometheus/metric.go +++ b/prometheus/metric.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/metric_test.go b/prometheus/metric_test.go index daff1a1..7145f5e 100644 --- a/prometheus/metric_test.go +++ b/prometheus/metric_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/registry.go b/prometheus/registry.go index 9959b3d..50d3a58 100644 --- a/prometheus/registry.go +++ b/prometheus/registry.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright (c) 2013, Prometheus Team +// 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 diff --git a/prometheus/registry_test.go b/prometheus/registry_test.go index a0e9a80..b3603cb 100644 --- a/prometheus/registry_test.go +++ b/prometheus/registry_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright (c) 2013, Prometheus Team +// 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 diff --git a/prometheus/summary.go b/prometheus/summary.go index 164876b..812a5de 100644 --- a/prometheus/summary.go +++ b/prometheus/summary.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/summary_test.go b/prometheus/summary_test.go index bc242c3..3f83796 100644 --- a/prometheus/summary_test.go +++ b/prometheus/summary_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/untyped.go b/prometheus/untyped.go index d3a78fc..a5a4e77 100644 --- a/prometheus/untyped.go +++ b/prometheus/untyped.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/value.go b/prometheus/value.go index b34f863..be74b7f 100644 --- a/prometheus/value.go +++ b/prometheus/value.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/vec.go b/prometheus/vec.go index 915b20f..aa49deb 100644 --- a/prometheus/vec.go +++ b/prometheus/vec.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/prometheus/vec_test.go b/prometheus/vec_test.go index ff06fb9..0e9431e 100644 --- a/prometheus/vec_test.go +++ b/prometheus/vec_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/text/create.go b/text/create.go index 072619f..6aaa281 100644 --- a/text/create.go +++ b/text/create.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/text/create_test.go b/text/create_test.go index f74492e..00b6741 100644 --- a/text/create_test.go +++ b/text/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/text/parse.go b/text/parse.go index 3e7fb30..bbfb887 100644 --- a/text/parse.go +++ b/text/parse.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/text/parse_test.go b/text/parse_test.go index 4ac0dfd..af93839 100644 --- a/text/parse_test.go +++ b/text/parse_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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 diff --git a/text/proto.go b/text/proto.go index 8cbfd41..a46c418 100644 --- a/text/proto.go +++ b/text/proto.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // 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