From 824f074ecb52d10bde2e989f000f8a537f99408f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 26 Aug 2013 17:23:22 +0200 Subject: change email adress in copyright headers --- js/Gruntfile.coffee | 2 +- js/Makefile | 2 +- js/app/app.coffee | 2 +- js/app/controllers/feedcontroller.coffee | 2 +- js/app/controllers/itemcontroller.coffee | 2 +- js/app/controllers/settingscontroller.coffee | 2 +- js/app/directives/audio.coffee | 2 +- js/app/directives/droppable.coffee | 2 +- js/app/directives/itemshortcuts.coffee | 2 +- js/app/directives/newsclickscroll.coffee | 2 +- js/app/directives/newsitemscroll.coffee | 2 +- js/app/directives/undonotification.coffee | 2 +- js/app/services/activefeed.coffee | 2 +- js/app/services/businesslayer/businesslayer.coffee | 2 +- .../businesslayer/feedbusinesslayer.coffee | 2 +- .../businesslayer/folderbusinesslayer.coffee | 2 +- .../businesslayer/itembusinesslayer.coffee | 2 +- .../businesslayer/starredbusinesslayer.coffee | 2 +- .../subscriptionsbusinesslayer.coffee | 2 +- js/app/services/existserror.coffee | 2 +- js/app/services/feedtype.coffee | 2 +- js/app/services/language.coffee | 2 +- js/app/services/models/feedmodel.coffee | 2 +- js/app/services/models/foldermodel.coffee | 2 +- js/app/services/models/itemmodel.coffee | 2 +- js/app/services/newestitem.coffee | 2 +- js/app/services/opmlparser.coffee | 2 +- js/app/services/persistence.coffee | 2 +- js/app/services/services.coffee | 2 +- js/app/services/showall.coffee | 2 +- js/app/services/starredcount.coffee | 2 +- js/app/services/statusflag.coffee | 2 +- js/app/services/unreadcountformatter.coffee | 2 +- js/config/karma.js | 2 +- js/package.json | 2 +- js/public/app.js | 64 +++++++++++----------- js/tests/controllers/feedcontrollerSpec.coffee | 2 +- js/tests/controllers/itemcontrollerSpec.coffee | 2 +- js/tests/controllers/settingscontrollerSpec.coffee | 2 +- js/tests/services/activefeedSpec.coffee | 2 +- .../businesslayer/businesslayerSpec.coffee | 2 +- .../businesslayer/feedbusinesslayerSpec.coffee | 2 +- .../businesslayer/folderbusinesslayerSpec.coffee | 2 +- .../businesslayer/itembusinesslayerSpec.coffee | 2 +- .../businesslayer/starredbusinesslayerSpec.coffee | 2 +- .../subsriptionsbusinesslayerSpec.coffee | 2 +- js/tests/services/feedtypeSpec.coffee | 2 +- js/tests/services/languageSpec.coffee | 2 +- js/tests/services/models/feedmodelSpec.coffee | 2 +- js/tests/services/models/foldermodelSpec.coffee | 2 +- js/tests/services/models/itemmodelSpec.coffee | 2 +- js/tests/services/newestitemSpec.coffee | 2 +- js/tests/services/persistenceSpec.coffee | 2 +- js/tests/services/showallSpec.coffee | 2 +- js/tests/services/starredcountSpec.coffee | 2 +- js/tests/services/statusflagSpec.coffee | 2 +- js/tests/services/unreadcountformaterSpec.coffee | 2 +- js/tests/stubs/modules.js | 2 +- 58 files changed, 89 insertions(+), 89 deletions(-) (limited to 'js') 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 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 diff --git a/js/config/karma.js b/js/config/karma.js index 0f132b1fc..7b26940f4 100644 --- a/js/config/karma.js +++ b/js/config/karma.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 diff --git a/js/package.json b/js/package.json index 0677f0e31..566d1ef5b 100644 --- a/js/package.json +++ b/js/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "author": { "name": "Bernhard Posselt", - "email": "nukeawhale@gmail.com" + "email": "dev@bernhard-posselt.com" }, "private": true, "homepage": "https://github.com/owncloud/news", diff --git a/js/public/app.js b/js/public/app.js index 33c54c0e5..b5eef7e34 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -2,7 +2,7 @@ /** * ownCloud News App - v0.0.1 * - * Copyright (c) 2013 - Bernhard Posselt + * Copyright (c) 2013 - Bernhard Posselt * * This file is licensed under the Affero General Public License version 3 or later. * See the COPYING file @@ -16,7 +16,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 @@ -73,7 +73,7 @@ License along with this library. If not, see . 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 @@ -125,7 +125,7 @@ License along with this library. If not, see . 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 @@ -176,7 +176,7 @@ License along with this library. If not, see . 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 @@ -303,7 +303,7 @@ License along with this library. If not, see . 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 @@ -352,7 +352,7 @@ License along with this library. If not, see . 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 @@ -435,7 +435,7 @@ License along with this library. If not, see . 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 @@ -499,7 +499,7 @@ License along with this library. If not, see . 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 @@ -629,7 +629,7 @@ License along with this library. If not, see . 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 @@ -713,7 +713,7 @@ License along with this library. If not, see . 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 @@ -771,7 +771,7 @@ License along with this library. If not, see . 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 @@ -828,7 +828,7 @@ License along with this library. If not, see . 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 @@ -883,7 +883,7 @@ License along with this library. If not, see . 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 @@ -1113,7 +1113,7 @@ License along with this library. If not, see . 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 @@ -1355,7 +1355,7 @@ License along with this library. If not, see . 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 @@ -1500,7 +1500,7 @@ License along with this library. If not, see . 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 @@ -1567,7 +1567,7 @@ License along with this library. If not, see . 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 @@ -1652,7 +1652,7 @@ License along with this library. If not, see . 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 @@ -1691,7 +1691,7 @@ License along with this library. If not, see . 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 @@ -1728,7 +1728,7 @@ License along with this library. If not, see . 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 @@ -1789,7 +1789,7 @@ License along with this library. If not, see . 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 @@ -1988,7 +1988,7 @@ License along with this library. If not, see . 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 @@ -2148,7 +2148,7 @@ License along with this library. If not, see . 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 @@ -2282,7 +2282,7 @@ License along with this library. If not, see . 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 @@ -2329,7 +2329,7 @@ License along with this library. If not, see . 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 @@ -2441,7 +2441,7 @@ License along with this library. If not, see . 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 @@ -3013,7 +3013,7 @@ License along with this library. If not, see . 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 @@ -3079,7 +3079,7 @@ License along with this library. If not, see . 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 @@ -3130,7 +3130,7 @@ License along with this library. If not, see . 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 @@ -3181,7 +3181,7 @@ License along with this library. If not, see . 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 @@ -3216,7 +3216,7 @@ License along with this library. If not, see . 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/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 -- cgit v1.2.3