From 290944c42c0d5551c4d1188b23ce1e35fabc5395 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 24 Feb 2019 16:30:05 -0500 Subject: [PATCH] Adding licences. --- align/align_test.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/align/align_test.go b/align/align_test.go index a08c6c6..5cffc52 100644 --- a/align/align_test.go +++ b/align/align_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 align import "testing"