Skip to content

Commit

Permalink
WebDAV: Fix Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Dec 14, 2024
1 parent 2bac280 commit e818815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Services/WebDAV/classes/dav/class.ilDAVFile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
Expand All @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

use Sabre\DAV\Exception\Forbidden;
use Sabre\DAV\Exception\NotFound;
use ILIAS\Filesystem\Stream\Streams;
Expand Down

0 comments on commit e818815

Please sign in to comment.