| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  | let | 
					
						
							|  |  |  |   spdx = lic: lic // { | 
					
						
							|  |  |  |       url = "http://spdx.org/licenses/${lic.shortName}"; | 
					
						
							|  |  |  |     }; | 
					
						
							|  |  |  | in | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  | rec { | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   /* License identifiers from spdx.org where possible.
 | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |    * If you cannot find your license here, then look for a similar license or | 
					
						
							|  |  |  |    * add it to this list. The URL mentioned above is a good source for inspiration. | 
					
						
							|  |  |  |    */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   agpl3 = spdx { | 
					
						
							|  |  |  |     shortName = "AGPL-3.0"; | 
					
						
							|  |  |  |     fullName = "GNU Affero General Public License v3.0"; | 
					
						
							| 
									
										
										
										
											2013-05-31 01:07:36 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   agpl3Plus = { | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |     shortName = "AGPL-3.0+"; | 
					
						
							|  |  |  |     fullName = "GNU Affero General Public License v3.0 or later"; | 
					
						
							|  |  |  |     inherit (agpl3) url; | 
					
						
							| 
									
										
										
										
											2013-05-31 01:07:36 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-06-16 21:35:09 +00:00
										 |  |  |   amd = { | 
					
						
							|  |  |  |     shortName = "amd"; | 
					
						
							|  |  |  |     fullName = "AMD License Agreement"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |     url = http://developer.amd.com/amd-license-agreement/; | 
					
						
							|  |  |  |   };# | 
					
						
							| 
									
										
										
										
											2013-06-16 21:35:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   apsl20 = spdx { | 
					
						
							|  |  |  |     shortName = "APSL-2.0"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |     fullName = "Apple Public Source License 2.0"; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-08-13 07:32:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   artistic2 = spdx { | 
					
						
							|  |  |  |     shortName = "Artistic-2.0"; | 
					
						
							|  |  |  |     fullName = "Artistic License 2.0"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   asl20 = spdx { | 
					
						
							|  |  |  |     shortName = "Apache-2.0"; | 
					
						
							|  |  |  |     fullName = "Apache License 2.0"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   boost = spdx { | 
					
						
							|  |  |  |     shortName = "BSL-1.0"; | 
					
						
							|  |  |  |     fullName = "Boost Software License 1.0"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   bsd2 = spdx { | 
					
						
							|  |  |  |     shortName = "BSD-2-Clause"; | 
					
						
							|  |  |  |     fullName = ''BSD 2-clause "Simplified" License''; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   bsd3 = spdx { | 
					
						
							|  |  |  |     shortName = "BSD-3-Clause"; | 
					
						
							|  |  |  |     fullName = ''BSD 3-clause "New" or "Revised" License''; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   bsdOriginal = spdx { | 
					
						
							|  |  |  |     shortName = "BSD-4-Clause"; | 
					
						
							|  |  |  |     fullName = ''BSD 4-clause "Original" or "Old" License''; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-19 15:02:20 +02:00
										 |  |  |   cc0 = spdx { | 
					
						
							|  |  |  |     shortName = "CC0-1.0"; | 
					
						
							|  |  |  |     fullName = ''Creative Commons Zero v1.0 Universal''; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   cc-by-30 = spdx { | 
					
						
							|  |  |  |     shortName = "CC-BY-3.0"; | 
					
						
							| 
									
										
										
										
											2014-04-10 22:29:36 +02:00
										 |  |  |     fullName = "Creative Commons Attribution 3.0"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   cddl = spdx { | 
					
						
							|  |  |  |     shortName = "CDDL-1.0"; | 
					
						
							|  |  |  |     fullName = "Common Development and Distribution License 1.0"; | 
					
						
							| 
									
										
										
										
											2012-10-05 09:11:25 -07:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   cecill-c = spdx { | 
					
						
							|  |  |  |     shortName = "CECILL-C"; | 
					
						
							|  |  |  |     fullName  = "CeCILL-C Free Software License Agreement"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   cpl10 = spdx { | 
					
						
							|  |  |  |     shortName = "CPL-1.0"; | 
					
						
							|  |  |  |     fullName = "Common Public License 1.0"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   epl10 = spdx { | 
					
						
							|  |  |  |     shortName = "EPL-1.0"; | 
					
						
							|  |  |  |     fullName = "Eclipse Public License 1.0"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  |   free = "free"; | 
					
						
							| 
									
										
										
										
											2014-06-27 09:48:42 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   gpl2 = spdx { | 
					
						
							|  |  |  |     shortName = "GPL-2.0"; | 
					
						
							|  |  |  |     fullName = "GNU General Public License v2.0 only"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   gpl2Oss = { | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |     shortName = "GPL-2.0-with-OSS"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |     fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)"; | 
					
						
							|  |  |  |     url = http://www.mysql.com/about/legal/licensing/foss-exception; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   gpl2Plus = spdx { | 
					
						
							|  |  |  |     shortName = "GPL-2.0+"; | 
					
						
							|  |  |  |     fullName = "GNU General Public License v2.0 or later"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   gpl3 = spdx { | 
					
						
							|  |  |  |     shortName = "GPL-3.0"; | 
					
						
							|  |  |  |     fullName = "GNU General Public License v3.0 only"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   gpl3Plus = spdx { | 
					
						
							|  |  |  |     shortName = "GPL-3.0+"; | 
					
						
							|  |  |  |     fullName = "GNU General Public License v3.0 or later"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   gpl3ClasspathPlus = { | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |     shortName = "GPL-3.0+-with-classpath-exception"; | 
					
						
							|  |  |  |     fullName = "GNU General Public License v3.0 or later (with Classpath exception)"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |     url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   inria = { | 
					
						
							|  |  |  |     shortName = "INRIA-NCLA"; | 
					
						
							|  |  |  |     fullName  = "INRIA Non-Commercial License Agreement"; | 
					
						
							|  |  |  |     url       = "http://compcert.inria.fr/doc/LICENSE"; | 
					
						
							| 
									
										
										
										
											2011-10-14 14:00:50 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   ipa = spdx { | 
					
						
							|  |  |  |     shortName = "IPA"; | 
					
						
							|  |  |  |     fullName = "IPA Font License"; | 
					
						
							| 
									
										
										
										
											2014-06-15 10:02:41 -06:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   ipl10 = spdx { | 
					
						
							|  |  |  |     shortName = "IPL-1.0"; | 
					
						
							|  |  |  |     fullName = "IBM Public License v1.0"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   isc = spdx { | 
					
						
							|  |  |  |     shortName = "ISC"; | 
					
						
							|  |  |  |     fullName = "ISC License"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl2 = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-2.0"; | 
					
						
							|  |  |  |     fullName = "GNU Library General Public License v2 only"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl2Plus = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-2.0+"; | 
					
						
							|  |  |  |     fullName = "GNU Library General Public License v2 or later"; | 
					
						
							| 
									
										
										
										
											2010-02-25 15:44:28 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl21 = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-2.1"; | 
					
						
							|  |  |  |     fullName = "GNU Library General Public License v2.1 only"; | 
					
						
							| 
									
										
										
										
											2014-03-12 21:20:01 +01:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl21Plus = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-2.1+"; | 
					
						
							|  |  |  |     fullName = "GNU Library General Public License v2.1 or later"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl3 = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-3.0"; | 
					
						
							|  |  |  |     fullName = "GNU Lesser General Public License v3.0 only"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   lgpl3Plus = spdx { | 
					
						
							|  |  |  |     shortName = "LGPL-3.0+"; | 
					
						
							|  |  |  |     fullName = "GNU Lesser General Public License v3.0 or later"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   libtiff = { | 
					
						
							|  |  |  |     shortName = "libtiff"; | 
					
						
							|  |  |  |     fullName = "libtiff license"; | 
					
						
							|  |  |  |     url = https://fedoraproject.org/wiki/Licensing/libtiff; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   llgpl21 = { | 
					
						
							|  |  |  |     shortName = "LLGPL-2.1"; | 
					
						
							|  |  |  |     fullName = "Lisp LGPL; GNU Lesser General Public License version 2.1 with Franz Inc. preamble for clarification of LGPL terms in context of Lisp"; | 
					
						
							|  |  |  |     url = http://opensource.franz.com/preamble.html; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-15 00:11:09 +02:00
										 |  |  |   lpl-102 = spdx { | 
					
						
							|  |  |  |     shortName = "LPL-1.02"; | 
					
						
							|  |  |  |     fullName = "Lucent Public License v1.02"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-30 07:28:26 +02:00
										 |  |  |   # spdx.org does not (yet) differentiate between the X11 and Expat versions | 
					
						
							|  |  |  |   # for details see http://en.wikipedia.org/wiki/MIT_License#Various_versions | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   mit = spdx { | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |     shortName = "MIT"; | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |     fullName = "MIT License"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   mpl11 = spdx { | 
					
						
							|  |  |  |     shortName = "MPL-1.1"; | 
					
						
							|  |  |  |     fullName = "Mozilla Public License 1.1"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   mpl20 = spdx { | 
					
						
							|  |  |  |     shortName = "MPL-2.0"; | 
					
						
							|  |  |  |     fullName = "Mozilla Public License 2.0"; | 
					
						
							| 
									
										
										
										
											2013-10-21 00:30:11 +04:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   msrla = { | 
					
						
							|  |  |  |     shortName = "MSR-LA"; | 
					
						
							|  |  |  |     fullName  = "Microsoft Research License Agreement"; | 
					
						
							|  |  |  |     url       = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-29 01:14:10 +04:00
										 |  |  |   ncsa = spdx { | 
					
						
							|  |  |  |     shortName = "NCSA"; | 
					
						
							|  |  |  |     fullName  = "University of Illinois/NCSA Open Source License"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   ofl = spdx { | 
					
						
							|  |  |  |     shortName = "OFL-1.1"; | 
					
						
							|  |  |  |     fullName = "SIL Open Font License 1.1"; | 
					
						
							| 
									
										
										
										
											2014-05-06 04:04:43 -04:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   openssl = spdx { | 
					
						
							|  |  |  |     shortName = "OpenSSL"; | 
					
						
							|  |  |  |     fullName = "OpenSSL License"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   psfl = spdx { | 
					
						
							|  |  |  |     shortName = "Python-2.0"; | 
					
						
							|  |  |  |     fullName = "Python Software Foundation License version 2"; | 
					
						
							|  |  |  |     #url = http://docs.python.org/license.html; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   publicDomain = { | 
					
						
							|  |  |  |     shortName = "Public Domain"; | 
					
						
							|  |  |  |     fullname = "Public Domain"; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  |   sleepycat = spdx { | 
					
						
							|  |  |  |     shortName = "Sleepycat"; | 
					
						
							|  |  |  |     fullName  = "Sleepycat License"; | 
					
						
							| 
									
										
										
										
											2012-02-26 17:23:16 +00:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-09-09 06:23:54 +02:00
										 |  |  |   tcltk = { | 
					
						
							|  |  |  |     shortName = "Tcl/Tk"; | 
					
						
							|  |  |  |     fullName = "Tcl/Tk license"; | 
					
						
							|  |  |  |     url = http://www.tcl.tk/software/tcltk/license.html; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:21 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  |   unfree = "unfree"; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:21 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  |   unfreeRedistributable = "unfree-redistributable"; | 
					
						
							| 
									
										
										
										
											2013-03-24 22:45:21 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  |   unfreeRedistributableFirmware = "unfree-redistributable-firmware"; | 
					
						
							| 
									
										
										
										
											2013-06-05 22:44:08 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-11 22:05:16 -06:00
										 |  |  |   wadalab = { | 
					
						
							|  |  |  |     shortName = "wadalab"; | 
					
						
							|  |  |  |     fullName = "Wadalab Font License"; | 
					
						
							|  |  |  |     url = https://fedoraproject.org/wiki/Licensing:Wadalab?rd=Licensing/Wadalab; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   zlib = spdx { | 
					
						
							|  |  |  |     shortName = "Zlib"; | 
					
						
							|  |  |  |     fullName = "zlib License"; | 
					
						
							| 
									
										
										
										
											2010-02-25 13:06:17 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2013-04-17 01:25:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   zpt20 = spdx { # FIXME: why zpt* instead of zpl* | 
					
						
							|  |  |  |     shortName = "ZPL-2.0"; | 
					
						
							| 
									
										
										
										
											2013-04-17 01:25:45 +02:00
										 |  |  |     fullName = "Zope Public License 2.0"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 18:04:57 +02:00
										 |  |  |   zpt21 = spdx { | 
					
						
							|  |  |  |     shortName = "ZPL-2.1"; | 
					
						
							| 
									
										
										
										
											2013-04-17 01:25:45 +02:00
										 |  |  |     fullName = "Zope Public License 2.1"; | 
					
						
							|  |  |  |   }; | 
					
						
							| 
									
										
										
										
											2014-03-24 19:58:11 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-12 19:05:54 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-07-30 18:16:36 +02:00
										 |  |  | 
 |