Switch from GPLv2 to GPLv2+
[fw/altos] / altosdroid / res / layout / tab_map.xml
index 2388a20b7db05091af4b5a16bef4c819353685e4..25ae3a8b7a626f5aae4990a3fc5e6d470c746f3c 100644 (file)
@@ -4,7 +4,8 @@
 
      This program 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; version 2 of the License.
+     the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
 
      This program is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,6 +27,7 @@
       android:baselineAligned="true"
       android:orientation="horizontal"
       android:layout_weight="1">
+
     <LinearLayout
        android:id="@+id/map_online"
        android:orientation="horizontal"
        android:layout_height="fill_parent"
        android:layout_weight="1">
     </LinearLayout>
-    <org.altusmetrum.AltosDroid.AltosMapOffline android:id="@+id/map_offline"
-                                               android:layout_width="fill_parent"
-                                               android:layout_height="wrap_content"
-                                               android:layout_weight="1"
-                                               />
+
+    <org.altusmetrum.AltosDroid.AltosMapOffline
+       android:id="@+id/map_offline"
+       android:layout_width="fill_parent"
+       android:layout_height="wrap_content"
+       android:layout_weight="1"/>
   </FrameLayout>
   
   <LinearLayout