summaryrefslogtreecommitdiffstats
path: root/js
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
parent575ac85fa1ce81d6797a875d8c354172bf53abd6 (diff)
change email adress in copyright headers
Diffstat (limited to 'js')
-rw-r--r--js/Gruntfile.coffee2
-rw-r--r--js/Makefile2
-rw-r--r--js/app/app.coffee2
-rw-r--r--js/app/controllers/feedcontroller.coffee2
-rw-r--r--js/app/controllers/itemcontroller.coffee2
-rw-r--r--js/app/controllers/settingscontroller.coffee2
-rw-r--r--js/app/directives/audio.coffee2
-rw-r--r--js/app/directives/droppable.coffee2
-rw-r--r--js/app/directives/itemshortcuts.coffee2
-rw-r--r--js/app/directives/newsclickscroll.coffee2
-rw-r--r--js/app/directives/newsitemscroll.coffee2
-rw-r--r--js/app/directives/undonotification.coffee2
-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
-rw-r--r--js/config/karma.js2
-rw-r--r--js/package.json2
-rw-r--r--js/public/app.js64
-rw-r--r--js/tests/controllers/feedcontrollerSpec.coffee2
-rw-r--r--js/tests/controllers/itemcontrollerSpec.coffee2
-rw-r--r--js/tests/controllers/settingscontrollerSpec.coffee2
-rw-r--r--js/tests/services/activefeedSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/businesslayerSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/feedbusinesslayerSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/folderbusinesslayerSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/itembusinesslayerSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/starredbusinesslayerSpec.coffee2
-rw-r--r--js/tests/services/businesslayer/subsriptionsbusinesslayerSpec.coffee2
-rw-r--r--js/tests/services/feedtypeSpec.coffee2
-rw-r--r--js/tests/services/languageSpec.coffee2
-rw-r--r--js/tests/services/models/feedmodelSpec.coffee2
-rw-r--r--js/tests/services/models/foldermodelSpec.coffee2
-rw-r--r--js/tests/services/models/itemmodelSpec.coffee2
-rw-r--r--js/tests/services/newestitemSpec.coffee2
-rw-r--r--js/tests/services/persistenceSpec.coffee2
-rw-r--r--js/tests/services/showallSpec.coffee2
-rw-r--r--js/tests/services/starredcountSpec.coffee2
-rw-r--r--js/tests/services/statusflagSpec.coffee2
-rw-r--r--js/tests/services/unreadcountformaterSpec.coffee2
-rw-r--r--js/tests/stubs/modules.js2
58 files changed, 89 insertions, 89 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index 2e44d0c2c..b5e65ccff 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.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/Makefile b/js/Makefile
index 4dd1a16e9..7a387b3f3 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -1,7 +1,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/app.coffee b/js/app/app.coffee
index 01e5df86d..9b33812ad 100644
--- a/js/app/app.coffee
+++ b/js/app/app.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/controllers/feedcontroller.coffee b/js/app/controllers/feedcontroller.coffee
index d805b8cfd..415072579 100644
--- a/js/app/controllers/feedcontroller.coffee
+++ b/js/app/controllers/feedcontroller.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/controllers/itemcontroller.coffee b/js/app/controllers/itemcontroller.coffee
index fc52d969d..eac508e18 100644
--- a/js/app/controllers/itemcontroller.coffee
+++ b/js/app/controllers/itemcontroller.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/controllers/settingscontroller.coffee b/js/app/controllers/settingscontroller.coffee
index ef282c900..eaff0a274 100644
--- a/js/app/controllers/settingscontroller.coffee
+++ b/js/app/controllers/settingscontroller.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/directives/audio.coffee b/js/app/directives/audio.coffee
index 9bde28e7e..f180cfbeb 100644
--- a/js/app/directives/audio.coffee
+++ b/js/app/directives/audio.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/directives/droppable.coffee b/js/app/directives/droppable.coffee
index dce9e987b..839f63009 100644
--- a/js/app/directives/droppable.coffee
+++ b/js/app/directives/droppable.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/directives/itemshortcuts.coffee b/js/app/directives/itemshortcuts.coffee
index d78af0c15..728c52392 100644
--- a/js/app/directives/itemshortcuts.coffee
+++ b/js/app/directives/itemshortcuts.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/directives/newsclickscroll.coffee b/js/app/directives/newsclickscroll.coffee
index b7ca98757..b85715506 100644
--- a/js/app/directives/newsclickscroll.coffee
+++ b/js/app/directives/newsclickscroll.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/directives/newsitemscroll.coffee b/js/app/directives/newsitemscroll.coffee
index f0cf69543..80929bd1d 100644
--- a/js/app/directives/newsitemscroll.coffee
+++ b/js/app/directives/newsitemscroll.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/directives/undonotification.coffee b/js/app/directives/undonotification.coffee
index acf3f886d..39556e7a0 100644
--- a/js/app/directives/undonotification.coffee
+++ b/js/app/directives/undonotification.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/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 Possel