From 187d3306cbce3e20544dc39459f4e51d7f71b96b Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Thu, 9 Aug 2012 14:51:32 -0400 Subject: [PATCH] Add a missing copyright header for Libcore. --- src/main/java/libcore/util/Libcore.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/java/libcore/util/Libcore.java b/src/main/java/libcore/util/Libcore.java index 740d6781d..0d7db0d7b 100644 --- a/src/main/java/libcore/util/Libcore.java +++ b/src/main/java/libcore/util/Libcore.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2012 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. + */ + package libcore.util; import java.io.File;