From ddd8c37dfca80faa19f035e7b7685313a342f03d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 22 Jul 2010 16:21:26 +0200 Subject: [PATCH] splitted docblock comments from licence --- backend/index.php | 3 ++- backend/lib/Controller/ChannelController.php | 3 ++- backend/lib/Controller/Controller.php | 3 ++- backend/lib/Controller/DataController.php | 3 ++- backend/lib/Controller/GroupController.php | 3 ++- backend/lib/Dispatcher.php | 3 ++- backend/lib/Interpreter/Interpreter.php | 3 ++- backend/lib/Interpreter/MeterInterpreter.php | 3 ++- backend/lib/Interpreter/SensorInterpreter.php | 3 ++- backend/lib/Logger/FluksoLogger.php | 3 ++- backend/lib/Logger/Logger.php | 3 ++- backend/lib/Model/Channel.php | 3 ++- backend/lib/Model/Data.php | 3 ++- backend/lib/Model/Entity.php | 3 ++- backend/lib/Model/Group.php | 3 ++- backend/lib/Util/ClassLoader.php | 3 ++- backend/lib/Util/Configuration.php | 3 ++- backend/lib/Util/Debug.php | 3 ++- backend/lib/Util/UUID.php | 3 ++- backend/lib/View/CSV/CSVDataView.php | 3 ++- backend/lib/View/CSV/CSVView.php | 3 ++- backend/lib/View/HTTP/Request.php | 3 ++- backend/lib/View/HTTP/Response.php | 3 ++- backend/lib/View/JSON/JSONChannelView.php | 3 ++- backend/lib/View/JSON/JSONGroupView.php | 3 ++- backend/lib/View/JSON/JSONView.php | 3 ++- backend/lib/View/JpGraphView.php | 3 ++- backend/lib/View/View.php | 3 ++- backend/lib/View/XML/XMLChannelView.php | 3 ++- backend/lib/View/XML/XMLGroupView.php | 3 ++- backend/lib/View/XML/XMLView.php | 3 ++- backend/volkszaehler.conf.default.php | 3 ++- share/tests/configuration.php | 3 ++- share/tools/generate_docs.php | 3 ++- share/tools/import_flo.php | 3 ++- share/tools/import_justin.php | 3 ++- share/tools/install.php | 3 ++- 37 files changed, 74 insertions(+), 37 deletions(-) diff --git a/backend/index.php b/backend/index.php index 556c1c9..247d57e 100644 --- a/backend/index.php +++ b/backend/index.php @@ -6,7 +6,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Controller/ChannelController.php b/backend/lib/Controller/ChannelController.php index 9b6d189..aa5bdf3 100644 --- a/backend/lib/Controller/ChannelController.php +++ b/backend/lib/Controller/ChannelController.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package channel * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Controller/Controller.php b/backend/lib/Controller/Controller.php index 213dde2..2a51f89 100644 --- a/backend/lib/Controller/Controller.php +++ b/backend/lib/Controller/Controller.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Controller/DataController.php b/backend/lib/Controller/DataController.php index 4024513..11d76c2 100644 --- a/backend/lib/Controller/DataController.php +++ b/backend/lib/Controller/DataController.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Controller/GroupController.php b/backend/lib/Controller/GroupController.php index 8d6863a..84ac0de 100644 --- a/backend/lib/Controller/GroupController.php +++ b/backend/lib/Controller/GroupController.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package group * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Dispatcher.php b/backend/lib/Dispatcher.php index 7288308..7a61822 100644 --- a/backend/lib/Dispatcher.php +++ b/backend/lib/Dispatcher.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Interpreter/Interpreter.php b/backend/lib/Interpreter/Interpreter.php index 66fcbfb..29d9937 100644 --- a/backend/lib/Interpreter/Interpreter.php +++ b/backend/lib/Interpreter/Interpreter.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Interpreter/MeterInterpreter.php b/backend/lib/Interpreter/MeterInterpreter.php index e292b74..071326c 100644 --- a/backend/lib/Interpreter/MeterInterpreter.php +++ b/backend/lib/Interpreter/MeterInterpreter.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Interpreter/SensorInterpreter.php b/backend/lib/Interpreter/SensorInterpreter.php index 662b31b..3f358e9 100644 --- a/backend/lib/Interpreter/SensorInterpreter.php +++ b/backend/lib/Interpreter/SensorInterpreter.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Logger/FluksoLogger.php b/backend/lib/Logger/FluksoLogger.php index 6713567..3044e2a 100644 --- a/backend/lib/Logger/FluksoLogger.php +++ b/backend/lib/Logger/FluksoLogger.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Logger/Logger.php b/backend/lib/Logger/Logger.php index f1fd469..7cece51 100644 --- a/backend/lib/Logger/Logger.php +++ b/backend/lib/Logger/Logger.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Model/Channel.php b/backend/lib/Model/Channel.php index 9043c30..b678137 100644 --- a/backend/lib/Model/Channel.php +++ b/backend/lib/Model/Channel.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package channel * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Model/Data.php b/backend/lib/Model/Data.php index f991b84..d4d0b76 100644 --- a/backend/lib/Model/Data.php +++ b/backend/lib/Model/Data.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Model/Entity.php b/backend/lib/Model/Entity.php index 5880ace..525f26b 100644 --- a/backend/lib/Model/Entity.php +++ b/backend/lib/Model/Entity.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Model/Group.php b/backend/lib/Model/Group.php index ec08475..e63bbe1 100644 --- a/backend/lib/Model/Group.php +++ b/backend/lib/Model/Group.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package group * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Util/ClassLoader.php b/backend/lib/Util/ClassLoader.php index 8d20b89..ecb3a56 100644 --- a/backend/lib/Util/ClassLoader.php +++ b/backend/lib/Util/ClassLoader.php @@ -4,7 +4,8 @@ * @package util * @author Steffen Vogel * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Util/Configuration.php b/backend/lib/Util/Configuration.php index a61fdc7..6b1a813 100644 --- a/backend/lib/Util/Configuration.php +++ b/backend/lib/Util/Configuration.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package util * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Util/Debug.php b/backend/lib/Util/Debug.php index 417051d..182ba43 100644 --- a/backend/lib/Util/Debug.php +++ b/backend/lib/Util/Debug.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package util * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/Util/UUID.php b/backend/lib/Util/UUID.php index 95838d8..b74ea36 100644 --- a/backend/lib/Util/UUID.php +++ b/backend/lib/Util/UUID.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package util * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/CSV/CSVDataView.php b/backend/lib/View/CSV/CSVDataView.php index 54ca39c..b327f9e 100644 --- a/backend/lib/View/CSV/CSVDataView.php +++ b/backend/lib/View/CSV/CSVDataView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package data * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/CSV/CSVView.php b/backend/lib/View/CSV/CSVView.php index 4500c0d..71a8884 100644 --- a/backend/lib/View/CSV/CSVView.php +++ b/backend/lib/View/CSV/CSVView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/HTTP/Request.php b/backend/lib/View/HTTP/Request.php index 60c85d1..695c59e 100644 --- a/backend/lib/View/HTTP/Request.php +++ b/backend/lib/View/HTTP/Request.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package http * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/HTTP/Response.php b/backend/lib/View/HTTP/Response.php index 3464bd7..b59cbc4 100644 --- a/backend/lib/View/HTTP/Response.php +++ b/backend/lib/View/HTTP/Response.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package http * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/JSON/JSONChannelView.php b/backend/lib/View/JSON/JSONChannelView.php index de1de23..94a6e03 100644 --- a/backend/lib/View/JSON/JSONChannelView.php +++ b/backend/lib/View/JSON/JSONChannelView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package channel * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/JSON/JSONGroupView.php b/backend/lib/View/JSON/JSONGroupView.php index 915a073..bc47e6c 100644 --- a/backend/lib/View/JSON/JSONGroupView.php +++ b/backend/lib/View/JSON/JSONGroupView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package group * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/JSON/JSONView.php b/backend/lib/View/JSON/JSONView.php index 7b70377..a6953f4 100644 --- a/backend/lib/View/JSON/JSONView.php +++ b/backend/lib/View/JSON/JSONView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/JpGraphView.php b/backend/lib/View/JpGraphView.php index 7e5dc22..bc376f8 100644 --- a/backend/lib/View/JpGraphView.php +++ b/backend/lib/View/JpGraphView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/View.php b/backend/lib/View/View.php index 3e982dc..dc3c86c 100644 --- a/backend/lib/View/View.php +++ b/backend/lib/View/View.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/XML/XMLChannelView.php b/backend/lib/View/XML/XMLChannelView.php index 897062f..37ed084 100644 --- a/backend/lib/View/XML/XMLChannelView.php +++ b/backend/lib/View/XML/XMLChannelView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package channel * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/XML/XMLGroupView.php b/backend/lib/View/XML/XMLGroupView.php index ad6775f..7a9f21e 100644 --- a/backend/lib/View/XML/XMLGroupView.php +++ b/backend/lib/View/XML/XMLGroupView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package group * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/lib/View/XML/XMLView.php b/backend/lib/View/XML/XMLView.php index 19ca6a4..815ab46 100644 --- a/backend/lib/View/XML/XMLView.php +++ b/backend/lib/View/XML/XMLView.php @@ -3,7 +3,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/backend/volkszaehler.conf.default.php b/backend/volkszaehler.conf.default.php index c04aeea..d9a2930 100644 --- a/backend/volkszaehler.conf.default.php +++ b/backend/volkszaehler.conf.default.php @@ -9,7 +9,8 @@ * @author Steffen Vogel * @package default * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/share/tests/configuration.php b/share/tests/configuration.php index e47f1ba..9fd8c74 100644 --- a/share/tests/configuration.php +++ b/share/tests/configuration.php @@ -5,7 +5,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package tests * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/share/tools/generate_docs.php b/share/tools/generate_docs.php index 3e90ff7..f79b5fc 100644 --- a/share/tools/generate_docs.php +++ b/share/tools/generate_docs.php @@ -11,7 +11,8 @@ * @package tools * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License * @todo propably we could put this into install.php later.. - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/share/tools/import_flo.php b/share/tools/import_flo.php index 07d48c4..a268299 100644 --- a/share/tools/import_flo.php +++ b/share/tools/import_flo.php @@ -5,7 +5,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package tools * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/share/tools/import_justin.php b/share/tools/import_justin.php index 5df17ec..bcbbd63 100644 --- a/share/tools/import_justin.php +++ b/share/tools/import_justin.php @@ -6,7 +6,8 @@ * @package tools * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License * @todo adapt to doctrine dal or use native mysql - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify diff --git a/share/tools/install.php b/share/tools/install.php index c03d8c6..a9fcc5e 100644 --- a/share/tools/install.php +++ b/share/tools/install.php @@ -7,7 +7,8 @@ * @copyright Copyright (c) 2010, The volkszaehler.org project * @package tools * @license http://www.opensource.org/licenses/gpl-license.php GNU Public License - * + */ +/* * This file is part of volkzaehler.org * * volkzaehler.org is free software: you can redistribute it and/or modify