diff --git a/pom.xml b/pom.xml index 4b60cea..e439015 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 nu.nethome utils - 1.0-SNAPSHOT + 1.0 utils http://www.nethome.nu diff --git a/src/main/java/nu/nethome/util/plugin/Plugin.java b/src/main/java/nu/nethome/util/plugin/Plugin.java index 5efab90..90e5fca 100644 --- a/src/main/java/nu/nethome/util/plugin/Plugin.java +++ b/src/main/java/nu/nethome/util/plugin/Plugin.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/plugin/PluginProvider.java b/src/main/java/nu/nethome/util/plugin/PluginProvider.java index 3fd4fb5..9619b8e 100644 --- a/src/main/java/nu/nethome/util/plugin/PluginProvider.java +++ b/src/main/java/nu/nethome/util/plugin/PluginProvider.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/plugin/RawPluginScanner.java b/src/main/java/nu/nethome/util/plugin/RawPluginScanner.java index 671c42e..dce0e30 100644 --- a/src/main/java/nu/nethome/util/plugin/RawPluginScanner.java +++ b/src/main/java/nu/nethome/util/plugin/RawPluginScanner.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/plugin/SelectivePluginScanner.java b/src/main/java/nu/nethome/util/plugin/SelectivePluginScanner.java index d92eb9b..677d0d5 100644 --- a/src/main/java/nu/nethome/util/plugin/SelectivePluginScanner.java +++ b/src/main/java/nu/nethome/util/plugin/SelectivePluginScanner.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/BadMessageException.java b/src/main/java/nu/nethome/util/ps/BadMessageException.java index dab1b8f..5b34b26 100644 --- a/src/main/java/nu/nethome/util/ps/BadMessageException.java +++ b/src/main/java/nu/nethome/util/ps/BadMessageException.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/FieldValue.java b/src/main/java/nu/nethome/util/ps/FieldValue.java index 97bdbb5..5d61442 100644 --- a/src/main/java/nu/nethome/util/ps/FieldValue.java +++ b/src/main/java/nu/nethome/util/ps/FieldValue.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/Message.java b/src/main/java/nu/nethome/util/ps/Message.java index a837fcd..cf7c215 100644 --- a/src/main/java/nu/nethome/util/ps/Message.java +++ b/src/main/java/nu/nethome/util/ps/Message.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/MessageRepeater.java b/src/main/java/nu/nethome/util/ps/MessageRepeater.java index c37c623..b9e902f 100644 --- a/src/main/java/nu/nethome/util/ps/MessageRepeater.java +++ b/src/main/java/nu/nethome/util/ps/MessageRepeater.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/ProtocolDecoder.java b/src/main/java/nu/nethome/util/ps/ProtocolDecoder.java index 7359775..aab52ac 100644 --- a/src/main/java/nu/nethome/util/ps/ProtocolDecoder.java +++ b/src/main/java/nu/nethome/util/ps/ProtocolDecoder.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/ProtocolDecoderSink.java b/src/main/java/nu/nethome/util/ps/ProtocolDecoderSink.java index 58f895b..9009f4d 100644 --- a/src/main/java/nu/nethome/util/ps/ProtocolDecoderSink.java +++ b/src/main/java/nu/nethome/util/ps/ProtocolDecoderSink.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/ProtocolEncoder.java b/src/main/java/nu/nethome/util/ps/ProtocolEncoder.java index 78b2fa0..70fc70e 100644 --- a/src/main/java/nu/nethome/util/ps/ProtocolEncoder.java +++ b/src/main/java/nu/nethome/util/ps/ProtocolEncoder.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/ProtocolInfo.java b/src/main/java/nu/nethome/util/ps/ProtocolInfo.java index 11fb707..2627bac 100644 --- a/src/main/java/nu/nethome/util/ps/ProtocolInfo.java +++ b/src/main/java/nu/nethome/util/ps/ProtocolInfo.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/ProtocolMessage.java b/src/main/java/nu/nethome/util/ps/ProtocolMessage.java index d96f451..100a12e 100644 --- a/src/main/java/nu/nethome/util/ps/ProtocolMessage.java +++ b/src/main/java/nu/nethome/util/ps/ProtocolMessage.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/PulseLength.java b/src/main/java/nu/nethome/util/ps/PulseLength.java index 19e46f7..a934a24 100644 --- a/src/main/java/nu/nethome/util/ps/PulseLength.java +++ b/src/main/java/nu/nethome/util/ps/PulseLength.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/RawProtocolMessage.java b/src/main/java/nu/nethome/util/ps/RawProtocolMessage.java index ce542b4..972dbf1 100644 --- a/src/main/java/nu/nethome/util/ps/RawProtocolMessage.java +++ b/src/main/java/nu/nethome/util/ps/RawProtocolMessage.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/StatePulseAnalyzer.java b/src/main/java/nu/nethome/util/ps/StatePulseAnalyzer.java index aeb04bb..10dbaa3 100644 --- a/src/main/java/nu/nethome/util/ps/StatePulseAnalyzer.java +++ b/src/main/java/nu/nethome/util/ps/StatePulseAnalyzer.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/AudioProtocolPort.java b/src/main/java/nu/nethome/util/ps/impl/AudioProtocolPort.java index 8de00ab..eb08182 100644 --- a/src/main/java/nu/nethome/util/ps/impl/AudioProtocolPort.java +++ b/src/main/java/nu/nethome/util/ps/impl/AudioProtocolPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/AudioPulsePlayer.java b/src/main/java/nu/nethome/util/ps/impl/AudioPulsePlayer.java index 78cbd4e..af30c5f 100644 --- a/src/main/java/nu/nethome/util/ps/impl/AudioPulsePlayer.java +++ b/src/main/java/nu/nethome/util/ps/impl/AudioPulsePlayer.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/CULProtocolPort.java b/src/main/java/nu/nethome/util/ps/impl/CULProtocolPort.java index 4fcc677..618df45 100644 --- a/src/main/java/nu/nethome/util/ps/impl/CULProtocolPort.java +++ b/src/main/java/nu/nethome/util/ps/impl/CULProtocolPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/FIRFilter6000.java b/src/main/java/nu/nethome/util/ps/impl/FIRFilter6000.java index bbc0169..78081cc 100644 --- a/src/main/java/nu/nethome/util/ps/impl/FIRFilter6000.java +++ b/src/main/java/nu/nethome/util/ps/impl/FIRFilter6000.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/ProtocolDecoderGroup.java b/src/main/java/nu/nethome/util/ps/impl/ProtocolDecoderGroup.java index 98670c4..5bb7682 100644 --- a/src/main/java/nu/nethome/util/ps/impl/ProtocolDecoderGroup.java +++ b/src/main/java/nu/nethome/util/ps/impl/ProtocolDecoderGroup.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/ProtocolSampler.java b/src/main/java/nu/nethome/util/ps/impl/ProtocolSampler.java index d8a0fde..418e304 100644 --- a/src/main/java/nu/nethome/util/ps/impl/ProtocolSampler.java +++ b/src/main/java/nu/nethome/util/ps/impl/ProtocolSampler.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/ProtocolSamplerGroup.java b/src/main/java/nu/nethome/util/ps/impl/ProtocolSamplerGroup.java index 7d367f6..61ae9a7 100644 --- a/src/main/java/nu/nethome/util/ps/impl/ProtocolSamplerGroup.java +++ b/src/main/java/nu/nethome/util/ps/impl/ProtocolSamplerGroup.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/PulseLengthAnalyzer.java b/src/main/java/nu/nethome/util/ps/impl/PulseLengthAnalyzer.java index c4f2959..3504d84 100644 --- a/src/main/java/nu/nethome/util/ps/impl/PulseLengthAnalyzer.java +++ b/src/main/java/nu/nethome/util/ps/impl/PulseLengthAnalyzer.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/PulseProtocolPort.java b/src/main/java/nu/nethome/util/ps/impl/PulseProtocolPort.java index 7e9af97..c630a25 100644 --- a/src/main/java/nu/nethome/util/ps/impl/PulseProtocolPort.java +++ b/src/main/java/nu/nethome/util/ps/impl/PulseProtocolPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/PulseTestPlayer.java b/src/main/java/nu/nethome/util/ps/impl/PulseTestPlayer.java index 56cb320..fa6d5e0 100644 --- a/src/main/java/nu/nethome/util/ps/impl/PulseTestPlayer.java +++ b/src/main/java/nu/nethome/util/ps/impl/PulseTestPlayer.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/RFBitBangerPort.java b/src/main/java/nu/nethome/util/ps/impl/RFBitBangerPort.java index 439268a..db7fe1e 100644 --- a/src/main/java/nu/nethome/util/ps/impl/RFBitBangerPort.java +++ b/src/main/java/nu/nethome/util/ps/impl/RFBitBangerPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/RawDecoder.java b/src/main/java/nu/nethome/util/ps/impl/RawDecoder.java index 38660a5..09d36ff 100644 --- a/src/main/java/nu/nethome/util/ps/impl/RawDecoder.java +++ b/src/main/java/nu/nethome/util/ps/impl/RawDecoder.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/nu/nethome/util/ps/impl/SimpleFlankDetector.java b/src/main/java/nu/nethome/util/ps/impl/SimpleFlankDetector.java index dbee051..ef95e06 100644 --- a/src/main/java/nu/nethome/util/ps/impl/SimpleFlankDetector.java +++ b/src/main/java/nu/nethome/util/ps/impl/SimpleFlankDetector.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/plugin/TestPluginScanner.java b/src/test/java/nu/nethome/util/plugin/TestPluginScanner.java index 66db3e1..0226de9 100644 --- a/src/test/java/nu/nethome/util/plugin/TestPluginScanner.java +++ b/src/test/java/nu/nethome/util/plugin/TestPluginScanner.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/MessageRepeaterTest.java b/src/test/java/nu/nethome/util/ps/MessageRepeaterTest.java index 580b2ab..db4a15f 100644 --- a/src/test/java/nu/nethome/util/ps/MessageRepeaterTest.java +++ b/src/test/java/nu/nethome/util/ps/MessageRepeaterTest.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/ProtocolDecoderGroupTest.java b/src/test/java/nu/nethome/util/ps/impl/ProtocolDecoderGroupTest.java index dc8abe1..37e493a 100644 --- a/src/test/java/nu/nethome/util/ps/impl/ProtocolDecoderGroupTest.java +++ b/src/test/java/nu/nethome/util/ps/impl/ProtocolDecoderGroupTest.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/RFBitBangerPortTest.java b/src/test/java/nu/nethome/util/ps/impl/RFBitBangerPortTest.java index cc24538..56c3620 100644 --- a/src/test/java/nu/nethome/util/ps/impl/RFBitBangerPortTest.java +++ b/src/test/java/nu/nethome/util/ps/impl/RFBitBangerPortTest.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/SimpleFlankDetectorTest.java b/src/test/java/nu/nethome/util/ps/impl/SimpleFlankDetectorTest.java index 056b29f..ca8b5cc 100644 --- a/src/test/java/nu/nethome/util/ps/impl/SimpleFlankDetectorTest.java +++ b/src/test/java/nu/nethome/util/ps/impl/SimpleFlankDetectorTest.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/TestAudioPulsePlayer.java b/src/test/java/nu/nethome/util/ps/impl/TestAudioPulsePlayer.java index 9a9b134..0b619de 100644 --- a/src/test/java/nu/nethome/util/ps/impl/TestAudioPulsePlayer.java +++ b/src/test/java/nu/nethome/util/ps/impl/TestAudioPulsePlayer.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/TestCULProtocolPort.java b/src/test/java/nu/nethome/util/ps/impl/TestCULProtocolPort.java index 63478e9..ccd1869 100644 --- a/src/test/java/nu/nethome/util/ps/impl/TestCULProtocolPort.java +++ b/src/test/java/nu/nethome/util/ps/impl/TestCULProtocolPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/nu/nethome/util/ps/impl/util/MocCULProtocolPort.java b/src/test/java/nu/nethome/util/ps/impl/util/MocCULProtocolPort.java index bd273f5..870f9f2 100644 --- a/src/test/java/nu/nethome/util/ps/impl/util/MocCULProtocolPort.java +++ b/src/test/java/nu/nethome/util/ps/impl/util/MocCULProtocolPort.java @@ -1,7 +1,7 @@ /** * Copyright (C) 2005-2013, Stefan Strömberg * - * This file is part of OpenNetHome. + * This file is part of OpenNetHome (http://www.nethome.nu). * * OpenNetHome is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by