Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Update license in package.json to Apache 2.0 #585

Merged
merged 1 commit into from
Mar 16, 2017
Merged
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
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
"scripts": {
"pretest": "mvn clean package",
"test": "karma start angularjs-portal-home/target/web/karma.conf.js --single-run",
"prestart": "mvn clean package",
"start": "mvn jetty:run"
"prestart": "mvn clean package",
"start": "mvn jetty:run"
},
"repository": {
"type": "git",
"url": "https://github.com/UW-Madison-DoIT/angularjs-portal.git"
},
"author": "",
"license": "ISC",
"author": {
"name": "University of Wisconsin Madison",
"email": "[email protected]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. I suspect we'll be changing this to an apereo list in the near future, probably the uportal-dev email list. As of now, it's good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good

"url": "https://github.com/UW-Madison-DoIT"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UW-Madison-DoIT/angularjs-portal/issues"
},
Expand Down