diff options
Diffstat (limited to 'build/integration/features/bootstrap/Download.php')
-rw-r--r-- | build/integration/features/bootstrap/Download.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/integration/features/bootstrap/Download.php b/build/integration/features/bootstrap/Download.php index d4d78d426d2..e3b47b3ef33 100644 --- a/build/integration/features/bootstrap/Download.php +++ b/build/integration/features/bootstrap/Download.php @@ -1,9 +1,10 @@ <?php - /** - * * @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com) * + * @author Daniel Calviño Sánchez <danxuliu@gmail.com> + * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +18,7 @@ * 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/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ |