From 99f9ddb047bf6f062c2911898f6eec73a25a6efc Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 24 Feb 2019 02:01:31 -0500 Subject: [PATCH] Adding licences. --- linestyle/linestyle.go | 14 ++++++++++++++ linestyle/linestyle_test.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/linestyle/linestyle.go b/linestyle/linestyle.go index 9218814..0bcd4a4 100644 --- a/linestyle/linestyle.go +++ b/linestyle/linestyle.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 linestyle defines various line styles. package linestyle diff --git a/linestyle/linestyle_test.go b/linestyle/linestyle_test.go index 1e5e585..91b6cc4 100644 --- a/linestyle/linestyle_test.go +++ b/linestyle/linestyle_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 linestyle import "testing"