summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Notify
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Notify')
-rw-r--r--lib/private/Files/Notify/Change.php3
-rw-r--r--lib/private/Files/Notify/RenameChange.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/private/Files/Notify/Change.php b/lib/private/Files/Notify/Change.php
index 3cabbec94f0..decb0db96b1 100644
--- a/lib/private/Files/Notify/Change.php
+++ b/lib/private/Files/Notify/Change.php
@@ -13,14 +13,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 OC\Files\Notify;
use OCP\Files\Notify\IChange;
diff --git a/lib/private/Files/Notify/RenameChange.php b/lib/private/Files/Notify/RenameChange.php
index 225e41bc483..e581278c504 100644
--- a/lib/private/Files/Notify/RenameChange.php
+++ b/lib/private/Files/Notify/RenameChange.php
@@ -13,14 +13,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 OC\Files\Notify;
use OCP\Files\Notify\IRenameChange;