From ae8f7c5fcaa934d325ceaa7fcf4accb8af9391c3 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 2 Jul 2018 23:31:05 -0400 Subject: [PATCH] Adding missing licence headers. --- draw/hv_line.go | 14 ++++++++++++++ draw/hv_line_test.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/draw/hv_line.go b/draw/hv_line.go index 4a1ea1a..b243041 100644 --- a/draw/hv_line.go +++ b/draw/hv_line.go @@ -1,3 +1,17 @@ +// Copyright 2018 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 draw // hv_line.go contains code that draws horizontal and vertical lines. diff --git a/draw/hv_line_test.go b/draw/hv_line_test.go index 953f149..03565ce 100644 --- a/draw/hv_line_test.go +++ b/draw/hv_line_test.go @@ -1,3 +1,17 @@ +// Copyright 2018 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 draw import (