aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-02-22 14:11:07 -0800
committerDavid 'Digit' Turner <digit@google.com>2010-02-22 14:11:07 -0800
commitb78ad4e01b2d921244c845fee6c27dbcc1b77ae6 (patch)
tree3db84246caf568f393c7204c63500a2c1999e643 /sources
parentefebd72894aad26a628b7046d405c8dd730879cc (diff)
downloadndk-b78ad4e01b2d921244c845fee6c27dbcc1b77ae6.tar.gz
Add missing copyright disclaimers to cpufeatures and hello-neon
Diffstat (limited to 'sources')
-rw-r--r--sources/cpufeatures/cpu-features.c16
-rw-r--r--sources/cpufeatures/cpu-features.h16
2 files changed, 32 insertions, 0 deletions
diff --git a/sources/cpufeatures/cpu-features.c b/sources/cpufeatures/cpu-features.c
index d16563575..09072f42d 100644
--- a/sources/cpufeatures/cpu-features.c
+++ b/sources/cpufeatures/cpu-features.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2010 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 <sys/system_properties.h>
#include <machine/cpu-features.h>
#include <pthread.h>
diff --git a/sources/cpufeatures/cpu-features.h b/sources/cpufeatures/cpu-features.h
index d5fa87694..b5485b469 100644
--- a/sources/cpufeatures/cpu-features.h
+++ b/sources/cpufeatures/cpu-features.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2010 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.
+ *
+ */
#ifndef CPU_FEATURES_H
#define CPU_FEATURES_H