summaryrefslogtreecommitdiff
path: root/payload_generator/payload_signer.cc
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-08-19 20:24:43 -0700
committerAlex Deymo <deymo@google.com>2015-08-19 20:24:43 -0700
commitaea4c1cea20dda7ae7e85fc8924a2d784f70d806 (patch)
treea8934ac4c258cf942ecc2423fe94f1458acfa64f /payload_generator/payload_signer.cc
parentd2956cc4b5c60d3d670eb7bf0f1ba800c8a16d62 (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 'payload_generator/payload_signer.cc')
-rw-r--r--payload_generator/payload_signer.cc18
1 files changed, 15 insertions, 3 deletions
diff --git a/payload_generator/payload_signer.cc b/payload_generator/payload_signer.cc
index 8c3bc28a..5b7d677a 100644
--- a/payload_generator/payload_signer.cc
+++ b/payload_generator/payload_signer.cc
@@ -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.
+//
#include "update_engine/payload_generator/payload_signer.h"