summaryrefslogtreecommitdiffstats
path: root/js/app/services
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-26 17:23:22 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-26 17:23:22 +0200
commit824f074ecb52d10bde2e989f000f8a537f99408f (patch)
tree131b230cfca779ad4c4ac1d564c7173b05c139af /js/app/services
parent575ac85fa1ce81d6797a875d8c354172bf53abd6 (diff)
change email adress in copyright headers
Diffstat (limited to 'js/app/services')
-rw-r--r--js/app/services/activefeed.coffee2
-rw-r--r--js/app/services/businesslayer/businesslayer.coffee2
-rw-r--r--js/app/services/businesslayer/feedbusinesslayer.coffee2
-rw-r--r--js/app/services/businesslayer/folderbusinesslayer.coffee2
-rw-r--r--js/app/services/businesslayer/itembusinesslayer.coffee2
-rw-r--r--js/app/services/businesslayer/starredbusinesslayer.coffee2
-rw-r--r--js/app/services/businesslayer/subscriptionsbusinesslayer.coffee2
-rw-r--r--js/app/services/existserror.coffee2
-rw-r--r--js/app/services/feedtype.coffee2
-rw-r--r--js/app/services/language.coffee2
-rw-r--r--js/app/services/models/feedmodel.coffee2
-rw-r--r--js/app/services/models/foldermodel.coffee2
-rw-r--r--js/app/services/models/itemmodel.coffee2
-rw-r--r--js/app/services/newestitem.coffee2
-rw-r--r--js/app/services/opmlparser.coffee2
-rw-r--r--js/app/services/persistence.coffee2
-rw-r--r--js/app/services/services.coffee2
-rw-r--r--js/app/services/showall.coffee2
-rw-r--r--js/app/services/starredcount.coffee2
-rw-r--r--js/app/services/statusflag.coffee2
-rw-r--r--js/app/services/unreadcountformatter.coffee2
21 files changed, 21 insertions, 21 deletions
diff --git a/js/app/services/activefeed.coffee b/js/app/services/activefeed.coffee
index bdd963f78..ff469e138 100644
--- a/js/app/services/activefeed.coffee
+++ b/js/app/services/activefeed.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/businesslayer.coffee b/js/app/services/businesslayer/businesslayer.coffee
index 3096eb71e..fdf74817d 100644
--- a/js/app/services/businesslayer/businesslayer.coffee
+++ b/js/app/services/businesslayer/businesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/feedbusinesslayer.coffee b/js/app/services/businesslayer/feedbusinesslayer.coffee
index 2219ce2cd..b26806ac8 100644
--- a/js/app/services/businesslayer/feedbusinesslayer.coffee
+++ b/js/app/services/businesslayer/feedbusinesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/folderbusinesslayer.coffee b/js/app/services/businesslayer/folderbusinesslayer.coffee
index 94bc974e6..e6e582d6b 100644
--- a/js/app/services/businesslayer/folderbusinesslayer.coffee
+++ b/js/app/services/businesslayer/folderbusinesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/itembusinesslayer.coffee b/js/app/services/businesslayer/itembusinesslayer.coffee
index d9b5951ac..0563ff096 100644
--- a/js/app/services/businesslayer/itembusinesslayer.coffee
+++ b/js/app/services/businesslayer/itembusinesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/starredbusinesslayer.coffee b/js/app/services/businesslayer/starredbusinesslayer.coffee
index 656a3befb..38e7a2437 100644
--- a/js/app/services/businesslayer/starredbusinesslayer.coffee
+++ b/js/app/services/businesslayer/starredbusinesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/subscriptionsbusinesslayer.coffee b/js/app/services/businesslayer/subscriptionsbusinesslayer.coffee
index 8c0025946..d0f9b33ab 100644
--- a/js/app/services/businesslayer/subscriptionsbusinesslayer.coffee
+++ b/js/app/services/businesslayer/subscriptionsbusinesslayer.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/existserror.coffee b/js/app/services/existserror.coffee
index 3c282908f..6e680562b 100644
--- a/js/app/services/existserror.coffee
+++ b/js/app/services/existserror.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/feedtype.coffee b/js/app/services/feedtype.coffee
index 924c2f9aa..1dfd5a4ff 100644
--- a/js/app/services/feedtype.coffee
+++ b/js/app/services/feedtype.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/language.coffee b/js/app/services/language.coffee
index c8b93cc06..b05387689 100644
--- a/js/app/services/language.coffee
+++ b/js/app/services/language.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/feedmodel.coffee b/js/app/services/models/feedmodel.coffee
index bddd647d3..66b7dfe9f 100644
--- a/js/app/services/models/feedmodel.coffee
+++ b/js/app/services/models/feedmodel.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/foldermodel.coffee b/js/app/services/models/foldermodel.coffee
index b724ad044..f7616f260 100644
--- a/js/app/services/models/foldermodel.coffee
+++ b/js/app/services/models/foldermodel.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/itemmodel.coffee b/js/app/services/models/itemmodel.coffee
index 1104db4b3..349147ca5 100644
--- a/js/app/services/models/itemmodel.coffee
+++ b/js/app/services/models/itemmodel.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/newestitem.coffee b/js/app/services/newestitem.coffee
index 3afa9b079..a53106477 100644
--- a/js/app/services/newestitem.coffee
+++ b/js/app/services/newestitem.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/opmlparser.coffee b/js/app/services/opmlparser.coffee
index 4fa2851d2..a708c03d4 100644
--- a/js/app/services/opmlparser.coffee
+++ b/js/app/services/opmlparser.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/persistence.coffee b/js/app/services/persistence.coffee
index 9d94daea8..59a28489c 100644
--- a/js/app/services/persistence.coffee
+++ b/js/app/services/persistence.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/services.coffee b/js/app/services/services.coffee
index fa600b517..a5297f0a1 100644
--- a/js/app/services/services.coffee
+++ b/js/app/services/services.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/showall.coffee b/js/app/services/showall.coffee
index 1d12864c6..ec4795f80 100644
--- a/js/app/services/showall.coffee
+++ b/js/app/services/showall.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/starredcount.coffee b/js/app/services/starredcount.coffee
index 1157b4748..b33e58981 100644
--- a/js/app/services/starredcount.coffee
+++ b/js/app/services/starredcount.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/statusflag.coffee b/js/app/services/statusflag.coffee
index c280c7ced..37904dc3f 100644
--- a/js/app/services/statusflag.coffee
+++ b/js/app/services/statusflag.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/unreadcountformatter.coffee b/js/app/services/unreadcountformatter.coffee
index bb746514b..ec45bc21e 100644
--- a/js/app/services/unreadcountformatter.coffee
+++ b/js/app/services/unreadcountformatter.coffee
@@ -3,7 +3,7 @@
ownCloud - News
@author Bernhard Posselt
-@copyright 2012 Bernhard Posselt nukeawhale@gmail.com
+@copyright 2012 Bernhard Posselt dev@bernhard-posselt.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE