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 /deptools | |
| parent | 3e8e74f276eafaf709e8e4c4291431a1d4ccb7e2 (diff) | |
| download | platform_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.tar.gz platform_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.tar.bz2 platform_build_blueprint-8e0c51192a64a869779ce4441c931f7a5c826857.zip | |
Add license headers and LICENSE file
Change-Id: I6f7c7374093c0745ee4aa677480376a06648b358
Diffstat (limited to 'deptools')
| -rw-r--r-- | deptools/depfile.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deptools/depfile.go b/deptools/depfile.go index 9611748..cc114f6 100644 --- a/deptools/depfile.go +++ b/deptools/depfile.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 deptools import ( |
