-
Notifications
You must be signed in to change notification settings - Fork 6
Maven RDC
Lidia edited this page Apr 24, 2015
·
1 revision
| Data Point | Meaning |
|---|---|
| #mit | 1 if the MIT License is specified in Maven build files |
| #bsd4 | 1 if the BSD License Version 4 is specified in Maven build files |
| #bsd3 | 1 if the BSD License Version 3 is specified in Maven build files |
| #asl1 | 1 if the Apache License Version 1 is specified in Maven build files |
| #asl2 | 1 if the Apache License Version 2 is specified in Maven build files |
| #artistic2 | 1 if the Artistic License Version 2 is specified in Maven build files |
| #lgpl2.1 | 1 if the GNU Lesser General Public License Version 2.1 is specified in Maven build files |
| #lgpl2.1+ | 1 if the GNU Lesser General Public License Version 2.1 or (at your option) any greater version is specified in Maven build files |
| #lgpl3+ | 1 if the GNU Lesser General Public License Version 3 or (at your option) any greater version is specified in Maven build files |
| #mpl | 1 if the Mozilla Public License is specified in Maven build files |
| #cddl | 1 if the Common Development and Distribution License (aka the OpenSolaris license) is specified in Maven build files |
| #cpl-epl | 1 if the (IBM) Common Public License or the similar Eclipse Public License is specified in Maven build files |
| #eupl | 1 if the European Union Public Licence is specified in Maven build files |
| #gpl2 | 1 if the GNU General Public License Version 2 is specified in Maven build files |
| #gpl2+ | 1 if the GNU General Public License Version 2 or (at your option) any greater version is specified in Maven build files |
| #gpl3 | 1 if the GNU General Public License Version 3 is specified in Maven build files |
| #agpl3 | 1 if the GNU Affero General Public License Version 3 is specified in Maven build files |