diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-01-30 22:01:07 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-01-30 22:01:07 +0100 |
commit | afeee82cf52c30a9c6f507ed5783b59d3b7173da (patch) | |
tree | 496b746785a9e35bd070bdf27fd3085e30d7bc6f | |
parent | 18e0d316d3e220a35a81adbb7898e16fed074b34 (diff) | |
download | BlueGPS-afeee82cf52c30a9c6f507ed5783b59d3b7173da.zip BlueGPS-afeee82cf52c30a9c6f507ed5783b59d3b7173da.tar.gz BlueGPS-afeee82cf52c30a9c6f507ed5783b59d3b7173da.tar.bz2 |
update copyright info
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | res/layout/about.xml | 4 | ||||
-rw-r--r-- | res/values-en/strings.xml | 4 | ||||
-rw-r--r-- | res/values-es/strings.xml | 4 | ||||
-rw-r--r-- | res/values-fr/strings.xml | 4 | ||||
-rw-r--r-- | res/values/about_style.xml | 4 | ||||
-rw-r--r-- | res/values/constants.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 4 | ||||
-rw-r--r-- | res/xml/pref.xml | 4 | ||||
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java | 4 | ||||
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java | 4 | ||||
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java | 4 | ||||
-rw-r--r-- | src/org/broeuschmeul/android/gps/nmea/util/NmeaParser.java | 4 | ||||
-rw-r--r-- | src/org/broeuschmeul/android/gps/sirf/util/SirfUtils.java | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f6cd5db..d306f52 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/res/layout/about.xml b/res/layout/about.xml index 3d6dddb..1cf4855 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2010 Herbert von Broeuschmeul - Copyright (C) 2010 BluetoothGPS4Droid Project + Copyright (C) 2010, 2011 Herbert von Broeuschmeul + Copyright (C) 2010, 2011 BluetoothGPS4Droid Project This file is part of BluetoothGPS4Droid. diff --git a/res/values-en/strings.xml b/res/values-en/strings.xml index 2dcd198..4caad7d 100644 --- a/res/values-en/strings.xml +++ b/res/values-en/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 402c10d..a948b3a 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2010 Herbert von Broeuschmeul - Copyright (C) 2010 BluetoothGPS4Droid Project + Copyright (C) 2010, 2011 Herbert von Broeuschmeul + Copyright (C) 2010, 2011 BluetoothGPS4Droid Project This file is part of BluetoothGPS4Droid. diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index cdcd57d..2b4418e 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/res/values/about_style.xml b/res/values/about_style.xml index 1555525..ac2d23c 100644 --- a/res/values/about_style.xml +++ b/res/values/about_style.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2010 Herbert von Broeuschmeul - Copyright (C) 2010 BluetoothGPS4Droid Project + Copyright (C) 2010, 2011 Herbert von Broeuschmeul + Copyright (C) 2010, 2011 BluetoothGPS4Droid Project This file is part of BluetoothGPS4Droid. diff --git a/res/values/constants.xml b/res/values/constants.xml index 70972ae..47ab9db 100644 --- a/res/values/constants.xml +++ b/res/values/constants.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/res/values/strings.xml b/res/values/strings.xml index b9c4335..79f4a2d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/res/xml/pref.xml b/res/xml/pref.xml index 948e0c2..84478d0 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2010 Herbert von Broeuschmeul
- Copyright (C) 2010 BluetoothGPS4Droid Project
+ Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
This file is part of BluetoothGPS4Droid.
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java index 1917f77..0d2207d 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java @@ -1,6 +1,6 @@ /*
- * Copyright (C) 2010 Herbert von Broeuschmeul
- * Copyright (C) 2010 BluetoothGPS4Droid Project
+ * Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ * Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
*
* This file is part of BluetoothGPS4Droid.
*
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java index 858a0a1..b529aab 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java @@ -1,6 +1,6 @@ /*
- * Copyright (C) 2010 Herbert von Broeuschmeul
- * Copyright (C) 2010 BluetoothGPS4Droid Project
+ * Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ * Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
*
* This file is part of BluetoothGPS4Droid.
*
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java index c896008..49e0f34 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java @@ -1,6 +1,6 @@ /*
- * Copyright (C) 2010 Herbert von Broeuschmeul
- * Copyright (C) 2010 BluetoothGPS4Droid Project
+ * Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ * Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
*
* This file is part of BluetoothGPS4Droid.
*
diff --git a/src/org/broeuschmeul/android/gps/nmea/util/NmeaParser.java b/src/org/broeuschmeul/android/gps/nmea/util/NmeaParser.java index 952b02d..32f75a8 100644 --- a/src/org/broeuschmeul/android/gps/nmea/util/NmeaParser.java +++ b/src/org/broeuschmeul/android/gps/nmea/util/NmeaParser.java @@ -1,6 +1,6 @@ /*
- * Copyright (C) 2010 Herbert von Broeuschmeul
- * Copyright (C) 2010 BluetoothGPS4Droid Project
+ * Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ * Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
*
* This file is part of BluetoothGPS4Droid.
*
diff --git a/src/org/broeuschmeul/android/gps/sirf/util/SirfUtils.java b/src/org/broeuschmeul/android/gps/sirf/util/SirfUtils.java index 46d3368..075322f 100644 --- a/src/org/broeuschmeul/android/gps/sirf/util/SirfUtils.java +++ b/src/org/broeuschmeul/android/gps/sirf/util/SirfUtils.java @@ -1,6 +1,6 @@ /*
- * Copyright (C) 2010 Herbert von Broeuschmeul
- * Copyright (C) 2010 BluetoothGPS4Droid Project
+ * Copyright (C) 2010, 2011 Herbert von Broeuschmeul
+ * Copyright (C) 2010, 2011 BluetoothGPS4Droid Project
*
* This file is part of BluetoothGPS4Droid.
*
|