From 03c99568c6909c2dc6fcb42f0ba9062947247797 Mon Sep 17 00:00:00 2001 From: Herbert von Broeuschmeul Date: Sun, 15 May 2011 01:14:00 +0200 Subject: add credits for backport-android-bluetooth For the moment only the english version is provided. --- NOTICE.txt | 26 ++++++++++++++++++++++ res/layout/about.xml | 11 +++++++++ res/values/strings.xml | 6 +++++ res/xml/pref.xml | 2 +- .../bluetooth/provider/BluetoothGpsActivity.java | 5 +++++ 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..f3997d3 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,26 @@ +BluetoothGPS4Droid (BlueGPS4Droid) +Copyright (C) 2010, 2011 Herbert von Broeuschmeul +Copyright (C) 2010, 2011 BluetoothGPS4Droid Project + +BluetoothGPS4Droid is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +BluetoothGPS4Droid is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with BluetoothGPS4Droid. If not, see . + +--------------------------------------------------------------------------- + +Bluetooth support is provided by the backport-android-bluetooth package, +which is the backport of the android.bluetooth API, introduced in Android 2.0 +to older Android platforms. The backport-android-bluetooth package is +open source software released under the Apache License, Version 2.0. +The original software is available from + http://code.google.com/p/backport-android-bluetooth/ + diff --git a/res/layout/about.xml b/res/layout/about.xml index 1cf4855..614d7ed 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -71,5 +71,16 @@ style="@style/about_text" android:text="@string/about_sources" /> + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 88b2bfa..f03190b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -123,4 +123,10 @@ The source code is available from Git repository on the project website: http://sourceforge.net/p/bluegps4droid + Bluetooth support is provided by the backport-android-bluetooth package, + which is open source software released under the Apache License, Version 2.0. + + The backport-android-bluetooth package is available from: + http://code.google.com/p/backport-android-bluetooth + diff --git a/res/xml/pref.xml b/res/xml/pref.xml index 8a65c41..5227cf8 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/. + along with BluetoothGPS4Droid. If not, see .. -->