diff options
Diffstat (limited to 'apps/comments/appinfo')
-rw-r--r-- | apps/comments/appinfo/app.php | 5 | ||||
-rw-r--r-- | apps/comments/appinfo/routes.php | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php index 491b4f76480..c12c7345d89 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -2,7 +2,8 @@ /** * @copyright Copyright (c) 2018, Joas Schilling <coding@schilljs.com> * - * @author Joas Schilling <coding@schilljs.com> + * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author Vincent Petry <pvince81@owncloud.com> * * @license GNU AGPL version 3 or any later version * @@ -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/>. * */ diff --git a/apps/comments/appinfo/routes.php b/apps/comments/appinfo/routes.php index 37d3496c4ed..e8e537e5b1e 100644 --- a/apps/comments/appinfo/routes.php +++ b/apps/comments/appinfo/routes.php @@ -17,7 +17,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |