Leo Famulari <l...@famulari.name> writes: > On Mon, May 02, 2016 at 04:49:21PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-centipede): New variable. > >> + (synopsis "Predict transcription factor binding sites") > > And here I thought it would be a centipede genome ;) > >> + (license (list license:gpl2+ license:gpl3+)))) > > If something is gpl2+, can it also be gpl3+? I'm not sure, just asking > for clarification.
Many R packages are released under any GPL version. This allows the package to be combined with packages that are released under the unfortunate GPLv3 only and GPLv2 only license terms. ~~ Ricardo