diff options
author | Mike Lockwood <lockwood@android.com> | 2010-02-24 12:59:14 -0500 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-02-24 12:59:14 -0500 |
commit | 8ab8b411b81e4581060a31a97a0cb204a803b2e5 (patch) | |
tree | 0a138900dd16342c34c03b7faa5403bd965ffa9c /tests/LocationTracker/src/com/android/locationtracker | |
parent | 6c0df0b47328655aa450f406ffb39fda5703a55c (diff) | |
download | frameworks_base-8ab8b411b81e4581060a31a97a0cb204a803b2e5.zip frameworks_base-8ab8b411b81e4581060a31a97a0cb204a803b2e5.tar.gz frameworks_base-8ab8b411b81e4581060a31a97a0cb204a803b2e5.tar.bz2 |
LocationTracker: change copyright from Google to AOSP.
Change-Id: Id74bf74ac8eb372617136b4021853270d4bf5174
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'tests/LocationTracker/src/com/android/locationtracker')
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/LocationTracker/src/com/android/locationtracker/SettingsActivity.java b/tests/LocationTracker/src/com/android/locationtracker/SettingsActivity.java index c5b2432..cb77118 100755 --- a/tests/LocationTracker/src/com/android/locationtracker/SettingsActivity.java +++ b/tests/LocationTracker/src/com/android/locationtracker/SettingsActivity.java @@ -1,5 +1,5 @@ /*
- * Copyright (C) 2008 Google Inc.
+ * Copyright (C) 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.
diff --git a/tests/LocationTracker/src/com/android/locationtracker/TrackerActivity.java b/tests/LocationTracker/src/com/android/locationtracker/TrackerActivity.java index 92e7803..98d0a50 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/TrackerActivity.java +++ b/tests/LocationTracker/src/com/android/locationtracker/TrackerActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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. diff --git a/tests/LocationTracker/src/com/android/locationtracker/TrackerService.java b/tests/LocationTracker/src/com/android/locationtracker/TrackerService.java index 4206da7..5b75653 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/TrackerService.java +++ b/tests/LocationTracker/src/com/android/locationtracker/TrackerService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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. diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/CSVFormatter.java b/tests/LocationTracker/src/com/android/locationtracker/data/CSVFormatter.java index 22ddf45..672ce28 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/CSVFormatter.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/CSVFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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. diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/DateUtils.java b/tests/LocationTracker/src/com/android/locationtracker/data/DateUtils.java index 1691f27..13226bd 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/DateUtils.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/DateUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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. diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/IFormatter.java b/tests/LocationTracker/src/com/android/locationtracker/data/IFormatter.java index d413191..af0b5ed 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/IFormatter.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/IFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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. diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/KMLFormatter.java b/tests/LocationTracker/src/com/android/locationtracker/data/KMLFormatter.java index ef4bbbb..a5e1816 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/KMLFormatter.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/KMLFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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 diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerDataHelper.java b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerDataHelper.java index ad25126..a3838df 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerDataHelper.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerDataHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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 diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerEntry.java b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerEntry.java index 8c961d1..b2741f6 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerEntry.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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 diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerListHelper.java b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerListHelper.java index 0247ef0..55d4d1e 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerListHelper.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerListHelper.java @@ -1,5 +1,5 @@ /*
- * Copyright (C) 2008 Google Inc.
+ * Copyright (C) 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
diff --git a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerProvider.java b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerProvider.java index ea849e0..88f24c3 100644 --- a/tests/LocationTracker/src/com/android/locationtracker/data/TrackerProvider.java +++ b/tests/LocationTracker/src/com/android/locationtracker/data/TrackerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Google Inc. + * Copyright (C) 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 |