diff options
author | 2011-05-19 21:57:03 -0700 | |
---|---|---|
committer | 2011-05-19 21:57:03 -0700 | |
commit | 742ac681a518a71fd4b29bb2f1ec3ec22ddf8004 (patch) | |
tree | 2ee3ae0a27205cdf8bc96df2ee8bc72786d9ff60 /java/src/com/android/inputmethod/latin | |
parent | 1e1df36aa7fcdd4976f10d4079caf26ab8d4383d (diff) | |
parent | f5443e4ef50a2fbb9a0f2637b7e867a8b8367957 (diff) | |
download | latinime-742ac681a518a71fd4b29bb2f1ec3ec22ddf8004.tar.gz latinime-742ac681a518a71fd4b29bb2f1ec3ec22ddf8004.tar.xz latinime-742ac681a518a71fd4b29bb2f1ec3ec22ddf8004.zip |
am f5443e4e: Replace large device keyboard with phone style keyboard (DO NOT MERGE)
* commit 'f5443e4ef50a2fbb9a0f2637b7e867a8b8367957':
Replace large device keyboard with phone style keyboard (DO NOT MERGE)
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
5 files changed, 5 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/latin/AutoDictionary.java b/java/src/com/android/inputmethod/latin/AutoDictionary.java index a00b0915c..54c6f309c 100644 --- a/java/src/com/android/inputmethod/latin/AutoDictionary.java +++ b/java/src/com/android/inputmethod/latin/AutoDictionary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google Inc. + * Copyright (C) 2010 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 diff --git a/java/src/com/android/inputmethod/latin/EditingUtils.java b/java/src/com/android/inputmethod/latin/EditingUtils.java index 0ca06ddfc..90c250dcb 100644 --- a/java/src/com/android/inputmethod/latin/EditingUtils.java +++ b/java/src/com/android/inputmethod/latin/EditingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Google Inc. + * 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 diff --git a/java/src/com/android/inputmethod/latin/InputLanguageSelection.java b/java/src/com/android/inputmethod/latin/InputLanguageSelection.java index 5587c685f..b58a57e42 100644 --- a/java/src/com/android/inputmethod/latin/InputLanguageSelection.java +++ b/java/src/com/android/inputmethod/latin/InputLanguageSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Google Inc. + * Copyright (C) 2008-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 diff --git a/java/src/com/android/inputmethod/latin/LanguageSwitcher.java b/java/src/com/android/inputmethod/latin/LanguageSwitcher.java index 6faf7f95e..2dd3038f9 100644 --- a/java/src/com/android/inputmethod/latin/LanguageSwitcher.java +++ b/java/src/com/android/inputmethod/latin/LanguageSwitcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google Inc. + * Copyright (C) 2010 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 diff --git a/java/src/com/android/inputmethod/latin/UserBigramDictionary.java b/java/src/com/android/inputmethod/latin/UserBigramDictionary.java index 4750fb991..656e6f8e0 100644 --- a/java/src/com/android/inputmethod/latin/UserBigramDictionary.java +++ b/java/src/com/android/inputmethod/latin/UserBigramDictionary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google Inc. + * Copyright (C) 2010 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 |