summaryrefslogtreecommitdiff
path: root/scoped_umask.cc
diff options
context:
space:
mode:
authorPeter Qiu <zqiu@google.com>2015-09-03 11:25:46 -0700
committerPeter Qiu <zqiu@google.com>2015-09-03 11:29:20 -0700
commitc0beca55d290fe0b1c96d78cbbcf94b05c23f5a5 (patch)
treee9ae260abcc6fc8b09b09e4fa2d225825ec901c2 /scoped_umask.cc
parentb2f00e5d8c3f1993363c71fe60a43b0cb8fbad1b (diff)
downloadshill-c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5.tar.gz
License shill 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, the NOTICE was added with a copy of the Apache2 license and MODULE_LICENSE_* file was added. BUG=23587594 TEST=grep 'Chromium OS Authors' doesn't find anything. Change-Id: If41ede586c2465f5831fb7fee270ff41dbfdb596
Diffstat (limited to 'scoped_umask.cc')
-rw-r--r--scoped_umask.cc18
1 files changed, 15 insertions, 3 deletions
diff --git a/scoped_umask.cc b/scoped_umask.cc
index 7d38cff2..b49b219e 100644
--- a/scoped_umask.cc
+++ b/scoped_umask.cc
@@ -1,6 +1,18 @@
-// Copyright (c) 2014 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) 2014 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 "shill/scoped_umask.h"