From 27d9a6c7c524a4a6c61a9bd13e37412914fcbf4f Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Tue, 8 Jan 2019 00:28:05 -0500 Subject: [PATCH] Adding missing license. --- widgets/linechart/axes/label.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/widgets/linechart/axes/label.go b/widgets/linechart/axes/label.go index 8a2bb14..b999416 100644 --- a/widgets/linechart/axes/label.go +++ b/widgets/linechart/axes/label.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 axes // label.go contains code that calculates the positions of labels on the axes.