Skip to content

Commit 64c8001

Browse files
authored
Merge pull request #99 from ConsenSys/license
update license
2 parents 9b98e6a + 7ded83e commit 64c8001

17 files changed

+17
-17
lines changed

src/extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/cockpit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/codelens.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/deco.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/genericDiag.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/hover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/parser/parserHelpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/references.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author github.com/tintinweb
3-
* @license MIT
3+
* @license GPLv3
44
*
55
*
66
* */

src/features/symbols.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/whatsnew/interactiveWebview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
* */
77

src/features/whatsnew/whatsNew.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
* */
77
const vscode = require('vscode');

src/features/writer/drawio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/features/writer/plantuml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

src/settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
/**
33
* @author github.com/tintinweb
4-
* @license MIT
4+
* @license GPLv3
55
*
66
*
77
* */

0 commit comments

Comments
 (0)