diff options
author | 2013-07-23 19:39:03 +0900 | |
---|---|---|
committer | 2013-07-23 19:39:03 +0900 | |
commit | b9eb32679f27b28051fdd0c5e7cc59805f0bf20f (patch) | |
tree | 806ac0a85824ec69ab448f72a86b28bf54ae08ab /java/src | |
parent | 01c2bb1303c26525ab27290857e9f9547c34a29a (diff) | |
download | latinime-b9eb32679f27b28051fdd0c5e7cc59805f0bf20f.tar.gz latinime-b9eb32679f27b28051fdd0c5e7cc59805f0bf20f.tar.xz latinime-b9eb32679f27b28051fdd0c5e7cc59805f0bf20f.zip |
Cosmetic fix for the copyright header
Change-Id: I2a93ac21571d1f6255a72a1a238b03dbb95108de
Diffstat (limited to 'java/src')
-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; |