Skip to content

Commit 1085ec5

Browse files
committed
Switch from GPLv2 to GPLv2+
Signed-off-by: Keith Packard <[email protected]>
1 parent cd97128 commit 1085ec5

File tree

860 files changed

+1746
-883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

860 files changed

+1746
-883
lines changed

README

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Copyright and License
66

77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
9-
the Free Software Foundation; version 2 of the License.
9+
the Free Software Foundation; either version 2 of the License, or
10+
(at your option) any later version.
1011

1112
This program is distributed in the hope that it will be useful, but
1213
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/AndroidManifest.xml.in

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
* Copyright © 2012 Mike Beattie <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation; version 2 of the License.
8-
*
9-
* This program is distributed in the hope that it will be useful, but
10-
* WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License along
15-
* with this program; if not, write to the Free Software Foundation, Inc.,
16-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
3+
4+
Copyright © 2012 Mike Beattie <[email protected]>
5+
6+
This program is free software; you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful, but
12+
WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License along
17+
with this program; if not, write to the Free Software Foundation, Inc.,
18+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19+
1720
-->
1821
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1922
package="org.altusmetrum.AltosDroid"

altosdroid/res/layout/altosdroid.xml

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright © 2012-2013 Mike Beattie <[email protected]>
43
5-
This program is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
4+
Copyright © 2012-2013 Mike Beattie <[email protected]>
85
9-
This program is distributed in the hope that it will be useful, but
10-
WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
General Public License for more details.
6+
This program is free software; you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful, but
12+
WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License along
17+
with this program; if not, write to the Free Software Foundation, Inc.,
18+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
1319
14-
You should have received a copy of the GNU General Public License along
15-
with this program; if not, write to the Free Software Foundation, Inc.,
16-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
1720
-->
1821
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1922
android:layout_width="fill_parent"

altosdroid/res/layout/device_list.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/frequency.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/idle_mode.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/igniter_status.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/igniters.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/manage_frequencies.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/map_preload.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/map_type.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/setup.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation; version 2 of the License.
8+
the Free Software Foundation; either version 2 of the License, or
9+
(at your option) any later version.
910
1011
This program is distributed in the hope that it will be useful, but
1112
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/tab_flight.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/tab_map.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/tab_pad.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/layout/tab_recover.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/menu/option_menu.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/values/Colors.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/res/values/strings.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; version 2 of the License.
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
89
910
This program is distributed in the hope that it will be useful, but
1011
WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosBluetooth.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation; version 2 of the License.
7+
* the Free Software Foundation; either version 2 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDebug.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroid.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidLink.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidMapInterface.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidMapSourceListener.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidPreferences.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidPreferencesBackend.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidTab.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosMapOffline.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosMapOnline.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosUsb.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosViewPager.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/AltosVoice.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation; version 2 of the License.
7+
* the Free Software Foundation; either version 2 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

altosdroid/src/org/altusmetrum/AltosDroid/BuildInfo.java.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; version 2 of the License.
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
78
*
89
* This program is distributed in the hope that it will be useful, but
910
* WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)