diff options
author | 2011-05-20 12:09:57 +0900 | |
---|---|---|
committer | 2011-05-20 12:09:57 +0900 | |
commit | 8632bff2d5a8e1160989008dea6eff4b94b065dd (patch) | |
tree | eb68ea53f728d7ec34fc25b1552d6b6e18f5bf3b /java/src/com/android/inputmethod/latin | |
parent | 0e8bbe3ab48a33b8418bec6930174c37ba561399 (diff) | |
download | latinime-8632bff2d5a8e1160989008dea6eff4b94b065dd.tar.gz latinime-8632bff2d5a8e1160989008dea6eff4b94b065dd.tar.xz latinime-8632bff2d5a8e1160989008dea6eff4b94b065dd.zip |
Fix copyright author from Google to AOSP
Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
3 files changed, 3 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/AutoDictionary.java b/java/src/com/android/inputmethod/latin/AutoDictionary.java index 307b81d43..c2646160d 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 39e7e402f..e56aa695d 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/UserBigramDictionary.java b/java/src/com/android/inputmethod/latin/UserBigramDictionary.java index a32a6461a..b4df5d7c3 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 |