diff options
author | Alex Deymo <deymo@google.com> | 2015-08-19 20:24:43 -0700 |
---|---|---|
committer | Alex Deymo <deymo@google.com> | 2015-08-19 20:24:43 -0700 |
commit | aea4c1cea20dda7ae7e85fc8924a2d784f70d806 (patch) | |
tree | a8934ac4c258cf942ecc2423fe94f1458acfa64f /install_plan.h | |
parent | d2956cc4b5c60d3d670eb7bf0f1ba800c8a16d62 (diff) |
Re-license update_engine to Apache2
This patch automatically replaced the license on all text files from
Chromium OS (BSD style) to AOSP (Apache2), keeping the original year as
a reference.
The license header was added to .gyp and .gypi files, the NOTICE was
replaced with a copy of the Apache2 license and MODULE_LICENSE_* file
was updated.
BUG=b/23084294
TEST=grep 'Chromium OS Authors' doesn't find anything.
Change-Id: Ie5083750755f5180a8a785b24fe67dbf9195cd10
Diffstat (limited to 'install_plan.h')
-rw-r--r-- | install_plan.h | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/install_plan.h b/install_plan.h index 756822a4..b5a5be16 100644 --- a/install_plan.h +++ b/install_plan.h @@ -1,6 +1,18 @@ -// Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// +// Copyright (C) 2011 The Android Open Source Project +// +// 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. +// #ifndef UPDATE_ENGINE_INSTALL_PLAN_H_ #define UPDATE_ENGINE_INSTALL_PLAN_H_ |