OSDN Git Service

Fix a couple copyright headers that aren't in the prescribed format.
authorDan Bornstein <danfuzz@android.com>
Wed, 4 Aug 2010 01:09:42 +0000 (18:09 -0700)
committerDan Bornstein <danfuzz@android.com>
Mon, 9 Aug 2010 21:20:45 +0000 (14:20 -0700)
Change-Id: I4de4dc69d8989f1add431e58533c7e633f67e550

libnativehelper/Register.c
libnativehelper/include/nativehelper/jni.h

index e3cd407..87017ac 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * JNI helper functions.
+ */
+
 #include "jni.h"
 
 extern int registerCoreLibrariesJni(JNIEnv* env);
index 93349e0..22b1d88 100644 (file)
@@ -1,11 +1,26 @@
 /*
- * Copyright 2006 The Android Open Source Project
+ * Copyright (C) 2006 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.
+ */
+
+/*
  * JNI specification, as defined by Sun:
  * http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html
  *
  * Everything here is expected to be VM-neutral.
  */
+
 #ifndef _JNI_H
 #define _JNI_H