From e052540c92ef82939d03f18c8f2d829773513b4b Mon Sep 17 00:00:00 2001 From: Ben Ridley Date: Tue, 13 Oct 2020 12:30:47 +1100 Subject: [PATCH] Add license header Signed-off-by: Ben Ridley --- timeinterval/timeinterval.go | 13 +++++++++++++ timeinterval/timeinterval_test.go | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/timeinterval/timeinterval.go b/timeinterval/timeinterval.go index 54cfa6d1..9db043ae 100644 --- a/timeinterval/timeinterval.go +++ b/timeinterval/timeinterval.go @@ -1,3 +1,16 @@ +// Copyright 2020 Prometheus Team +// 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 timeinterval import ( diff --git a/timeinterval/timeinterval_test.go b/timeinterval/timeinterval_test.go index 25a81361..a93b1cc0 100644 --- a/timeinterval/timeinterval_test.go +++ b/timeinterval/timeinterval_test.go @@ -1,3 +1,16 @@ +// Copyright 2020 Prometheus Team +// 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 timeinterval import (