diff options
Diffstat (limited to 'apps/sharebymail/tests/CapabilitiesTest.php')
-rw-r--r-- | apps/sharebymail/tests/CapabilitiesTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/sharebymail/tests/CapabilitiesTest.php b/apps/sharebymail/tests/CapabilitiesTest.php index c198648f29a..35b6bb6a919 100644 --- a/apps/sharebymail/tests/CapabilitiesTest.php +++ b/apps/sharebymail/tests/CapabilitiesTest.php @@ -1,8 +1,9 @@ <?php /** - * + * @copyright Copyright (c) 2016 MasterOfDeath <rinat.gumirov@mail.ru> * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author MasterOfDeath <rinat.gumirov@mail.ru> * @author Roeland Jago Douma <roeland@famdouma.nl> * @@ -15,14 +16,13 @@ * * 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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/>. * */ - namespace OCA\ShareByMail\Tests; use OCA\ShareByMail\Capabilities; |