summaryrefslogtreecommitdiffstats
path: root/lib/private/notification
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-12 15:02:16 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-12 15:02:18 +0100
commit682821c71ed2af297170294632931be1ac769f25 (patch)
tree468a0f4ef756ec0aab4492064d030d66baae2850 /lib/private/notification
parent60fbab493478614de59e1c9b5272d39c78036c66 (diff)
downloadnextcloud-server-682821c71ed2af297170294632931be1ac769f25.tar.gz
nextcloud-server-682821c71ed2af297170294632931be1ac769f25.zip
Happy new year!
Diffstat (limited to 'lib/private/notification')
-rw-r--r--lib/private/notification/action.php2
-rw-r--r--lib/private/notification/iaction.php2
-rw-r--r--lib/private/notification/iapp.php2
-rw-r--r--lib/private/notification/imanager.php2
-rw-r--r--lib/private/notification/inotification.php2
-rw-r--r--lib/private/notification/inotifier.php2
-rw-r--r--lib/private/notification/manager.php2
-rw-r--r--lib/private/notification/notification.php2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/private/notification/action.php b/lib/private/notification/action.php
index 8eade697025..1730756c1de 100644
--- a/lib/private/notification/action.php
+++ b/lib/private/notification/action.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/iaction.php b/lib/private/notification/iaction.php
index f7366dd4388..79e28ecef89 100644
--- a/lib/private/notification/iaction.php
+++ b/lib/private/notification/iaction.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/iapp.php b/lib/private/notification/iapp.php
index eda66423f3a..8ae4f6a5437 100644
--- a/lib/private/notification/iapp.php
+++ b/lib/private/notification/iapp.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/imanager.php b/lib/private/notification/imanager.php
index f4a5fb14e31..0e9504a1f6e 100644
--- a/lib/private/notification/imanager.php
+++ b/lib/private/notification/imanager.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/inotification.php b/lib/private/notification/inotification.php
index 0187abab152..0a47b57aa11 100644
--- a/lib/private/notification/inotification.php
+++ b/lib/private/notification/inotification.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/inotifier.php b/lib/private/notification/inotifier.php
index 22531229e3f..c4312308fc0 100644
--- a/lib/private/notification/inotifier.php
+++ b/lib/private/notification/inotifier.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/manager.php b/lib/private/notification/manager.php
index 0d5bb9be514..a8f1ec349ce 100644
--- a/lib/private/notification/manager.php
+++ b/lib/private/notification/manager.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/notification/notification.php b/lib/private/notification/notification.php
index 70964fc0366..70b854e6d56 100644
--- a/lib/private/notification/notification.php
+++ b/lib/private/notification/notification.php
@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify