diff options
author | Colin Cross <ccross@google.com> | 2015-01-23 14:15:10 -0800 |
---|---|---|
committer | Colin Cross <ccross@google.com> | 2015-01-23 14:23:27 -0800 |
commit | 8e0c51192a64a869779ce4441c931f7a5c826857 (patch) | |
tree | 44ba80318d7256061ac9a29e19e451cb62a5faf1 /context_test.go | |
parent | 3e8e74f276eafaf709e8e4c4291431a1d4ccb7e2 (diff) | |
download | android_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.tar.gz android_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.tar.bz2 android_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.zip |
Add license headers and LICENSE file
Change-Id: I6f7c7374093c0745ee4aa677480376a06648b358
Diffstat (limited to 'context_test.go')
-rw-r--r-- | context_test.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/context_test.go b/context_test.go index 366fcc6..3d8f6ee 100644 --- a/context_test.go +++ b/context_test.go @@ -1,3 +1,17 @@ +// Copyright 2014 Google Inc. All rights reserved. +// +// 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 blueprint import ( |