diff options
author | 2012-09-06 01:13:12 +0900 | |
---|---|---|
committer | 2012-09-06 01:13:12 +0900 | |
commit | d3a9b703073ce67393a5b0a898710cf240f24475 (patch) | |
tree | 8ae57cff22da26cbbf14948bc19af67af53c9e8a /java/res/values-en | |
parent | 2a2b5edc21c9bbea0ee172baf4b90053ceff98b5 (diff) | |
download | latinime-d3a9b703073ce67393a5b0a898710cf240f24475.tar.gz latinime-d3a9b703073ce67393a5b0a898710cf240f24475.tar.xz latinime-d3a9b703073ce67393a5b0a898710cf240f24475.zip |
Cosmetic cleanup
Change-Id: I5e95440019f58c606ac2e947c6e0cbd4d51f6522
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/bools.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/java/res/values-en/bools.xml b/java/res/values-en/bools.xml index 897f4b3db..dabfff8ba 100644 --- a/java/res/values-en/bools.xml +++ b/java/res/values-en/bools.xml @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> <!-- -/* +/* ** ** Copyright 2008, 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 +** 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 +** 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 +** 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. */ --> <resources> - <bool name="im_is_default">true</bool> + <bool name="im_is_default">true</bool> </resources> |