summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Butcher2010-08-19 06:31:34 -0500
committerDave Butcher2010-08-19 06:31:34 -0500
commitef18202fd1530e5c3106d6d3fc484a68857d3cb0 (patch)
treeaa14e02c07fafc1380bebc60ba56acf6abff286f /libpixelflinger
parent5dfd90e5c79774d9981d25ab4defbd1e1f652c34 (diff)
downloadplatform-system-core-ef18202fd1530e5c3106d6d3fc484a68857d3cb0.tar.gz
platform-system-core-ef18202fd1530e5c3106d6d3fc484a68857d3cb0.tar.xz
platform-system-core-ef18202fd1530e5c3106d6d3fc484a68857d3cb0.zip
Copyright message changed
Change requested by Android Open Source Project
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/col32cb16blend.S31
-rw-r--r--libpixelflinger/col32cb16blend_neon.S32
2 files changed, 31 insertions, 32 deletions
diff --git a/libpixelflinger/col32cb16blend.S b/libpixelflinger/col32cb16blend.S
index 1450bde84..1831255d2 100644
--- a/libpixelflinger/col32cb16blend.S
+++ b/libpixelflinger/col32cb16blend.S
@@ -1,20 +1,19 @@
1/* libs/pixelflinger/col32cb16blend.S 1/* libs/pixelflinger/col32cb16blend.S
2** 2 *
3** (C) COPYRIGHT 2009 ARM Limited. 3 * Copyright (C) 2009 The Android Open Source Project
4** 4 *
5** Licensed under the Apache License, Version 2.0 (the "License"); 5 * Licensed under the Apache License, Version 2.0 (the "License");
6** you may not use this file except in compliance with the License. 6 * you may not use this file except in compliance with the License.
7** You may obtain a copy of the License at 7 * You may obtain a copy of the License at
8** 8 *
9** http://www.apache.org/licenses/LICENSE-2.0 9 * http://www.apache.org/licenses/LICENSE-2.0
10** 10 *
11** Unless required by applicable law or agreed to in writing, software 11 * Unless required by applicable law or agreed to in writing, software
12** distributed under the License is distributed on an "AS IS" BASIS, 12 * distributed under the License is distributed on an "AS IS" BASIS,
13** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14** See the License for the specific language governing permissions and 14 * See the License for the specific language governing permissions and
15** limitations under the License. 15 * limitations under the License.
16** 16 */
17*/
18 17
19 .text 18 .text
20 .align 19 .align
diff --git a/libpixelflinger/col32cb16blend_neon.S b/libpixelflinger/col32cb16blend_neon.S
index 17b0d01a8..cbd54d1fe 100644
--- a/libpixelflinger/col32cb16blend_neon.S
+++ b/libpixelflinger/col32cb16blend_neon.S
@@ -1,20 +1,20 @@
1/* libs/pixelflinger/col32cb16blend_neon.S 1/* libs/pixelflinger/col32cb16blend_neon.S
2** 2 *
3** (C) COPYRIGHT 2009 ARM Limited. 3 * Copyright (C) 2009 The Android Open Source Project
4** 4 *
5** Licensed under the Apache License, Version 2.0 (the "License"); 5 * Licensed under the Apache License, Version 2.0 (the "License");
6** you may not use this file except in compliance with the License. 6 * you may not use this file except in compliance with the License.
7** You may obtain a copy of the License at 7 * You may obtain a copy of the License at
8** 8 *
9** http://www.apache.org/licenses/LICENSE-2.0 9 * http://www.apache.org/licenses/LICENSE-2.0
10** 10 *
11** Unless required by applicable law or agreed to in writing, software 11 * Unless required by applicable law or agreed to in writing, software
12** distributed under the License is distributed on an "AS IS" BASIS, 12 * distributed under the License is distributed on an "AS IS" BASIS,
13** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14** See the License for the specific language governing permissions and 14 * See the License for the specific language governing permissions and
15** limitations under the License. 15 * limitations under the License.
16** 16 */
17*/ 17
18 18
19 .text 19 .text
20 .align 20 .align