Boris Kraut
933cc03ee6
MinCal Widget: Disable, does not verify
2017-05-03 02:21:32 +02:00
Boris Kraut
2ea61d237c
FTP Server: Disable due lint error
2017-05-03 02:21:03 +02:00
Boris Kraut
d4aaabe4c4
Xabber: Remove failing builds
2017-05-03 00:28:55 +02:00
Boris Kraut
0b0c3cfc1f
Sky Map: Disable build, still not clean
2017-05-03 00:10:48 +02:00
Boris Kraut
a05f1b916d
New app: My Contacts, closes fdroid/rfp#127
2017-05-02 23:47:29 +02:00
Boris Kraut
cea3505e15
Personal Diary: Runr rewritemeta
2017-05-02 23:30:34 +02:00
Boris Kraut
fa8bda2336
Merge branch 'master' into 'master'
...
Add org.billthefarmer.diary.txt - Personal Diary - version 1.01
See merge request !2220
2017-05-02 21:08:39 +00:00
Bill Farmer
8a2a5f3c9c
Add org.billthefarmer.diary.txt - Personal Diary - version 1.01
2017-05-02 21:08:16 +00:00
Boris Kraut
558466f107
Merge branch 'update_sky' into 'master'
...
Update and enable Sky Map (Closes : #616 )
Closes #616
See merge request !2218
2017-05-02 21:07:32 +00:00
Boris Kraut
7260fe0c1c
Merge branch 'master' into 'master'
...
Update Tux Paint to beta 8.
See merge request !2221
2017-05-02 21:06:18 +00:00
Pere Pujal i Carabantes
028e9d26b4
Update Tux Paint to beta 8.
2017-05-02 20:26:16 +02:00
Hans-Christoph Steiner
5ec40074dd
Update F-Droid to 0.103 (103050)
2017-05-02 14:12:51 +02:00
Hans-Christoph Steiner
a69bf8e75c
Merge branch 'master' into 'master'
...
giant cleanup of License: tags
See merge request !2219
2017-05-02 11:02:32 +00:00
Hans-Christoph Steiner
71a8c9dd74
license correction: Fair License --> Fair
...
https://spdx.org/licenses/Fair.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
d718a64039
license correction: add versions to GPL and LGPL
...
This was done by manual inspection, and includes a couple of minor license
corrections, e.g. GPL vs LGPL.
for f in `grep '^License:' metadata/*.txt|grep GPL | grep -v GPL-| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do echo $f; find build/$f/ -iname '*license*' -o -iname 'COPYING*' -o -iname 'notice*' | xargs less ; done
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
b1f5861b2c
license correction: AGPL --> AGPL-3.0
...
https://spdx.org/licenses/AGPL-3.0.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
4048779370
license correction: Artistic2 --> Artistic-2.0
...
https://spdx.org/licenses/Artistic-2.0.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
89f7ecc875
license correction: EUPL --> EUPL-1.1
...
https://spdx.org/licenses/EUPL-1.1.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep EUPL
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
286383db09
license correction: CMU --> MIT-CMU
...
https://spdx.org/licenses/MIT-CMU.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep CMU
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
0c97c131de
license correction: --> EPL-1.0
...
https://spdx.org/licenses/EPL-1.0.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep EPL
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
e6b894de33
use license that actually covers the whole project
...
If a more restrictive license is combined with a less restrictive one, then
the more restrictive one is the license for the whole app.
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
04a95fd870
license correction: Apache --> Apache-2.0
...
Based on manually reading the license.
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
5cdebdaa24
license correction: BSD --> BSD-2-Clause
...
https://spdx.org/licenses/BSD-3-Clause.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep BSD|grep -v BSD-
#234
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
b4185a088d
license correction: BSD --> BSD-3-Clause
...
https://spdx.org/licenses/BSD-3-Clause.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep BSD|grep -v BSD-
#234
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
66e6feb995
CC-licensed NonFreeAssets means that's the license of the app
...
In the case of a permissive license on the source code and CC-BY-NC assets,
the app should be labeled CC-BY-NC. The whole app cannot be used under the
BSD, but BSD/etc code can be included in CC-BY-NC.
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
9007fa35fc
license correction: NewBSD --> BSD-3-Clause
...
I did a manual audit to see if the licenses match this:
https://spdx.org/licenses/BSD-3-Clause.html
for f in `grep '^License:' metadata/*.txt|grep NewBSD| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do find build/$f/ -iname '*license*' -o -iname 'COPYING*' | xargs less; done
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
db2c6f5b6a
license correction: FreeBSD --> BSD-2-Clause-FreeBSD
...
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
eb2d8d0274
license correction: NetBSD --> BSD-2-Clause-NetBSD
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
0040cf521c
set CC license versions based on date when license was set
...
These apps didn't specify the CC license version. This just assumes they
wanted the current version when the license was set:
https://wiki.creativecommons.org/wiki/License_Versions
2017-05-02 11:33:34 +02:00
Boris Kraut
04ebd97565
Funkytunes: Clarify legal status
2017-05-02 02:16:57 +02:00
Ciaran Gultnieks
8c1533cd5c
Stats, etc
2017-05-02 01:15:42 +01:00
Boris Kraut
1fca5aca5f
Unify disable= for fdroid/fdroidserver#288
2017-05-02 01:11:26 +02:00
Boris Kraut
64b261745b
Funkytunes: Update description
2017-05-02 00:57:02 +02:00
Jochen Sprickerhof
6b656942e2
Update and enable Sky Map ( Closes : #616 )
...
This uses a non tagged commit as long as there is no new release.
2017-05-01 22:39:59 +02:00
Boris Kraut
26cc9a9394
Merge branch 'patch-1' into 'master'
...
Home Assistant: Point 1.0-RC1 to valid git tag.
See merge request !2216
2017-05-01 16:00:40 +00:00
Max Rumpf
0ca621916a
Home Assistant: Point 1.0-RC1 to valid git tag.
2017-05-01 15:58:49 +00:00
Boris Kraut
0717ab97cf
Update Android CUPS Print to 1.4.0 (9)
2017-05-01 11:20:49 +02:00
Ciaran Gultnieks
9008029c96
Update known apks
2017-05-01 01:23:33 +01:00
Boris Kraut
eaf2626107
Merge branch 'master' into 'master'
...
Dziennik: Point to a working commit for 1.4r
See merge request !2215
2017-04-30 11:28:44 +00:00
Boris Kraut
45d7a15493
Update Taskbar to 3.3.2 (142)
2017-04-30 13:17:06 +02:00
Boris Kraut
e7cc629249
Update NoteBuddy to 1.2.1 (13)
2017-04-30 13:14:23 +02:00
mimi89999
6c4eee6364
Dziennik: Point to a working commit for 1.4r
2017-04-30 11:35:00 +02:00
F-Droid Builder
13e628b30a
Update Twidere to 3.5.36 (353)
2017-04-30 07:57:18 +01:00
F-Droid Builder
3a4f120625
Update Power Ampache to 1.09.32 (42)
2017-04-30 07:19:28 +01:00
F-Droid Builder
52e5af4923
Update CV of Taskbar to 3.3.2 (142)
2017-04-30 06:38:59 +01:00
F-Droid Builder
85319b4145
Update OpenLauncher to 0.3.2 (10)
2017-04-30 05:52:57 +01:00
F-Droid Builder
325b06ab85
Update Nextcloud dev to 20170430 (20170430)
2017-04-30 04:42:51 +01:00
F-Droid Builder
ce83239fa3
Update Hourly Reminder to 3.0.5 (257)
2017-04-30 03:37:43 +01:00
F-Droid Builder
dd9b6893ed
Update Fate Sheets to 0.2 (2)
2017-04-30 03:29:54 +01:00
F-Droid Builder
8a7c8177e6
Update CV of NoteBuddy to 1.2.1 (13)
2017-04-30 03:20:47 +01:00