Skip to content

Commit 48f919e

Browse files
committed
update license in composer.json
1 parent 5f22c0f commit 48f919e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This wrapper is semantically generated by a fork of [swagger-codegen](http://git
223223

224224
## License
225225

226-
Copyright 2015 Swagger Contributors, David Stancu
226+
Copyright 2018 Swagger Contributors, David Stancu
227227

228228
Licensed under the Apache License, Version 2.0 (the "License");
229229
you may not use this file except in compliance with the License.

composer.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,20 @@
88
"api"
99
],
1010
"homepage": "http://developers.dwolla.com/",
11-
"license": "Apache v2",
11+
"license": "Apache-2.0",
1212
"authors": [
1313
{
1414
"name": "Swagger and contributors",
1515
"homepage": "https://github.com/swagger-api/swagger-codegen"
1616
},
17-
{
18-
"name": "David Stancu",
17+
{
18+
"name": "David Stancu",
1919
"homepage": "https://github.com/mach-kernel"
20+
},
21+
{
22+
"name": "Dwolla",
23+
"email": "[email protected]",
24+
"homepage": "https://developers.dwolla.com/"
2025
}
2126
],
2227
"require": {

0 commit comments

Comments
 (0)