From 693ad65e24cefe3d60d3702e6adab13d18b121ba Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 22 Feb 2010 14:11:07 -0800 Subject: [PATCH] Add missing copyright disclaimers to cpufeatures and hello-neon --- ndk/apps/hello-neon/project/jni/helloneon-intrinsics.c | 16 ++++++++++++++++ ndk/apps/hello-neon/project/jni/helloneon-intrinsics.h | 16 ++++++++++++++++ ndk/apps/hello-neon/project/jni/helloneon.c | 16 ++++++++++++++++ ndk/sources/cpufeatures/cpu-features.c | 16 ++++++++++++++++ ndk/sources/cpufeatures/cpu-features.h | 16 ++++++++++++++++ 5 files changed, 80 insertions(+) diff --git a/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.c b/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.c index bac8659d..35367c17 100644 --- a/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.c +++ b/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.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 "helloneon-intrinsics.h" #include diff --git a/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.h b/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.h index 1f2ff9a2..ad4c8db2 100644 --- a/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.h +++ b/ndk/apps/hello-neon/project/jni/helloneon-intrinsics.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 HELLONEON_INTRINSICS_H #define HELLONEON_INTRINSICS_H diff --git a/ndk/apps/hello-neon/project/jni/helloneon.c b/ndk/apps/hello-neon/project/jni/helloneon.c index 3a2e928a..ee19e087 100644 --- a/ndk/apps/hello-neon/project/jni/helloneon.c +++ b/ndk/apps/hello-neon/project/jni/helloneon.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 #include #include diff --git a/ndk/sources/cpufeatures/cpu-features.c b/ndk/sources/cpufeatures/cpu-features.c index d1656357..09072f42 100644 --- a/ndk/sources/cpufeatures/cpu-features.c +++ b/ndk/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 #include #include diff --git a/ndk/sources/cpufeatures/cpu-features.h b/ndk/sources/cpufeatures/cpu-features.h index d5fa8769..b5485b46 100644 --- a/ndk/sources/cpufeatures/cpu-features.h +++ b/ndk/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 -- 2.11.0