Skip to content

Commit d0dc2ad

Browse files
authored
Merge pull request #20264 from common-workflow-lab/npm_package_dep_licenses
Update Javascript package licenses to MIT
2 parents df6488e + d3f9d17 commit d0dc2ad

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

config/plugins/visualizations/annotate_image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"galaxy",
77
"visualization"
88
],
9-
"license": "AFL-3.0",
9+
"license": "MIT",
1010
"dependencies": {
1111
"jquery": "^3.3.1",
1212
"jquery-contextmenu": "^2.7.1",

config/plugins/visualizations/fits_graph_viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"visualization"
77
],
88
"main": "index.js",
9-
"license": "AFL-3.0",
9+
"license": "MIT",
1010
"dependencies": {
1111
"astrovisjs": "0.9.92",
1212
"webpack": "^5.94.0"

config/plugins/visualizations/jqplot/jqplot_bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"galaxy",
66
"visualization"
77
],
8-
"license": "AFL-3.0",
8+
"license": "MIT",
99
"dependencies": {
1010
"@galaxyproject/charts": "^0.1.0",
1111
"babel-preset-env": "^1.6.1",

config/plugins/visualizations/msa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"galaxy",
66
"visualization"
77
],
8-
"license": "AFL-3.0",
8+
"license": "MIT",
99
"files": [
1010
"static"
1111
],

config/plugins/visualizations/nvd3/nvd3_bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"visualization",
88
"d3"
99
],
10-
"license": "AFL-3.0",
10+
"license": "MIT",
1111
"dependencies": {
1212
"@galaxyproject/charts": "^0.1.0",
1313
"backbone": "^1.3.3",

config/plugins/visualizations/pv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"galaxy",
77
"visualization"
88
],
9-
"license": "AFL-3.0",
9+
"license": "MIT",
1010
"dependencies": {
1111
"bio-pv": "^1.8.1"
1212
},

config/plugins/webhooks/demo/tour_generator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"parcel-bundler": "^1.10.3",
55
"toastr": "^2.1.4"
66
},
7+
"license": "MIT",
78
"scripts":{
89
"build": "parcel build tour_generator.js --out-dir . --out-file script.js --no-source-maps"
910
}

lib/galaxy/web/proxy/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A dynamic reverse proxy for use within Galaxy",
55
"main": "index.js",
66
"author": "John Chilton",
7-
"license": "AFL-3.0",
7+
"license": "MIT",
88
"readmeFilename": "README.md",
99
"repository": {
1010
"type": "mercurial",

0 commit comments

Comments
 (0)