Skip to content

Commit 752288c

Browse files
committed
Merge pull request #258 from nexB/257-mit-gpl
#257 Detect dual mit or gpl in javascript
2 parents 052107d + 9e37150 commit 752288c

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dual licensed under the MIT and GPL licenses.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
licenses:
2+
- mit
3+
- gpl
4+
5+
license_choice: yes
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**
2+
* SyntaxHighlighter
3+
* http://alexgorbatchev.com/SyntaxHighlighter
4+
*
5+
* SyntaxHighlighter is donationware. If you are using it, please donate.
6+
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7+
*
8+
* @version
9+
* 3.0.83 (July 02 2010)
10+
*
11+
* @copyright
12+
* Copyright (C) 2004-2010 Alex Gorbatchev.
13+
*
14+
* @license
15+
* Dual licensed under the MIT and GPL licenses.
16+
*/
17+
eval(function(p,a,c,k,e,d){e=function(c)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
licenses:
2+
- mit
3+
- gpl
4+
license_choice: yes

0 commit comments

Comments
 (0)