diff options
Diffstat (limited to 'apps/files_trashbin/tests/CapabilitiesTest.php')
-rw-r--r-- | apps/files_trashbin/tests/CapabilitiesTest.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/CapabilitiesTest.php b/apps/files_trashbin/tests/CapabilitiesTest.php index c600617fcf3..0f0778d5727 100644 --- a/apps/files_trashbin/tests/CapabilitiesTest.php +++ b/apps/files_trashbin/tests/CapabilitiesTest.php @@ -1,5 +1,10 @@ <?php /** + * + * + * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Unknown <anpz.asutp@gmail.com> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -13,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/>. * */ |