From 0f31f25eaa8d1e640308a1e7e17d769279cb51a1 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 4 Feb 2019 00:49:05 -0500 Subject: [PATCH] Adding licences. --- attrrange/attrrange.go | 14 ++++++++++++++ attrrange/attrrange_test.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/attrrange/attrrange.go b/attrrange/attrrange.go index 6159eab..70f5a06 100644 --- a/attrrange/attrrange.go +++ b/attrrange/attrrange.go @@ -1,3 +1,17 @@ +// Copyright 2019 Google Inc. +// +// 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 attrrange simplifies tracking of attributes that apply to a range of // items. // Refer to the examples if the test file for details on usage. diff --git a/attrrange/attrrange_test.go b/attrrange/attrrange_test.go index 3f63204..aedae14 100644 --- a/attrrange/attrrange_test.go +++ b/attrrange/attrrange_test.go @@ -1,3 +1,17 @@ +// Copyright 2019 Google Inc. +// +// 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 attrrange import (