Skip to content

Commit ee024c4

Browse files
committed
add apache license to lumen
1 parent bffb0fb commit ee024c4

33 files changed

+709
-9
lines changed

modules/swagger-codegen/src/main/resources/lumen/app/Console/Kernel.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Console;
422

523
use Illuminate\Console\Scheduling\Schedule;

modules/swagger-codegen/src/main/resources/lumen/app/Exceptions/Handler.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Exceptions;
422

523
use Exception;

modules/swagger-codegen/src/main/resources/lumen/app/Http/Controllers/Controller.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Http\Controllers;
422

523
use Laravel\Lumen\Routing\Controller as BaseController;

modules/swagger-codegen/src/main/resources/lumen/app/Http/Controllers/ExampleController.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Http\Controllers;
422

523
class ExampleController extends Controller

modules/swagger-codegen/src/main/resources/lumen/app/Http/Middleware/Authenticate.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Http\Middleware;
422

523
use Closure;

modules/swagger-codegen/src/main/resources/lumen/app/Http/Middleware/ExampleMiddleware.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Http\Middleware;
422

523
use Closure;

modules/swagger-codegen/src/main/resources/lumen/app/Http/routes.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
3+
{{>licenseInfo}}
24
{{#apiInfo}}/**
35
* {{appName}}
46
* @version {{appVersion}}

modules/swagger-codegen/src/main/resources/lumen/app/Providers/AppServiceProvider.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Providers;
422

523
use Illuminate\Support\ServiceProvider;

modules/swagger-codegen/src/main/resources/lumen/app/Providers/AuthServiceProvider.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Providers;
422

523
use App\User;

modules/swagger-codegen/src/main/resources/lumen/app/Providers/EventServiceProvider.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* NOTE: This class is auto generated by the swagger code generator program.
5+
* https://github.com/swagger-api/swagger-codegen.git
6+
* Do not edit the class manually.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*/
20+
321
namespace App\Providers;
422

523
use Laravel\Lumen\Providers\EventServiceProvider as ServiceProvider;

0 commit comments

Comments
 (0)