aboutsummaryrefslogtreecommitdiff
path: root/string_piece.cc
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-23 15:29:13 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-23 15:29:13 +0900
commit1d545aa8a83ba34273b4692c78cf1981fc798658 (patch)
treef073b5b3803db110aa7e0c67ab7091a152cebb6d /string_piece.cc
parent784b99578e2a0b160721bebcbd0706bbf5e99f4c (diff)
Add Apache license header to recently added files
Diffstat (limited to 'string_piece.cc')
-rw-r--r--string_piece.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/string_piece.cc b/string_piece.cc
index f7baea5..e5679b0 100644
--- a/string_piece.cc
+++ b/string_piece.cc
@@ -1,3 +1,17 @@
+// Copyright 2015 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.
+
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.