diff options
Diffstat (limited to 'apps/updatenotification/lib/Command/Check.php')
-rw-r--r-- | apps/updatenotification/lib/Command/Check.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/updatenotification/lib/Command/Check.php b/apps/updatenotification/lib/Command/Check.php index fac4e4201f2..93d3d19e60e 100644 --- a/apps/updatenotification/lib/Command/Check.php +++ b/apps/updatenotification/lib/Command/Check.php @@ -1,9 +1,10 @@ <?php - /** - * * @copyright Copyright (c) 2018, Tobia De Koninck (tobia@ledfan.be) * + * @author Joas Schilling <coding@schilljs.com> + * @author Tobia De Koninck <LEDfan@users.noreply.github.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/>. * */ |