From ea705316f009407f97eb9d3b810860fcd59f6816 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 11 Jul 2016 23:21:06 +0100 Subject: [PATCH] Add/update license header in source files --- .../gomplayer/GomPlayerApplication.java | 2 +- .../application/itunes/iTunesApplication.java | 2 +- .../lightroom/LightroomApplication.java | 3 +- .../src/main/java/winapi/Amount.java | 16 +++++++++ .../src/main/java/winapi/Slider.java | 16 +++++++++ .../src/main/java/winapi/Test.java | 16 +++++++++ .../application/lirc/LircApplication.java | 2 +- .../lirc/ipod/iPodApplication.java | 2 +- .../mimis/application/mpc/MPCApplication.java | 2 +- .../photoviewer/PhotoViewerApplication.java | 2 +- .../application/robot/RobotApplication.java | 2 +- .../mimis/application/vlc/VLCApplication.java | 2 +- .../cmd/windows/winamp/WinampApplication.java | 2 +- .../cmd/windows/wmp/WMPApplication.java | 2 +- .../device/javainput/DirectionButton.java | 2 +- .../device/javainput/JXInputTestDialog.java | 16 +++++++++ .../device/javainput/JavaInputDevice.java | 2 +- .../device/javainput/JavaInputListener.java | 2 +- .../exception/UnknownDirectionException.java | 2 +- .../device/JavaInputDeviceException.java | 2 +- .../JavaInputDeviceSpecificException.java | 2 +- .../src/main/java/mimis/Component.java | 2 +- .../java/mimis/application/Application.java | 2 +- .../src/main/java/mimis/device/Device.java | 2 +- .../mimis/exception/ApplicationException.java | 2 +- .../java/mimis/exception/ButtonException.java | 2 +- .../java/mimis/exception/DeviceException.java | 2 +- .../java/mimis/exception/ExitException.java | 2 +- .../mimis/exception/HandlerException.java | 2 +- .../java/mimis/exception/MacroException.java | 2 +- .../button/UnknownButtonException.java | 2 +- .../device/DeviceNotFoundException.java | 2 +- .../exception/macro/StateOrderException.java | 2 +- .../src/main/java/mimis/input/Button.java | 2 +- .../src/main/java/mimis/input/Feedback.java | 2 +- .../src/main/java/mimis/input/Input.java | 2 +- .../src/main/java/mimis/input/Task.java | 2 +- .../java/mimis/input/button/ColorButton.java | 2 +- .../java/mimis/input/button/NumberButton.java | 2 +- .../src/main/java/mimis/input/state/Hold.java | 2 +- .../main/java/mimis/input/state/Press.java | 2 +- .../main/java/mimis/input/state/Release.java | 2 +- .../main/java/mimis/input/state/State.java | 2 +- .../mimis/input/state/sequence/Macro.java | 2 +- .../mimis/input/state/sequence/Sequence.java | 2 +- .../src/main/java/mimis/parser/Parser.java | 2 +- .../main/java/mimis/parser/ParserInput.java | 2 +- .../src/main/java/mimis/router/Router.java | 2 +- .../src/main/java/mimis/state/Active.java | 2 +- .../src/main/java/mimis/state/TaskMap.java | 2 +- .../main/java/mimis/state/TaskMapCycle.java | 2 +- .../src/main/java/mimis/util/Reader.java | 2 +- .../src/main/java/mimis/util/Type.java | 2 +- .../util/multiplexer/SignalListener.java | 2 +- .../src/main/java/mimis/value/Action.java | 2 +- .../src/main/java/mimis/value/Amount.java | 2 +- .../src/main/java/mimis/value/Key.java | 2 +- .../src/main/java/mimis/value/Signal.java | 2 +- .../src/main/java/mimis/value/Target.java | 16 +++++++++ .../java/base/exception/LoaderException.java | 16 +++++++++ .../main/java/base/loader/AbstractLoader.java | 16 +++++++++ .../java/base/server/channel/TcpClient.java | 16 +++++++++ .../java/base/server/channel/TcpServer.java | 16 +++++++++ .../base/server/channel/TcpServerClient.java | 16 +++++++++ .../server/datagram/AbstractUdpClient.java | 16 +++++++++ .../server/datagram/UdpDuplexAutoClient.java | 16 +++++++++ .../base/server/datagram/UdpDuplexClient.java | 16 +++++++++ .../base/server/datagram/UdpDuplexHelper.java | 16 +++++++++ .../base/server/datagram/UdpDuplexServer.java | 16 +++++++++ .../server/datagram/UdpMulticastClient.java | 16 +++++++++ .../server/datagram/UdpMulticastServer.java | 16 +++++++++ .../java/base/server/datagram/UdpSender.java | 16 +++++++++ .../java/base/server/datagram/UdpServer.java | 16 +++++++++ .../forwarder/TcpChannelServerForwarder.java | 16 +++++++++ .../forwarder/TcpClientChannelForwarder.java | 16 +++++++++ .../forwarder/TcpClientSocketForwarder.java | 16 +++++++++ .../forwarder/TcpSocketServerForwarder.java | 16 +++++++++ .../forwarder/UdpDuplexClientForwarder.java | 16 +++++++++ .../forwarder/UdpDuplexServerForwarder.java | 16 +++++++++ .../server/forwarder/UdpServerForwarder.java | 16 +++++++++ .../server/receiver/AbstractReceiver.java | 16 +++++++++ .../base/server/socket/AbstractTcpClient.java | 16 +++++++++ .../java/base/server/socket/TcpClient.java | 16 +++++++++ .../java/base/server/socket/TcpServer.java | 16 +++++++++ .../base/server/socket/TcpServerClient.java | 16 +++++++++ .../src/main/java/junit/AllTests.java | 16 +++++++++ .../junit/TestTcpChannelCommunication.java | 16 +++++++++ .../junit/TestTcpSocketCommunication.java | 16 +++++++++ .../junit/TestUdpDuplexCommunication.java | 16 +++++++++ .../mimis/application/cmd/CMDApplication.java | 2 +- .../cmd/windows/WindowsApplication.java | 2 +- .../windows/WindowsApplicationException.java | 2 +- .../exception/util/SendCommandException.java | 2 +- .../exception/util/SendKeyException.java | 2 +- .../src/main/java/mimis/value/Command.java | 2 +- .../src/main/java/mimis/value/Type.java | 2 +- .../src/main/java/base/Control.java | 16 +++++++++ .../src/main/java/base/Duplex.java | 16 +++++++++ .../src/main/java/base/Forwarder.java | 16 +++++++++ .../src/main/java/base/Receiver.java | 16 +++++++++ .../src/main/java/base/Sender.java | 16 +++++++++ .../java/base/exception/WorkerException.java | 16 +++++++++ .../exception/worker/ActivateException.java | 16 +++++++++ .../worker/AlreadyActiveException.java | 16 +++++++++ .../worker/AlreadyRunningException.java | 16 +++++++++ .../exception/worker/DeactivateException.java | 16 +++++++++ .../exception/worker/NotActiveException.java | 16 +++++++++ .../exception/worker/NotRunningException.java | 16 +++++++++ .../base/exception/worker/StartException.java | 16 +++++++++ .../src/main/java/base/util/ArrayCycle.java | 16 +++++++++ .../src/main/java/base/util/Buffer.java | 16 +++++++++ .../src/main/java/base/util/Bufferable.java | 16 +++++++++ .../java/base/util/BufferedArrayCycle.java | 16 +++++++++ .../src/main/java/base/util/Dummy.java | 16 +++++++++ .../src/main/java/base/work/Listen.java | 16 +++++++++ .../main/java/base/work/ReflectiveListen.java | 16 +++++++++ .../src/main/java/base/work/Work.java | 16 +++++++++ .../java/base/worker/BackgroundListener.java | 16 +++++++++ .../base/worker/DirectIntervalWorker.java | 16 +++++++++ .../main/java/base/worker/DirectWorker.java | 16 +++++++++ .../java/base/worker/ForegroundListener.java | 16 +++++++++ .../main/java/base/worker/IntervalWork.java | 16 +++++++++ .../base/worker/ThreadIntervalWorker.java | 16 +++++++++ .../main/java/base/worker/ThreadWorker.java | 16 +++++++++ .../src/main/java/base/worker/Worker.java | 16 +++++++++ .../main/java/base/worker/pool/Listener.java | 16 +++++++++ .../java/base/worker/pool/ListenerPool.java | 16 +++++++++ .../worker/pool/ListenerPoolRunnable.java | 16 +++++++++ .../java/base/worker/pool/PooledListener.java | 16 +++++++++ .../java/base/worker/pool/PooledWorker.java | 16 +++++++++ .../java/base/worker/pool/WorkerPool.java | 16 +++++++++ .../base/worker/pool/WorkerPoolRunnable.java | 16 +++++++++ .../main/java/base/worker/pool/Wrapper.java | 16 +++++++++ .../javainput/extreme3d/Extreme3DButton.java | 2 +- .../javainput/extreme3d/Extreme3DDevice.java | 2 +- .../extreme3d/Extreme3DTaskMapCycle.java | 2 +- .../device/jintellitype/CommandButton.java | 2 +- .../mimis/device/jintellitype/Hotkey.java | 2 +- .../jintellitype/JIntellitypeDevice.java | 2 +- .../JIntellitypeTaskMapCycle.java | 2 +- .../mimis/device/jintellitype/Modifier.java | 2 +- .../java/mimis/device/lirc/LircButton.java | 2 +- .../mimis/device/lirc/LircButtonListener.java | 2 +- .../java/mimis/device/lirc/LircDevice.java | 2 +- .../java/mimis/device/lirc/LircService.java | 2 +- .../mimis/device/lirc/LircTaskMapCycle.java | 2 +- .../device/lirc/remote/DenonRC176Button.java | 2 +- .../lirc/remote/DenonRC176EventMap.java | 2 +- .../lirc/remote/PhiliphsRCLE011Button.java | 2 +- .../lirc/remote/PhiliphsRCLE011EventMap.java | 2 +- .../lirc/remote/SamsungBN5901015AButton.java | 2 +- .../remote/SamsungBN5901015AEventMap.java | 2 +- .../device/lirc/remote/WC02IPOButton.java | 2 +- .../src/main/java/mimis/util/Multiplexer.java | 2 +- .../mimis/device/network/NetworkDevice.java | 2 +- .../javainput/rumblepad/RumblepadButton.java | 2 +- .../javainput/rumblepad/RumblepadDevice.java | 2 +- .../rumblepad/RumblepadTaskMapCycle.java | 2 +- .../mimis/device/wiimote/WiimoteButton.java | 2 +- .../mimis/device/wiimote/WiimoteDevice.java | 2 +- .../device/wiimote/WiimoteDiscovery.java | 2 +- .../mimis/device/wiimote/WiimoteService.java | 2 +- .../device/wiimote/WiimoteTaskMapCycle.java | 2 +- .../device/wiimote/gesture/GestureDevice.java | 2 +- .../device/wiimote/motion/MotionData.java | 2 +- .../device/wiimote/motion/MotionDevice.java | 2 +- .../javainput/xbox360/Xbox360Button.java | 2 +- .../javainput/xbox360/Xbox360Device.java | 2 +- .../xbox360/Xbox360TaskMapCycle.java | 2 +- .../src/main/java/connected/TestFromYaml.java | 16 +++++++++ .../java/connected/TestTcpCommunication.java | 16 +++++++++ .../src/main/java/dummy/Dummy.java | 16 +++++++++ .../src/main/java/extra/LircTaskMapCycle.java | 2 +- .../src/main/java/map/DenonRC176EventMap.java | 2 +- .../java/map/PhiliphsRCLE011EventMap.java | 2 +- .../java/map/SamsungBN5901015AEventMap.java | 2 +- .../src/main/java/yaml/Contact.java | 16 +++++++++ .../src/main/java/yaml/Phone.java | 16 +++++++++ .../src/main/java/yaml/TestParsing.java | 16 +++++++++ .../src/main/java/mimis/Client.java | 2 +- .../src/main/java/mimis/Component.java | 2 +- java/exec.mimis/src/main/java/mimis/Gui.java | 2 +- java/exec.mimis/src/main/java/mimis/Main.java | 2 +- .../exec.mimis/src/main/java/mimis/Mimis.java | 2 +- .../main/java/mimis/device/panel/Panel.java | 2 +- .../java/mimis/device/panel/PanelButton.java | 2 +- .../java/mimis/device/panel/PanelDevice.java | 2 +- .../mimis/device/panel/PanelTaskMapCycle.java | 2 +- .../java/mimis/exception/EventException.java | 2 +- .../event/router/GlobalRouterException.java | 2 +- .../java/mimis/manager/ButtonManager.java | 2 +- .../mimis/manager/CurrentButtonManager.java | 2 +- .../src/main/java/mimis/manager/Manager.java | 2 +- .../src/main/java/mimis/manager/Titled.java | 2 +- .../main/java/mimis/manager/WorkerButton.java | 2 +- .../main/java/mimis/router/GlobalRouter.java | 2 +- .../src/main/java/mimis/util/Swing.java | 2 +- .../java/mimis/util/swing/CycleButton.java | 2 +- .../main/java/mimis/util/swing/Dialog.java | 2 +- .../java/mimis/util/swing/HoldButton.java | 2 +- .../mimis/util/swing/HoldButtonListener.java | 2 +- .../java/mimis/util/swing/ToggleButton.java | 2 +- .../src/main/java/mimis/value/Target.java | 2 +- .../src/main/java/old/Converter.java | 16 +++++++++ java/exec.sound/src/main/java/old/List.java | 16 +++++++++ java/exec.sound/src/main/java/old/Mp3.java | 16 +++++++++ .../src/main/java/old/Transducer.java | 16 +++++++++ .../exec.sound/src/main/java/pipe/Client.java | 16 +++++++++ java/exec.sound/src/main/java/pipe/Pipe.java | 16 +++++++++ .../src/main/java/pipe/TestPipe.java | 16 +++++++++ .../src/main/java/sound/Consumer.java | 16 +++++++++ .../src/main/java/sound/Format.java | 16 +++++++++ .../src/main/java/sound/Producer.java | 16 +++++++++ .../src/main/java/sound/Source.java | 16 +++++++++ .../src/main/java/sound/consumer/Port.java | 16 +++++++++ .../main/java/sound/consumer/Shoutcast.java | 16 +++++++++ .../src/main/java/sound/data/Data.java | 16 +++++++++ .../src/main/java/sound/producer/Stream.java | 16 +++++++++ .../src/main/java/sound/producer/Target.java | 16 +++++++++ .../java/sound/stream/HoardedInputStream.java | 16 +++++++++ .../src/main/java/sound/util/Buffer.java | 16 +++++++++ .../src/main/java/sound/util/SoxBuilder.java | 16 +++++++++ .../src/main/java/sound/util/Tool.java | 16 +++++++++ .../src/main/java/sound/util/Utils.java | 16 +++++++++ .../src/main/java/test/SoundAudit.java | 16 +++++++++ java/exec.sound/src/main/java/test/Test.java | 16 +++++++++ .../src/main/java/test/lines/Main.java | 16 +++++++++ .../src/main/java/test/lines/SourceLine.java | 16 +++++++++ .../src/main/java/test/lines/TargetLine.java | 16 +++++++++ .../src/main/java/jna/HelloTest.java | 16 +++++++++ .../src/main/java/jni/TestIntellitype.java | 33 +++++++++---------- .../src/main/java/jni/TestNative.java | 16 +++++++++ .../src/main/java/jni/TestWiiuse.java | 16 +++++++++ .../src/main/java/jni/TestXinput.java | 16 +++++++++ .../src/main/java/jni/TestiTunes.java | 16 +++++++++ .../src/main/java/test/BufferedSound.java | 16 +++++++++ .../src/main/java/test/CustomAppender.java | 16 +++++++++ java/exec.test/src/main/java/test/Ir.java | 16 +++++++++ java/exec.test/src/main/java/test/Sound.java | 16 +++++++++ java/exec.test/src/main/java/test/Test.java | 16 +++++++++ 240 files changed, 1964 insertions(+), 144 deletions(-) diff --git a/java/application.gomplayer/src/main/java/mimis/application/cmd/windows/gomplayer/GomPlayerApplication.java b/java/application.gomplayer/src/main/java/mimis/application/cmd/windows/gomplayer/GomPlayerApplication.java index 7ed66bc..8e49bdd 100644 --- a/java/application.gomplayer/src/main/java/mimis/application/cmd/windows/gomplayer/GomPlayerApplication.java +++ b/java/application.gomplayer/src/main/java/mimis/application/cmd/windows/gomplayer/GomPlayerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.itunes/src/main/java/mimis/application/itunes/iTunesApplication.java b/java/application.itunes/src/main/java/mimis/application/itunes/iTunesApplication.java index 458ce70..57d5dfc 100644 --- a/java/application.itunes/src/main/java/mimis/application/itunes/iTunesApplication.java +++ b/java/application.itunes/src/main/java/mimis/application/itunes/iTunesApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.lightroom/src/main/java/mimis/application/cmd/windows/lightroom/LightroomApplication.java b/java/application.lightroom/src/main/java/mimis/application/cmd/windows/lightroom/LightroomApplication.java index 6f27197..c61e501 100644 --- a/java/application.lightroom/src/main/java/mimis/application/cmd/windows/lightroom/LightroomApplication.java +++ b/java/application.lightroom/src/main/java/mimis/application/cmd/windows/lightroom/LightroomApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - package mimis.application.cmd.windows.lightroom; import base.exception.worker.ActivateException; diff --git a/java/application.lightroom/src/main/java/winapi/Amount.java b/java/application.lightroom/src/main/java/winapi/Amount.java index 0c52b50..61b27a6 100644 --- a/java/application.lightroom/src/main/java/winapi/Amount.java +++ b/java/application.lightroom/src/main/java/winapi/Amount.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package winapi; public enum Amount { diff --git a/java/application.lightroom/src/main/java/winapi/Slider.java b/java/application.lightroom/src/main/java/winapi/Slider.java index c9837ad..9b3b3c0 100644 --- a/java/application.lightroom/src/main/java/winapi/Slider.java +++ b/java/application.lightroom/src/main/java/winapi/Slider.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package winapi; public enum Slider { EXPOSURE, diff --git a/java/application.lightroom/src/main/java/winapi/Test.java b/java/application.lightroom/src/main/java/winapi/Test.java index 862337c..6a20adb 100644 --- a/java/application.lightroom/src/main/java/winapi/Test.java +++ b/java/application.lightroom/src/main/java/winapi/Test.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package winapi; import java.util.HashMap; import java.util.Random; diff --git a/java/application.lirc/src/main/java/mimis/application/lirc/LircApplication.java b/java/application.lirc/src/main/java/mimis/application/lirc/LircApplication.java index 2ba1f7f..a49d652 100644 --- a/java/application.lirc/src/main/java/mimis/application/lirc/LircApplication.java +++ b/java/application.lirc/src/main/java/mimis/application/lirc/LircApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.lirc/src/main/java/mimis/application/lirc/ipod/iPodApplication.java b/java/application.lirc/src/main/java/mimis/application/lirc/ipod/iPodApplication.java index 38b47f2..90d5d96 100644 --- a/java/application.lirc/src/main/java/mimis/application/lirc/ipod/iPodApplication.java +++ b/java/application.lirc/src/main/java/mimis/application/lirc/ipod/iPodApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.mpc/src/main/java/mimis/application/mpc/MPCApplication.java b/java/application.mpc/src/main/java/mimis/application/mpc/MPCApplication.java index 41fdfa9..9b6c227 100644 --- a/java/application.mpc/src/main/java/mimis/application/mpc/MPCApplication.java +++ b/java/application.mpc/src/main/java/mimis/application/mpc/MPCApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.photoviewer/src/main/java/mimis/application/cmd/windows/photoviewer/PhotoViewerApplication.java b/java/application.photoviewer/src/main/java/mimis/application/cmd/windows/photoviewer/PhotoViewerApplication.java index fea63f7..95f93c5 100644 --- a/java/application.photoviewer/src/main/java/mimis/application/cmd/windows/photoviewer/PhotoViewerApplication.java +++ b/java/application.photoviewer/src/main/java/mimis/application/cmd/windows/photoviewer/PhotoViewerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.robot/src/main/java/mimis/application/robot/RobotApplication.java b/java/application.robot/src/main/java/mimis/application/robot/RobotApplication.java index bc5683a..f40ba61 100644 --- a/java/application.robot/src/main/java/mimis/application/robot/RobotApplication.java +++ b/java/application.robot/src/main/java/mimis/application/robot/RobotApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.vlc/src/main/java/mimis/application/vlc/VLCApplication.java b/java/application.vlc/src/main/java/mimis/application/vlc/VLCApplication.java index 4ac3643..0fea31e 100644 --- a/java/application.vlc/src/main/java/mimis/application/vlc/VLCApplication.java +++ b/java/application.vlc/src/main/java/mimis/application/vlc/VLCApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.winamp/src/main/java/mimis/application/cmd/windows/winamp/WinampApplication.java b/java/application.winamp/src/main/java/mimis/application/cmd/windows/winamp/WinampApplication.java index 5f5ecf7..04251b0 100644 --- a/java/application.winamp/src/main/java/mimis/application/cmd/windows/winamp/WinampApplication.java +++ b/java/application.winamp/src/main/java/mimis/application/cmd/windows/winamp/WinampApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/application.wmp/src/main/java/mimis/application/cmd/windows/wmp/WMPApplication.java b/java/application.wmp/src/main/java/mimis/application/cmd/windows/wmp/WMPApplication.java index c724af7..796f2bb 100644 --- a/java/application.wmp/src/main/java/mimis/application/cmd/windows/wmp/WMPApplication.java +++ b/java/application.wmp/src/main/java/mimis/application/cmd/windows/wmp/WMPApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/device/javainput/DirectionButton.java b/java/core.input/src/main/java/mimis/device/javainput/DirectionButton.java index a2371df..eb66858 100644 --- a/java/core.input/src/main/java/mimis/device/javainput/DirectionButton.java +++ b/java/core.input/src/main/java/mimis/device/javainput/DirectionButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/device/javainput/JXInputTestDialog.java b/java/core.input/src/main/java/mimis/device/javainput/JXInputTestDialog.java index 1273101..8f54b26 100644 --- a/java/core.input/src/main/java/mimis/device/javainput/JXInputTestDialog.java +++ b/java/core.input/src/main/java/mimis/device/javainput/JXInputTestDialog.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ //********************************************************************************************** // Dipl. Phys. Joerg Plewe, HARDCODE Development // Created on 27. Dezember 2001, 01:15 diff --git a/java/core.input/src/main/java/mimis/device/javainput/JavaInputDevice.java b/java/core.input/src/main/java/mimis/device/javainput/JavaInputDevice.java index 633f3fd..bd3aff3 100644 --- a/java/core.input/src/main/java/mimis/device/javainput/JavaInputDevice.java +++ b/java/core.input/src/main/java/mimis/device/javainput/JavaInputDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/device/javainput/JavaInputListener.java b/java/core.input/src/main/java/mimis/device/javainput/JavaInputListener.java index ffa0c32..65bc2cc 100644 --- a/java/core.input/src/main/java/mimis/device/javainput/JavaInputListener.java +++ b/java/core.input/src/main/java/mimis/device/javainput/JavaInputListener.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/exception/UnknownDirectionException.java b/java/core.input/src/main/java/mimis/exception/UnknownDirectionException.java index 460971a..dca8c51 100644 --- a/java/core.input/src/main/java/mimis/exception/UnknownDirectionException.java +++ b/java/core.input/src/main/java/mimis/exception/UnknownDirectionException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/exception/device/JavaInputDeviceException.java b/java/core.input/src/main/java/mimis/exception/device/JavaInputDeviceException.java index 5307bc9..c979b56 100644 --- a/java/core.input/src/main/java/mimis/exception/device/JavaInputDeviceException.java +++ b/java/core.input/src/main/java/mimis/exception/device/JavaInputDeviceException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.input/src/main/java/mimis/exception/device/javainput/JavaInputDeviceSpecificException.java b/java/core.input/src/main/java/mimis/exception/device/javainput/JavaInputDeviceSpecificException.java index 562a696..85323df 100644 --- a/java/core.input/src/main/java/mimis/exception/device/javainput/JavaInputDeviceSpecificException.java +++ b/java/core.input/src/main/java/mimis/exception/device/javainput/JavaInputDeviceSpecificException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/Component.java b/java/core.mimis/src/main/java/mimis/Component.java index 9fd74de..344d150 100644 --- a/java/core.mimis/src/main/java/mimis/Component.java +++ b/java/core.mimis/src/main/java/mimis/Component.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/application/Application.java b/java/core.mimis/src/main/java/mimis/application/Application.java index e642442..d52efcc 100644 --- a/java/core.mimis/src/main/java/mimis/application/Application.java +++ b/java/core.mimis/src/main/java/mimis/application/Application.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/device/Device.java b/java/core.mimis/src/main/java/mimis/device/Device.java index ba8acac..067565e 100644 --- a/java/core.mimis/src/main/java/mimis/device/Device.java +++ b/java/core.mimis/src/main/java/mimis/device/Device.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/ApplicationException.java b/java/core.mimis/src/main/java/mimis/exception/ApplicationException.java index 37ccaed..b06fd7d 100644 --- a/java/core.mimis/src/main/java/mimis/exception/ApplicationException.java +++ b/java/core.mimis/src/main/java/mimis/exception/ApplicationException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/ButtonException.java b/java/core.mimis/src/main/java/mimis/exception/ButtonException.java index 51f1274..56b06b4 100644 --- a/java/core.mimis/src/main/java/mimis/exception/ButtonException.java +++ b/java/core.mimis/src/main/java/mimis/exception/ButtonException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/DeviceException.java b/java/core.mimis/src/main/java/mimis/exception/DeviceException.java index b98ef1e..f21f4fe 100644 --- a/java/core.mimis/src/main/java/mimis/exception/DeviceException.java +++ b/java/core.mimis/src/main/java/mimis/exception/DeviceException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/ExitException.java b/java/core.mimis/src/main/java/mimis/exception/ExitException.java index 7e2fe2e..da12d2a 100644 --- a/java/core.mimis/src/main/java/mimis/exception/ExitException.java +++ b/java/core.mimis/src/main/java/mimis/exception/ExitException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/HandlerException.java b/java/core.mimis/src/main/java/mimis/exception/HandlerException.java index fb0538f..aad9f5c 100644 --- a/java/core.mimis/src/main/java/mimis/exception/HandlerException.java +++ b/java/core.mimis/src/main/java/mimis/exception/HandlerException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/MacroException.java b/java/core.mimis/src/main/java/mimis/exception/MacroException.java index 97c12d7..3fba1b9 100644 --- a/java/core.mimis/src/main/java/mimis/exception/MacroException.java +++ b/java/core.mimis/src/main/java/mimis/exception/MacroException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/button/UnknownButtonException.java b/java/core.mimis/src/main/java/mimis/exception/button/UnknownButtonException.java index cbf3565..6175cc0 100644 --- a/java/core.mimis/src/main/java/mimis/exception/button/UnknownButtonException.java +++ b/java/core.mimis/src/main/java/mimis/exception/button/UnknownButtonException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/device/DeviceNotFoundException.java b/java/core.mimis/src/main/java/mimis/exception/device/DeviceNotFoundException.java index 438b1ec..e30ecac 100644 --- a/java/core.mimis/src/main/java/mimis/exception/device/DeviceNotFoundException.java +++ b/java/core.mimis/src/main/java/mimis/exception/device/DeviceNotFoundException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/exception/macro/StateOrderException.java b/java/core.mimis/src/main/java/mimis/exception/macro/StateOrderException.java index 3f9843c..2774c13 100644 --- a/java/core.mimis/src/main/java/mimis/exception/macro/StateOrderException.java +++ b/java/core.mimis/src/main/java/mimis/exception/macro/StateOrderException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/Button.java b/java/core.mimis/src/main/java/mimis/input/Button.java index b27516a..a35eac5 100644 --- a/java/core.mimis/src/main/java/mimis/input/Button.java +++ b/java/core.mimis/src/main/java/mimis/input/Button.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/Feedback.java b/java/core.mimis/src/main/java/mimis/input/Feedback.java index 2685982..24701ed 100644 --- a/java/core.mimis/src/main/java/mimis/input/Feedback.java +++ b/java/core.mimis/src/main/java/mimis/input/Feedback.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/Input.java b/java/core.mimis/src/main/java/mimis/input/Input.java index 03cad12..f38ca12 100644 --- a/java/core.mimis/src/main/java/mimis/input/Input.java +++ b/java/core.mimis/src/main/java/mimis/input/Input.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/Task.java b/java/core.mimis/src/main/java/mimis/input/Task.java index 50687bf..1682619 100644 --- a/java/core.mimis/src/main/java/mimis/input/Task.java +++ b/java/core.mimis/src/main/java/mimis/input/Task.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/button/ColorButton.java b/java/core.mimis/src/main/java/mimis/input/button/ColorButton.java index 7359884..2b3c26f 100644 --- a/java/core.mimis/src/main/java/mimis/input/button/ColorButton.java +++ b/java/core.mimis/src/main/java/mimis/input/button/ColorButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/button/NumberButton.java b/java/core.mimis/src/main/java/mimis/input/button/NumberButton.java index f162959..5ed5f86 100644 --- a/java/core.mimis/src/main/java/mimis/input/button/NumberButton.java +++ b/java/core.mimis/src/main/java/mimis/input/button/NumberButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/Hold.java b/java/core.mimis/src/main/java/mimis/input/state/Hold.java index 80bb429..b912257 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/Hold.java +++ b/java/core.mimis/src/main/java/mimis/input/state/Hold.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/Press.java b/java/core.mimis/src/main/java/mimis/input/state/Press.java index 0e11852..6e7919f 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/Press.java +++ b/java/core.mimis/src/main/java/mimis/input/state/Press.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/Release.java b/java/core.mimis/src/main/java/mimis/input/state/Release.java index 596414a..b11ac0a 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/Release.java +++ b/java/core.mimis/src/main/java/mimis/input/state/Release.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/State.java b/java/core.mimis/src/main/java/mimis/input/state/State.java index 548eb3e..c19535a 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/State.java +++ b/java/core.mimis/src/main/java/mimis/input/state/State.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/sequence/Macro.java b/java/core.mimis/src/main/java/mimis/input/state/sequence/Macro.java index bbac649..b449e6d 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/sequence/Macro.java +++ b/java/core.mimis/src/main/java/mimis/input/state/sequence/Macro.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/input/state/sequence/Sequence.java b/java/core.mimis/src/main/java/mimis/input/state/sequence/Sequence.java index f74a612..ff74b3b 100644 --- a/java/core.mimis/src/main/java/mimis/input/state/sequence/Sequence.java +++ b/java/core.mimis/src/main/java/mimis/input/state/sequence/Sequence.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/parser/Parser.java b/java/core.mimis/src/main/java/mimis/parser/Parser.java index 15fdcd4..8a6f23d 100644 --- a/java/core.mimis/src/main/java/mimis/parser/Parser.java +++ b/java/core.mimis/src/main/java/mimis/parser/Parser.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/parser/ParserInput.java b/java/core.mimis/src/main/java/mimis/parser/ParserInput.java index 761e955..0e9576d 100644 --- a/java/core.mimis/src/main/java/mimis/parser/ParserInput.java +++ b/java/core.mimis/src/main/java/mimis/parser/ParserInput.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/router/Router.java b/java/core.mimis/src/main/java/mimis/router/Router.java index f36b9a3..d0c9a01 100644 --- a/java/core.mimis/src/main/java/mimis/router/Router.java +++ b/java/core.mimis/src/main/java/mimis/router/Router.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/state/Active.java b/java/core.mimis/src/main/java/mimis/state/Active.java index 8dc5147..f3c6135 100644 --- a/java/core.mimis/src/main/java/mimis/state/Active.java +++ b/java/core.mimis/src/main/java/mimis/state/Active.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/state/TaskMap.java b/java/core.mimis/src/main/java/mimis/state/TaskMap.java index 6a08af7..7da80a0 100644 --- a/java/core.mimis/src/main/java/mimis/state/TaskMap.java +++ b/java/core.mimis/src/main/java/mimis/state/TaskMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/state/TaskMapCycle.java b/java/core.mimis/src/main/java/mimis/state/TaskMapCycle.java index 4e433db..0a887eb 100644 --- a/java/core.mimis/src/main/java/mimis/state/TaskMapCycle.java +++ b/java/core.mimis/src/main/java/mimis/state/TaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/util/Reader.java b/java/core.mimis/src/main/java/mimis/util/Reader.java index 24e795c..fb61c78 100644 --- a/java/core.mimis/src/main/java/mimis/util/Reader.java +++ b/java/core.mimis/src/main/java/mimis/util/Reader.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/util/Type.java b/java/core.mimis/src/main/java/mimis/util/Type.java index 7dc0f62..faeda3f 100644 --- a/java/core.mimis/src/main/java/mimis/util/Type.java +++ b/java/core.mimis/src/main/java/mimis/util/Type.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/util/multiplexer/SignalListener.java b/java/core.mimis/src/main/java/mimis/util/multiplexer/SignalListener.java index 561cd44..c3018d1 100644 --- a/java/core.mimis/src/main/java/mimis/util/multiplexer/SignalListener.java +++ b/java/core.mimis/src/main/java/mimis/util/multiplexer/SignalListener.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/value/Action.java b/java/core.mimis/src/main/java/mimis/value/Action.java index 71c8a35..feca661 100644 --- a/java/core.mimis/src/main/java/mimis/value/Action.java +++ b/java/core.mimis/src/main/java/mimis/value/Action.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/value/Amount.java b/java/core.mimis/src/main/java/mimis/value/Amount.java index f50ce57..47e5d17 100644 --- a/java/core.mimis/src/main/java/mimis/value/Amount.java +++ b/java/core.mimis/src/main/java/mimis/value/Amount.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/value/Key.java b/java/core.mimis/src/main/java/mimis/value/Key.java index 390105d..2f84bf2 100644 --- a/java/core.mimis/src/main/java/mimis/value/Key.java +++ b/java/core.mimis/src/main/java/mimis/value/Key.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/value/Signal.java b/java/core.mimis/src/main/java/mimis/value/Signal.java index 6e1d6db..5709b64 100644 --- a/java/core.mimis/src/main/java/mimis/value/Signal.java +++ b/java/core.mimis/src/main/java/mimis/value/Signal.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.mimis/src/main/java/mimis/value/Target.java b/java/core.mimis/src/main/java/mimis/value/Target.java index cd4f42a..023bd67 100644 --- a/java/core.mimis/src/main/java/mimis/value/Target.java +++ b/java/core.mimis/src/main/java/mimis/value/Target.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package mimis.value; public enum Target { diff --git a/java/core.networking/src/main/java/base/exception/LoaderException.java b/java/core.networking/src/main/java/base/exception/LoaderException.java index 0eae4c9..555384d 100644 --- a/java/core.networking/src/main/java/base/exception/LoaderException.java +++ b/java/core.networking/src/main/java/base/exception/LoaderException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception; public class LoaderException extends Exception { diff --git a/java/core.networking/src/main/java/base/loader/AbstractLoader.java b/java/core.networking/src/main/java/base/loader/AbstractLoader.java index ffe6b3e..aabcfff 100644 --- a/java/core.networking/src/main/java/base/loader/AbstractLoader.java +++ b/java/core.networking/src/main/java/base/loader/AbstractLoader.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.loader; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/channel/TcpClient.java b/java/core.networking/src/main/java/base/server/channel/TcpClient.java index 0c8ae71..11f0fde 100644 --- a/java/core.networking/src/main/java/base/server/channel/TcpClient.java +++ b/java/core.networking/src/main/java/base/server/channel/TcpClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.channel; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/channel/TcpServer.java b/java/core.networking/src/main/java/base/server/channel/TcpServer.java index a5fec1d..81f65ef 100644 --- a/java/core.networking/src/main/java/base/server/channel/TcpServer.java +++ b/java/core.networking/src/main/java/base/server/channel/TcpServer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.channel; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/channel/TcpServerClient.java b/java/core.networking/src/main/java/base/server/channel/TcpServerClient.java index 405948c..484eb30 100644 --- a/java/core.networking/src/main/java/base/server/channel/TcpServerClient.java +++ b/java/core.networking/src/main/java/base/server/channel/TcpServerClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.channel; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/AbstractUdpClient.java b/java/core.networking/src/main/java/base/server/datagram/AbstractUdpClient.java index e66597e..5a20e44 100644 --- a/java/core.networking/src/main/java/base/server/datagram/AbstractUdpClient.java +++ b/java/core.networking/src/main/java/base/server/datagram/AbstractUdpClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexAutoClient.java b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexAutoClient.java index 641a210..b2f7ef4 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexAutoClient.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexAutoClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.net.UnknownHostException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexClient.java b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexClient.java index f4f7f95..5998daa 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexClient.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexHelper.java b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexHelper.java index c2453df..bd83e05 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexHelper.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexHelper.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.net.MulticastSocket; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexServer.java b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexServer.java index d5e451a..9be66a1 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpDuplexServer.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpDuplexServer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpMulticastClient.java b/java/core.networking/src/main/java/base/server/datagram/UdpMulticastClient.java index 7238326..db3615e 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpMulticastClient.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpMulticastClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpMulticastServer.java b/java/core.networking/src/main/java/base/server/datagram/UdpMulticastServer.java index ad984cc..c9d487e 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpMulticastServer.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpMulticastServer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpSender.java b/java/core.networking/src/main/java/base/server/datagram/UdpSender.java index a71ff84..f9c3485 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpSender.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpSender.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/datagram/UdpServer.java b/java/core.networking/src/main/java/base/server/datagram/UdpServer.java index a3919db..10d322a 100644 --- a/java/core.networking/src/main/java/base/server/datagram/UdpServer.java +++ b/java/core.networking/src/main/java/base/server/datagram/UdpServer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.datagram; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/forwarder/TcpChannelServerForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/TcpChannelServerForwarder.java index 701fe2f..58a84b9 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/TcpChannelServerForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/TcpChannelServerForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/forwarder/TcpClientChannelForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/TcpClientChannelForwarder.java index 3e2aa9c..967346d 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/TcpClientChannelForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/TcpClientChannelForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/forwarder/TcpClientSocketForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/TcpClientSocketForwarder.java index 2001246..de9fce6 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/TcpClientSocketForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/TcpClientSocketForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/forwarder/TcpSocketServerForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/TcpSocketServerForwarder.java index 5ebef5a..6c55a07 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/TcpSocketServerForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/TcpSocketServerForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexClientForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexClientForwarder.java index 15e7a0a..9286d45 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexClientForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexClientForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.net.UnknownHostException; diff --git a/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexServerForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexServerForwarder.java index 9197810..922d3d4 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexServerForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/UdpDuplexServerForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/forwarder/UdpServerForwarder.java b/java/core.networking/src/main/java/base/server/forwarder/UdpServerForwarder.java index b4589d4..bc0728d 100644 --- a/java/core.networking/src/main/java/base/server/forwarder/UdpServerForwarder.java +++ b/java/core.networking/src/main/java/base/server/forwarder/UdpServerForwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.forwarder; import java.util.ArrayList; diff --git a/java/core.networking/src/main/java/base/server/receiver/AbstractReceiver.java b/java/core.networking/src/main/java/base/server/receiver/AbstractReceiver.java index f9f14fd..f6d37b9 100644 --- a/java/core.networking/src/main/java/base/server/receiver/AbstractReceiver.java +++ b/java/core.networking/src/main/java/base/server/receiver/AbstractReceiver.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.receiver; import org.slf4j.Logger; diff --git a/java/core.networking/src/main/java/base/server/socket/AbstractTcpClient.java b/java/core.networking/src/main/java/base/server/socket/AbstractTcpClient.java index ceb7d51..8c6989a 100644 --- a/java/core.networking/src/main/java/base/server/socket/AbstractTcpClient.java +++ b/java/core.networking/src/main/java/base/server/socket/AbstractTcpClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.socket; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/socket/TcpClient.java b/java/core.networking/src/main/java/base/server/socket/TcpClient.java index f863ce5..ce28a8d 100644 --- a/java/core.networking/src/main/java/base/server/socket/TcpClient.java +++ b/java/core.networking/src/main/java/base/server/socket/TcpClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.socket; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/socket/TcpServer.java b/java/core.networking/src/main/java/base/server/socket/TcpServer.java index 732955e..d27b964 100644 --- a/java/core.networking/src/main/java/base/server/socket/TcpServer.java +++ b/java/core.networking/src/main/java/base/server/socket/TcpServer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.socket; import java.io.IOException; diff --git a/java/core.networking/src/main/java/base/server/socket/TcpServerClient.java b/java/core.networking/src/main/java/base/server/socket/TcpServerClient.java index 9cf6b33..7b6d366 100644 --- a/java/core.networking/src/main/java/base/server/socket/TcpServerClient.java +++ b/java/core.networking/src/main/java/base/server/socket/TcpServerClient.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.server.socket; import java.io.IOException; diff --git a/java/core.networking/src/main/java/junit/AllTests.java b/java/core.networking/src/main/java/junit/AllTests.java index e22f4ae..f742f2c 100644 --- a/java/core.networking/src/main/java/junit/AllTests.java +++ b/java/core.networking/src/main/java/junit/AllTests.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package junit; import org.junit.runner.RunWith; diff --git a/java/core.networking/src/main/java/junit/TestTcpChannelCommunication.java b/java/core.networking/src/main/java/junit/TestTcpChannelCommunication.java index d75a36a..e8b6ab4 100644 --- a/java/core.networking/src/main/java/junit/TestTcpChannelCommunication.java +++ b/java/core.networking/src/main/java/junit/TestTcpChannelCommunication.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package junit; import static org.junit.Assert.assertEquals; diff --git a/java/core.networking/src/main/java/junit/TestTcpSocketCommunication.java b/java/core.networking/src/main/java/junit/TestTcpSocketCommunication.java index 398e653..78a15e7 100644 --- a/java/core.networking/src/main/java/junit/TestTcpSocketCommunication.java +++ b/java/core.networking/src/main/java/junit/TestTcpSocketCommunication.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package junit; import static org.junit.Assert.assertEquals; diff --git a/java/core.networking/src/main/java/junit/TestUdpDuplexCommunication.java b/java/core.networking/src/main/java/junit/TestUdpDuplexCommunication.java index edef923..8373e68 100644 --- a/java/core.networking/src/main/java/junit/TestUdpDuplexCommunication.java +++ b/java/core.networking/src/main/java/junit/TestUdpDuplexCommunication.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package junit; import static org.junit.Assert.assertEquals; diff --git a/java/core.windows/src/main/java/mimis/application/cmd/CMDApplication.java b/java/core.windows/src/main/java/mimis/application/cmd/CMDApplication.java index ba7742e..3252fc8 100644 --- a/java/core.windows/src/main/java/mimis/application/cmd/CMDApplication.java +++ b/java/core.windows/src/main/java/mimis/application/cmd/CMDApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/application/cmd/windows/WindowsApplication.java b/java/core.windows/src/main/java/mimis/application/cmd/windows/WindowsApplication.java index b4d5647..6da1843 100644 --- a/java/core.windows/src/main/java/mimis/application/cmd/windows/WindowsApplication.java +++ b/java/core.windows/src/main/java/mimis/application/cmd/windows/WindowsApplication.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/exception/application/windows/WindowsApplicationException.java b/java/core.windows/src/main/java/mimis/exception/application/windows/WindowsApplicationException.java index 80f6689..b0090f3 100644 --- a/java/core.windows/src/main/java/mimis/exception/application/windows/WindowsApplicationException.java +++ b/java/core.windows/src/main/java/mimis/exception/application/windows/WindowsApplicationException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/exception/util/SendCommandException.java b/java/core.windows/src/main/java/mimis/exception/util/SendCommandException.java index d177e54..ee51486 100644 --- a/java/core.windows/src/main/java/mimis/exception/util/SendCommandException.java +++ b/java/core.windows/src/main/java/mimis/exception/util/SendCommandException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/exception/util/SendKeyException.java b/java/core.windows/src/main/java/mimis/exception/util/SendKeyException.java index b279097..180f106 100644 --- a/java/core.windows/src/main/java/mimis/exception/util/SendKeyException.java +++ b/java/core.windows/src/main/java/mimis/exception/util/SendKeyException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/value/Command.java b/java/core.windows/src/main/java/mimis/value/Command.java index e9245fb..19331cc 100644 --- a/java/core.windows/src/main/java/mimis/value/Command.java +++ b/java/core.windows/src/main/java/mimis/value/Command.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.windows/src/main/java/mimis/value/Type.java b/java/core.windows/src/main/java/mimis/value/Type.java index 7e097d4..ca67fc1 100644 --- a/java/core.windows/src/main/java/mimis/value/Type.java +++ b/java/core.windows/src/main/java/mimis/value/Type.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/core.worker/src/main/java/base/Control.java b/java/core.worker/src/main/java/base/Control.java index e127db6..3d82243 100644 --- a/java/core.worker/src/main/java/base/Control.java +++ b/java/core.worker/src/main/java/base/Control.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base; public interface Control { diff --git a/java/core.worker/src/main/java/base/Duplex.java b/java/core.worker/src/main/java/base/Duplex.java index 82c014e..8be7415 100644 --- a/java/core.worker/src/main/java/base/Duplex.java +++ b/java/core.worker/src/main/java/base/Duplex.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base; public interface Duplex extends Forwarder, Sender {} diff --git a/java/core.worker/src/main/java/base/Forwarder.java b/java/core.worker/src/main/java/base/Forwarder.java index 4d5a20c..7536cd9 100644 --- a/java/core.worker/src/main/java/base/Forwarder.java +++ b/java/core.worker/src/main/java/base/Forwarder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base; public interface Forwarder extends Control { diff --git a/java/core.worker/src/main/java/base/Receiver.java b/java/core.worker/src/main/java/base/Receiver.java index effb45c..03a0952 100644 --- a/java/core.worker/src/main/java/base/Receiver.java +++ b/java/core.worker/src/main/java/base/Receiver.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base; public interface Receiver { diff --git a/java/core.worker/src/main/java/base/Sender.java b/java/core.worker/src/main/java/base/Sender.java index a866472..0f0aa89 100644 --- a/java/core.worker/src/main/java/base/Sender.java +++ b/java/core.worker/src/main/java/base/Sender.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base; import java.io.IOException; diff --git a/java/core.worker/src/main/java/base/exception/WorkerException.java b/java/core.worker/src/main/java/base/exception/WorkerException.java index c548a5c..56415db 100644 --- a/java/core.worker/src/main/java/base/exception/WorkerException.java +++ b/java/core.worker/src/main/java/base/exception/WorkerException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception; public class WorkerException extends Exception { diff --git a/java/core.worker/src/main/java/base/exception/worker/ActivateException.java b/java/core.worker/src/main/java/base/exception/worker/ActivateException.java index 1783892..265f7d5 100644 --- a/java/core.worker/src/main/java/base/exception/worker/ActivateException.java +++ b/java/core.worker/src/main/java/base/exception/worker/ActivateException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/AlreadyActiveException.java b/java/core.worker/src/main/java/base/exception/worker/AlreadyActiveException.java index a4b3fd7..7e7c515 100644 --- a/java/core.worker/src/main/java/base/exception/worker/AlreadyActiveException.java +++ b/java/core.worker/src/main/java/base/exception/worker/AlreadyActiveException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/AlreadyRunningException.java b/java/core.worker/src/main/java/base/exception/worker/AlreadyRunningException.java index e153001..f7c998a 100644 --- a/java/core.worker/src/main/java/base/exception/worker/AlreadyRunningException.java +++ b/java/core.worker/src/main/java/base/exception/worker/AlreadyRunningException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/DeactivateException.java b/java/core.worker/src/main/java/base/exception/worker/DeactivateException.java index b05eacc..2b20f20 100644 --- a/java/core.worker/src/main/java/base/exception/worker/DeactivateException.java +++ b/java/core.worker/src/main/java/base/exception/worker/DeactivateException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/NotActiveException.java b/java/core.worker/src/main/java/base/exception/worker/NotActiveException.java index 45b0b20..9143b2e 100644 --- a/java/core.worker/src/main/java/base/exception/worker/NotActiveException.java +++ b/java/core.worker/src/main/java/base/exception/worker/NotActiveException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/NotRunningException.java b/java/core.worker/src/main/java/base/exception/worker/NotRunningException.java index 376bee6..951c087 100644 --- a/java/core.worker/src/main/java/base/exception/worker/NotRunningException.java +++ b/java/core.worker/src/main/java/base/exception/worker/NotRunningException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/exception/worker/StartException.java b/java/core.worker/src/main/java/base/exception/worker/StartException.java index 299f955..cef385e 100644 --- a/java/core.worker/src/main/java/base/exception/worker/StartException.java +++ b/java/core.worker/src/main/java/base/exception/worker/StartException.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.exception.worker; import base.exception.WorkerException; diff --git a/java/core.worker/src/main/java/base/util/ArrayCycle.java b/java/core.worker/src/main/java/base/util/ArrayCycle.java index bc95175..891f992 100644 --- a/java/core.worker/src/main/java/base/util/ArrayCycle.java +++ b/java/core.worker/src/main/java/base/util/ArrayCycle.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.util; import java.util.concurrent.CopyOnWriteArrayList; diff --git a/java/core.worker/src/main/java/base/util/Buffer.java b/java/core.worker/src/main/java/base/util/Buffer.java index 4521766..d41e545 100644 --- a/java/core.worker/src/main/java/base/util/Buffer.java +++ b/java/core.worker/src/main/java/base/util/Buffer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.util; public class Buffer { diff --git a/java/core.worker/src/main/java/base/util/Bufferable.java b/java/core.worker/src/main/java/base/util/Bufferable.java index ab41b7f..6121152 100644 --- a/java/core.worker/src/main/java/base/util/Bufferable.java +++ b/java/core.worker/src/main/java/base/util/Bufferable.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.util; public interface Bufferable { diff --git a/java/core.worker/src/main/java/base/util/BufferedArrayCycle.java b/java/core.worker/src/main/java/base/util/BufferedArrayCycle.java index 5bb2e30..eef2aaa 100644 --- a/java/core.worker/src/main/java/base/util/BufferedArrayCycle.java +++ b/java/core.worker/src/main/java/base/util/BufferedArrayCycle.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.util; public class BufferedArrayCycle extends ArrayCycle { diff --git a/java/core.worker/src/main/java/base/util/Dummy.java b/java/core.worker/src/main/java/base/util/Dummy.java index 6bc305b..5c61a90 100644 --- a/java/core.worker/src/main/java/base/util/Dummy.java +++ b/java/core.worker/src/main/java/base/util/Dummy.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.util; public class Dummy implements Bufferable { diff --git a/java/core.worker/src/main/java/base/work/Listen.java b/java/core.worker/src/main/java/base/work/Listen.java index 57be36e..0de6e16 100644 --- a/java/core.worker/src/main/java/base/work/Listen.java +++ b/java/core.worker/src/main/java/base/work/Listen.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.work; import java.util.Queue; diff --git a/java/core.worker/src/main/java/base/work/ReflectiveListen.java b/java/core.worker/src/main/java/base/work/ReflectiveListen.java index c3fe5f5..3426eae 100644 --- a/java/core.worker/src/main/java/base/work/ReflectiveListen.java +++ b/java/core.worker/src/main/java/base/work/ReflectiveListen.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.work; import java.lang.invoke.MethodHandle; diff --git a/java/core.worker/src/main/java/base/work/Work.java b/java/core.worker/src/main/java/base/work/Work.java index c4f93c2..9e63c8f 100644 --- a/java/core.worker/src/main/java/base/work/Work.java +++ b/java/core.worker/src/main/java/base/work/Work.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.work; import org.slf4j.Logger; diff --git a/java/core.worker/src/main/java/base/worker/BackgroundListener.java b/java/core.worker/src/main/java/base/worker/BackgroundListener.java index 24c10bf..f4863b5 100644 --- a/java/core.worker/src/main/java/base/worker/BackgroundListener.java +++ b/java/core.worker/src/main/java/base/worker/BackgroundListener.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Listen; diff --git a/java/core.worker/src/main/java/base/worker/DirectIntervalWorker.java b/java/core.worker/src/main/java/base/worker/DirectIntervalWorker.java index d932633..05d77fb 100644 --- a/java/core.worker/src/main/java/base/worker/DirectIntervalWorker.java +++ b/java/core.worker/src/main/java/base/worker/DirectIntervalWorker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Work; diff --git a/java/core.worker/src/main/java/base/worker/DirectWorker.java b/java/core.worker/src/main/java/base/worker/DirectWorker.java index 3945400..359b4c5 100644 --- a/java/core.worker/src/main/java/base/worker/DirectWorker.java +++ b/java/core.worker/src/main/java/base/worker/DirectWorker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Work; diff --git a/java/core.worker/src/main/java/base/worker/ForegroundListener.java b/java/core.worker/src/main/java/base/worker/ForegroundListener.java index f3c4bde..b7c8ab7 100644 --- a/java/core.worker/src/main/java/base/worker/ForegroundListener.java +++ b/java/core.worker/src/main/java/base/worker/ForegroundListener.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Listen; diff --git a/java/core.worker/src/main/java/base/worker/IntervalWork.java b/java/core.worker/src/main/java/base/worker/IntervalWork.java index 6924555..115a389 100644 --- a/java/core.worker/src/main/java/base/worker/IntervalWork.java +++ b/java/core.worker/src/main/java/base/worker/IntervalWork.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Work; diff --git a/java/core.worker/src/main/java/base/worker/ThreadIntervalWorker.java b/java/core.worker/src/main/java/base/worker/ThreadIntervalWorker.java index 9f41310..df68792 100644 --- a/java/core.worker/src/main/java/base/worker/ThreadIntervalWorker.java +++ b/java/core.worker/src/main/java/base/worker/ThreadIntervalWorker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import java.util.Timer; diff --git a/java/core.worker/src/main/java/base/worker/ThreadWorker.java b/java/core.worker/src/main/java/base/worker/ThreadWorker.java index a9b3e5c..ec82e67 100644 --- a/java/core.worker/src/main/java/base/worker/ThreadWorker.java +++ b/java/core.worker/src/main/java/base/worker/ThreadWorker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import base.work.Work; diff --git a/java/core.worker/src/main/java/base/worker/Worker.java b/java/core.worker/src/main/java/base/worker/Worker.java index b5e769d..9418db0 100644 --- a/java/core.worker/src/main/java/base/worker/Worker.java +++ b/java/core.worker/src/main/java/base/worker/Worker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker; import org.slf4j.Logger; diff --git a/java/core.worker/src/main/java/base/worker/pool/Listener.java b/java/core.worker/src/main/java/base/worker/pool/Listener.java index 2c0364c..bf03b17 100644 --- a/java/core.worker/src/main/java/base/worker/pool/Listener.java +++ b/java/core.worker/src/main/java/base/worker/pool/Listener.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; public interface Listener { diff --git a/java/core.worker/src/main/java/base/worker/pool/ListenerPool.java b/java/core.worker/src/main/java/base/worker/pool/ListenerPool.java index f501f17..70de623 100644 --- a/java/core.worker/src/main/java/base/worker/pool/ListenerPool.java +++ b/java/core.worker/src/main/java/base/worker/pool/ListenerPool.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/ListenerPoolRunnable.java b/java/core.worker/src/main/java/base/worker/pool/ListenerPoolRunnable.java index 8b06b62..0a6ad26 100644 --- a/java/core.worker/src/main/java/base/worker/pool/ListenerPoolRunnable.java +++ b/java/core.worker/src/main/java/base/worker/pool/ListenerPoolRunnable.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/PooledListener.java b/java/core.worker/src/main/java/base/worker/pool/PooledListener.java index acc1ad2..e477a30 100644 --- a/java/core.worker/src/main/java/base/worker/pool/PooledListener.java +++ b/java/core.worker/src/main/java/base/worker/pool/PooledListener.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/PooledWorker.java b/java/core.worker/src/main/java/base/worker/pool/PooledWorker.java index d8493b8..ded5d07 100644 --- a/java/core.worker/src/main/java/base/worker/pool/PooledWorker.java +++ b/java/core.worker/src/main/java/base/worker/pool/PooledWorker.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/WorkerPool.java b/java/core.worker/src/main/java/base/worker/pool/WorkerPool.java index 1c65620..8fda24f 100644 --- a/java/core.worker/src/main/java/base/worker/pool/WorkerPool.java +++ b/java/core.worker/src/main/java/base/worker/pool/WorkerPool.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/WorkerPoolRunnable.java b/java/core.worker/src/main/java/base/worker/pool/WorkerPoolRunnable.java index 26ebf3c..692dcd3 100644 --- a/java/core.worker/src/main/java/base/worker/pool/WorkerPoolRunnable.java +++ b/java/core.worker/src/main/java/base/worker/pool/WorkerPoolRunnable.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; import java.util.concurrent.BlockingQueue; diff --git a/java/core.worker/src/main/java/base/worker/pool/Wrapper.java b/java/core.worker/src/main/java/base/worker/pool/Wrapper.java index 7084b07..1e97755 100644 --- a/java/core.worker/src/main/java/base/worker/pool/Wrapper.java +++ b/java/core.worker/src/main/java/base/worker/pool/Wrapper.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package base.worker.pool; diff --git a/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DButton.java b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DButton.java index f7be2ed..0a3b124 100644 --- a/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DButton.java +++ b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DDevice.java b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DDevice.java index 16ab973..c7fbf6a 100644 --- a/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DDevice.java +++ b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DTaskMapCycle.java b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DTaskMapCycle.java index d0eb870..40456b3 100644 --- a/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DTaskMapCycle.java +++ b/java/device.extreme3d/src/main/java/mimis/device/javainput/extreme3d/Extreme3DTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.hotkey/src/main/java/mimis/device/jintellitype/CommandButton.java b/java/device.hotkey/src/main/java/mimis/device/jintellitype/CommandButton.java index 948a4cd..7a0104e 100644 --- a/java/device.hotkey/src/main/java/mimis/device/jintellitype/CommandButton.java +++ b/java/device.hotkey/src/main/java/mimis/device/jintellitype/CommandButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.hotkey/src/main/java/mimis/device/jintellitype/Hotkey.java b/java/device.hotkey/src/main/java/mimis/device/jintellitype/Hotkey.java index 0265bdd..d050bba 100644 --- a/java/device.hotkey/src/main/java/mimis/device/jintellitype/Hotkey.java +++ b/java/device.hotkey/src/main/java/mimis/device/jintellitype/Hotkey.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeDevice.java b/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeDevice.java index afd8029..64aa69e 100644 --- a/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeDevice.java +++ b/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeTaskMapCycle.java b/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeTaskMapCycle.java index 48ff3a5..1ec52a3 100644 --- a/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeTaskMapCycle.java +++ b/java/device.hotkey/src/main/java/mimis/device/jintellitype/JIntellitypeTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.hotkey/src/main/java/mimis/device/jintellitype/Modifier.java b/java/device.hotkey/src/main/java/mimis/device/jintellitype/Modifier.java index daec886..08232e0 100644 --- a/java/device.hotkey/src/main/java/mimis/device/jintellitype/Modifier.java +++ b/java/device.hotkey/src/main/java/mimis/device/jintellitype/Modifier.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/LircButton.java b/java/device.lirc/src/main/java/mimis/device/lirc/LircButton.java index 9c852c3..a2cddc2 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/LircButton.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/LircButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/LircButtonListener.java b/java/device.lirc/src/main/java/mimis/device/lirc/LircButtonListener.java index 92199f4..cf32d01 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/LircButtonListener.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/LircButtonListener.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/LircDevice.java b/java/device.lirc/src/main/java/mimis/device/lirc/LircDevice.java index 16d9b4a..7e2f4ed 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/LircDevice.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/LircDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/LircService.java b/java/device.lirc/src/main/java/mimis/device/lirc/LircService.java index 0defe31..83e5323 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/LircService.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/LircService.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/LircTaskMapCycle.java b/java/device.lirc/src/main/java/mimis/device/lirc/LircTaskMapCycle.java index 6c2a273..aeaad27 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/LircTaskMapCycle.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/LircTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176Button.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176Button.java index 9ed0eea..f91782b 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176Button.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176Button.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176EventMap.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176EventMap.java index 612a0cd..2152312 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176EventMap.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/DenonRC176EventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011Button.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011Button.java index 257e2fc..ff3ca72 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011Button.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011Button.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011EventMap.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011EventMap.java index 8639801..26d7104 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011EventMap.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/PhiliphsRCLE011EventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AButton.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AButton.java index 01728e7..182e38e 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AButton.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AEventMap.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AEventMap.java index 9c8bcf6..b04cd83 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AEventMap.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/SamsungBN5901015AEventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/device/lirc/remote/WC02IPOButton.java b/java/device.lirc/src/main/java/mimis/device/lirc/remote/WC02IPOButton.java index 9b80b2d..08f4613 100644 --- a/java/device.lirc/src/main/java/mimis/device/lirc/remote/WC02IPOButton.java +++ b/java/device.lirc/src/main/java/mimis/device/lirc/remote/WC02IPOButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.lirc/src/main/java/mimis/util/Multiplexer.java b/java/device.lirc/src/main/java/mimis/util/Multiplexer.java index 850f5e1..81467db 100644 --- a/java/device.lirc/src/main/java/mimis/util/Multiplexer.java +++ b/java/device.lirc/src/main/java/mimis/util/Multiplexer.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.network/src/main/java/mimis/device/network/NetworkDevice.java b/java/device.network/src/main/java/mimis/device/network/NetworkDevice.java index 960daa2..e203a27 100644 --- a/java/device.network/src/main/java/mimis/device/network/NetworkDevice.java +++ b/java/device.network/src/main/java/mimis/device/network/NetworkDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadButton.java b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadButton.java index 0f02ae8..e031bb5 100644 --- a/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadButton.java +++ b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadDevice.java b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadDevice.java index 944f547..73811b5 100644 --- a/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadDevice.java +++ b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadTaskMapCycle.java b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadTaskMapCycle.java index 2c03976..c336b33 100644 --- a/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadTaskMapCycle.java +++ b/java/device.rumblepad/src/main/java/mimis/device/javainput/rumblepad/RumblepadTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteButton.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteButton.java index 28acdf8..c1199bc 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteButton.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDevice.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDevice.java index 7dde851..d3a324f 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDevice.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDiscovery.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDiscovery.java index fd84cc3..e036521 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDiscovery.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteDiscovery.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteService.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteService.java index 35f79be..9129a82 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteService.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteService.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteTaskMapCycle.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteTaskMapCycle.java index f826d5b..4fe8465 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteTaskMapCycle.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/WiimoteTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/gesture/GestureDevice.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/gesture/GestureDevice.java index a185e29..6c1c465 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/gesture/GestureDevice.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/gesture/GestureDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionData.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionData.java index ffcd57c..0c3353b 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionData.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionData.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionDevice.java b/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionDevice.java index 89d26fd..a544aa1 100644 --- a/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionDevice.java +++ b/java/device.wiimote/src/main/java/mimis/device/wiimote/motion/MotionDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Button.java b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Button.java index 29f4cfc..2c6d99b 100644 --- a/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Button.java +++ b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Button.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Device.java b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Device.java index da8fb3a..47c80ed 100644 --- a/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Device.java +++ b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360Device.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360TaskMapCycle.java b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360TaskMapCycle.java index f274c74..f0ec0fd 100644 --- a/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360TaskMapCycle.java +++ b/java/device.xbox360/src/main/java/mimis/device/javainput/xbox360/Xbox360TaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.connected/src/main/java/connected/TestFromYaml.java b/java/exec.connected/src/main/java/connected/TestFromYaml.java index 8398a5c..d1d7453 100644 --- a/java/exec.connected/src/main/java/connected/TestFromYaml.java +++ b/java/exec.connected/src/main/java/connected/TestFromYaml.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package connected; import java.io.FileReader; diff --git a/java/exec.connected/src/main/java/connected/TestTcpCommunication.java b/java/exec.connected/src/main/java/connected/TestTcpCommunication.java index 21852bf..1c8628a 100644 --- a/java/exec.connected/src/main/java/connected/TestTcpCommunication.java +++ b/java/exec.connected/src/main/java/connected/TestTcpCommunication.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package connected; import java.util.Properties; diff --git a/java/exec.connected/src/main/java/dummy/Dummy.java b/java/exec.connected/src/main/java/dummy/Dummy.java index f541e08..b149c8b 100644 --- a/java/exec.connected/src/main/java/dummy/Dummy.java +++ b/java/exec.connected/src/main/java/dummy/Dummy.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package dummy; import lirc.Lirc.Color; diff --git a/java/exec.connected/src/main/java/extra/LircTaskMapCycle.java b/java/exec.connected/src/main/java/extra/LircTaskMapCycle.java index b623df0..5c5bf7c 100644 --- a/java/exec.connected/src/main/java/extra/LircTaskMapCycle.java +++ b/java/exec.connected/src/main/java/extra/LircTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.connected/src/main/java/map/DenonRC176EventMap.java b/java/exec.connected/src/main/java/map/DenonRC176EventMap.java index d28d29b..97bdce1 100644 --- a/java/exec.connected/src/main/java/map/DenonRC176EventMap.java +++ b/java/exec.connected/src/main/java/map/DenonRC176EventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.connected/src/main/java/map/PhiliphsRCLE011EventMap.java b/java/exec.connected/src/main/java/map/PhiliphsRCLE011EventMap.java index 3228988..e18c7ab 100644 --- a/java/exec.connected/src/main/java/map/PhiliphsRCLE011EventMap.java +++ b/java/exec.connected/src/main/java/map/PhiliphsRCLE011EventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.connected/src/main/java/map/SamsungBN5901015AEventMap.java b/java/exec.connected/src/main/java/map/SamsungBN5901015AEventMap.java index e5ddfde..daa556b 100644 --- a/java/exec.connected/src/main/java/map/SamsungBN5901015AEventMap.java +++ b/java/exec.connected/src/main/java/map/SamsungBN5901015AEventMap.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.connected/src/main/java/yaml/Contact.java b/java/exec.connected/src/main/java/yaml/Contact.java index 11c2c5c..790a001 100644 --- a/java/exec.connected/src/main/java/yaml/Contact.java +++ b/java/exec.connected/src/main/java/yaml/Contact.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package yaml; import java.util.HashMap; diff --git a/java/exec.connected/src/main/java/yaml/Phone.java b/java/exec.connected/src/main/java/yaml/Phone.java index a32d6f2..0ef7aaf 100644 --- a/java/exec.connected/src/main/java/yaml/Phone.java +++ b/java/exec.connected/src/main/java/yaml/Phone.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package yaml; public class Phone { diff --git a/java/exec.connected/src/main/java/yaml/TestParsing.java b/java/exec.connected/src/main/java/yaml/TestParsing.java index b292463..a84f43b 100644 --- a/java/exec.connected/src/main/java/yaml/TestParsing.java +++ b/java/exec.connected/src/main/java/yaml/TestParsing.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package yaml; import java.util.HashMap; diff --git a/java/exec.mimis/src/main/java/mimis/Client.java b/java/exec.mimis/src/main/java/mimis/Client.java index 5e46065..3eccd57 100644 --- a/java/exec.mimis/src/main/java/mimis/Client.java +++ b/java/exec.mimis/src/main/java/mimis/Client.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/Component.java b/java/exec.mimis/src/main/java/mimis/Component.java index 9fd74de..344d150 100644 --- a/java/exec.mimis/src/main/java/mimis/Component.java +++ b/java/exec.mimis/src/main/java/mimis/Component.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/Gui.java b/java/exec.mimis/src/main/java/mimis/Gui.java index 8b412d0..af2fd44 100644 --- a/java/exec.mimis/src/main/java/mimis/Gui.java +++ b/java/exec.mimis/src/main/java/mimis/Gui.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/Main.java b/java/exec.mimis/src/main/java/mimis/Main.java index 8493c61..ac8796b 100644 --- a/java/exec.mimis/src/main/java/mimis/Main.java +++ b/java/exec.mimis/src/main/java/mimis/Main.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/Mimis.java b/java/exec.mimis/src/main/java/mimis/Mimis.java index 7efe647..06c3481 100644 --- a/java/exec.mimis/src/main/java/mimis/Mimis.java +++ b/java/exec.mimis/src/main/java/mimis/Mimis.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/device/panel/Panel.java b/java/exec.mimis/src/main/java/mimis/device/panel/Panel.java index 2b72716..19a39f0 100644 --- a/java/exec.mimis/src/main/java/mimis/device/panel/Panel.java +++ b/java/exec.mimis/src/main/java/mimis/device/panel/Panel.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/device/panel/PanelButton.java b/java/exec.mimis/src/main/java/mimis/device/panel/PanelButton.java index 8215e14..aaf77f0 100644 --- a/java/exec.mimis/src/main/java/mimis/device/panel/PanelButton.java +++ b/java/exec.mimis/src/main/java/mimis/device/panel/PanelButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/device/panel/PanelDevice.java b/java/exec.mimis/src/main/java/mimis/device/panel/PanelDevice.java index db81ee3..7c6a319 100644 --- a/java/exec.mimis/src/main/java/mimis/device/panel/PanelDevice.java +++ b/java/exec.mimis/src/main/java/mimis/device/panel/PanelDevice.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/device/panel/PanelTaskMapCycle.java b/java/exec.mimis/src/main/java/mimis/device/panel/PanelTaskMapCycle.java index bb07f71..da93876 100644 --- a/java/exec.mimis/src/main/java/mimis/device/panel/PanelTaskMapCycle.java +++ b/java/exec.mimis/src/main/java/mimis/device/panel/PanelTaskMapCycle.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/exception/EventException.java b/java/exec.mimis/src/main/java/mimis/exception/EventException.java index 371a72e..82fd12d 100644 --- a/java/exec.mimis/src/main/java/mimis/exception/EventException.java +++ b/java/exec.mimis/src/main/java/mimis/exception/EventException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/exception/event/router/GlobalRouterException.java b/java/exec.mimis/src/main/java/mimis/exception/event/router/GlobalRouterException.java index 32c0745..4d8bc79 100644 --- a/java/exec.mimis/src/main/java/mimis/exception/event/router/GlobalRouterException.java +++ b/java/exec.mimis/src/main/java/mimis/exception/event/router/GlobalRouterException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/manager/ButtonManager.java b/java/exec.mimis/src/main/java/mimis/manager/ButtonManager.java index 1ba551f..52aecc6 100644 --- a/java/exec.mimis/src/main/java/mimis/manager/ButtonManager.java +++ b/java/exec.mimis/src/main/java/mimis/manager/ButtonManager.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/manager/CurrentButtonManager.java b/java/exec.mimis/src/main/java/mimis/manager/CurrentButtonManager.java index 0e011cc..f106c3b 100644 --- a/java/exec.mimis/src/main/java/mimis/manager/CurrentButtonManager.java +++ b/java/exec.mimis/src/main/java/mimis/manager/CurrentButtonManager.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/manager/Manager.java b/java/exec.mimis/src/main/java/mimis/manager/Manager.java index 785f3b0..8353788 100644 --- a/java/exec.mimis/src/main/java/mimis/manager/Manager.java +++ b/java/exec.mimis/src/main/java/mimis/manager/Manager.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/manager/Titled.java b/java/exec.mimis/src/main/java/mimis/manager/Titled.java index f063ab2..db90dc7 100644 --- a/java/exec.mimis/src/main/java/mimis/manager/Titled.java +++ b/java/exec.mimis/src/main/java/mimis/manager/Titled.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/manager/WorkerButton.java b/java/exec.mimis/src/main/java/mimis/manager/WorkerButton.java index 74d4eb3..8d5f1e0 100644 --- a/java/exec.mimis/src/main/java/mimis/manager/WorkerButton.java +++ b/java/exec.mimis/src/main/java/mimis/manager/WorkerButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/router/GlobalRouter.java b/java/exec.mimis/src/main/java/mimis/router/GlobalRouter.java index 0bed9e8..3c05bfc 100644 --- a/java/exec.mimis/src/main/java/mimis/router/GlobalRouter.java +++ b/java/exec.mimis/src/main/java/mimis/router/GlobalRouter.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/Swing.java b/java/exec.mimis/src/main/java/mimis/util/Swing.java index 4a4dff7..697b23b 100644 --- a/java/exec.mimis/src/main/java/mimis/util/Swing.java +++ b/java/exec.mimis/src/main/java/mimis/util/Swing.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/swing/CycleButton.java b/java/exec.mimis/src/main/java/mimis/util/swing/CycleButton.java index b527f92..9802d47 100644 --- a/java/exec.mimis/src/main/java/mimis/util/swing/CycleButton.java +++ b/java/exec.mimis/src/main/java/mimis/util/swing/CycleButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/swing/Dialog.java b/java/exec.mimis/src/main/java/mimis/util/swing/Dialog.java index da66af0..7df2ddd 100644 --- a/java/exec.mimis/src/main/java/mimis/util/swing/Dialog.java +++ b/java/exec.mimis/src/main/java/mimis/util/swing/Dialog.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/swing/HoldButton.java b/java/exec.mimis/src/main/java/mimis/util/swing/HoldButton.java index 76ac6c2..220e738 100644 --- a/java/exec.mimis/src/main/java/mimis/util/swing/HoldButton.java +++ b/java/exec.mimis/src/main/java/mimis/util/swing/HoldButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/swing/HoldButtonListener.java b/java/exec.mimis/src/main/java/mimis/util/swing/HoldButtonListener.java index fd430f8..a3c17c1 100644 --- a/java/exec.mimis/src/main/java/mimis/util/swing/HoldButtonListener.java +++ b/java/exec.mimis/src/main/java/mimis/util/swing/HoldButtonListener.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/util/swing/ToggleButton.java b/java/exec.mimis/src/main/java/mimis/util/swing/ToggleButton.java index 2fc7e51..acaaa51 100644 --- a/java/exec.mimis/src/main/java/mimis/util/swing/ToggleButton.java +++ b/java/exec.mimis/src/main/java/mimis/util/swing/ToggleButton.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.mimis/src/main/java/mimis/value/Target.java b/java/exec.mimis/src/main/java/mimis/value/Target.java index aae82be..ca77cf4 100644 --- a/java/exec.mimis/src/main/java/mimis/value/Target.java +++ b/java/exec.mimis/src/main/java/mimis/value/Target.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Rik Veenboer + * Copyright (C) 2016 Rik Veenboer * * This program 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/java/exec.sound/src/main/java/old/Converter.java b/java/exec.sound/src/main/java/old/Converter.java index f1548a0..5cca267 100644 --- a/java/exec.sound/src/main/java/old/Converter.java +++ b/java/exec.sound/src/main/java/old/Converter.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package old; import java.io.BufferedInputStream; diff --git a/java/exec.sound/src/main/java/old/List.java b/java/exec.sound/src/main/java/old/List.java index d026fb9..cf681a8 100644 --- a/java/exec.sound/src/main/java/old/List.java +++ b/java/exec.sound/src/main/java/old/List.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package old; import java.io.File; diff --git a/java/exec.sound/src/main/java/old/Mp3.java b/java/exec.sound/src/main/java/old/Mp3.java index 445d4d4..ca36d33 100644 --- a/java/exec.sound/src/main/java/old/Mp3.java +++ b/java/exec.sound/src/main/java/old/Mp3.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package old; import java.io.File; diff --git a/java/exec.sound/src/main/java/old/Transducer.java b/java/exec.sound/src/main/java/old/Transducer.java index c7618a8..448d489 100644 --- a/java/exec.sound/src/main/java/old/Transducer.java +++ b/java/exec.sound/src/main/java/old/Transducer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package old; import sound.Consumer; diff --git a/java/exec.sound/src/main/java/pipe/Client.java b/java/exec.sound/src/main/java/pipe/Client.java index 1ef5c26..3257f2b 100644 --- a/java/exec.sound/src/main/java/pipe/Client.java +++ b/java/exec.sound/src/main/java/pipe/Client.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package pipe; import java.io.RandomAccessFile; diff --git a/java/exec.sound/src/main/java/pipe/Pipe.java b/java/exec.sound/src/main/java/pipe/Pipe.java index 3bb3805..05a3c41 100644 --- a/java/exec.sound/src/main/java/pipe/Pipe.java +++ b/java/exec.sound/src/main/java/pipe/Pipe.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package pipe; /** diff --git a/java/exec.sound/src/main/java/pipe/TestPipe.java b/java/exec.sound/src/main/java/pipe/TestPipe.java index 9d1ec66..d6f56ee 100644 --- a/java/exec.sound/src/main/java/pipe/TestPipe.java +++ b/java/exec.sound/src/main/java/pipe/TestPipe.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package pipe; import java.io.File; diff --git a/java/exec.sound/src/main/java/sound/Consumer.java b/java/exec.sound/src/main/java/sound/Consumer.java index cc6c28c..3c30949 100644 --- a/java/exec.sound/src/main/java/sound/Consumer.java +++ b/java/exec.sound/src/main/java/sound/Consumer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound; public interface Consumer { diff --git a/java/exec.sound/src/main/java/sound/Format.java b/java/exec.sound/src/main/java/sound/Format.java index 4de19dc..6adfe02 100644 --- a/java/exec.sound/src/main/java/sound/Format.java +++ b/java/exec.sound/src/main/java/sound/Format.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound; import javax.sound.sampled.AudioFormat; diff --git a/java/exec.sound/src/main/java/sound/Producer.java b/java/exec.sound/src/main/java/sound/Producer.java index 0c5ff9f..77573f8 100644 --- a/java/exec.sound/src/main/java/sound/Producer.java +++ b/java/exec.sound/src/main/java/sound/Producer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound; import java.io.InputStream; diff --git a/java/exec.sound/src/main/java/sound/Source.java b/java/exec.sound/src/main/java/sound/Source.java index 8d558d1..f4af09c 100644 --- a/java/exec.sound/src/main/java/sound/Source.java +++ b/java/exec.sound/src/main/java/sound/Source.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound; import java.io.IOException; diff --git a/java/exec.sound/src/main/java/sound/consumer/Port.java b/java/exec.sound/src/main/java/sound/consumer/Port.java index 5e3cf48..8acbe7d 100644 --- a/java/exec.sound/src/main/java/sound/consumer/Port.java +++ b/java/exec.sound/src/main/java/sound/consumer/Port.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.consumer; import java.io.IOException; diff --git a/java/exec.sound/src/main/java/sound/consumer/Shoutcast.java b/java/exec.sound/src/main/java/sound/consumer/Shoutcast.java index 3644459..4864c51 100644 --- a/java/exec.sound/src/main/java/sound/consumer/Shoutcast.java +++ b/java/exec.sound/src/main/java/sound/consumer/Shoutcast.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.consumer; import java.io.BufferedReader; diff --git a/java/exec.sound/src/main/java/sound/data/Data.java b/java/exec.sound/src/main/java/sound/data/Data.java index 645cccc..3e02d9c 100644 --- a/java/exec.sound/src/main/java/sound/data/Data.java +++ b/java/exec.sound/src/main/java/sound/data/Data.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.data; public class Data { diff --git a/java/exec.sound/src/main/java/sound/producer/Stream.java b/java/exec.sound/src/main/java/sound/producer/Stream.java index dbe6f6d..66fd180 100644 --- a/java/exec.sound/src/main/java/sound/producer/Stream.java +++ b/java/exec.sound/src/main/java/sound/producer/Stream.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.producer; import java.io.IOException; diff --git a/java/exec.sound/src/main/java/sound/producer/Target.java b/java/exec.sound/src/main/java/sound/producer/Target.java index 35c592b..bdc6d79 100644 --- a/java/exec.sound/src/main/java/sound/producer/Target.java +++ b/java/exec.sound/src/main/java/sound/producer/Target.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.producer; import java.io.IOException; diff --git a/java/exec.sound/src/main/java/sound/stream/HoardedInputStream.java b/java/exec.sound/src/main/java/sound/stream/HoardedInputStream.java index fd6924c..4f6825b 100644 --- a/java/exec.sound/src/main/java/sound/stream/HoardedInputStream.java +++ b/java/exec.sound/src/main/java/sound/stream/HoardedInputStream.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.stream; import java.io.BufferedInputStream; diff --git a/java/exec.sound/src/main/java/sound/util/Buffer.java b/java/exec.sound/src/main/java/sound/util/Buffer.java index 2beb9fc..5c85b65 100644 --- a/java/exec.sound/src/main/java/sound/util/Buffer.java +++ b/java/exec.sound/src/main/java/sound/util/Buffer.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.util; public class Buffer { diff --git a/java/exec.sound/src/main/java/sound/util/SoxBuilder.java b/java/exec.sound/src/main/java/sound/util/SoxBuilder.java index 0ea367d..d1d44bd 100644 --- a/java/exec.sound/src/main/java/sound/util/SoxBuilder.java +++ b/java/exec.sound/src/main/java/sound/util/SoxBuilder.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.util; import java.util.HashMap; diff --git a/java/exec.sound/src/main/java/sound/util/Tool.java b/java/exec.sound/src/main/java/sound/util/Tool.java index 5b08471..be85406 100644 --- a/java/exec.sound/src/main/java/sound/util/Tool.java +++ b/java/exec.sound/src/main/java/sound/util/Tool.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.util; import java.util.ArrayList; diff --git a/java/exec.sound/src/main/java/sound/util/Utils.java b/java/exec.sound/src/main/java/sound/util/Utils.java index 5c535a0..e25ee34 100644 --- a/java/exec.sound/src/main/java/sound/util/Utils.java +++ b/java/exec.sound/src/main/java/sound/util/Utils.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package sound.util; import java.io.BufferedInputStream; diff --git a/java/exec.sound/src/main/java/test/SoundAudit.java b/java/exec.sound/src/main/java/test/SoundAudit.java index 9510034..1d7373a 100644 --- a/java/exec.sound/src/main/java/test/SoundAudit.java +++ b/java/exec.sound/src/main/java/test/SoundAudit.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import javax.sound.sampled.*; diff --git a/java/exec.sound/src/main/java/test/Test.java b/java/exec.sound/src/main/java/test/Test.java index 892471c..a6fa8af 100644 --- a/java/exec.sound/src/main/java/test/Test.java +++ b/java/exec.sound/src/main/java/test/Test.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import javax.sound.sampled.AudioFormat; diff --git a/java/exec.sound/src/main/java/test/lines/Main.java b/java/exec.sound/src/main/java/test/lines/Main.java index 5209436..6712715 100644 --- a/java/exec.sound/src/main/java/test/lines/Main.java +++ b/java/exec.sound/src/main/java/test/lines/Main.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test.lines; import javax.sound.sampled.AudioFormat; diff --git a/java/exec.sound/src/main/java/test/lines/SourceLine.java b/java/exec.sound/src/main/java/test/lines/SourceLine.java index 56092d5..b2c2727 100644 --- a/java/exec.sound/src/main/java/test/lines/SourceLine.java +++ b/java/exec.sound/src/main/java/test/lines/SourceLine.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test.lines; import javax.sound.sampled.Mixer; diff --git a/java/exec.sound/src/main/java/test/lines/TargetLine.java b/java/exec.sound/src/main/java/test/lines/TargetLine.java index c0c7d1e..b7c74c1 100644 --- a/java/exec.sound/src/main/java/test/lines/TargetLine.java +++ b/java/exec.sound/src/main/java/test/lines/TargetLine.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test.lines; import javax.sound.sampled.Mixer; diff --git a/java/exec.test/src/main/java/jna/HelloTest.java b/java/exec.test/src/main/java/jna/HelloTest.java index c3abd78..d1b46fa 100644 --- a/java/exec.test/src/main/java/jna/HelloTest.java +++ b/java/exec.test/src/main/java/jna/HelloTest.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package jna; import com.sun.jna.Library; diff --git a/java/exec.test/src/main/java/jni/TestIntellitype.java b/java/exec.test/src/main/java/jni/TestIntellitype.java index 252d136..3e3168e 100644 --- a/java/exec.test/src/main/java/jni/TestIntellitype.java +++ b/java/exec.test/src/main/java/jni/TestIntellitype.java @@ -1,21 +1,18 @@ -/* - * JIntellitype ----------------- Copyright 2005-2006 Emil A. Lefkof III - * - * I always give it my best shot to make a program useful and solid, but remeber - * that there is absolutely no warranty for using this program as stated in the - * following terms: - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package jni; diff --git a/java/exec.test/src/main/java/jni/TestNative.java b/java/exec.test/src/main/java/jni/TestNative.java index b025af0..4a86532 100644 --- a/java/exec.test/src/main/java/jni/TestNative.java +++ b/java/exec.test/src/main/java/jni/TestNative.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package jni; import mimis.util.Native; diff --git a/java/exec.test/src/main/java/jni/TestWiiuse.java b/java/exec.test/src/main/java/jni/TestWiiuse.java index c2e0fe6..500f3eb 100644 --- a/java/exec.test/src/main/java/jni/TestWiiuse.java +++ b/java/exec.test/src/main/java/jni/TestWiiuse.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package jni; import wiiusej.WiiUseApiManager; diff --git a/java/exec.test/src/main/java/jni/TestXinput.java b/java/exec.test/src/main/java/jni/TestXinput.java index 3e1e2b7..a4f991d 100644 --- a/java/exec.test/src/main/java/jni/TestXinput.java +++ b/java/exec.test/src/main/java/jni/TestXinput.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package jni; import de.hardcode.jxinput.JXInputManager; diff --git a/java/exec.test/src/main/java/jni/TestiTunes.java b/java/exec.test/src/main/java/jni/TestiTunes.java index bc6c6e7..66a2406 100644 --- a/java/exec.test/src/main/java/jni/TestiTunes.java +++ b/java/exec.test/src/main/java/jni/TestiTunes.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package jni; import com.dt.iTunesController.iTunes; diff --git a/java/exec.test/src/main/java/test/BufferedSound.java b/java/exec.test/src/main/java/test/BufferedSound.java index 6fee7c3..9787608 100644 --- a/java/exec.test/src/main/java/test/BufferedSound.java +++ b/java/exec.test/src/main/java/test/BufferedSound.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; public class BufferedSound { diff --git a/java/exec.test/src/main/java/test/CustomAppender.java b/java/exec.test/src/main/java/test/CustomAppender.java index 54145a4..f519073 100644 --- a/java/exec.test/src/main/java/test/CustomAppender.java +++ b/java/exec.test/src/main/java/test/CustomAppender.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import org.apache.log4j.AppenderSkeleton; diff --git a/java/exec.test/src/main/java/test/Ir.java b/java/exec.test/src/main/java/test/Ir.java index 075054a..a73818d 100644 --- a/java/exec.test/src/main/java/test/Ir.java +++ b/java/exec.test/src/main/java/test/Ir.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import java.awt.Color; diff --git a/java/exec.test/src/main/java/test/Sound.java b/java/exec.test/src/main/java/test/Sound.java index 8fd5ba2..0d15831 100644 --- a/java/exec.test/src/main/java/test/Sound.java +++ b/java/exec.test/src/main/java/test/Sound.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import java.io.File; diff --git a/java/exec.test/src/main/java/test/Test.java b/java/exec.test/src/main/java/test/Test.java index 4fe4ac7..845adc8 100644 --- a/java/exec.test/src/main/java/test/Test.java +++ b/java/exec.test/src/main/java/test/Test.java @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2016 Rik Veenboer + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package test; import java.lang.invoke.MethodHandle;