From c52bc8c13bf665eb4bc027af504b9a32f946f61f Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sat, 6 Jan 2018 23:14:42 +0100 Subject: [PATCH] update phpdoc --- bin/fusio | 2 +- public/index.php | 31 ++++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/bin/fusio b/bin/fusio index 3ac9703b..c3044734 100644 --- a/bin/fusio +++ b/bin/fusio @@ -4,7 +4,7 @@ * Fusio * A web-application to create dynamically RESTful APIs * - * Copyright (C) 2015-2016 Christoph Kappestein + * Copyright (C) 2015-2018 Christoph Kappestein * * 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 diff --git a/public/index.php b/public/index.php index 111c474c..e4227306 100644 --- a/public/index.php +++ b/public/index.php @@ -1,21 +1,22 @@ + * Fusio + * A web-application to create dynamically RESTful APIs * - * Copyright 2010-2016 Christoph Kappestein - * - * 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 + * + * 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 . */ require_once(__DIR__ . '/../vendor/autoload.php');