diff options
author | 2013-07-23 03:43:13 -0700 | |
---|---|---|
committer | 2013-07-23 03:43:13 -0700 | |
commit | 14ac4bf1e92dd88de74ed2b1ea7aa4b4b7ee6a02 (patch) | |
tree | d87c40132629c878c536f717a06702d38d4d3d30 /java | |
parent | 3bb110c571ede6022e70f7de707b5278150f2229 (diff) | |
parent | b9eb32679f27b28051fdd0c5e7cc59805f0bf20f (diff) | |
download | latinime-14ac4bf1e92dd88de74ed2b1ea7aa4b4b7ee6a02.tar.gz latinime-14ac4bf1e92dd88de74ed2b1ea7aa4b4b7ee6a02.tar.xz latinime-14ac4bf1e92dd88de74ed2b1ea7aa4b4b7ee6a02.zip |
am b9eb3267: Cosmetic fix for the copyright header
* commit 'b9eb32679f27b28051fdd0c5e7cc59805f0bf20f':
Cosmetic fix for the copyright header
Diffstat (limited to 'java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java b/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java index 65d7243e3..64f860e7d 100644 --- a/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java +++ b/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java @@ -1,17 +1,17 @@ /* * Copyright (C) 2013 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 limitations - * under the License. + * 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. */ package com.android.inputmethod.latin.userdictionary; |