diff options
author | Camil Staps | 2015-05-24 23:37:46 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-24 23:37:46 +0200 |
commit | 3a75a4381f0c35bff9bdd67f056f2b2b5334d1b4 (patch) | |
tree | 7fc5ab98cde69ae234a5fb22648323e1e08668fb /src/controllers/PasswordReminderController.php | |
parent | User id -> email in other classes (diff) |
license in all files
Diffstat (limited to 'src/controllers/PasswordReminderController.php')
-rw-r--r-- | src/controllers/PasswordReminderController.php | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/controllers/PasswordReminderController.php b/src/controllers/PasswordReminderController.php index 569973b..c4422c3 100644 --- a/src/controllers/PasswordReminderController.php +++ b/src/controllers/PasswordReminderController.php @@ -1,9 +1,21 @@ <?php /** - * Created by PhpStorm. - * User: camilstaps - * Date: 13-5-15 - * Time: 13:13 + * RESTful PHP API for Botleagues + * Copyright (C) 2015 Camil Staps <info@camilstaps.nl> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * */ namespace CamilStaps\BotleaguesApi\Controllers; |