]> git.mxchange.org Git - hub.git/commitdiff
Updated domain without a dash :(
authorRoland Häder <roland@mxchange.org>
Tue, 30 Jul 2013 07:20:57 +0000 (07:20 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 30 Jul 2013 07:20:57 +0000 (07:20 +0000)
337 files changed:
application/hub/class_ApplicationHelper.php
application/hub/config.php
application/hub/data.php
application/hub/debug.php
application/hub/exceptions.php
application/hub/exceptions/announcement/class_AnnouncementNotAcceptedException.php
application/hub/exceptions/announcement/class_NoAnnouncementAttemptedException.php
application/hub/exceptions/connection/class_InvalidConnectionTypeException.php
application/hub/exceptions/ids/class_InvalidSessionIdException.php
application/hub/exceptions/lists/class_InvalidListHashException.php
application/hub/exceptions/lists/class_ListGroupAlreadyAddedException.php
application/hub/exceptions/lists/class_NoListGroupException.php
application/hub/exceptions/node/class_NodeAlreadyAnnouncedException.php
application/hub/exceptions/node/class_NodeSessionIdVerficationException.php
application/hub/exceptions/package/class_FinalChunkVerificationException.php
application/hub/exceptions/package/class_InvalidDataChecksumException.php
application/hub/exceptions/package/class_UnexpectedPackageStatusException.php
application/hub/exceptions/package/class_UnsupportedPackageCodeHandlerException.php
application/hub/exceptions/peer/class_PeerAlreadyRegisteredException.php
application/hub/exceptions/requests/class_NoRequestNodeListAttemptedException.php
application/hub/exceptions/requests/class_RequestNotAcceptedException.php
application/hub/exceptions/resolver/class_NoValidHostnameException.php
application/hub/exceptions/state/class_InvalidStateException.php
application/hub/exceptions/tags/class_InvalidTagException.php
application/hub/exceptions/tasks/class_InvalidTaskException.php
application/hub/exceptions/wrapper/class_NodeAlreadyRegisteredException.php
application/hub/exceptions/wrapper/class_NodeDataMissingException.php
application/hub/init.php
application/hub/interfaces/apt-proxy/class_AptProxy.php
application/hub/interfaces/chat/class_Chatter.php
application/hub/interfaces/connectors/class_Connectable.php
application/hub/interfaces/consumer/class_Consumer.php
application/hub/interfaces/cruncher/class_CruncherHelper.php
application/hub/interfaces/decoder/class_Decodeable.php
application/hub/interfaces/discovery/class_DiscoverableRecipient.php
application/hub/interfaces/discovery/class_DiscoverableSocket.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/executor/class_Executor.php
application/hub/interfaces/filter/class_FilterablePackage.php
application/hub/interfaces/handler/answer-status/class_HandleableAnswerStatus.php
application/hub/interfaces/handler/chunks/class_HandleableChunks.php
application/hub/interfaces/handler/class_Handleable.php
application/hub/interfaces/handler/message-types/class_HandleableMessage.php
application/hub/interfaces/handler/network/class_Networkable.php
application/hub/interfaces/handler/task/class_HandleableTask.php
application/hub/interfaces/helper/connections/class_ConnectionHelper.php
application/hub/interfaces/helper/dht/class_HelpableDht.php
application/hub/interfaces/helper/messages/class_MessageHelper.php
application/hub/interfaces/helper/node/class_HelpableNode.php
application/hub/interfaces/helper/nodes/class_NodeHelper.php
application/hub/interfaces/listener/class_Listenable.php
application/hub/interfaces/lists/class_Listable.php
application/hub/interfaces/lookup/class_Lookupable.php
application/hub/interfaces/lookup/node_states/class_LookupableNodeState.php
application/hub/interfaces/lookup/peer_states/class_LookupablePeerState.php
application/hub/interfaces/package/assembler/class_Assembler.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/interfaces/package/class_Receivable.php
application/hub/interfaces/package/fragmenter/class_Fragmentable.php
application/hub/interfaces/pool/class_Poolable.php
application/hub/interfaces/pool/listener/class_PoolableListener.php
application/hub/interfaces/pool/peer/class_PoolablePeer.php
application/hub/interfaces/producer/class_Producer.php
application/hub/interfaces/producer/keys/class_KeyProducer.php
application/hub/interfaces/producer/work_units/class_UnitProducer.php
application/hub/interfaces/protocol/class_ProtocolHandler.php
application/hub/interfaces/recipient/class_Recipient.php
application/hub/interfaces/socket/class_SocketTag.php
application/hub/interfaces/source/class_Sourceable.php
application/hub/interfaces/states/class_Stateable.php
application/hub/interfaces/states/client/class_ClientStateable.php
application/hub/interfaces/states/hub/class_HubStateable.php
application/hub/interfaces/states/peer/class_PeerStateable.php
application/hub/interfaces/tags/class_Tagable.php
application/hub/interfaces/tasks/class_Taskable.php
application/hub/interfaces/visitor/class_Visitable.php
application/hub/interfaces/visitor/class_Visitor.php
application/hub/interfaces/visitor/decorator/class_DecoratorVisitor.php
application/hub/interfaces/visitor/listener/class_ListenerVisitor.php
application/hub/interfaces/visitor/pool/class_PoolVisitor.php
application/hub/interfaces/visitor/pool/listener/class_ListenerPoolVisitor.php
application/hub/interfaces/visitor/tasks/class_TaskVisitor.php
application/hub/interfaces/work_units/class_UnitHelper.php
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/interfaces/wrapper/class_NodeInformationWrapper.php
application/hub/interfaces/wrapper/class_UnitDatabaseWrapper.php
application/hub/loader.php
application/hub/main/apt-proxy/class_BaseNodeAptProxy.php
application/hub/main/apt-proxy/console/class_NodeConsoleAptProxy.php
application/hub/main/chat/class_BaseNodeChat.php
application/hub/main/chat/console/class_NodeConsoleChat.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/commands/console/class_HubConsoleAptProxyCommand.php
application/hub/main/commands/console/class_HubConsoleChatCommand.php
application/hub/main/commands/console/class_HubConsoleCruncherCommand.php
application/hub/main/commands/console/class_HubConsoleMainCommand.php
application/hub/main/compressor/decorator/class_NetworkPackageCompressorDecorator.php
application/hub/main/controller/console/class_HubConsoleAptProxyController.php
application/hub/main/controller/console/class_HubConsoleChatController.php
application/hub/main/controller/console/class_HubConsoleCruncherController.php
application/hub/main/controller/console/class_HubConsoleDefaultNewsController.php
application/hub/main/cruncher/class_BaseHubCruncher.php
application/hub/main/cruncher/mcrypt/class_HubMcryptCruncher.php
application/hub/main/database/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/decoder/class_BaseDecoder.php
application/hub/main/decoder/package/class_PackageDecoder.php
application/hub/main/decorators/class_BaseDecorator.php
application/hub/main/dht/class_BaseDht.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/discovery/class_BaseHubDiscovery.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php
application/hub/main/factories/chain/class_PackageFilterChainFactory.php
application/hub/main/factories/chunks/class_ChunkHandlerFactory.php
application/hub/main/factories/dht/class_DhtObjectFactory.php
application/hub/main/factories/discovery/class_PackageDiscoveryFactory.php
application/hub/main/factories/discovery/class_SocketDiscoveryFactory.php
application/hub/main/factories/handler/class_MessageTypeHandlerFactory.php
application/hub/main/factories/lists/class_RecipientListFactory.php
application/hub/main/factories/package/assembler/class_PackageAssemblerFactory.php
application/hub/main/factories/package/class_NetworkPackageFactory.php
application/hub/main/factories/package/fragmenter/class_FragmenterFactory.php
application/hub/main/factories/producer/class_ProducerFactory.php
application/hub/main/factories/registry/class_ObjectTypeRegistryFactory.php
application/hub/main/factories/socket/class_SocketFactory.php
application/hub/main/factories/source/units/class_UnitSourceFactory.php
application/hub/main/factories/states/cruncher/class_CruncherStateFactory.php
application/hub/main/factories/states/node/class_NodeStateFactory.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/factories/states/state/class_DhtStateFactory.php
application/hub/main/factories/tags/class_PackageTagsFactory.php
application/hub/main/filter/activation/node/class_NodeActivationAnnouncementFilter.php
application/hub/main/filter/apt-proxy/class_AptProxyInitializationFilter.php
application/hub/main/filter/apt-proxy/class_AptProxyPhpRequirementsFilter.php
application/hub/main/filter/apt-proxy/class_AptProxyWelcomeTeaserFilter.php
application/hub/main/filter/bootstrap/apt-proxy/class_AptProxyBootstrapExtraBootstrappingFilter.php
application/hub/main/filter/bootstrap/apt-proxy/class_AptProxyBootstrapGenericActivationFilter.php
application/hub/main/filter/bootstrap/chat/class_ChatBootstrapExtraBootstrappingFilter.php
application/hub/main/filter/bootstrap/chat/class_ChatBootstrapGenericActivationFilter.php
application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrapBufferQueueInitializerFilter.php
application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrapExtraBootstrappingFilter.php
application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrapGenericActivationFilter.php
application/hub/main/filter/bootstrap/node/class_NodeBootstrapExtraBootstrappingFilter.php
application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateNodeIdFilter.php
application/hub/main/filter/bootstrap/node/class_NodeBootstrapGeneratePrivateKeyFilter.php
application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php
application/hub/main/filter/bootstrap/node/class_NodeBootstrapListenerPoolFilter.php
application/hub/main/filter/chains/class_PackageFilterChain.php
application/hub/main/filter/chat/class_ChatInitializationFilter.php
application/hub/main/filter/chat/class_ChatPhpRequirementsFilter.php
application/hub/main/filter/chat/class_ChatWelcomeTeaserFilter.php
application/hub/main/filter/class_BaseAptProxyFilter.php
application/hub/main/filter/class_BaseChatFilter.php
application/hub/main/filter/class_BaseCruncherFilter.php
application/hub/main/filter/class_BaseHubFilter.php
application/hub/main/filter/class_BaseNodeFilter.php
application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php
application/hub/main/filter/cruncher/class_CruncherPhpRequirementsFilter.php
application/hub/main/filter/cruncher/class_CruncherWelcomeTeaserFilter.php
application/hub/main/filter/node/class_NodeInitializationFilter.php
application/hub/main/filter/node/class_NodePhpRequirementsFilter.php
application/hub/main/filter/node/class_NodeWelcomeTeaserFilter.php
application/hub/main/filter/shutdown/apt-proxy/class_AptProxyShutdownFilter.php
application/hub/main/filter/shutdown/chat/class_ChatShutdownFilter.php
application/hub/main/filter/shutdown/cruncher/class_CruncherShutdownFilter.php
application/hub/main/filter/shutdown/node/class_NodeShutdownFlushNodeListFilter.php
application/hub/main/filter/shutdown/node/class_NodeShutdownNodeFilter.php
application/hub/main/filter/shutdown/node/class_NodeShutdownTaskHandlerFilter.php
application/hub/main/filter/tags/answer/class_PackageAnnouncementAnswerTagFilter.php
application/hub/main/filter/tags/answer/class_PackageRequestNodeListAnswerTagFilter.php
application/hub/main/filter/tags/class_PackageAnnouncementTagFilter.php
application/hub/main/filter/tags/class_PackageRequestNodeListTagFilter.php
application/hub/main/filter/tags/class_PackageSelfConnectTagFilter.php
application/hub/main/filter/task/apt-proxy/class_AptProxyTaskHandlerInitializerFilter.php
application/hub/main/filter/task/chat/class_ChatTaskHandlerInitializerFilter.php
application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/handler/answer-status/announcement/class_AnnouncementAnswerOkayHandler.php
application/hub/main/handler/answer-status/class_BaseAnserStatusHandler.php
application/hub/main/handler/answer-status/requests/class_RequestNodeListAnswerOkayHandler.php
application/hub/main/handler/chunks/class_ChunkHandler.php
application/hub/main/handler/class_BaseDataHandler.php
application/hub/main/handler/class_BaseHandler.php
application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php
application/hub/main/handler/message-types/answer/class_NodeMessageAnnouncementAnswerHandler.php
application/hub/main/handler/message-types/answer/class_NodeMessageRequestNodeListAnswerHandler.php
application/hub/main/handler/message-types/class_BaseMessageHandler.php
application/hub/main/handler/message-types/requests/class_NodeMessageRequestNodeListHandler.php
application/hub/main/handler/message-types/self-connect/class_NodeMessageSelfConnectHandler.php
application/hub/main/handler/network/class_BaseRawDataHandler.php
application/hub/main/handler/network/tcp/class_TcpRawDataHandler.php
application/hub/main/handler/network/udp/class_UdpRawDataHandler.php
application/hub/main/handler/tasks/class_TaskHandler.php
application/hub/main/helper/class_BaseHubSystemHelper.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php
application/hub/main/helper/dht/class_DhtBootstrapHelper.php
application/hub/main/helper/messages/class_BaseMessageHelper.php
application/hub/main/helper/messages/crypto/class_CryptoRandomUnitMessageHelper.php
application/hub/main/helper/node/announcement/class_NodeAnnouncementHelper.php
application/hub/main/helper/node/answer/announcement/class_NodeAnnouncementMessageAnswerHelper.php
application/hub/main/helper/node/answer/class_BaseHubAnswerHelper.php
application/hub/main/helper/node/answer/requests/class_NodeRequestNodeListMessageAnswerHelper.php
application/hub/main/helper/node/class_BaseNodeHelper.php
application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php
application/hub/main/helper/node/requests/class_NodeRequestNodeListHelper.php
application/hub/main/helper/work_units/class_BaseWorkUnitHelper.php
application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php
application/hub/main/iterator/class_BaseIterator.php
application/hub/main/iterator/hub/class_HubPingIterator.php
application/hub/main/iterator/network/class_NetworkListenIterator.php
application/hub/main/iterator/pool/class_DefaultIterator.php
application/hub/main/iterator/pool/handler/class_HandlerPoolIterator.php
application/hub/main/iterator/pool/monitor/class_MonitorPoolIterator.php
application/hub/main/iterator/pool/shutdown/class_ShutdownPoolIterator.php
application/hub/main/iterator/pool/tasks/class_TaskPoolIterator.php
application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php
application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php
application/hub/main/listener/udp/class_UdpListener.php
application/hub/main/listener/udp/decorators/class_ClientUdpListenerDecorator.php
application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php
application/hub/main/lists/class_BaseList.php
application/hub/main/lists/groups/class_ListGroupList.php
application/hub/main/lists/hub/class_HubList.php
application/hub/main/lists/pool/class_PoolEntriesList.php
application/hub/main/lists/recipient/class_RecipientList.php
application/hub/main/lists/tasks/class_TaskList.php
application/hub/main/nodes/boot/class_HubBootNode.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/nodes/list/class_HubListNode.php
application/hub/main/nodes/master/class_HubMasterNode.php
application/hub/main/nodes/regular/class_HubRegularNode.php
application/hub/main/package/assembler/class_PackageAssembler.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/package/fragmenter/class_PackageFragmenter.php
application/hub/main/pools/class_BasePool.php
application/hub/main/pools/listener/class_DefaultListenerPool.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/producer/class_BaseProducer.php
application/hub/main/producer/cruncher/class_BaseKeyProducer.php
application/hub/main/producer/cruncher/class_BaseUnitProducer.php
application/hub/main/producer/cruncher/keys/class_CruncherKeyProducer.php
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php
application/hub/main/recipient/class_BaseRecipient.php
application/hub/main/recipient/dht/class_DhtRecipient.php
application/hub/main/recipient/direct/class_DirectRecipient.php
application/hub/main/recipient/self/class_SelfRecipient.php
application/hub/main/recipient/upper/class_UpperRecipient.php
application/hub/main/registry/connection/class_ConnectionRegistry.php
application/hub/main/registry/objects/class_ObjectTypeRegistry.php
application/hub/main/registry/socket/class_SocketRegistry.php
application/hub/main/resolver/command/console/class_HubConsoleCommandResolver.php
application/hub/main/resolver/controller/console/class_HubConsoleControllerResolver.php
application/hub/main/resolver/controller/http/class_HubHttpControllerResolver.php
application/hub/main/resolver/state/class_BaseStateResolver.php
application/hub/main/resolver/state/peer/class_PeerStateResolver.php
application/hub/main/source/class_BaseSource.php
application/hub/main/source/units/class_TestUnitSource.php
application/hub/main/states/class_BaseState.php
application/hub/main/states/cruncher/class_BaseCruncherState.php
application/hub/main/states/cruncher/init/class_CruncherInitState.php
application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php
application/hub/main/states/dht/active/class_DhtActiveState.php
application/hub/main/states/dht/booting/class_DhtBootingState.php
application/hub/main/states/dht/class_BaseDhtState.php
application/hub/main/states/dht/init/class_DhtInitState.php
application/hub/main/states/dht/virgin/class_DhtVirginState.php
application/hub/main/states/node/active/class_NodeActiveState.php
application/hub/main/states/node/announced/class_NodeAnnouncedState.php
application/hub/main/states/node/announced/class_NodeAnnouncementCompletedState.php
application/hub/main/states/node/class_BaseNodeState.php
application/hub/main/states/node/init/class_NodeInitState.php
application/hub/main/states/node/seniors/class_NodeReachableState.php
application/hub/main/states/node/virgin/class_NodeVirginState.php
application/hub/main/states/peer/class_BasePeerState.php
application/hub/main/states/peer/connected/class_ConnectedPeerState.php
application/hub/main/states/peer/errors/class_ConnectionRefusedPeerState.php
application/hub/main/states/peer/errors/class_ConnectionTimedOutPeerState.php
application/hub/main/states/peer/errors/class_NoRouteToHostPeerState.php
application/hub/main/states/peer/errors/class_OperationAlreadyProgressPeerState.php
application/hub/main/states/peer/errors/class_ProblemPeerState.php
application/hub/main/states/peer/errors/class_TransportEndpointGonePeerState.php
application/hub/main/states/peer/init/class_InitPeerState.php
application/hub/main/statistics/connection/class_ConnectionStatisticsHelper.php
application/hub/main/streams/raw_data/input/class_RawDataInputStream.php
application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php
application/hub/main/tags/class_BaseTags.php
application/hub/main/tags/package/class_PackageTags.php
application/hub/main/tasks/apt-proxy/class_AptProxyListenerTask.php
application/hub/main/tasks/chat/class_ChatTelnetListenerTask.php
application/hub/main/tasks/class_BaseTask.php
application/hub/main/tasks/cruncher/class_CruncherKeyProducerTask.php
application/hub/main/tasks/cruncher/class_CruncherTestUnitProducerTask.php
application/hub/main/tasks/cruncher/class_CruncherWorkUnitFetcherTask.php
application/hub/main/tasks/idle/class_IdleLoopTask.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php
application/hub/main/tasks/node/announcement/class_NodeAnnouncementTask.php
application/hub/main/tasks/node/chunks/class_NodeChunkAssemblerTask.php
application/hub/main/tasks/node/decoder/class_NodePackageDecoderTask.php
application/hub/main/tasks/node/dht/class_NodeDhtBootstrapTask.php
application/hub/main/tasks/node/dht/class_NodeDhtInitializationTask.php
application/hub/main/tasks/node/dht/class_NodeDhtQueryTask.php
application/hub/main/tasks/node/listener/class_NodeSocketListenerTask.php
application/hub/main/tasks/node/ping/class_NodePingTask.php
application/hub/main/tasks/node/self_connect/class_NodeSelfConnectTask.php
application/hub/main/tasks/node/tags/class_NodePackageTagsInitTask.php
application/hub/main/tasks/node/update/class_NodeUpdateCheckTask.php
application/hub/main/template/announcement/class_XmlAnnouncementTemplateEngine.php
application/hub/main/template/answer/announcement/class_XmlAnnouncementAnswerTemplateEngine.php
application/hub/main/template/answer/class_BaseXmlAnswerTemplateEngine.php
application/hub/main/template/answer/requests/class_XmlRequestNodeListAnswerTemplateEngine.php
application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php
application/hub/main/template/class_BaseXmlTemplateEngine.php
application/hub/main/template/connect/class_XmlSelfConnectTemplateEngine.php
application/hub/main/template/entries/class_XmlRequestNodeListEntryTemplateEngine.php
application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php
application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php
application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php
application/hub/main/tools/class_HubTools.php
application/hub/main/visitor/class_BaseVisitor.php
application/hub/main/visitor/pool/monitor/class_RawDataPoolMonitorVisitor.php
application/hub/main/visitor/pool/shutdown/class_ShutdownListenerPoolVisitor.php
application/hub/main/visitor/socket/class_HalfShutdownSocketVisitor.php
application/hub/main/visitor/socket/class_ShutdownSocketVisitor.php
application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php
application/hub/main/visitor/tasks/class_ShutdownTaskVisitor.php
application/hub/starter.php
index.php

index afadcc1b038bbbf1f2c810249928705947866c34..6ee84878739f623d34ebb7257180454db085086b 100644 (file)
@@ -20,7 +20,7 @@
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index 04d5b8f6deccdb0dcc5f102e919f59809212a75d..a009c0af5b21123425915400a023080c6ca7409d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Configuration entries for this application only
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index 031d963eb9751c9d7bebce3bf9d11b099ad52ac7..a2870c05c04f8d332721c409f2d85ed8222882b8 100644 (file)
@@ -5,11 +5,11 @@
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c65eb2a2905e7f5dbe026b5196528986ebe4340a..5fe2cdc4e9a232b0211829c508c9f5ebcb4f1997 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Initialize some debug constants here
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index a6ca43ce1f337532c3e14d4e7cbcc8279854b23b..38ca4bbd29f0e1b27414146e00fd9324715e3248 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * An include file for setting up the exception handler of the hub
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index 2fbbde8ab3c416b8796ca6609659c91685979bd5..ff059215476d94cd4924344810a5a8849a52dde9 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown when an announcement from other nodes was received
  * but this node doesn't accept announcements.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3cc4a1d6ed775e8bb9f386b4a3db7f6f3acea64f..ba21567d9f010d31c59f7755d70516b76dc5ca4e 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown when an announcement from other nodes was received
  * but this node doesn't accept announcements.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 325a48eaeb260684faa5d3703141f81772baeb6f..74ffabb24c7ac98deea227e12d5e65f32695e70e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when an invalid connection type is being detected
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7cc1a49d4dc4ccee63a3d99afdfc45e3442f1c48..dbf11328bfa9a25e2d3b8652c250409a8c406d64 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a hash is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a4d89cf33a7ac8a720476c9d01bfc8c6e32e48f5..8f3fe264fb7fb6351b4d4630d0f4d5813551f615 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a hash is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 85321a7a56118d2f7fd65189b8e35346ee9c1740..3ef764fda3368a558c84ccfe6227a73f614cb93d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a list group is already added
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fac04d7210c808600131e40f2858c7a4cd85b2a1..a96831c54a7f1cd4a707b8f49665b41c824fbcd5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a list group is not found
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ccb9fbe496fbec57563d26e6a168fb6d71af629e..4f89d51700307970a8a61654717e06451a4edc68 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when *this* (local) node has already been announced.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f145dfbe99c3913aee5600aae422a44c89a67b8e..33d33b8815bcce6183558001b785e1ba8bca0701 100644 (file)
@@ -4,11 +4,11 @@
  * verified. This can be the case when e.g. it doesn't match any records or the
  * IP/port combination doesn't match to it.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d889fe3fdeb7ba4e32c1575797a719424879d06a..1ec55d640e5b5469f679fc0af15b06e8a8696fe0 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown when the final (last) chunks does not contain the
  * "End-Of-Package-Identifier".
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5bb084dac06ce7dd13d1893fc8bf092b9b7dde5a..da2bc467c2e477d7ddf7fd0f5ae9602302db47b1 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown when the checksum (sometimes called "hash") of the
  * package data (aka "message" emcoded with BASE64) is not valid.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 58d07d5b25bf1f7cd3bea8bf39134a6a2d48fdf5..d72bec643d8887246a8285417334547e7a5410f6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when an unexpected package status was detected.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a469032aa3d668820104d5579ea3f48bcb875439..1fdef6b5d53b9a52d86f0b1d1fc2fea4d943319a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when an unexpected package status was detected.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9890567357069bae03ec54e6d89cc97302a17ead..864292993934f05d179dc054b0577ab5c3cc0d5e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a peer is already registered
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0ae3dc0cad8fc4166303623d0a8977d4987d0d37..0eb7e2c202ba311fe93636486a27e728ccaa5d59 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when 
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 102ac990b3ad2a49ddfdca8288bb707526f7f80e..0706d6f0b9d84fb3fcc5c75de8a7981e15b44e3f 100644 (file)
@@ -4,11 +4,11 @@
  * requested) is not accepted by this node. This may happen when such
  * (node-list) request has been sent to a regular node.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5dd3873bc5abfbf9d19e97b07c98bf913cc1ab19..d369e6312001ad1cb6b5eb2d8dfaf8057de88d70 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a hash is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0c758a68e91b11b5b8061b48cf9cc5b9d04ba69a..1ad035033e96b940f035ce20c50f2e4a21cfbd69 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when an unexpected state is detected.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5e4efd9425d21480832a0b12488d2efb12c83eda..8683bfc0edf69fe237513412feef7cc65fa9ccfe 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a tag is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8505fdaca354982063d18690c231ce3379300d09..94a3bfb20e6299bce3d4df37649d967f70f9dd71 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a task is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5cfb66dee56d85df7c6c91293c6f4570d90033f8..c06f05f5154da4c076b41de95fa88e08af873fa5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a node is already registered and registerNode() has been called again
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0fbe4249a34dc80bc736ff15b3a61f1621b5e1ef..e679caae4b56e96315c9693b4d344d386abb3dbe 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a node is not yet registered and updateNode() has been called
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 69edbd3a55b4b54a1f30f031d7ff33619534b7be..d5920d42ab95ed2fe7b91eac213eb85ab978d7ef 100644 (file)
@@ -5,7 +5,7 @@
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index 644a36833e1b7f85d592b04b5cf8f73818d6c612..3440d33aed6ea8ab16c37b93ea4887d4f9fcc09a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for apt-proxy classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               We need to find a better name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index bbf10c1d7db5856577bb6aa878a1c5963e38b4f7..ae99c7af2a9d43cfe129b38d072c1bda44d35652 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for chatter classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               We need to find a better name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index 422b3dcac6e16c1749426cb1d2cd0e40846e89e9..b814d15f8717a2916da5935ab22547fac6e863f0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for connector classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d668b41fd993a33a8f0f14b14c2b287864c82d5f..4d4c285e33bf9d663ce0b53b181757ae0700f58d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the producer/consumer implementation
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ba5c9b29ec8bd1a7dad1277c71a2fb77c6f35e91..4d069f6fb5fd95d8894e6646618b52f4298f6753 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for "node-helper" classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               We need to find a better name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index afb3d4a7ec9bee45d11aff4d6c067298d5a3e74b..9eec33074a8f490e874c5fa4e7414bdfa40b7dbf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for decoders
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3c2fbf3c828b5ddfbb0d14e83b732366256da3cb..d7c2e43b0dd62aaf952517359231148d59238ecf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for recipient discovery
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cf57357a2d47bfa4c40d5630e4269d2cc0f9991b..8da19c5513a09a90f77aee577fcba9776267ba21 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for socket discovery
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 94d2f4ab33ac42bc9188207ffa24e153acde7c1f..d7fa805b0c776ff81eb50cce13b8f869c895a59b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for DHTs
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5ff262cff05d088a11cb070ac655a2634815c027..36380d7f0dccc2ff88719314489864906e823675 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Executor interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c6b9d0e3b74e73af56dcb17ce8dd69ba7cce5dd5..c046d3276ebefa491ba8f55c7dc0702ca6be75cb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A class for package filters
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 734e43d2e6a5594fbbf1daac675050c476e0fb52..86dbb9eaff72ce91a0a56fdf277c9758b6bc7845 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HandleableAnswerStatus interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 16691f2ddb419ada62817297ebe2b75b00cec818..173e70666f66890083639cf2e03b87892cb9b9c5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Handleable chunks interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fe1a0dfb648b5d651e3ddb5b64db28e1d9839d41..66c0c296b0ba033f49c7b9db483defb4cea93b6b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Handleable interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9f55c5963f2312172eac4190c81e18ec88699284..ea4246c822139dff0b3df961d1c0b9ddce5a1111 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Handleable chunks interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 93df1400c339e75d2c804bb186abfb6f35a98248..f250481ed19ee6e6889b508ab07351f7dd0759f2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Networkable interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 770234d8711f4be5c805bca4836d32fb368fcb8d..ae9c194c62452b30bcaae6668d190ec5733a44c3 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HandleableTask interface
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 71fec6659b800a49210e16087ebf43d72b1c0eca..03386ffba1b9d5e8ec9dd33820056fa0ee1ebab3 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for connection helper classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Please find another name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index cb684c6a2f4080fb0b9cda83858b195db2a03ba5..fe5d7af68e8364d43621191b09975261de3ee311 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for hub helper classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a2fa5f6d50a9b0a8f8befc94b138e2daeb19ac16..72570eb4993a69f3258f309287618933e4d362ed 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for message helper
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Please find another name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index fd3d46bbe44ac107733418a0a656725e44c56cc8..177610f20216a83837f240434f318d2e53f2b368 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for hub helper classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 33d0978bf4c8aebdaed010b55baaa27ec16bcf17..ea990cacb7a4b698c06134b92953e16f6ef0cbfb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for "node-helper" classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               We need to find a better name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
index e545ac7e2c1bfde20edfded99c39581801583f5a..c8070e383092e0775debe7b718baa696c68ec494 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for listeners
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a54c06f8ea9b46bd982931eeb1beca51b14c2d66..584925243cdb5ce4d0c4c9ea6a222d78e1d55aef 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for lists
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a9cfeaf5d95ed52d83381077b32000d1ceadcd2b..b46725f16c3d5547ada8aaa8fa3c770a9dfb94f0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for lookup tables
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 89b324e63f8bc36743084dba10ea5461e5a3b93e..35a1a27e178623852ae6cda325a6e0892c4391c2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for node-state lookup tables
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 93ac935b7ccac8fcb89fd7a52bb0df6fdc6389cd..e76ceb459a96b3bd2a4d6d0f822da765930bfb5c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for peer-state lookup table wrappers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0212ad01b9566e89052774438102b031c5e85fed..0cf5d9fe89867cf3794e1df9b02d610b6a0faba2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for a package assembler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 470b90d3bdaab29c2f637138539d26feee760ab9..28c07d174591f52c1bd52032b5eb0de06791cdc6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for package delivery boys... ;-)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3022572e145ef103b4e462ebcca728dd5bbe6e81..33bd24c1fe3c85e19b838005700feb28e114a65e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for package receivers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 704260c12c9b0cb3962d7a81add05bc1366516dc..51d962fa52b547eac49ff371131477f71ceb33bf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for a package fragmenter
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2eaddc160f8e854d4856f5091d1b7c44bd6b4ae9..a1e51816c67e0cf1274d1bd37bd94b1327a181f7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for pools
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 337bac882f9d8f7962f0fdad962cf57ad60779a2..57cc054471d9b2726a517010b5d71c37ac6fa40b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for pools
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6c89ca8044881d077c20aebf8615e764e1a406a6..79e8a08c41eb82efc8d139a8657e9423bafb90af 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A default peer pool class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5c7af8f8e9e14a443c8ada2e7d0a17e52d29aafb..39efebb4f39575fb64e6c2268f043d56d8d79381 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the producer/consumer implementation
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5ea5f207cab50477ed50ea5269b96d8c531ed22d..70b89f6d30ed9568e8c1eb139b43725a5a8b846e 100644 (file)
@@ -3,11 +3,11 @@
  * An interface for the producer/consumer implementation, especially for key
  * producers.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cf70a2d9538041e25fad4db90f6a209cf6cc8a60..1dbc91307758310adebe9adf7aca2d7bfc587931 100644 (file)
@@ -3,11 +3,11 @@
  * An interface for the producer/consumer implementation, especially for work/
  * test unit producers.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0e80f9a29d151975c3103ac692f80b0e570c72f6..d8e818865cedfdd8cc4a69232c1d3b2f106bf0ed 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for protocol handlers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6d77256cc83cff97fc9ec7f7a0377bb218fb5c6e..d5205b6c584bf0671e5f1f1a6cb450b8cd7ae305 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for recipients
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9e65c96c5ddf82ce7abb19b193d6fb4e12805fe0..9db1ca9b44bb600693e4a33af846ded047af48b1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface/tag for socket classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 72fdb658d874feeb032256ef29570ab1fb8b7586..94a23b9fef4c35fa02999ebb7ccd21ef221c8472 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for sources
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7672f0e6a2d78edaa6a2e41369cc56b9876755ab..f8fb9bd7cdd19365d77c0e35596140713aaab664 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for general states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4ae51ee58b851ce7a52b6012d64fe9ba706e2c56..b1dafe9b7cc96ec220973429825adee7963f53ba 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for client states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d9ad2c1d68495e84ef9c63e79a1adb7feafe0af6..5e11f72e8c319275c319ba2f6808b5081423ab86 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for hub states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 26e4adb3f98cd70d105342b5eddda4c4cf8e7ac6..7133b442e38a6191f39d9a094f905bddcf5494cd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for Peer states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5ebe3f2c274f136dcac873d3f00208cba59bca87..98000f5c7944fbf7fc3acbc04834a6ef509fd267 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for tags
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6c5d4e8b5d301976a5c6d9fabbe60f43f0d07e0e..257d2c53bc14ee3d1b39b9bab047dc26353f1981 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for tasks
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c701f9727a8b52386d4fa7cfed590c49c433922d..6124fbaaf39a643602861e80ab3bd3de70c5b67a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for a visitable class that 'accepts' visitors
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 66c4f1bad7f9f359954486c90762418831162d5c..96ba0dd55645a93261bac6c7fbe2b7d9866a4fbf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 939f9b61e8265f45d9407ebccb49f94ccdc85aae..fffcdab6e3ea175b40df769470b9815bcdd4164a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation for decorators
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 47dcfb9a819f7358fd6c1c6f4e91f3e0641191c9..37f8ec73d8a7e5be382da60e2374e9711ce52903 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation for listeners
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1f2f37b34a3f9d62ad81349841e3762ba55c5e66..3f4b4a1128adac42cc4523760da18320ece1f5b3 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation for pools
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 43624d01453d063191f31261ed78ee7094f63a62..392b05e3cefde7e7753636a422be8cda19e3ae64 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation for pools
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5ae995a72bb10c82cc75a5d01850c0be11f9d4f8..bfc92144ca010182bfc730f593a2d669beeb635f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for the visitor implementation for tasks
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 45635664cdead9ddeaf0135be6b7ea0c81016400..200aa5b8bb6d71ebaed560068f9b75a10c1d60b6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for work/test/foo unit helper
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c10b010cd1dcd3ba1e25407ebdce699f606647f4..e41ead812aa97682b3d19c9dea89349d31a7730f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for distributed hash tables for nodes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b841bd3258524db81c58fba7499475188eadab91..6763cad698c82c51d1fbe61cb169354fb4c86fc5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for node-information (database) wrapper
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ba1d64c6b8dabff43916a02d96dcc91bd14919b4..2e65190498c6ac89910278c17c0692b90a9104fa 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for cruncher unit database wrappers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5fedc6a907c43fbadc443187fd596e945f0bca53..1d0ca64d0361e26d872d77512fd3e8048546b67e 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The application's class loader
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
index c6b7abcfa64bddba4ae145b5242b715148f4c89d..c372b2e26600ff42262acd65eee2e627ebb86ede 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general NodeAptProxy class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7601e1ef0e2514111caf8b6b9e5af3ebf1e0d7f0..06c91a534842a1059fcb34aa232c55737a2c7863 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A node console apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e2b729c3614b4b0695ca4cba765fe92a3d2768d0..a7acc995a1dd67fce65990dc6b5ce6eb48e9260f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general NodeChat class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8fcac7f818adfc52ee44a43f2d0ac7831938f652..bdfbaec76fa95da150dc53a0304917f8802b04cc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A node console chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d20ec95dbdf3893c148189e483cae8f8eaa3f39f..fdfb615f86ff28b273eea8d30aa4bf305cb5abce 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general hub system class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 475820c9f20bf02480cdaaa693fd325edd05541f..ff7c46385a76cfaefa4a1de824c042c6000587bc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the 'apt-proxy client' routine
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6b092478f790d3ffa31bf5eba90c46fad0651611..84776e33286a59cbe1b71a99b7503cf6f26f933c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the 'chat client' routine
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dd159a089ccd97b250064abf6204a0b8983825d0..322c6b5bce67c9eb63a55e35e0ce0035cd901653 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the 'cruncher client' routine
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bbfcab5cf70a15e8fd76d606ea0e991e68a11257..339ebe71e4c796568eff2613ad86399812b2ef85 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the 'main' routine
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b70fabd7c2c5d034a9d399ef03bedcdc94d946c0..a3afdf6d525fa275a02a45819831955702b010e8 100644 (file)
@@ -3,11 +3,11 @@
  * A NetworkPackageCompressor decorator class. This decorator can later be
  * easily extended without changing any other code.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 97707c9d7ca79ce8f57f836cee3a915d10deeaa3..e627bafdbdf7313337b3c84a86ad1a610fb31055 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A console controller for the apt-proxy program.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 39ef65894e73c53e95b32466de8baad6b0f30574..051103a142055fecae72707d6f9eaad3e97e6e16 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A console controller for the chat program.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9991f2d91ca3bf31ea3036427b03ed59c5619454..d70e4e3d72c050893b7b0450432eca2ea16f0d68 100644 (file)
@@ -3,11 +3,11 @@
  * A console controller for the cruncher, which is our very first hub
  * application.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 41eb2aca729b286b79592c3810c9b5f471244f09..660c0bd676e20c9b7b2feb7d5704708bd98f72bc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The default controller with news for e.g. home or news page
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0f68adc7c27cd3d1314eb6fec06f2d2989b7eaba..18d16caa5135d84d69f30a8d522c8e0bbabd749d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general hub cruncher class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 51d6224442f671581f004e7a5df9bd8f09e59c6d..cab0db02be28a2127c8a127c219bfbc282833a7c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-mcrypt cruncher class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0d1b0513a98c1be20d766ebd6328f7e7b18b4884..32bf47667daf11fdac52e1fe43104a9ca45cd6ce 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A database wrapper for cruncher work/test units
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a5388d2dbaf9248769aad67cb46143fae1d3a95d..ac19f6e9995b01fb5404e7b0b301968f8725dc32 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A database wrapper for distributed hash tables
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bf4997bee2f604c4bbf29215c026fb698b3b4265..2b2f6b70db09e2d125fde624757d32195ce44ceb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A database wrapper for node informations
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5bf8938f59d7cf9d46d456d646dd41124ad00166..1c740fdb0a0ebd7730ff90e9f7677fbb634dd3aa 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A database wrapper for peer state lookups
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 827e29426c6ed94678028d38eaae189cd090fb5a..7ea767176be950899f206c5814c711c95c4a9529 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Decoder class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 06bc7ccadb2a4b57d4696aefe467f7358192f40b..2e475209665d1bcb16df933e6fbf9407bcc1299a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Package decoder class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b3d8076f3d4fa546190b4b0e0906c88321377c6a..f81af11b591f44d45496937d53d7577156d9e84d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Decorator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 172b0e5a11b7cc769c44f6d1543251c2ae6d7f50..6802de9e5d1c9fd72e67ebc21d061394ba8ab1d7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general DHT class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 98ff98bed5ed0d71a302f7fc6699d22ebd509e88..7b6535cda1f57c16872adfaf9d690db0b599397b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Node DHT facade class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e3c910dd9bf5740c9eafaa631d0a58088e6612ed..e9efd02427c32eea9751f85f84997e8d72fb3b85 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PackageRecipient discovery class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ae48aa47bd6b34618cf5ed3e4d9b642f1b8d5d4b..bea97ed0687249290820f821ec4f3be39bd573b7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PackageRecipient discovery class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 840b9b668f8188553b3cbf7082dad19676de1ec8..1872ab64ff2f375e24a540040a997002ad1af248 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A socket discovery class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index be82d9defde57510ef87eb222fdfe375df8b1172..2a33c07ed24026c56f3ca3b1e4f5856a40a1886e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for network packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4b5f9fcd15d81c162be65e0d471acf487a8c3cbb..868a1cf6daa341440b5c42c2ddc7ad24ae77f2d9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for chunk handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 446ed71c9ccf0ac0389e8765b6ca9226191ef593..a7355218ed570a84927370f3ed1e5848536cb8b5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for DHT objects
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8b2611becca1d7b0d0a77b32b1b6f8c339083750..b6ff858bb5965208097ff66715333360b3b29be2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for package discovery
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 81a83e578118ff33551324bd89f8b5eb177ad7d5..03401299a04d22fab4b842244f6d862331efaa41 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for socket discovery
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4a7591cb20b9d3bf3ee4e4ca1affa2fe041783f2..4feb19d1543256ebe8dfd3dd95f479f988bbaa2e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for message type handlers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b1e08fb0f8b0bbdd7fe8e34e376d1de689b01b21..ea2bd7631854b5907ca6e7411240fab3b309b410 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for recipient lists
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ab2e9ca83fece5606b6baac9a1435ed35a9982b4..a588924971cf45a1f482ed844297cc8e0c940dce 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for package assembler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ef83ec3fc12cc7fad9739cd434c68148e3e18b13..7c195d74fe380b4090d03e21849fa99b34ef7cf9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for network packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8904f25255a67b43e252f7fe1f2a345efaae6ba4..71811d6733faa5d94947cdd96f4a74499bb47b1e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for fragmenter
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7a211136b03d2f52cc840836308bfe912b4da46e..d936f9e56b5fc6eec2ce577bb18dc6b8a0c1ae6a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for producer
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3bb948597c5f5d7ad05b7ec71a10cd29a736eb5e..b6c01765609ccdc6e0231b15793c549622183101 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for network packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index de4341cda9d597f3dc8805590843ceac39ffa6cd..c4c6251b3adc4367ab45ed10304783454bc1347e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A socket factory class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 4f055d578c3ddb9b096efe46446d9da5e915558f..f95687776ae733f36f81ecd270a348a2004f9047 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for unit sources
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cbf0e1d8b04adfed68bbd9a49b16d5d197bc1d13..b67d02ac912923a3b94cd8cbaa032dd6eba43d89 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for cruncher states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 223ff5dcc8d44f032eeac08fdfc3bc41bd774c1e..4b952e7ffe5a6726aaf4e4267200e6ca1e01dbe3 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for node states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6510559c63b14afb6561b0a533674eb061a3bb26..af03fa071187d7ae6d509d087d43ff39c1cfa634 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for peer states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1cc1a8dd87f1c0759f8646820c4ee8b814ffee19..086a974d302927b3c64f0298eecc04ec690725de 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for DHT states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fa9a30de0d035b8dda53068b4084e61f8e26583b..3db2305655e7ddb0f75a11954acd0cf44f927ef8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A factory class for network packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 37efab2cf3a357282b817a68e66356db8e0b41b3..b98cc31d873ccd8e68accf714a92ef3e453d8d48 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An Announcement filter for hub activation
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2b77452c3b6ef9b771b66f5e605bea821c567ae4..4337e190d79351149555e61e8e55f5128bceb694 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Initialization filter for apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 19e50c18cb019381e18855cc0873adc5891e6735..816a31a01129117dc0b47dbd690f30ee2144fdf4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PhpRequirements filter for apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 13c278925b4f701c33808c368259aac42f0a8af2..2e9d815ff4165597ccd8a8ba4222d73f6f36bd78 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A welcome-teaser filter for the apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6d30a32849e9d1c33e12a468497ae21d0d508419..9fa0b9a802cbbbd184a24f3386e5a028ec56dfe1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ExtraBootstrapping filter for bootstrapping apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a2c3cf4caebb1228fa869c65ffb82d5fd74506ac..34021a6069da1e3175a5f5bf2556f9bffc411e9b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GenericActivation filter for bootstrapping proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2a1365e935573dd92130a91309122ef74f23d985..cc7865c572e6f5a3cd9e0c2bd740a84aeb73eb45 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ExtraBootstrapping filter for bootstrapping chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e9123f448f72a9b1026589a3f823897d4d149676..afe2bd455cc530ef5e2bdfed847a447fcd673b72 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GenericActivation filter for bootstrapping chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 18508d94508a3de71c5ef4e004f431413426bb27..2b56f23e5489721ea776311247354af31b5ec0c1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A BufferQueue filter for bootstrapping crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ec976f8d06e23f17d87278ac6f6c0613229a68c1..786f2295ff6ef3b16a04f6ea06915f934979678e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ExtraBootstrapping filter for bootstrapping crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4209923d93c83d85575d36d4e9a3b320b9cb020a..b1dd6043c86b41ffbe48a610b7f936e018bacc7b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GenericActivation filter for bootstrapping crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7a87486689f131a93fc3f3785ba167c5adb6650e..5ab2352ba2bdfa32c09c945d5856da9bbad9d383 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ExtraBootstrapping filter for bootstrapping
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e2784f9b96a2aae24abfa0875e30a82ecce703b5..0617584798750c1e435c8e87847b8e55f06f2260 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GenerateNodeId filter for bootstrapping
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Node Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6c70fb3940b133e8a80b08583d68d019e0a5ad39..77587bbccd60dad6e7f0f60d7320d0e6dce566fb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GeneratePrivateKey filter for bootstrapping
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Node Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fd30794877731607b614b79562097d1bd235827d..197f6bbd8bbcd2754fd658b1d6a4d6e304c0959e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A GenerateSessionId filter for bootstrapping
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Node Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5a7bd4c84bbad3f3a4db3120a6465f44042679b2..e93f8d7e1be8189d0f4c1d8f8eb0a6941f0dd7f9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ListenerPool filter for bootstrapping
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Node Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 50f727b50143f0574413f9188d966028741aad39..22bb43224f3cfbdc973fd5076f3a80d701c2d0a7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A filter chain for processing network packages (or better messages)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6dae5421419f0a1b7ec5331fac5466a29b30952a..e47efbbc88c427ad4d0fc5de66c5bdc72bf405a4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Initialization filter for chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 493cff265de1a777ea7c8bacb0b4977dad519192..e794a66354dc00685186e9803123036fdc0fa5f9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PhpRequirements filter for chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Teama
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c18d9a829fc51811c3133e6f8462355249f4c252..c724ec9d195f128b752e4d8ce8809eacfbd182de 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A welcome-teaser filter for the chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 46caedf3ac3e016659fab5b5f4327cb9737d39bf..90056ed28d4a20e40672aae68446191d4bb736b2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic filter for apt-proxy sub-project
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 901d970ea2d94522b7f1fe40d6d9220cf4b723fb..3b29df085489683c99c9d46a6f9a60bfbbb816fc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic filter for chat sub-project
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ac679ac678618aaaa466030821a10a3913d3814f..6175315af2f96939a2448c35b869f27e16c31deb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic filter for cruncher sub-project
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9cf41bbb20286da179cd950506cb75f3298b45a3..12836ad317f70d2b113daf062057b0cce49ca56c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic filter for hub project
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c3f4ae85b1eb4fb394b2c23ae0f7f7123d9e22bc..7541fae1f7e679992ccb67df5187c31d5987164c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic filter for nodes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 32ce221d9eae8ec8824553183b4e55c4330b19c9..45d09325cb50e48070c4a5ba49832ac6c8efabbd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Initialization filter for crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1d79e46ac6b225e9eb8f1ebc99e753469c51af36..ff8751c218866079bc97fd527f576e2e6d2ab5a0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PhpRequirements filter for crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 29e2d6d22ab48cd4daa92120467fbf7cac81c23f..621c6b5f094d5c54a03ecaed4f63bb6c7f0a4236 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A welcome-teaser filter for the cruncher
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7f2002f89d3bce4645d81fa90aa1d59486475455..f302ebcfce8a8b965dbd9a18aba10f96e3fc58f9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Initialization filter for nodes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d88bef622a77e976c921a569e0292e8cd8e9a597..ed012e232e93dc33b349760643e956d5fb6591d5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PhpRequirements filter for nodes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index aa3e8ec722514062133017a0537cb3a509ffd02c..267dda36c7aed590eba70e1e046a409ad19eb765 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A welcome-teaser filter for the console
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f98d541c63dbca328f468419d0b80c1af04d6ddd..2887c191fb657d5073a28b91846750cfcd5e2884 100644 (file)
@@ -4,11 +4,11 @@
  * last one in 'shutdown' chain so the apt-proxy is shutted down at the very
  * end of its life...
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 04cb196d8209ef18b20b8851e8d94dcce8275253..04a397aed9729a3b2cf56ae4a2df30c1b9e100ec 100644 (file)
@@ -4,11 +4,11 @@
  * the last one in 'shutdown' chain so the chat is shutted down at the very end
  * of its life...
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 67587e926873f7d3d9b4971215aaa3b717d8235e..e853acb30eac1f42e7f18264680690996c86abd6 100644 (file)
@@ -4,11 +4,11 @@
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
  * its life... R.I.P. little cruncher...
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 99fa5249f7fb5a1761a6f2528af1abbbbae0e059..f5416359314a2bddc7bd67387b8549b2790a66ab 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A FlushNodeList filter for shutting down the node.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c4af0c280ba39f71a73cc4e37897dcf957be17c8..4f285a936e124fff2544201cebff0253fd396056 100644 (file)
@@ -4,11 +4,11 @@
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
  * its life... R.I.P. little hub...
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7c830b614296c011d41e6dbffcb3f60548d5f930..851a42e1055d333c0f13a0a6ae7e43824d587364 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskHandler filter for shutting down the node.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6dbe3868f607b5c1e2e9e84676d0f8786569f469..f5a31459cb4b11f6e475f26a6b25cd7ba7b566c5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A AnnouncementAnswerTag filter for Package
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e78f9e17234af2f27817eb5d7bf5cc24b7b2e3ba..4141c85ffebb8ceed327b7ad009b8790434cf9d0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RequestNodeListAnswerTag filter for Package
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2a7b688fde975a928ee703b69c3ef66b3ef18a88..5a0cba4c24567eb4b1f82274aab628e6a482e1bf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A AnnouncementTag filter for packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 05c27db36efb089716381dec2b0e8ee28d6b78e5..40e56c801bf21368fc16a7d7329074f3481b17ea 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RequestNodeListTag filter for packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d8fac40456ee7b7832e9ddcb1f4be8373a31118b..3f08a7b6d73dab8305b39b1913c0a1df27967e4c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A SelfConnectTag filter for packages
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e8b4aac73d3b5303b5d30e7db315a91d8bf907f1..ead0fd4db1a0f51085982f3385f74b9f294b8abc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskHandlerInitializer filter for apt-proxy
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 apt-proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4ba2fb6007c43feb239f590be194a48876d7bd51..e922565103157bf35bb9202c49e14f9768eff06b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskHandlerInitializer filter for chat
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 099978b7be98ab6a6c23c549023235af2ac8213d..dadeb169c2db71679d96329046c240c63d428068 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskHandlerInitializer filter for crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e2d1e1a39f560614cdf67cbfadb1d83c87af0a32..5fb366c881249930d08ed3b0b573d3c1bd5b3a03 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskHandlerInitializer filter for hubs
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index df6ca8f6e4b4dc53d8a7d910bd2d42041a8b1827..122df05213723aafa878935eb67c72577f7a9184 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A AnnouncementAnswerOkay handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6fea337ffc511ddab0699ec3c7813fdc9f2436fd..fc25defa710c6999f1971cc2853868358c249b7f 100644 (file)
  * it handles it. Some messages may be rejected, e.g. when the requesting node
  * is blacklisted or its behavour has changed.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c50970d5184e47d6e3b2ef0c22a737dd70ff1e7e..b0e254270fc21b0773b573c0ff4e2c05de871153 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RequestNodeListAnswerOkay handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d0a7feafb6d12de0d417a5a0f5b7746ee0416b46..d3b95426de1a872c5c3bb2886b53d01faf827829 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Chunk handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9429cd825b1958d853572000d9bc765f64f64238..6e80fd2ac65d5ea270314c57cfaf9ebcb86ab475 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general data Handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c2146e0eeda7fee691a9235cc158e69a52ecefc8..c12a3bf7cd9fd866c1693316de6e4615e7ba0f3f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4473eeeedeab2452c42865a024042ab03b3cf12f..2521fd74e6f22a8f4379fc98818f959a1a944400 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NodeMessageAnnouncement handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c0b1461dbf3a29d3ced4478692d49866eeb680d6..190ed0b92dd0f3d432f3d8a46f1ffb879c7a19b9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NodeMessageAnnouncementAnswer handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 342f8c5ee5940a86ed093bae317bd0a6940a6e79..2df79315cd17521b38cebaf3bdd5893a3e5aa1c9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NodeMessageRequestNodeListAnswer handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 75a7526fa8b46eb0d2f0a7d0a6cee4170098ad69..fad63f03ee6780e233fc84c4a5a75d7aff559622 100644 (file)
@@ -3,11 +3,11 @@
  * A general message handler, this class must be abstract to make the template
  * method pattern working.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2d3cf33704af268acf46d0c25927d14b518e27dc..c19d4803e76bcb7b49c0e6a81e8dcd3a3582a7c8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NodeMessageRequestNodeList handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3cab8b1837bc0d5b1b2b3e380266f37cac61bb4f..56bbc4d7e8977d91efd2108d927af4fa5d2b426f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NodeMessageSelfConnect handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d7b99dcee5b7f062b20db4120bf6021283e2d17a..3dba3a892f616ebcfac1bff0e0a220ff9c905786 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Handler for raw data from sockets
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7b711232c7bca04520bea47fbca4947198df94c9..687e24f14c2be965c9b65ee0136d3082b3fbe8a5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TCP raw data handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 703a5502fe68d41b0a82acf1e1e6a5a1077893c1..ad9a5cda57e267b2c1fa9ea153496e96ac2d97ee 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A UDP raw data handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f1a92b1e6235af6f0cffdf5d2ec8b326fc54821e..f251139429ec4bbf9813a8b87e84f47b61a4d1ec 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Task handler
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a2debcbf1f418ea57f3dd3af6d2bf6991fd9c551..de901600c4dc647406de6a4566078c574785f83c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general hub helper class. This class does not extend BaseHelper.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b14223de4f8f0ad995b2dc7186efeb6205ae41d6..64360b954fbb806b3e2f0807d8d4d1ffcfd8a477 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general ConnectionHelper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 23ba71baf391746dcf9c30ff877deb36233ff2a3..93157e00c001e694ac77110c75d75a5b6876be94 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TCP connection helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
@@ -97,7 +97,7 @@ class TcpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
 
                        // Is the recipient equal as configured IP
                        if (substr($packageData[NetworkPackage::PACKAGE_DATA_RECIPIENT], 0, strlen($helperInstance->getConfigInstance()->getConfigEntry('external_ip'))) == $helperInstance->getConfigInstance()->getConfigEntry('external_ip')) {
-                               // This connects to ship-simu.org and requests /ip.php which will return our external IP number
+                               // This connects to shipsimu.org and requests /ip.php which will return our external IP number
                                $recipientData[0] = ConsoleTools::determineExternalIp();
 
                                // Do we have hostname:ip match?
index 0f9bd9d0f38ce027313f1e934cfed86d351cffcd..9b238379318d3047546ad60e4c257383be5779a0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A UDP connection helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index d1ea54ae670a1d3493c54103118f63f27595f0e1..ac99d98d85d4682451fed03e6f69ebfa1ba300f0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Bootstrap Dht helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index e2e8c43b23d1acd271468b31400c99212015dfd0..d3a98a9a01eaa72e827d6a09591d2c82333388f4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Message class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5245a1e9372a438c169682c5164c0836f4665c53..c9af05f3a5cd550d6e0fc1d74991415c41d255f7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A CryptoRandom message helper
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5dc897159a98891ac7ac05ecb8bb27ce71ca433d..dd2a084af2b76332269059f1804041c52d7c884a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A helper class for announcing this node to other nodes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 29437635feaccc5fcc7e438e8b16e4ed3f109dbd..1b015d824afa3382292212712aa64c71372150c1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A AnnouncementMessageAnswer node helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 63f9296565a07ad2c20cca90c48179808702a9e8..b07c80fbdd3184436c804e0cfc2473d03c031fed 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general hub message answer helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 88ea6c8dde2a56c2d2a6c6ec9830a81380b3fd59..7932a77b9d6dde261cad2d7931ea2c7b1da045c6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RequestNodeListMessageAnswer node helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 416f198aefa8d308198b851a003aa03fedf72607..c93e6bc4434cb3f26c285f40f4e175c0dd948b3d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general node helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0f90760307766350f4e8241bf1f90899b54c51ce..fe10be092ac869b2fa0281f3f793512294d9d8e9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A SelfConnect hub helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 8eddba930523d65ff9e9a75ca24ea2af0d3c7d3b..1357666418e48c506ab0857aca19d533c21d5402 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ??? hub helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index fa596cbfa1fd8ac42c2cb25004a2cdf6d434e0c6..caccf429d8839550342cf8f72b6c91c8e2f54e67 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general WorkUnit class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3c84019afadd45a33fdd66658e7ea55d5ce3d2c5..639363c1dc0813a8c001bd9f90cd4006bcb95cd8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A test unit helper for cruncher
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cd4cb346ea7ffc334cdfcafcf4ef34278d058381..4d3c17ca72394b7fb746c0f8c4d5f01dfd9d15b6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0a0f07812b2e120579149d3099938ec1a491f6dc..24b96b80ca2b09af8bf42a11fd728df80d897637 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HubPing iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 22c2c5968e2aea8d0bd363676eadc58e8a3bf46f..2ec9cc223cf0fe0df3b88a023db6197dc090e16b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NetworkListen iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This current implementation is not recommended, use a
  * @todo               latency-based iteration or similar approaches
  *
index 295ef6574d661c87a496bc7dfcf7d3ad5e538f1d..4ff42d2bac3ea6c885e594c868b1d0aa730e9d9a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Default iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2a388cc2575c92967a75a7ca0f602dc186dc6034..5fcdd99e54e3ebae23cccf57ee26c22ea8ca6d20 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HandlerPool iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This current implementation is not recommended, use a
  * @todo               latency-based iteration or similar approaches
  *
index 3b7536ac119636788e47cd4037436f2cb55ef906..b8a35b78002f2558d988752cf96630472ed0cbf1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A MonitorPool iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This current implementation is not recommended, use a
  * @todo               latency-based iteration or similar approaches
  *
index acd42e835bbe773d96c479c0a6123519f3dd542a..3eae4fedf792c8a88c6a9ddecefbd068995af045 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ShutdownPool iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ae416a8957e18f827eb60f862b0327eab4b50841..57719ca80639c9a008c8a728dfa50354f2037742 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TaskPool iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This current implementation is not recommended, use a
  * @todo               latency-based iteration or similar approaches
  *
index 6173af3ef7459a311a27033550e4e6e2e0376a46..cf356fc1455be0cd502a43cef29d8b939d7502b4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TestUnitKeyProducer iterator
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 250081235b77041d9622aabc5deb59b96d89cf19..c875956d7e5ec53754c3c8253a76ecff72eb2a33 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general listener class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2cc53b7fe070e5a2bef018508855e3778332ba92..fe61ada9955507ccc1c3698fee67271fd9dab40e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A decorator for the TcpListener to communicate to hubs
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ac9b0f8ee47d20b0a548314543a0b745568858a6..ee48aeee0ac8e0dd02758c9770b2e5df176b9b7c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TCP connection listener
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ef42a0ebe0376195495782f31873b656af178af1..c0af385a90175f8fdb5a13bafa4ea42d8b29a5f9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A decorator for the TcpListener to communicate to peers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4852dffb354d1067bc1418072ccf15cfcbeee798..9b1d072a897945bc8f2ffa920ec0aa8a2aab102e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A decorator for the TcpListener to communicate to hubs
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3c7127f48cd830b57714fb070cf3f2115de54e6f..bda5a8b3868d54ad3def283ba72676512b35303a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An UDP connection listener
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b501982ca4e4f106c50229538597e0be14d70163..f894ce35333ae71ba8ebe001f69bc00e8256b12f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A decorator for the UdpListener to communicate to peers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a1778738fb6bf61d2d6d2fd90684124e9379117f..70a8a7a2a40c82f21c8aca9f1938ca908bbde215 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A decorator for the UdpListener to communicate to hubs
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0d7454c68a1fa5fea54636683d895326f95dda52..da74cbc6604ee16d9c4ed9bd781f24d7576b42ce 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general list class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9a15cb023777c524439e8d96af92da547b04145f..7da5329f9a31da4660d6bb0f6d9fa3b4317f6a49 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ListGroup list
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 973d7f068184e43c04919da46469ecf35c60f88a..02b5baf9059694826eb84258098246d57953681f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Hub list
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0d274262c261c33a2a84b2f912f772934844ef8d..39dcc9044d5669c33d91e9566c1c0f47c0c5ba52 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A list for pool entries
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 22f8572583c43e79c0e72e2f1d55905eeab8019d..53323b4c030cc1dc19e88459b9dab3c0ced6489c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Recipient list
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index da535dd6f52816bdfd31fde76c6571ebe3e4138d..f2dfa3d07fe24d7b894876cf661f6faf388caa36 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Task list
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 166cdb263330794c0727267831961bdbf4bdd36b..b0ab5adb4e880b186ff37635d1ff67613e6868bd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-node class for the 'Boot' mode
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ac6362881b19a3a526c1e69a9bb8b13aaae113e6..c3e4b7d21521497c420e7d5a2df2a95123a9caaf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general hub node class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cd0e7fa6662935aa36cb2ab66310cfb9748a4f3f..d492ae5a539665c1c8dcd4c6a3d98146cafadce4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-node class for the 'List' mode
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2f3f2261a33287692d348b4e75a42df49d27eb22..97274dee17a81c77f43d6c0db16792814eadf9c6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-node class for the 'Master' mode
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fca019aadf332b2f831fdfda10d846cc4d840228..25ee3517212ce554735449e16f9d1b411327006a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-node class for the 'regular' mode
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 938f6c62159be116dff4e7094766a22d05fb6f7a..ba8cf837b31f932f2fc891f88eaff2a327f45b6c 100644 (file)
@@ -3,11 +3,11 @@
  * A PackageAssembler class to assemble a package content stream fragemented
  * by PackageFragmenter back to a raw package data array.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1d6d6e467a0220fac7b033423d8ce80089e1173b..87404c7c5248207313245fa725f2c3c198410671 100644 (file)
  * For performance reasons, this class should only be instanciated once and then
  * used as a "pipe-through" class.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Needs to add functionality for handling the object's type
  *
  * This program is free software: you can redistribute it and/or modify
index 64bbb932435445fe2240bf17a5af1eb1de5c8736..7d8bb6b902b4957b82707ab6d36aeebb3e890c76 100644 (file)
  * Also an "end-of-package" marker is being added as the last chunk to mark the
  * end of of the whole package submission.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f29e7c254475ce2462c5791aeaad67422108690d..28ba1ceb7b3e62c9c6725ccb49146b752ae0936b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general pool class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c716b56bd868732fb62d64d1c260788329a27e3a..54719a8e23729ca1b45044032ccd07ab2868095c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A default listener pool
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f872b76aa464038bba093884769e2a36cdfc1402..692e2fc6d4fce8b59c819d0c22fb8a67b7cc5ed6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A default peer pool class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9c22b5dc02016f7ab9faf6100a9d73d7b5196e46..5e37579213f5753ca875f7c2d257c60100b08e97 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Producer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index aa4ad25de9a4c403a22d733ecc57fb58edc2afd3..af69bd73c3434fec780b5dc1dc2d7776a737809d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general KeyProducer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9311deea4530a9c6babe8e8e19d16b2f142c336c..1e3ecad7ba16afd0696d5b2136757a3e5bfa809e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general UnitProducer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f70993c8fc4faa7a6139bbe1789da72b6588f36b..e74de5706417087eb83cf6f228956fbdf8999a3f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A CruncherKey producer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 00040f8fb388d35b7f4b0e3d4d9a1c8395db44e8..28e426121e5ea0ba2123a279763bf71424da9301 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A CruncherTestUnit producer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f6a7a053a6eb7e3c22034b18a687f96984aa6097..471751ea6d91c1f7f2a6398161591c1d4cd3fe84 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Recipient class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 976ef268c5107e2be63a6bb26ed9b5fc48a89fd1..ffdaeba8cb5e9e384dad856278aa3d492ad17902 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A DHT recipient
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3acb2f4ce65606a113c279fa624b8271daca0bab..d225fa5cbdb7803d7a0a5494f213f99d6da28259 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Direct recipient
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 92fc841e621770a0011d2ac033e2d5042a7593a9..e66a2f4aa086a67480d059740a98944289d262d4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Self recipient
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7d95c9094d1092b7b9abd012e809eaed06b54b99..bea54b2d6706ba9b06e4a4e2eb8471c551add3f1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Upper recipient
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 11e43cdb284a1e2d7c9aa588455ec84350e830a8..7454170d0eda42bf6c33999c0ee2ade9a36e2e1d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Connection registry
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 29e633dccb138974440816ba6d2b0b7dbf034c2c..558d3be55c9f0d4a2390cdf9d2af82f1388b411c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ObjectType registry
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0041ec956a09bed24f624bcd354478cdfedcd9a8..3145ec5375bbf5a45f030f85de3c16e0adf992ae 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Socket registry
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 199f1251fc41afa0d34e8f44bf15f21981d3d870..d2457d1e66cc16a08fda179626c35bc23b827b27 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command resolver for local (non-hubbed) web commands
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f6f29e2afa111a2a5ec1d54a52ed3bb39f2bb910..3114ec072775573598d0acfdc88cb2bc785a7b10 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A resolver for resolving controllers locally
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cba643e259b7c98b03ee18c4b3733af8048338c4..a8483d99a7f4c0bfde98ef3731235812c80b31d6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A resolver for resolving controllers locally
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6ce89ebc3998a0e232ac05f5ba0a3a9867a5a4ab..06b9963168675e6be4286cc3356e3eab08626f32 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic state resolver class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 37854150d2e1244cca624ef7ebaa8e39dbe7e72e..484edf07503e0bef5109c7ec1faacda99009706b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A resolver for resolving peer states locally
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1562261f3cda8686c5445c23e3c4b014720b3785..5c5b6ee8e21bfb5a56d5c4600fab3faa6ea9b231 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Source class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 45615b588096f0641ae56cbceae15cc22ee97817..a854fd224520ad0f21073bd2ab54c5e3428ee272 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TestUnit source class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9ac04df3fb779ec0fa85a9c90cc59f76c7b41bb9..39f7de4ffd6d54ca0ff1e07454173c82479f7d9f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d0ce9683ad67685a0b367f5668766779fcf6692b..5896dfbe8c29c0dc671fafb710946f697248cc1c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general cruncher state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 36ea75823d0776f9cdde20927d7d1244f6d84c72..7626cd15b42689fce08300d16878a82bb7f96d25 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Init cruncher state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b5b0e4b3e86c592e0b1876bf75e2306fa6b32f92..2ab6e02b6e950f077fe5c14919d137724f12b082 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Virgin cruncher state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2305b9dfd8f25bdfe9112278f362388811f5fd5c..4943777cbd7a162dd877ce14194a77b847e0dce2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Active dht state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 602c7ff5002d9a177128f01365cd5623bfc584a9..e590148a1b4bb904506f21e4f7b81ac11c80480c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Booting dht state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a78f9dc161cc425ef0f639ca07cce656452c1883..f9edc47ee1f4c578d1bac9632c69d0cf13255bfb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general DHT state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 670489d4cbdfffd1c4c70e3465888121e14d0715..f008a5a3fe35eb2c780a10d8720dfbbf58ad8f2f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Init dht state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9bf1a15090bf6f647380de8bb7890952e1d0e23d..52a255047e69fdb616580ff638289be1d13f2d10 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Virgin dht state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 96de63ac11e107676f173cbdf9c2feecf6f6d78a..3b2cb250a095bdd36aeceeea8c2c98558ec60e09 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An active node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1a3200101c83ce1c9af4a4ccf7e9961414ab17ac..89e8e0c9d0b839e3e85f9003c8b333fd84680a5f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Announced node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 91bdf48bae442ba1b9a8f6a96c1067a7155b25d6..a28bdafb6ace17ecd0a7379aa1fca2d0b1b038f9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A AnnouncementCompleted node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5c615e33c709b5e758f942c1876bcbe99d1316b9..6fd35a734443199265182f66948421079965fff6 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 68b968ef181a04ee9ee5a6703f5cf7507c9212cc..3ae0c21b56835104c0b7aed68522dfb694081bd4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A init node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 707d54354a327032ad228538006a5ce617edb73d..4dadd5d39e6e6885ece0dd125b859af6e25678df 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Reachable node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4f1402084adc1d4f12d4f5a083a767196c285cda..f9941b8d16491ccb248a7483d5fc08943c8581ba 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A virgin node state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a7cde00a8b9bd68e09abd577b76bcb930ac9506a..8f1a731ab97dc3fb0d5ac1738ea719aeba0700a0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f5a6dde3e2aff0c253e12b5e020ed09be17be7ad..ceb5e9a56173922726cc88f0af520036c9834cd8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Connected peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2f65d3526390880b75f50ba46251bf8440c6ca31..1b21dbb0c92b759945e13fcd87ac0e7fb7b8af1d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ConnectionRefused peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d5ad6a000566c04970cfc830299605eb7ea113ba..e74d4a8ac945bee9c0a281cf1da47f81575126a9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ConnectionTimedOut peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4ff9de64f8b80b940001c4ad044f0d0c41832c3c..2e24883ff6aef150749d27c50e2295179efa2465 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NoRouteToHost peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7f97972a70a0b52b7fe86de6c33faf5c80733627..9266e618030597794c984be37033d9dd2d53d471 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A OperationAlreadyProgress peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d8bcf58206c39ef604093d2bd1201375874e9fb3..300242f2f217ed7e6cef5d4aec39fff819ef75f7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Problem peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3756b366e082252c52070f7ae57bd35694c1ed2e..3e221df26d3d06eb120568639ab7670905b52ba2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TransportEndpointGone peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d5b5097541aa69c5740d79a40afeb30b92b99ba5..726cca7389f322e2768a93063f2d08bc2aa6aabb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Init peer state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0261235feb8e3981d403afa37799063c0b3a95fd..dfef3221b2ad52abdb8729a6d58ad5727ef0d0ef 100644 (file)
@@ -3,11 +3,11 @@
  * A helper class for maintaining connection statistics, no instance is
  * required to use this class.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
index 44a1999d23bafc48b535d6a9203780688cbf707b..37a87b2c2665c5dad25a6828402a3f5e090bc197 100644 (file)
@@ -7,11 +7,11 @@
  *
  * Since the latest refacturing this class works "handler-less".
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009  Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 60571432ea284f48b7c1eca4d6d4fe9115bb12e8..fdbad2082633f818d69d8f4d2b9a8d67f1ffa835 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RawDataOutputStream class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009  Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 71ad0011105593d8d4d225386db777095f703ff5..7bd746e754a0600f7161c953d897157d118c0f63 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Tags class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 543e4dfcc59050814ecfa48dbe5a06458cf9522b..e8b15b68236a5dc9952f6e7a2d5501c8b2cf6f1f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Package tags class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 695dce0bf3eb4f03e212f387813e223ebec37346..c752ab7a138a454c1ca2439ae3645b8679462cb0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A proxy listener task for apt-proxy consoles
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d29f835f29481bd4cd1deec5a9b7d1629e783230..708d57c993c72ea8e2d9ea7fb49f4e7bd63262b7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TelnetListener task for chat consoles
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7c1ea1867a404c12f3d6979ae61689772153ac2e..c915f8e994933369f5c84028f83246e28c9bc995 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general Task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9872ff4b40a97f17acebfd086e220aa078ab5150..f1c3c7edfa76e2eefe8ba82f457ea26c854703e9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A KeyProducer task for crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 26d0baa1355d0b6e581209b5444f532e18fdea33..6753a5e4489bd733b423414b43cc9e861a14d213 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TestUnitProducer task for crunchers
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c2559e6567c0877f9d32421da37d2fd3ab544b56..10d3719ca190580a4596c58e90c20c0bc96a518d 100644 (file)
@@ -3,11 +3,11 @@
  * A WorkUnitFetcher task for crunchers which asks the cruncher to fetch work
  * units or, if enabled in configuration, work on some test units.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c65582647f15c4f0576ab7c8f59168b7b89b2f1d..373560e498be4134a92bca1d50ac9b3a74cf0f11 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A IdleLoop task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d86e58d618237cbcb7caa2580998eb5c14983e5c..98386f01539af6fc690fceacf3e5cba865ed2b5f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NetworkPackageReader task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6a8eb2849e0613f88ad2aa4dfe30e6140abb0eea..6d35b181ac2f38ba26a38d73eb60e371c4b7e0cf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A NetworkPackageWriter task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9b4fd13ab8133a1704eec01e5911c4d06f5052b0..6250208202f6fb3db3414071ae1f35af1c13d855 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Announcement node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5a436dd55de302e84041711824d6c72e7ae4cfa3..1ab05fd3d6a1f89739639e65949e8c21a3102baf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ChunkAssembler node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0d3393a426ef893130b73dedaccc9a603da74178..6ab2cf8738ca01e6cf2747d6b162844a332b98d0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PackageDecoder node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7ca6ff7c5aa4c548a1564df55f93711f74246de0..b4614ab6da84e5b95d46fd1924ea901c75f12edf 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A DhtBootstrap node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c2081f590ea65a165c6472a8718a9703e6217923..25f3414910c8ff0d15a3db04b62605650444cfec 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A DhtInitialization node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0ae14beb956d2ce45bda1174c466ff137ab2cf17..177c7a33c46a206c50a1d19a31007948f1a18ac0 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A DhtQuery node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 23494850ff2a96d0e3f0e3941418f3cc6ba0b883..dfc2354954ebaf5f620f5f9901578bd989a11370 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HubSocketListener task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1403c0246a4d8ff90da11e16f65e918aac6a7576..fd793f6623e2332cdeb93764563460a4d5c52d9b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Ping node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 721fff35327c890e7a0938f57fdbf56e597ce86b..9feeedfb2884251b860898c317d8f11333c458c4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A SelfConnect node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bada501274150797cc27944115087af0f0d765b0..f04e8be2829cf4945b7cf1018fe6303426fffc43 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A PackageTagsInit node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0567aeed50b3926a970d7b5a54c8c44b4b3501d6..819d07909c55f75fe04179bc0a7b1763925db108 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A UpdateCheck node-task
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 44c766e5004394bd0f40a475ef233bb562158cb9..c0dfc8daa836c5130a8218f90d0ed99d6de53d11 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An Announcement template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 88b0457b579be68d16c3a38998e5ee07ee7db97a..a8b95226056bd78a48cabead3781d61a3d890bbd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An AnnouncementAnswer template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 008cb684098be72c0c46a0eacc2cac19057ed474..15bfc1dede82f9acead8eee3b873243be5ca7f06 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An generic answer template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 6989cee62b499370e5b95056311b2f783e1f8724..011e32327dba5cee328a75cc3bb772849da3a761 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RequestNodeListAnswer template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 812e99d2d54d19450ba3c5c3751adab1c07a0e2b..067290459e63c0e131eac6ecc4b1f93e809b3f6b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An Bootstrap template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index ca168bf52d05099a02b70880296e1dedd9871a49..a06023f1f21379ef9f61ce9c1c486f9e9183ba3f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A generic XML template engine class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 94e08d88a08404c8b403bb979f5eda042fd3e5f7..a8f9f7d8a81b9c0ac4bb8105787581e67c472e17 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An SelfConnect template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 4d50c1fede42e2791a97c94632d820302a869b79..223f5ea358a5ebe11e45c5ad776ce93969b3330f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An RequestNodeListEntry template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index b1b7027c217d2525c92b15d58d4e2040b899630a..9b048dbe542df89f22dfa28cd02430e3d7618b82 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An ObjectRegistry template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 9f75d26a95542fc5e717865c3eb08e344c5d99a9..8393d483b2de949f0350c0d100fc2c78101e322f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An TestUnit template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 879f7775e9ed0338066ffd5cca892701cedd4789..ad583f74503fc09180d932abc3e017cf48a477eb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An ??? template engine class for XML templates
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               This template engine does not make use of setTemplateType()
  *
  * This program is free software: you can redistribute it and/or modify
index 33f1a9d83d8c67f7442ca69d388ae46ffdbb9e4e..c0960e24e321c3cd9b8dd7298f18655a9f87256a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This class contains static helper functions for our hub
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 433614c384dca47163deeb8e44e3329029a407d0..e0e89d4f09f9d6fdba2dd87bf2d0846b958c8d30 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general visitor class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b6c6a25c625b3716aa8d9c6e2192b9246b5b4997..209bd6d6e12eee63795c1d2e2eaadbfdb27aaf92 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A RawDataMonitor visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index faaf1dbee4e8e64fb8e7ce85a8f0ec4f85f481ba..fbc41f585e7d50f95b456caa8d523ecbad38fcf1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ListenerPool shutdown visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 216d035869f6c97dab50df78456fc48400e2bc5c..1fee9c6c5da869776df57e080608c610babf5c97 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A HalfShutdownSocket visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5b514282a0f71bfc158fcd99e8b79782d6fe2c1b..9882d6899646491181b7cfefc4f4f6e1b0f87b49 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A ShutdownSocket visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1863207ee1850b782f7c8d0533f104bb005b1650..fbc1ddad4e8076999655d77343c5587270f94108 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An ActiveTask visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f8d0d76d8228687b1b49d74c2eeb51fc22d23b5e..1eef929e16841b195b5c01fbeab40ae8b0266ca2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An ShutdownTask visitor
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8266d3128fdea5c1acc45cacfdf74b8e7bd88802..136a8a8993d84add6e694f75ebbf438ae3d4dd2a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The application launcher
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b399a6a35b9e4c377477f7db7ed2358491976323..7f50305198824161c6ac9ff68dd394583e2721c2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,11 +7,11 @@
  *
  * But good little boys and girls would always initialize their variables... ;-)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by