From 8128e1574799329506619ab76f594ed5e52106b9 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Tue, 5 Feb 2019 00:05:54 -0500 Subject: [PATCH] Adding licences. --- draw/segdisp/sixteen/testsixteen/testsixteen.go | 14 ++++++++++++++ widgets/segmentdisplay/write_options.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/draw/segdisp/sixteen/testsixteen/testsixteen.go b/draw/segdisp/sixteen/testsixteen/testsixteen.go index b32ea58..779a4ad 100644 --- a/draw/segdisp/sixteen/testsixteen/testsixteen.go +++ b/draw/segdisp/sixteen/testsixteen/testsixteen.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 testsixteen provides helpers for tests that use the sixteen package. package testsixteen diff --git a/widgets/segmentdisplay/write_options.go b/widgets/segmentdisplay/write_options.go index 02c0d17..9252c84 100644 --- a/widgets/segmentdisplay/write_options.go +++ b/widgets/segmentdisplay/write_options.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 segmentdisplay // write_options.go contains options used when writing content to the widget.