From: Boris Kraut Date: Sat, 17 Dec 2016 08:57:38 +0000 (+0100) Subject: docs: switch to spdx license list X-Git-Tag: 0.8~137^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fd51f7fab0f7b370873b04b99e4520233370d152;p=fdroidserver.git docs: switch to spdx license list --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index c4c1d909..947ebb7c 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -16,7 +16,7 @@ Copyright @copyright{} 2013 David Black Copyright @copyright{} 2013, 2014, 2015 Daniel Martí -Copyright @copyright{} 2015 Boris Kraut +Copyright @copyright{} 2015, 2016 Boris Kraut @quotation Permission is granted to copy, distribute and/or modify this document @@ -586,55 +586,9 @@ This is converted to (@code{}) in the public index file. @cindex license The overall license for the application, or in certain cases, for the -source code only. - -Common values: - -@itemize @bullet - -@item -@samp{GPLv2} -GNU GPL version 2 - -@item -@samp{GPLv2+} -GNU GPL version 2 or later - -@item -@samp{GPLv3} -GNU GPL version 3 - -@item -@samp{GPLv3+} -GNU GPL version 3 or later - -@item -@samp{GPL} -An unspecified GPL version. Use this only as a last resort or if there is -some confusion over compatiblity of component licenses: particularly the use of -Apache libraries with GPLv2 source code. - -@item -@samp{AGPL} -Afferro GPL version 3. - -@item -@samp{Apache2} -Apache 2 - -@item -@samp{MIT} -MIT X11 license - -@item -@samp{BSD} -BSD license - the original '4-clause' version. - -@item -@samp{NewBSD} -BSD license - the new, or modified, version. - -@end itemize +source code only. Values should correspond to short identifiers of the +@uref{https://spdx.org/licenses/, SPDX} license list. In some cases an +older, non-standard naming scheme is still used. This is converted to (@code{}) in the public index file.