summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
commit7a3a22bd2757e129c8964d9ddcde15ec53b736bb (patch)
tree3098439a8c6b88ce4063b8de25383019380358d3 /lib/Service
parent24a1b9708c559cc54de2b18a6803493819e97fbf (diff)
Adjust copyright header
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/FeedService.php2
-rw-r--r--lib/Service/FolderService.php2
-rw-r--r--lib/Service/ItemService.php2
-rw-r--r--lib/Service/Service.php2
-rw-r--r--lib/Service/ServiceConflictException.php2
-rw-r--r--lib/Service/ServiceException.php2
-rw-r--r--lib/Service/ServiceNotFoundException.php2
-rw-r--r--lib/Service/ServiceValidationException.php2
-rw-r--r--lib/Service/StatusService.php2
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/Service/FeedService.php b/lib/Service/FeedService.php
index 2d9bc6728..be4750721 100644
--- a/lib/Service/FeedService.php
+++ b/lib/Service/FeedService.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/FolderService.php b/lib/Service/FolderService.php
index e7daf836e..8eebf60ba 100644
--- a/lib/Service/FolderService.php
+++ b/lib/Service/FolderService.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php
index 8bbb54d49..fdf97c27b 100644
--- a/lib/Service/ItemService.php
+++ b/lib/Service/ItemService.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/Service.php b/lib/Service/Service.php
index e53468828..e8fd4c72c 100644
--- a/lib/Service/Service.php
+++ b/lib/Service/Service.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/ServiceConflictException.php b/lib/Service/ServiceConflictException.php
index d27fb98c1..8152a252a 100644
--- a/lib/Service/ServiceConflictException.php
+++ b/lib/Service/ServiceConflictException.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/ServiceException.php b/lib/Service/ServiceException.php
index 1a789e0b0..4ce89c966 100644
--- a/lib/Service/ServiceException.php
+++ b/lib/Service/ServiceException.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/ServiceNotFoundException.php b/lib/Service/ServiceNotFoundException.php
index e4ee61fbe..f7524b44b 100644
--- a/lib/Service/ServiceNotFoundException.php
+++ b/lib/Service/ServiceNotFoundException.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/ServiceValidationException.php b/lib/Service/ServiceValidationException.php
index 510df0a22..dd43ca338 100644
--- a/lib/Service/ServiceValidationException.php
+++ b/lib/Service/ServiceValidationException.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/Service/StatusService.php b/lib/Service/StatusService.php
index b36e64c1b..6233d8d62 100644
--- a/lib/Service/StatusService.php
+++ b/lib/Service/StatusService.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.