Changeset 9efb87fdd2978eaba20fb2a6eec476c719956b1e
- Timestamp:
- 07/14/2008 12:59:32 PM
(6 months ago)
- Author:
- Robin Luckey <robin@ohloh.net>
- git-committer:
- Robin Luckey <robin@ohloh.net> 1216065572 -0700
- git-parent:
[1c47b1837f2f7ada6a7a200cf95ead52f7b976bd]
- git-author:
- Robin Luckey <robin@ohloh.net> 1216065572 -0700
- Message:
[NEW] Add LGPL3 to the license_map
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r32b8775 |
r9efb87f |
|
| 124 | 124 | /((at your option) any later version)|(GENERAL PUBLIC LICENSE.*GENERAL PUBLIC LICENSE)/i), |
|---|
| 125 | 125 | |
|---|
| | 126 | SoftwareLicense.new(:lgpl3, |
|---|
| | 127 | "http://www.gnu.org/licenses/lgpl-3.0.html", |
|---|
| | 128 | "GNU Lesser General Public License 3.0", |
|---|
| | 129 | /((\blgpl\b)|(\bgnu\s*(library|lesser)\s*(general\s*)?(public\s*)?license\b)|(\b(lesser|library)\s*gpl\b)).{0,20}\b3(\.0)?\b/i ), |
|---|
| | 130 | |
|---|
| 126 | 131 | SoftwareLicense.new(:gpl, |
|---|
| 127 | 132 | "http://www.opensource.org/licenses/gpl-license.php", |
|---|
| … | … | |
| 132 | 137 | "http://www.opensource.org/licenses/lgpl-license.php", |
|---|
| 133 | 138 | "GNU Library or \"Lesser\" GPL (LGPL)", |
|---|
| 134 | | /(\blgpl\b)|(\bgnu\s*library\s*public\s*license\b)|(\bgnu\s*lesser\s*public\s*license\b)|(\bgnu\s*lesser\s*general\s*public\s*license\b)|(\bgnu\s*library\s*general\s*public\s*license\b|(\b(lesser|library)\s*gpl\b))/i ), |
|---|
| | 139 | /(\blgpl\b)|(\bgnu\s*(library|lesser)\s*(general\s*)?(public\s*)?license\b)|(\b(lesser|library)\s*gpl\b)/i ), |
|---|
| 135 | 140 | |
|---|
| 136 | 141 | SoftwareLicense.new(:historical, |
|---|