diff options
author | Dan Bornstein <danfuzz@android.com> | 2010-12-07 16:27:55 -0800 |
---|---|---|
committer | Dan Bornstein <danfuzz@android.com> | 2010-12-07 16:27:55 -0800 |
commit | 7715d2179749839e358e3f0c1da1024cc68f3801 (patch) | |
tree | 6afdb2000de1dc3750aabf69f063fdde8a809f1a /opengl/tests/testFramerate | |
parent | c087a87e01b9544c28a7a9e2d14491917baee73c (diff) | |
download | frameworks_base-7715d2179749839e358e3f0c1da1024cc68f3801.zip frameworks_base-7715d2179749839e358e3f0c1da1024cc68f3801.tar.gz frameworks_base-7715d2179749839e358e3f0c1da1024cc68f3801.tar.bz2 |
Fix another set of out-of-date headers.
This time in XML files.
Change-Id: Iebe36810c3a2d7a6ff354f43808b1b8649b85637
Diffstat (limited to 'opengl/tests/testFramerate')
-rw-r--r-- | opengl/tests/testFramerate/AndroidManifest.xml | 30 | ||||
-rw-r--r-- | opengl/tests/testFramerate/res/values/strings.xml | 30 |
2 files changed, 26 insertions, 34 deletions
diff --git a/opengl/tests/testFramerate/AndroidManifest.xml b/opengl/tests/testFramerate/AndroidManifest.xml index e04342c..85617f4 100644 --- a/opengl/tests/testFramerate/AndroidManifest.xml +++ b/opengl/tests/testFramerate/AndroidManifest.xml @@ -1,21 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2009, 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. -*/ +<!-- Copyright (C) 2009 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. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/opengl/tests/testFramerate/res/values/strings.xml b/opengl/tests/testFramerate/res/values/strings.xml index e6b3088..baadf0e 100644 --- a/opengl/tests/testFramerate/res/values/strings.xml +++ b/opengl/tests/testFramerate/res/values/strings.xml @@ -1,21 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 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. -*/ +<!-- 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. --> <!-- This file contains resource definitions for displayed strings, allowing |