Skip to content

Commit

Permalink
update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 6, 2018
1 parent 2471cab commit c52bc8c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bin/fusio
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright (C) 2015-2016 Christoph Kappestein <k42b3.x@gmail.com>
* Copyright (C) 2015-2018 Christoph Kappestein <christoph.kappestein@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down
31 changes: 16 additions & 15 deletions public/index.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<?php
/*
* PSX is a open source PHP framework to develop RESTful APIs.
* For the current version and informations visit <http://phpsx.org>
* Fusio
* A web-application to create dynamically RESTful APIs
*
* Copyright 2010-2016 Christoph Kappestein <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Copyright (C) 2015-2018 Christoph Kappestein <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

require_once(__DIR__ . '/../vendor/autoload.php');
Expand Down

0 comments on commit c52bc8c

Please sign in to comment.