summaryrefslogtreecommitdiffstats
path: root/js/tests
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/tests
parent575ac85fa1ce81d6797a875d8c354172bf53abd6 (diff)
change email adress in copyright headers
Diffstat (limited to 'js/tests')
-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
22 files changed, 22 insertions, 22 deletions
diff --git a/js/tests/controllers/feedcontrollerSpec.coffee b/js/tests/controllers/feedcontrollerSpec.coffee
index 684cf1368..aecc858f9 100644
--- a/js/tests/controllers/feedcontrollerSpec.coffee
+++ b/js/tests/controllers/feedcontrollerSpec.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/tests/controllers/itemcontrollerSpec.coffee b/js/tests/controllers/itemcontrollerSpec.coffee
index fe1e85c0b..b06e16a9c 100644
--- a/js/tests/controllers/itemcontrollerSpec.coffee
+++ b/js/tests/controllers/itemcontrollerSpec.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/tests/controllers/settingscontrollerSpec.coffee b/js/tests/controllers/settingscontrollerSpec.coffee
index dca53ff4b..39bc53371 100644
--- a/js/tests/controllers/settingscontrollerSpec.coffee
+++ b/js/tests/controllers/settingscontrollerSpec.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/tests/services/activefeedSpec.coffee b/js/tests/services/activefeedSpec.coffee
index 7268426e9..33218fc60 100644
--- a/js/tests/services/activefeedSpec.coffee
+++ b/js/tests/services/activefeedSpec.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/tests/services/businesslayer/businesslayerSpec.coffee b/js/tests/services/businesslayer/businesslayerSpec.coffee
index db4cb62a0..433201b25 100644
--- a/js/tests/services/businesslayer/businesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/businesslayerSpec.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/tests/services/businesslayer/feedbusinesslayerSpec.coffee b/js/tests/services/businesslayer/feedbusinesslayerSpec.coffee
index 61342f317..92bbe4b2d 100644
--- a/js/tests/services/businesslayer/feedbusinesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/feedbusinesslayerSpec.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/tests/services/businesslayer/folderbusinesslayerSpec.coffee b/js/tests/services/businesslayer/folderbusinesslayerSpec.coffee
index 2cda7b08c..2409649ae 100644
--- a/js/tests/services/businesslayer/folderbusinesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/folderbusinesslayerSpec.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/tests/services/businesslayer/itembusinesslayerSpec.coffee b/js/tests/services/businesslayer/itembusinesslayerSpec.coffee
index 8a30c6808..e14ba54b3 100644
--- a/js/tests/services/businesslayer/itembusinesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/itembusinesslayerSpec.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/tests/services/businesslayer/starredbusinesslayerSpec.coffee b/js/tests/services/businesslayer/starredbusinesslayerSpec.coffee
index 88b5cbeef..ea721859f 100644
--- a/js/tests/services/businesslayer/starredbusinesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/starredbusinesslayerSpec.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/tests/services/businesslayer/subsriptionsbusinesslayerSpec.coffee b/js/tests/services/businesslayer/subsriptionsbusinesslayerSpec.coffee
index 26698ae3c..134116140 100644
--- a/js/tests/services/businesslayer/subsriptionsbusinesslayerSpec.coffee
+++ b/js/tests/services/businesslayer/subsriptionsbusinesslayerSpec.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/tests/services/feedtypeSpec.coffee b/js/tests/services/feedtypeSpec.coffee
index 9299e9906..4dd5ab59d 100644
--- a/js/tests/services/feedtypeSpec.coffee
+++ b/js/tests/services/feedtypeSpec.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/tests/services/languageSpec.coffee b/js/tests/services/languageSpec.coffee
index c2d8b4cfc..d947eb38f 100644
--- a/js/tests/services/languageSpec.coffee
+++ b/js/tests/services/languageSpec.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/tests/services/models/feedmodelSpec.coffee b/js/tests/services/models/feedmodelSpec.coffee
index 082e1aa32..5d628bb87 100644
--- a/js/tests/services/models/feedmodelSpec.coffee
+++ b/js/tests/services/models/feedmodelSpec.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/tests/services/models/foldermodelSpec.coffee b/js/tests/services/models/foldermodelSpec.coffee
index 04bf02000..2ea5a1225 100644
--- a/js/tests/services/models/foldermodelSpec.coffee
+++ b/js/tests/services/models/foldermodelSpec.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/tests/services/models/itemmodelSpec.coffee b/js/tests/services/models/itemmodelSpec.coffee
index 3999467c9..4decc7918 100644
--- a/js/tests/services/models/itemmodelSpec.coffee
+++ b/js/tests/services/models/itemmodelSpec.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/tests/services/newestitemSpec.coffee b/js/tests/services/newestitemSpec.coffee
index 715ca2079..35b622332 100644
--- a/js/tests/services/newestitemSpec.coffee
+++ b/js/tests/services/newestitemSpec.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/tests/services/persistenceSpec.coffee b/js/tests/services/persistenceSpec.coffee
index 0d0880a2b..3a8a79050 100644
--- a/js/tests/services/persistenceSpec.coffee
+++ b/js/tests/services/persistenceSpec.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/tests/services/showallSpec.coffee b/js/tests/services/showallSpec.coffee
index c3b54b3b1..c111560c2 100644
--- a/js/tests/services/showallSpec.coffee
+++ b/js/tests/services/showallSpec.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/tests/services/starredcountSpec.coffee b/js/tests/services/starredcountSpec.coffee
index bd8c591f1..28b58f352 100644
--- a/js/tests/services/starredcountSpec.coffee
+++ b/js/tests/services/starredcountSpec.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/tests/services/statusflagSpec.coffee b/js/tests/services/statusflagSpec.coffee
index 6b9ac19f2..c936fbee8 100644
--- a/js/tests/services/statusflagSpec.coffee
+++ b/js/tests/services/statusflagSpec.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/tests/services/unreadcountformaterSpec.coffee b/js/tests/services/unreadcountformaterSpec.coffee
index 5b151fca7..86deab2af 100644
--- a/js/tests/services/unreadcountformaterSpec.coffee
+++ b/js/tests/services/unreadcountformaterSpec.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/tests/stubs/modules.js b/js/tests/stubs/modules.js
index 389718951..6b2f09295 100644
--- a/js/tests/stubs/modules.js
+++ b/js/tests/stubs/modules.js
@@ -2,7 +2,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