From b78ad4e01b2d921244c845fee6c27dbcc1b77ae6 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 --- apps/hello-neon/project/jni/helloneon-intrinsics.c | 16 ++++++++++++++++ apps/hello-neon/project/jni/helloneon-intrinsics.h | 16 ++++++++++++++++ apps/hello-neon/project/jni/helloneon.c | 16 ++++++++++++++++ sources/cpufeatures/cpu-features.c | 16 ++++++++++++++++ sources/cpufeatures/cpu-features.h | 16 ++++++++++++++++ 5 files changed, 80 insertions(+) diff --git a/apps/hello-neon/project/jni/helloneon-intrinsics.c b/apps/hello-neon/project/jni/helloneon-intrinsics.c index bac8659..35367c1 100644 --- a/apps/hello-neon/project/jni/helloneon-intrinsics.c +++ b/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/apps/hello-neon/project/jni/helloneon-intrinsics.h b/apps/hello-neon/project/jni/helloneon-intrinsics.h index 1f2ff9a..ad4c8db 100644 --- a/apps/hello-neon/project/jni/helloneon-intrinsics.h +++ b/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/apps/hello-neon/project/jni/helloneon.c b/apps/hello-neon/project/jni/helloneon.c index 3a2e928..ee19e08 100644 --- a/apps/hello-neon/project/jni/helloneon.c +++ b/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/sources/cpufeatures/cpu-features.c b/sources/cpufeatures/cpu-features.c index d165635..09072f4 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 #include #include diff --git a/sources/cpufeatures/cpu-features.h b/sources/cpufeatures/cpu-features.h index d5fa876..b5485b4 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 -- 2.11.0