Remove Apache license from server stub generators (#4200)

* remove php apache license

* remove license in sample code, update nodejs to use unlicnese

* remove license from jaxrs generator

* remove license from server generator

* update pom.xml for jaxrs resteasy joda server
This commit is contained in:
wing328
2016-11-17 00:37:21 +08:00
committed by GitHub
parent 63c3133e88
commit 88227e08e3
209 changed files with 923 additions and 6752 deletions

View File

@@ -39,7 +39,7 @@ exports.getOrderById = function(args, res, next) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2000-01-23T04:56:07.000+0000"
"shipDate" : "2000-01-23T04:56:07.000+00:00"
};
if(Object.keys(examples).length > 0) {
res.setHeader('Content-Type', 'application/json');
@@ -63,7 +63,7 @@ exports.placeOrder = function(args, res, next) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2000-01-23T04:56:07.000+0000"
"shipDate" : "2000-01-23T04:56:07.000+00:00"
};
if(Object.keys(examples).length > 0) {
res.setHeader('Content-Type', 'application/json');