From ac0be60bb91a52981c46126d56ba8ac8168a80af Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Thu, 20 Aug 2015 13:03:56 +0200 Subject: [PATCH] Add license headers --- config/config.go | 13 +++++++++++++ config/config_test.go | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/config/config.go b/config/config.go index e6319d2f88..b3731c271f 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,16 @@ +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package config import ( diff --git a/config/config_test.go b/config/config_test.go index f5ebf80d3a..9b78bd29fd 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,3 +1,16 @@ +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package config import (