Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dual licensed under the MIT and GPL licenses.
5 changes: 5 additions & 0 deletions src/licensedcode/data/rules/mit_or_gpl_syntax_highlighter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
licenses:
- mit
- gpl

license_choice: yes
17 changes: 17 additions & 0 deletions tests/licensedcode/data/licenses/mit_or_gpl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
eval(function(p,a,c,k,e,d){e=function(c)
4 changes: 4 additions & 0 deletions tests/licensedcode/data/licenses/mit_or_gpl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
licenses:
- mit
- gpl
license_choice: yes