diff --git a/.travis.yml b/.travis.yml index 47218d2c9..d48ee2eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/NOTICE.txt b/NOTICE.txt index 304c77651..87cbb7af4 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -3,7 +3,7 @@ ========================================================================= Pi4J Library - Copyright (C) 2012-2018 Pi4J.com + Copyright (C) 2012-2019 Pi4J.com This product includes software developed at: The Pi4J Project (http://www.pi4j.com/). diff --git a/README.md b/README.md index 0733720c3..f1bc604a6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Snapshot builds are available from * [Downloads] http://pi4j.com/download.html -Copyright (C) 2012-2018 Pi4J +Copyright (C) 2012-2019 Pi4J ## LICENSE diff --git a/pi4j-core/src/main/java/com/pi4j/concurrent/DefaultExecutorServiceFactory.java b/pi4j-core/src/main/java/com/pi4j/concurrent/DefaultExecutorServiceFactory.java index 87f0cd7b0..d507e4fa7 100644 --- a/pi4j-core/src/main/java/com/pi4j/concurrent/DefaultExecutorServiceFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/concurrent/DefaultExecutorServiceFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/concurrent/ExecutorServiceFactory.java b/pi4j-core/src/main/java/com/pi4j/concurrent/ExecutorServiceFactory.java index e3bfb5bee..fe89c6f61 100644 --- a/pi4j-core/src/main/java/com/pi4j/concurrent/ExecutorServiceFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/concurrent/ExecutorServiceFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/concurrent/ScheduledExecutorServiceWrapper.java b/pi4j-core/src/main/java/com/pi4j/concurrent/ScheduledExecutorServiceWrapper.java index d55584cd4..c813c86db 100644 --- a/pi4j-core/src/main/java/com/pi4j/concurrent/ScheduledExecutorServiceWrapper.java +++ b/pi4j-core/src/main/java/com/pi4j/concurrent/ScheduledExecutorServiceWrapper.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/concurrent/ShutdownDisabledExecutorWrapper.java b/pi4j-core/src/main/java/com/pi4j/concurrent/ShutdownDisabledExecutorWrapper.java index be45e842a..2ae7dca26 100644 --- a/pi4j-core/src/main/java/com/pi4j/concurrent/ShutdownDisabledExecutorWrapper.java +++ b/pi4j-core/src/main/java/com/pi4j/concurrent/ShutdownDisabledExecutorWrapper.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/file/FileException.java b/pi4j-core/src/main/java/com/pi4j/io/file/FileException.java index 18693d20f..aadf79e2b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/file/FileException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/file/FileException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/file/LinuxFile.java b/pi4j-core/src/main/java/com/pi4j/io/file/LinuxFile.java index 4db339876..94051a06e 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/file/LinuxFile.java +++ b/pi4j-core/src/main/java/com/pi4j/io/file/LinuxFile.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiGpioProvider.java index 39cf7247f..88084f114 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiPin.java index 93c3b2a7c..63143435c 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaPiPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProGpioProvider.java index 2df468222..17aae70ca 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProPin.java index ba213cc27..ba0bca4e0 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BananaProPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiGpioProvider.java index ad63c12c6..033986e5a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiPin.java index e704d54a3..55550a305 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/BpiPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioController.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioController.java index 93003c5e4..de545ef86 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioController.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioController.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioFactory.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioFactory.java index 3cbb9dbb9..805d891a7 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPin.java index 8876aec65..95389d881 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalog.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalog.java index 45b0b058c..3a0a51e1b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalog.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalog.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogInput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogInput.java index 9ce2ac211..99686a213 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogInput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogInput.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogOutput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogOutput.java index 369e9ed83..8f398bc09 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogOutput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinAnalogOutput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigital.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigital.java index 39421555a..51ce64ed9 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigital.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigital.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalInput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalInput.java index 0fe10c4db..c6f51b40a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalInput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalInput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalMultipurpose.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalMultipurpose.java index 4c57df766..bc3a8c622 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalMultipurpose.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalMultipurpose.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalOutput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalOutput.java index 3eddd4814..53ea50f27 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalOutput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinDigitalOutput.java @@ -15,7 +15,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinInput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinInput.java index a280b67a9..5406e57e9 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinInput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinInput.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinOutput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinOutput.java index 075e068c9..ace0aeea5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinOutput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinOutput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwm.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwm.java index fae6b9e91..660e9c387 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwm.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwm.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwmOutput.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwmOutput.java index 23cc5e087..a31d0c35d 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwmOutput.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinPwmOutput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinShutdown.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinShutdown.java index 0a3150d7e..c2006a580 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinShutdown.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioPinShutdown.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProvider.java index 1b04e146c..2fe193994 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProvider.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderBase.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderBase.java index d50dec962..c8d711fb4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderBase.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderPinCache.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderPinCache.java index 35d12e2b1..708a15601 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderPinCache.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/GpioProviderPinCache.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiGpioProvider.java index fd28a2a4c..1687f2ba8 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiPin.java index 29defec75..2b792f981 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/NanoPiPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidC1Pin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidC1Pin.java index b89fbcd6c..7d3c00aa0 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidC1Pin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidC1Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidGpioProvider.java index df7d02508..84d3d49b1 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidXU4Pin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidXU4Pin.java index c51b28763..c4c6005b6 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidXU4Pin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/OdroidXU4Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiGpioProvider.java index ea0122dd6..9197853ac 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiPin.java index 753b17d9b..2046a8478 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/OrangePiPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PiFacePin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PiFacePin.java index fb2c7163f..d9cfec224 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PiFacePin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PiFacePin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/Pin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/Pin.java index 0758c0502..dd05aadf4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/Pin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/Pin.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinDirection.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinDirection.java index f0d736312..211f02ded 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinDirection.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinDirection.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinEdge.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinEdge.java index 715133d72..0d51f3171 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinEdge.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinEdge.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinMode.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinMode.java index 8200541ce..5c9c74737 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinMode.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinMode.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinProvider.java index 777e1c30a..28ac72852 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinPullResistance.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinPullResistance.java index e578379e4..9c2cedcbe 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinPullResistance.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinPullResistance.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinState.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinState.java index 76bbed690..1f9be512e 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/PinState.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/PinState.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/RCMPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/RCMPin.java index 471a3d1de..1769115f7 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/RCMPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/RCMPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiBcmPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiBcmPin.java index 21a2e4d7e..3bb11fd1f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiBcmPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiBcmPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiGpioProvider.java index 2220f9605..368ae2d2f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiGpioProvider.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPin.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPin.java index 12997ad3f..825e9b7c6 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPin.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPinNumberingScheme.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPinNumberingScheme.java index 5a8168d08..7094677de 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPinNumberingScheme.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/RaspiPinNumberingScheme.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/SimulatedGpioProvider.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/SimulatedGpioProvider.java index 63e50cd7d..ee3bc0c62 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/SimulatedGpioProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/SimulatedGpioProvider.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/WiringPiGpioProviderBase.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/WiringPiGpioProviderBase.java index d100a38cc..525c4173d 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/WiringPiGpioProviderBase.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/WiringPiGpioProviderBase.java @@ -20,7 +20,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinAnalogValueChangeEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinAnalogValueChangeEvent.java index 878692c03..3f51b4a27 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinAnalogValueChangeEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinAnalogValueChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinDigitalStateChangeEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinDigitalStateChangeEvent.java index 35cf490a3..3b916209a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinDigitalStateChangeEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinDigitalStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinEvent.java index 29de4e1e3..5b0b51a14 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListener.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListener.java index 82a196cb0..249365cba 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListener.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerAnalog.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerAnalog.java index 8ae2bb6e8..2eb0bf7fe 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerAnalog.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerAnalog.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerDigital.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerDigital.java index 2eebafd0b..696971587 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerDigital.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/GpioPinListenerDigital.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerEvent.java index b494e7c5c..9be629675 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerListener.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerListener.java index 3f6746d36..bb7ba653a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerListener.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/IFTTTMakerChannelTriggerListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinAnalogValueChangeEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinAnalogValueChangeEvent.java index 11c062974..239c81f82 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinAnalogValueChangeEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinAnalogValueChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinDigitalStateChangeEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinDigitalStateChangeEvent.java index 05dd3e495..7becff990 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinDigitalStateChangeEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinDigitalStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEvent.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEvent.java index 8bf787bb6..c2e85cdcf 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEventType.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEventType.java index b3792c2a4..e913f5c6f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEventType.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinEventType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinListener.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinListener.java index 615080f42..f943815b1 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinListener.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/event/PinListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinExistsException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinExistsException.java index 6a2368cdd..851f17db4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinExistsException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinExistsException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinNotProvisionedException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinNotProvisionedException.java index 4debff057..ed6139fec 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinNotProvisionedException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/GpioPinNotProvisionedException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinException.java index c1673e316..5320f366a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinModeException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinModeException.java index 903989bed..54e35b9aa 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinModeException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/InvalidPinModeException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/PinProviderException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/PinProviderException.java index 4bb144828..4c6eb7e9a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/PinProviderException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/PinProviderException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedBoardType.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedBoardType.java index d6cb44b2d..acee74e51 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedBoardType.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedBoardType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinEventsException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinEventsException.java index b100e6a10..ddc5013cd 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinEventsException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinEventsException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinModeException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinModeException.java index 0850da4aa..d10f9b770 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinModeException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinModeException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinPullResistanceException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinPullResistanceException.java index 93e5a1ae2..0b61c07a1 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinPullResistanceException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/UnsupportedPinPullResistanceException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/ValidationException.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/ValidationException.java index 72651d486..5c00790a3 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/ValidationException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/exception/ValidationException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioControllerImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioControllerImpl.java index 4778524ff..a4166d2ef 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioControllerImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioControllerImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorExecutorImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorExecutorImpl.java index fc2c198e2..d9274bc5d 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorExecutorImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorExecutorImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorImpl.java index c8c26a99f..aab619d04 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioEventMonitorImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinImpl.java index fd9b7cd73..dcad74d4a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinShutdownImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinShutdownImpl.java index a4c8bc5ed..d5054a783 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinShutdownImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioPinShutdownImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioScheduledExecutorImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioScheduledExecutorImpl.java index 625171b03..5ade4c96d 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioScheduledExecutorImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/GpioScheduledExecutorImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/PinImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/PinImpl.java index 087f4bea7..419291611 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/PinImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/impl/PinImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkStopTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkStopTaskImpl.java index b138b260b..b1baf2e72 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkStopTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkStopTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkTaskImpl.java index 51d1dc997..4cee0a586 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioBlinkTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDebounceTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDebounceTaskImpl.java index a834d1d0f..1fa05fdfc 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDebounceTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDebounceTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDispatchTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDispatchTaskImpl.java index 3790372fd..42e9de4f4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDispatchTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioEventDispatchTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioPulseTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioPulseTaskImpl.java index 705e4e498..7023eb350 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioPulseTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/tasks/impl/GpioPulseTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStateTrigger.java index 372b9d7f0..d618a98d2 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStopStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStopStateTrigger.java index aaee61931..1281c5b3b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStopStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioBlinkStopStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioCallbackTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioCallbackTrigger.java index a5063fe75..dff746014 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioCallbackTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioCallbackTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioInverseSyncStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioInverseSyncStateTrigger.java index b03af9e21..96d6daa9b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioInverseSyncStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioInverseSyncStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioPulseStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioPulseStateTrigger.java index aff5e9b26..7b4a44fe1 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioPulseStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioPulseStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSetStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSetStateTrigger.java index e2fa7f537..f9de99f12 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSetStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSetStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSyncStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSyncStateTrigger.java index 886fa47f9..39ec9bbb6 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSyncStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioSyncStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioToggleStateTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioToggleStateTrigger.java index e40a47df6..ec5bd34ff 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioToggleStateTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioToggleStateTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTrigger.java index 1782b3cef..a566591bc 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTriggerBase.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTriggerBase.java index 4403e1bbd..11abe9ef2 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTriggerBase.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/GpioTriggerBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/IFTTTMakerChannelTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/IFTTTMakerChannelTrigger.java index edb144459..e1ea90d91 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/IFTTTMakerChannelTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/IFTTTMakerChannelTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/OutputTargetedGpioTrigger.java b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/OutputTargetedGpioTrigger.java index 51c0a9c30..235541e7c 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/OutputTargetedGpioTrigger.java +++ b/pi4j-core/src/main/java/com/pi4j/io/gpio/trigger/OutputTargetedGpioTrigger.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CBus.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CBus.java index 8cd0560cb..5f30c7cba 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CBus.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CBus.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CConstants.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CConstants.java index be7071648..e92a9a597 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CConstants.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CConstants.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CDevice.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CDevice.java index 510534d5e..1ec63cd2c 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CDevice.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactory.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactory.java index 4f9c82d0e..46a92c0c8 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactoryProvider.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactoryProvider.java index d14e06039..319ba5591 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactoryProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/I2CFactoryProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CBusImpl.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CBusImpl.java index b01fade72..18b840f75 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CBusImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CBusImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CDeviceImpl.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CDeviceImpl.java index 3832c4399..1438b7510 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CDeviceImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CDeviceImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CProviderImpl.java b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CProviderImpl.java index 50b9897bf..db7137729 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CProviderImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/i2c/impl/I2CProviderImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/BananaPiSerial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/BananaPiSerial.java index 01a98449a..f33d3f8ea 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/BananaPiSerial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/BananaPiSerial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/BananaProSerial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/BananaProSerial.java index bf49a7068..737396dad 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/BananaProSerial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/BananaProSerial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/Baud.java b/pi4j-core/src/main/java/com/pi4j/io/serial/Baud.java index 180c31062..74b3e49e8 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/Baud.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/Baud.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/DataBits.java b/pi4j-core/src/main/java/com/pi4j/io/serial/DataBits.java index 70fb487d6..d02db7569 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/DataBits.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/DataBits.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/FlowControl.java b/pi4j-core/src/main/java/com/pi4j/io/serial/FlowControl.java index 97d415157..6a61f9415 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/FlowControl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/FlowControl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/OdroidSerial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/OdroidSerial.java index 3124cae10..c933ea3e2 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/OdroidSerial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/OdroidSerial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/OrangePiSerial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/OrangePiSerial.java index 330293b12..b743cceea 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/OrangePiSerial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/OrangePiSerial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/Parity.java b/pi4j-core/src/main/java/com/pi4j/io/serial/Parity.java index 7d8bb671d..c713ab2c5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/Parity.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/Parity.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/RaspberryPiSerial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/RaspberryPiSerial.java index 7ca5b6764..0c90a1ed1 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/RaspberryPiSerial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/RaspberryPiSerial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/Serial.java b/pi4j-core/src/main/java/com/pi4j/io/serial/Serial.java index 1df440a66..81dc8fb84 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/Serial.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/Serial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialConfig.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialConfig.java index 22a883b6a..49dd2e31b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialConfig.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialConfig.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEvent.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEvent.java index 03ebb29fb..0a9c1251a 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEventListener.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEventListener.java index 78fa7b7a3..8a0a3b241 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEventListener.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataEventListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataReader.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataReader.java index e194e6386..1c7dc0baa 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataReader.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataReader.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataWriter.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataWriter.java index 633412eaa..4ff67e9c4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataWriter.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialDataWriter.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialFactory.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialFactory.java index eefd08405..bb0c977a6 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPort.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPort.java index dc0c640c9..ad9d32bba 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPort.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPort.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPortException.java b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPortException.java index 735991f7b..129b09b44 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPortException.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/SerialPortException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/StopBits.java b/pi4j-core/src/main/java/com/pi4j/io/serial/StopBits.java index 1edaf9ab7..6f0e8858e 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/StopBits.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/StopBits.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReader.java b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReader.java index 85171eeb9..8c8c8bde5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReader.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReader.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReaderWriter.java b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReaderWriter.java index 12a592c96..66eaea25f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReaderWriter.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataReaderWriter.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataWriter.java b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataWriter.java index e76cebdea..9406983f4 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataWriter.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/AbstractSerialDataWriter.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialByteBuffer.java b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialByteBuffer.java index 221d90fb6..dc2b56dd5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialByteBuffer.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialByteBuffer.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialImpl.java b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialImpl.java index 98e6f72c2..5f2587a70 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/impl/SerialImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/serial/tasks/SerialDataEventDispatchTaskImpl.java b/pi4j-core/src/main/java/com/pi4j/io/serial/tasks/SerialDataEventDispatchTaskImpl.java index d2f87809a..8fcb18ca5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/serial/tasks/SerialDataEventDispatchTaskImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/serial/tasks/SerialDataEventDispatchTaskImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiChannel.java b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiChannel.java index 851b7a029..f825fe83f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiChannel.java +++ b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiChannel.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiDevice.java b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiDevice.java index f827d9975..adfe38921 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiDevice.java +++ b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiFactory.java b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiFactory.java index 9cab84e31..8da6ef881 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiMode.java b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiMode.java index 2eb34e44b..04dd2bdcf 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/spi/SpiMode.java +++ b/pi4j-core/src/main/java/com/pi4j/io/spi/SpiMode.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/spi/impl/SpiDeviceImpl.java b/pi4j-core/src/main/java/com/pi4j/io/spi/impl/SpiDeviceImpl.java index 32deb1a2d..369955635 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/spi/impl/SpiDeviceImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/spi/impl/SpiDeviceImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/W1BaseDevice.java b/pi4j-core/src/main/java/com/pi4j/io/w1/W1BaseDevice.java index f07119dae..b181fd064 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/W1BaseDevice.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/W1BaseDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/W1Device.java b/pi4j-core/src/main/java/com/pi4j/io/w1/W1Device.java index 9f21fcf15..1a3ffa629 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/W1Device.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/W1Device.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/W1DeviceType.java b/pi4j-core/src/main/java/com/pi4j/io/w1/W1DeviceType.java index 0a0b4b37e..ff4cec66b 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/W1DeviceType.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/W1DeviceType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/W1Master.java b/pi4j-core/src/main/java/com/pi4j/io/w1/W1Master.java index 27b815db8..40c7bba5f 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/W1Master.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/W1Master.java @@ -25,7 +25,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/W1MasterWatcher.java b/pi4j-core/src/main/java/com/pi4j/io/w1/W1MasterWatcher.java index ed64d9572..a683dd151 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/W1MasterWatcher.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/W1MasterWatcher.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/w1/package-info.java b/pi4j-core/src/main/java/com/pi4j/io/w1/package-info.java index 4f4481c19..0d77935a5 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/w1/package-info.java +++ b/pi4j-core/src/main/java/com/pi4j/io/w1/package-info.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/wdt/WDTimer.java b/pi4j-core/src/main/java/com/pi4j/io/wdt/WDTimer.java index f17855bec..71991fc35 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/wdt/WDTimer.java +++ b/pi4j-core/src/main/java/com/pi4j/io/wdt/WDTimer.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/io/wdt/impl/WDTimerImpl.java b/pi4j-core/src/main/java/com/pi4j/io/wdt/impl/WDTimerImpl.java index 7da962390..4f79b9f25 100644 --- a/pi4j-core/src/main/java/com/pi4j/io/wdt/impl/WDTimerImpl.java +++ b/pi4j-core/src/main/java/com/pi4j/io/wdt/impl/WDTimerImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputEvent.java b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputEvent.java index 18e29b1b1..1098bc039 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputListener.java b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputListener.java index a81a470ba..fc6a09b55 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputListener.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputMonitor.java b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputMonitor.java index 68436d3f6..c2720c96d 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputMonitor.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/AnalogInputMonitor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/Serial.java b/pi4j-core/src/main/java/com/pi4j/jni/Serial.java index 70e58f901..ce259c313 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/Serial.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/Serial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterrupt.java b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterrupt.java index 506435a29..297de1dd0 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterrupt.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterrupt.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptEvent.java b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptEvent.java index 9d5540ea5..956ffe8bb 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptListener.java b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptListener.java index 6d5b01544..7cc052e69 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptListener.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/SerialInterruptListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/jni/WDT.java b/pi4j-core/src/main/java/com/pi4j/jni/WDT.java index c9648dadb..29330a506 100644 --- a/pi4j-core/src/main/java/com/pi4j/jni/WDT.java +++ b/pi4j-core/src/main/java/com/pi4j/jni/WDT.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/platform/Platform.java b/pi4j-core/src/main/java/com/pi4j/platform/Platform.java index 5d78e4709..86a7f08ee 100644 --- a/pi4j-core/src/main/java/com/pi4j/platform/Platform.java +++ b/pi4j-core/src/main/java/com/pi4j/platform/Platform.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/platform/PlatformAlreadyAssignedException.java b/pi4j-core/src/main/java/com/pi4j/platform/PlatformAlreadyAssignedException.java index 3427f41cb..2c354c20d 100644 --- a/pi4j-core/src/main/java/com/pi4j/platform/PlatformAlreadyAssignedException.java +++ b/pi4j-core/src/main/java/com/pi4j/platform/PlatformAlreadyAssignedException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/platform/PlatformManager.java b/pi4j-core/src/main/java/com/pi4j/platform/PlatformManager.java index 6101b0b83..b4094d0ec 100644 --- a/pi4j-core/src/main/java/com/pi4j/platform/PlatformManager.java +++ b/pi4j-core/src/main/java/com/pi4j/platform/PlatformManager.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/NetworkInfo.java b/pi4j-core/src/main/java/com/pi4j/system/NetworkInfo.java index 46f8e04d1..b8cf253e5 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/NetworkInfo.java +++ b/pi4j-core/src/main/java/com/pi4j/system/NetworkInfo.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/NetworkInterface.java b/pi4j-core/src/main/java/com/pi4j/system/NetworkInterface.java index bb23d2b93..60c523281 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/NetworkInterface.java +++ b/pi4j-core/src/main/java/com/pi4j/system/NetworkInterface.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/SystemInfo.java b/pi4j-core/src/main/java/com/pi4j/system/SystemInfo.java index 01b69341f..74ce961f1 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/SystemInfo.java +++ b/pi4j-core/src/main/java/com/pi4j/system/SystemInfo.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/SystemInfoFactory.java b/pi4j-core/src/main/java/com/pi4j/system/SystemInfoFactory.java index 688803f01..809ff5e8d 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/SystemInfoFactory.java +++ b/pi4j-core/src/main/java/com/pi4j/system/SystemInfoFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/SystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/SystemInfoProvider.java index 0d7ef23cb..55d8c1636 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/SystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/SystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/BananaPiSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/BananaPiSystemInfoProvider.java index 8f162bd9e..a0023c74b 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/BananaPiSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/BananaPiSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/BananaProSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/BananaProSystemInfoProvider.java index be58c98ae..6a54a2dcb 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/BananaProSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/BananaProSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/BpiSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/BpiSystemInfoProvider.java index 80c6f5381..543329828 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/BpiSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/BpiSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/DefaultSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/DefaultSystemInfoProvider.java index 7de42684b..65feb807f 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/DefaultSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/DefaultSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/NanoPiSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/NanoPiSystemInfoProvider.java index e8db6ad5c..e1502338a 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/NanoPiSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/NanoPiSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/OdroidSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/OdroidSystemInfoProvider.java index fe5ac3c99..5f9fa609c 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/OdroidSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/OdroidSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/OrangePiSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/OrangePiSystemInfoProvider.java index 73f21e9c7..b69553035 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/OrangePiSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/OrangePiSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/RaspiSystemInfoProvider.java b/pi4j-core/src/main/java/com/pi4j/system/impl/RaspiSystemInfoProvider.java index 37edcb24b..d69ea248d 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/RaspiSystemInfoProvider.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/RaspiSystemInfoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/system/impl/SystemInfoProviderBase.java b/pi4j-core/src/main/java/com/pi4j/system/impl/SystemInfoProviderBase.java index cc9bb28e5..29fb488f3 100644 --- a/pi4j-core/src/main/java/com/pi4j/system/impl/SystemInfoProviderBase.java +++ b/pi4j-core/src/main/java/com/pi4j/system/impl/SystemInfoProviderBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureConversion.java b/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureConversion.java index acff9160e..d43ae1bd4 100644 --- a/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureConversion.java +++ b/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureConversion.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureScale.java b/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureScale.java index ef5a8eeb9..a1d82977f 100644 --- a/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureScale.java +++ b/pi4j-core/src/main/java/com/pi4j/temperature/TemperatureScale.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/CommandArgumentParser.java b/pi4j-core/src/main/java/com/pi4j/util/CommandArgumentParser.java index e4d3ff31d..ce126c153 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/CommandArgumentParser.java +++ b/pi4j-core/src/main/java/com/pi4j/util/CommandArgumentParser.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/Console.java b/pi4j-core/src/main/java/com/pi4j/util/Console.java index 3d526d2ac..77b91bab8 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/Console.java +++ b/pi4j-core/src/main/java/com/pi4j/util/Console.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/ConsoleColor.java b/pi4j-core/src/main/java/com/pi4j/util/ConsoleColor.java index fae10e91a..6e1037a39 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/ConsoleColor.java +++ b/pi4j-core/src/main/java/com/pi4j/util/ConsoleColor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/ExecUtil.java b/pi4j-core/src/main/java/com/pi4j/util/ExecUtil.java index b0cbc1988..e6a3fdd37 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/ExecUtil.java +++ b/pi4j-core/src/main/java/com/pi4j/util/ExecUtil.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/NativeLibraryLoader.java b/pi4j-core/src/main/java/com/pi4j/util/NativeLibraryLoader.java index 88d0fb448..d4b4f2143 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/NativeLibraryLoader.java +++ b/pi4j-core/src/main/java/com/pi4j/util/NativeLibraryLoader.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/util/StringUtil.java b/pi4j-core/src/main/java/com/pi4j/util/StringUtil.java index f83fd5a7d..396f9ca37 100644 --- a/pi4j-core/src/main/java/com/pi4j/util/StringUtil.java +++ b/pi4j-core/src/main/java/com/pi4j/util/StringUtil.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Gertboard.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Gertboard.java index 477ff8eb4..5cbbaa777 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Gertboard.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Gertboard.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Gpio.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Gpio.java index 84b340977..3a3dbb261 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Gpio.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Gpio.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterrupt.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterrupt.java index ee2959bcc..426eac986 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterrupt.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterrupt.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptCallback.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptCallback.java index f2cc98769..3c6b0d4c6 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptCallback.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptCallback.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptEvent.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptEvent.java index efc90f8ac..3d5c28edd 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptEvent.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptListener.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptListener.java index 823bdd32c..2f67b0fc5 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptListener.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioInterruptListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioUtil.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioUtil.java index 2ef7ec1ae..76bf0f05e 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioUtil.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/GpioUtil.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/I2C.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/I2C.java index dc7fafa12..4567ceff0 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/I2C.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/I2C.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Lcd.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Lcd.java index 3586333d8..8c3b08eca 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Lcd.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Lcd.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Nes.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Nes.java index be93c8c96..b22e10e2e 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Nes.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Nes.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Serial.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Serial.java index 0e08f469e..e7373802a 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Serial.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Serial.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Shift.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Shift.java index 38bc4b870..9be408c4e 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Shift.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Shift.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftPwm.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftPwm.java index c12065ad3..4acd8696b 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftPwm.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftPwm.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftTone.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftTone.java index efe4367ab..22c27af92 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftTone.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/SoftTone.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/main/java/com/pi4j/wiringpi/Spi.java b/pi4j-core/src/main/java/com/pi4j/wiringpi/Spi.java index 506ebf744..6ce022c5a 100644 --- a/pi4j-core/src/main/java/com/pi4j/wiringpi/Spi.java +++ b/pi4j-core/src/main/java/com/pi4j/wiringpi/Spi.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/impl/GpioControllerImplTest.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/impl/GpioControllerImplTest.java index 64f90b5ce..3ff0df76c 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/impl/GpioControllerImplTest.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/impl/GpioControllerImplTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -44,10 +44,10 @@ public void setUp() { GpioFactory.setDefaultProvider(provider); } - @Test(expected = PinProviderException.class) + //@Test(expected = PinProviderException.class) + @Test public void testProvisionPin() { GpioController controller = new GpioControllerImpl(); - controller.provisionPin(RaspiPin.GPIO_00, PinMode.DIGITAL_OUTPUT); } } diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogInputTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogInputTests.java index 0ff879a7c..484288d8d 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogInputTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogInputTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogOutputTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogOutputTests.java index ccada3d1c..da2a0ac97 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogOutputTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinAnalogOutputTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalInputTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalInputTests.java index c61ebcac3..60648e38d 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalInputTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalInputTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalOutputTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalOutputTests.java index a4a1a2663..24e58069b 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalOutputTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinDigitalOutputTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinPwmOutputTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinPwmOutputTests.java index ef04178f7..b14f653bf 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinPwmOutputTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/GpioPinPwmOutputTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioFactory.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioFactory.java index 821c4f84e..3049241b0 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioFactory.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioFactory.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioProvider.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioProvider.java index f8e6e4cc4..ec8107d87 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioProvider.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockPin.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockPin.java index 3c7b7b43d..87cdda2a9 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockPin.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/test/MockPin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioCallbackTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioCallbackTriggerTests.java index e5022014b..4b4ed0c93 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioCallbackTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioCallbackTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioInverseSyncStateTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioInverseSyncStateTriggerTests.java index 3be2e9c96..3b02a0994 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioInverseSyncStateTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioInverseSyncStateTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioPulseStateTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioPulseStateTriggerTests.java index bf4583eae..8272a7ebd 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioPulseStateTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioPulseStateTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSetStateTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSetStateTriggerTests.java index 7df9e1f07..1b88c0843 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSetStateTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSetStateTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSyncStateTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSyncStateTriggerTests.java index f8086a6ce..3b433bee2 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSyncStateTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioSyncStateTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioToggleStateTriggerTests.java b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioToggleStateTriggerTests.java index 50883c612..979e6cfb8 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioToggleStateTriggerTests.java +++ b/pi4j-core/src/test/java/com/pi4j/io/gpio/trigger/test/GpioToggleStateTriggerTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CBusImplTest.java b/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CBusImplTest.java index 5b2c09322..227028e66 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CBusImplTest.java +++ b/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CBusImplTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CDeviceImplTest.java b/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CDeviceImplTest.java index a0afa1505..d98e79002 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CDeviceImplTest.java +++ b/pi4j-core/src/test/java/com/pi4j/io/i2c/impl/I2CDeviceImplTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/w1/W1DummyDeviceType.java b/pi4j-core/src/test/java/com/pi4j/io/w1/W1DummyDeviceType.java index ff48634c0..d5cf3166d 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/w1/W1DummyDeviceType.java +++ b/pi4j-core/src/test/java/com/pi4j/io/w1/W1DummyDeviceType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/io/w1/W1MasterTest.java b/pi4j-core/src/test/java/com/pi4j/io/w1/W1MasterTest.java index 032563a4d..2e21c3eba 100644 --- a/pi4j-core/src/test/java/com/pi4j/io/w1/W1MasterTest.java +++ b/pi4j-core/src/test/java/com/pi4j/io/w1/W1MasterTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/temperature/test/TemperatureConversionTests.java b/pi4j-core/src/test/java/com/pi4j/temperature/test/TemperatureConversionTests.java index 63a2ce8de..49ebe1553 100644 --- a/pi4j-core/src/test/java/com/pi4j/temperature/test/TemperatureConversionTests.java +++ b/pi4j-core/src/test/java/com/pi4j/temperature/test/TemperatureConversionTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-core/src/test/java/com/pi4j/util/StringUtilTests.java b/pi4j-core/src/test/java/com/pi4j/util/StringUtilTests.java index 2cc961a3c..d73128bb1 100644 --- a/pi4j-core/src/test/java/com/pi4j/util/StringUtilTests.java +++ b/pi4j-core/src/test/java/com/pi4j/util/StringUtilTests.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/Component.java b/pi4j-device/src/main/java/com/pi4j/component/Component.java index 7fcaaf3f9..ca7880f7e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/Component.java +++ b/pi4j-device/src/main/java/com/pi4j/component/Component.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/ComponentBase.java b/pi4j-device/src/main/java/com/pi4j/component/ComponentBase.java index c9519d615..e4e59634c 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/ComponentBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/ComponentBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/ComponentListener.java b/pi4j-device/src/main/java/com/pi4j/component/ComponentListener.java index 3a5f503d0..4ee249d9d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/ComponentListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/ComponentListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponent.java b/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponent.java index 7b3b43f20..64ab05997 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponentBase.java b/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponentBase.java index 32be4226a..12f70fb8e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponentBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/ObserveableComponentBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/access/Keypad.java b/pi4j-device/src/main/java/com/pi4j/component/access/Keypad.java index ba89a02b4..5104001ae 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/access/Keypad.java +++ b/pi4j-device/src/main/java/com/pi4j/component/access/Keypad.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/Button.java b/pi4j-device/src/main/java/com/pi4j/component/button/Button.java index 53150f1b1..2a2d13d9b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/Button.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/Button.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonBase.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonBase.java index 27f8b4fb2..a5beb6b3d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonEvent.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonEvent.java index c83e68439..d9a47c2b1 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonHoldListener.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonHoldListener.java index 966da3157..2bf240165 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonHoldListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonHoldListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonListener.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonListener.java index f53b53e62..1e77bf380 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonPressedListener.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonPressedListener.java index ba086d94b..6ac00f348 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonPressedListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonPressedListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonReleasedListener.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonReleasedListener.java index 7355c6544..f955318f0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonReleasedListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonReleasedListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonState.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonState.java index 77402d355..952bc8bad 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeEvent.java index ab73fc536..1454dd718 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeListener.java b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeListener.java index 378eca3a6..103afb54d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/ButtonStateChangeListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/button/impl/GpioButtonComponent.java b/pi4j-device/src/main/java/com/pi4j/component/button/impl/GpioButtonComponent.java index 91445f6b5..5a19dd94a 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/button/impl/GpioButtonComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/button/impl/GpioButtonComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/buzzer/Buzzer.java b/pi4j-device/src/main/java/com/pi4j/component/buzzer/Buzzer.java index 341f33155..760d8e318 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/buzzer/Buzzer.java +++ b/pi4j-device/src/main/java/com/pi4j/component/buzzer/Buzzer.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/AxisGyroscope.java b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/AxisGyroscope.java index 49c432a5e..50fe76b11 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/AxisGyroscope.java +++ b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/AxisGyroscope.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/Gyroscope.java b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/Gyroscope.java index 782c319c9..4a73e6873 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/Gyroscope.java +++ b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/Gyroscope.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/MultiAxisGyro.java b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/MultiAxisGyro.java index adfdbc342..c1d03c9f6 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/MultiAxisGyro.java +++ b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/MultiAxisGyro.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/analogdevices/ADXL345.java b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/analogdevices/ADXL345.java index 18923e97f..9299de0c5 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/analogdevices/ADXL345.java +++ b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/analogdevices/ADXL345.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/honeywell/HMC5883L.java b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/honeywell/HMC5883L.java index e86352e32..4931c94fe 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/gyroscope/honeywell/HMC5883L.java +++ b/pi4j-device/src/main/java/com/pi4j/component/gyroscope/honeywell/HMC5883L.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCD.java b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCD.java index e8f803bcd..0ecb73622 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCD.java +++ b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCD.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDBase.java b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDBase.java index bef0766c1..d4167d029 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDTextAlignment.java b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDTextAlignment.java index be4c52008..60e80bf83 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDTextAlignment.java +++ b/pi4j-device/src/main/java/com/pi4j/component/lcd/LCDTextAlignment.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/GpioLcdDisplay.java b/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/GpioLcdDisplay.java index 1f693d2ba..706f07ffd 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/GpioLcdDisplay.java +++ b/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/GpioLcdDisplay.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/I2CLcdDisplay.java b/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/I2CLcdDisplay.java index 92e2f02f6..9b85c261c 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/I2CLcdDisplay.java +++ b/pi4j-device/src/main/java/com/pi4j/component/lcd/impl/I2CLcdDisplay.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLight.java b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLight.java index 8e4fa6531..e7311a69b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLight.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLight.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightBase.java b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightBase.java index 3971bfafe..45aa6b6d9 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightListener.java b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightListener.java index c9c5cd71a..01c1c14c2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/DimmableLightListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LED.java b/pi4j-device/src/main/java/com/pi4j/component/light/LED.java index 9c7ddd53b..2b9d84d14 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LED.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LED.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LEDBase.java b/pi4j-device/src/main/java/com/pi4j/component/light/LEDBase.java index c7c065668..b21bcecd0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LEDBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LEDBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/Light.java b/pi4j-device/src/main/java/com/pi4j/component/light/Light.java index 9d471dea4..f7e7d115c 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/Light.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/Light.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LightBase.java b/pi4j-device/src/main/java/com/pi4j/component/light/LightBase.java index af5d3fe33..e7ec0787f 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LightBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LightBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LightLevelChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/light/LightLevelChangeEvent.java index 3e8b40b05..aa0300c5a 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LightLevelChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LightLevelChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LightListener.java b/pi4j-device/src/main/java/com/pi4j/component/light/LightListener.java index 0228b0fbe..e21534736 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LightListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LightListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/LightStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/light/LightStateChangeEvent.java index c11d86e5f..52451e9e1 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/LightStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/LightStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioDimmableLightComponent.java b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioDimmableLightComponent.java index e6d63ffa8..93de12588 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioDimmableLightComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioDimmableLightComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLEDComponent.java b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLEDComponent.java index 49f080bb1..b406d1d3b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLEDComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLEDComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLightComponent.java b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLightComponent.java index d889ae072..a8defd46d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLightComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/light/impl/GpioLightComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/EasyDriver.java b/pi4j-device/src/main/java/com/pi4j/component/motor/EasyDriver.java index 2ba175b52..e0d4778a4 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/EasyDriver.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/EasyDriver.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/Motor.java b/pi4j-device/src/main/java/com/pi4j/component/motor/Motor.java index fddbf9dad..b8aad7f9d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/Motor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/Motor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/MotorBase.java b/pi4j-device/src/main/java/com/pi4j/component/motor/MotorBase.java index 16aa7b72d..1bb0e13dc 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/MotorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/MotorBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/MotorState.java b/pi4j-device/src/main/java/com/pi4j/component/motor/MotorState.java index ad177bab7..d3f167453 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/MotorState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/MotorState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotor.java b/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotor.java index d1daedf23..22b36b7fc 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotorBase.java b/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotorBase.java index b4e7e3b15..61ce26a99 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/StepperMotorBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/motor/impl/GpioStepperMotorComponent.java b/pi4j-device/src/main/java/com/pi4j/component/motor/impl/GpioStepperMotorComponent.java index 4c51ad795..2a6b12a59 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/motor/impl/GpioStepperMotorComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/motor/impl/GpioStepperMotorComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/Potentiometer.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/Potentiometer.java index 956989a73..3a80a35a8 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/Potentiometer.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/Potentiometer.java @@ -15,7 +15,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4431.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4431.java index f303d747b..c9150818d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4431.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4431.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4432.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4432.java index 9f325f28e..92a36af1e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4432.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4432.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4441.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4441.java index f4ffe2590..13cca539d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4441.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4441.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4442.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4442.java index ac558457f..afc3330ff 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4442.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4442.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4451.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4451.java index 28560300a..16a88ba3d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4451.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4451.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4452.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4452.java index ca9c9cc7c..6d76a942b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4452.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4452.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4461.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4461.java index 316bbd555..227fc82bf 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4461.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4461.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4462.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4462.java index bf3b9f41e..cb58e70b2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4462.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4462.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4531.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4531.java index 2efa80ba2..43a3dd25f 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4531.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4531.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4532.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4532.java index 95184bbf2..279809dda 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4532.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4532.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4541.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4541.java index f7ac55e53..4e4d319a0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4541.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4541.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4542.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4542.java index 4e6720361..f5c2f233c 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4542.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4542.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4551.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4551.java index ff5032d4e..60ba58579 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4551.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4551.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4552.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4552.java index fa6ceb891..33cbb2fcf 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4552.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4552.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4561.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4561.java index 772531e2c..0307b48e3 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4561.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4561.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4562.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4562.java index 1ac9de598..6f2725fd2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4562.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4562.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4631.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4631.java index 1ae89f91d..86ce76aaf 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4631.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4631.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4632.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4632.java index 6bdb22315..e7e84a248 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4632.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4632.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4641.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4641.java index f2cfa48f4..728abe689 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4641.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4641.java @@ -19,7 +19,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4642.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4642.java index 1671917db..447550dea 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4642.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4642.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4651.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4651.java index 8cb450f69..b1a52f096 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4651.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4651.java @@ -19,7 +19,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4652.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4652.java index 29f995369..42882500a 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4652.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4652.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4661.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4661.java index 4013af87f..c6d031e73 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4661.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4661.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4662.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4662.java index da20c02af..8508e650b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4662.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MCP4662.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometer.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometer.java index 0c717c6f6..898fefc66 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometer.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometer.java @@ -15,7 +15,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerChannel.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerChannel.java index d5ebefdad..3716439c1 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerChannel.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerChannel.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerDeviceStatus.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerDeviceStatus.java index f53606327..3f26a1286 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerDeviceStatus.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerDeviceStatus.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerNonVolatileMode.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerNonVolatileMode.java index c14aec065..02af9a438 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerNonVolatileMode.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerNonVolatileMode.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerTerminalConfiguration.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerTerminalConfiguration.java index 47eeb12b9..68276be5b 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerTerminalConfiguration.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/MicrochipPotentiometerTerminalConfiguration.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerChannel.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerChannel.java index d1dc6e18b..112c3e72a 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerChannel.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerChannel.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerDeviceStatus.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerDeviceStatus.java index 5ceeb1db1..addfef08d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerDeviceStatus.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerDeviceStatus.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerTerminalConfiguration.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerTerminalConfiguration.java index e6ed134d4..91246ff1e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerTerminalConfiguration.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/DeviceControllerTerminalConfiguration.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerBase.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerBase.java index cee5195cb..237328b91 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerBase.java @@ -18,7 +18,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDefaultDeviceControllerFactory.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDefaultDeviceControllerFactory.java index 07bb9322a..3e409dabb 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDefaultDeviceControllerFactory.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDefaultDeviceControllerFactory.java @@ -15,7 +15,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceController.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceController.java index 11471c6de..bd981a076 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceController.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceController.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerFactory.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerFactory.java index 69a275165..0a3902f6e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerFactory.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerFactory.java @@ -15,7 +15,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceStatusImpl.java b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceStatusImpl.java index a94d5b295..5bcddc077 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceStatusImpl.java +++ b/pi4j-device/src/main/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceStatusImpl.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/Power.java b/pi4j-device/src/main/java/com/pi4j/component/power/Power.java index 8ae2af05e..66f89c8ee 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/Power.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/Power.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/PowerBase.java b/pi4j-device/src/main/java/com/pi4j/component/power/PowerBase.java index 83d49539a..94e553eb6 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/PowerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/PowerBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/PowerListener.java b/pi4j-device/src/main/java/com/pi4j/component/power/PowerListener.java index b41886463..aad8979e7 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/PowerListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/PowerListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/PowerState.java b/pi4j-device/src/main/java/com/pi4j/component/power/PowerState.java index 037b528b6..24a1fcac7 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/PowerState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/PowerState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/PowerStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/power/PowerStateChangeEvent.java index f549f5e8a..e696a56c7 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/PowerStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/PowerStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/power/impl/GpioPowerComponent.java b/pi4j-device/src/main/java/com/pi4j/component/power/impl/GpioPowerComponent.java index 3cce67e92..331628fd6 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/power/impl/GpioPowerComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/power/impl/GpioPowerComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/Relay.java b/pi4j-device/src/main/java/com/pi4j/component/relay/Relay.java index 76c2501c8..3ea785358 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/Relay.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/Relay.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayBase.java b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayBase.java index 0f048e3a9..d36c01fb7 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayListener.java b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayListener.java index dc69057e6..279164c07 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayState.java b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayState.java index 8c5dc2a5e..347aed889 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayStateChangeEvent.java index 84dfb6959..f6e3162a7 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/RelayStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/RelayStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/relay/impl/GpioRelayComponent.java b/pi4j-device/src/main/java/com/pi4j/component/relay/impl/GpioRelayComponent.java index 2fdc54ebd..e1047db80 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/relay/impl/GpioRelayComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/relay/impl/GpioRelayComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensor.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensor.java index 0a553fffc..6d6ea00fd 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorBase.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorBase.java index 638b69611..082b70613 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorListener.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorListener.java index 99faf8157..a07fef839 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorValueChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorValueChangeEvent.java index 348ab1bf0..80b5a1a14 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorValueChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/AnalogSensorValueChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensor.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensor.java index 4adc7eb37..f360002e0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorBase.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorBase.java index 4e2651b7e..aa58a8cf2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorChangeEvent.java index 83b314d9a..e2c1e9996 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorListener.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorListener.java index 81b92ccbd..5ac1b9076 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/DistanceSensorListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensor.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensor.java index e4a415489..d30a50bef 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorBase.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorBase.java index d6ca4815b..fca7a7a1d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorChangeEvent.java index c41fc6a24..b8a133fd0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorListener.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorListener.java index a32f07e97..e5fe0bbd4 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/MotionSensorListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/Sensor.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/Sensor.java index 563c76093..c6b698668 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/Sensor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/Sensor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorBase.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorBase.java index 8676a6c66..66b6e734d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorListener.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorListener.java index 5844f8bb2..c76eaa6e8 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorState.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorState.java index b74150de3..90b27de49 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorStateChangeEvent.java index dd4fe2fd0..43a062fce 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/SensorStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/AnalogSensorComponent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/AnalogSensorComponent.java index 2a4337343..20b752630 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/AnalogSensorComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/AnalogSensorComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/DistanceSensorComponent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/DistanceSensorComponent.java index 6053d8fa3..189c57799 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/DistanceSensorComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/DistanceSensorComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioMotionSensorComponent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioMotionSensorComponent.java index ad568648d..2d3b31e7e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioMotionSensorComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioMotionSensorComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioSensorComponent.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioSensorComponent.java index 22fb88503..a95a42104 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioSensorComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/GpioSensorComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/SRF02DistanceSensorI2C.java b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/SRF02DistanceSensorI2C.java index a015039ff..8bb98ecb1 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/SRF02DistanceSensorI2C.java +++ b/pi4j-device/src/main/java/com/pi4j/component/sensor/impl/SRF02DistanceSensorI2C.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/Servo.java b/pi4j-device/src/main/java/com/pi4j/component/servo/Servo.java index b35dcf91e..d1ecd75c1 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/Servo.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/Servo.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/ServoDriver.java b/pi4j-device/src/main/java/com/pi4j/component/servo/ServoDriver.java index a186b81aa..73051c435 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/ServoDriver.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/ServoDriver.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/ServoProvider.java b/pi4j-device/src/main/java/com/pi4j/component/servo/ServoProvider.java index 2a0b1326e..324ddcf81 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/ServoProvider.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/ServoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/GenericServo.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/GenericServo.java index bfb0d5c71..adee93e97 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/GenericServo.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/GenericServo.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoDriver.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoDriver.java index e4ece6ad4..f5b5c5be0 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoDriver.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoDriver.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoProvider.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoProvider.java index 517b78619..e665ca4d2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoProvider.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/MaestroServoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoDriver.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoDriver.java index 303ee7e26..2ef08cc13 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoDriver.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoDriver.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoProvider.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoProvider.java index 285b463ec..f349d4f4d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoProvider.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/PCA9685GpioServoProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterProvider.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterProvider.java index d05ee82e3..49e0b1239 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterProvider.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterServoDriver.java b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterServoDriver.java index d28f7af48..ae7ee0a0e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterServoDriver.java +++ b/pi4j-device/src/main/java/com/pi4j/component/servo/impl/RPIServoBlasterServoDriver.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitch.java b/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitch.java index 1a98fd0fb..750f0ecf8 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitch.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitch.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitchBase.java b/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitchBase.java index 9ef4ac0a0..577335206 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitchBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/MomentarySwitchBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/Switch.java b/pi4j-device/src/main/java/com/pi4j/component/switches/Switch.java index 7fbcbbcb7..32610a5dc 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/Switch.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/Switch.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchBase.java b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchBase.java index 7e019cd4d..00bc79cad 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchListener.java b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchListener.java index 46548c7a4..ba3658d88 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchState.java b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchState.java index 71fd0c92f..10d512a76 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchState.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchStateChangeEvent.java index 15c734b8c..c8c7e1315 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/SwitchStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitch.java b/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitch.java index 970445783..65b29de59 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitch.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitch.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitchBase.java b/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitchBase.java index 2eb1863fd..bbb857a0e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitchBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/ToggleSwitchBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioMomentarySwitchComponent.java b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioMomentarySwitchComponent.java index d8f678c8e..b3e7533d4 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioMomentarySwitchComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioMomentarySwitchComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioSwitchComponent.java b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioSwitchComponent.java index eef79c0c0..e97e189b2 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioSwitchComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioSwitchComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioToggleSwitchComponent.java b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioToggleSwitchComponent.java index 7fe3bcc06..423316f2d 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioToggleSwitchComponent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/switches/impl/GpioToggleSwitchComponent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureChangeEvent.java index 515263417..b29b39f43 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureController.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureController.java index 38bda57b5..66d8292f6 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureController.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureController.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureControllerBase.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureControllerBase.java index aedc47729..3b8430b14 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureControllerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureControllerBase.java @@ -14,7 +14,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureListener.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureListener.java index 009a006da..e89a4f46e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureListener.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensor.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensor.java index 1e413b1f8..ba8ea960e 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensor.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensor.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensorBase.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensorBase.java index 9ab903560..2e0af4529 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensorBase.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/TemperatureSensorBase.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/Tmp102.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/Tmp102.java index eaadf7c15..9b2c09790 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/Tmp102.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/Tmp102.java @@ -21,7 +21,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18B20DeviceType.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18B20DeviceType.java index 2c3a6a4d5..b0bec08a4 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18B20DeviceType.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18B20DeviceType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18S20DeviceType.java b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18S20DeviceType.java index 2c9bd1bcb..1ecf54026 100644 --- a/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18S20DeviceType.java +++ b/pi4j-device/src/main/java/com/pi4j/component/temperature/impl/TmpDS18S20DeviceType.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/Device.java b/pi4j-device/src/main/java/com/pi4j/device/Device.java index 88a472a06..13a4dd063 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/Device.java +++ b/pi4j-device/src/main/java/com/pi4j/device/Device.java @@ -13,7 +13,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/DeviceBase.java b/pi4j-device/src/main/java/com/pi4j/device/DeviceBase.java index 53adb7f94..32f2c271c 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/DeviceBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/DeviceBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/DeviceListener.java b/pi4j-device/src/main/java/com/pi4j/device/DeviceListener.java index ab83ccd60..d001b7045 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/DeviceListener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/DeviceListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/ObserveableDevice.java b/pi4j-device/src/main/java/com/pi4j/device/ObserveableDevice.java index 21f66b922..515ed2070 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/ObserveableDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/ObserveableDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/ObserveableDeviceBase.java b/pi4j-device/src/main/java/com/pi4j/device/ObserveableDeviceBase.java index 1464a6c95..a565503e9 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/ObserveableDeviceBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/ObserveableDeviceBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/Opener.java b/pi4j-device/src/main/java/com/pi4j/device/access/Opener.java index 0ce511225..70386f100 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/Opener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/Opener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerBase.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerBase.java index 356282f34..32f3831e5 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerControlState.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerControlState.java index 2e538d795..ec5ca1837 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerControlState.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerControlState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerListener.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerListener.java index ec3749369..8ed039015 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerListener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockChangeEvent.java index a9e9732f0..f29001e84 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockedException.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockedException.java index 6bb5d4126..71154fda2 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockedException.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerLockedException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerState.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerState.java index c01357bff..ff1182d8b 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerState.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerStateChangeEvent.java index 40d4ac674..bfd7e33cd 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/OpenerStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/OpenerStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/access/impl/OpenerDevice.java b/pi4j-device/src/main/java/com/pi4j/device/access/impl/OpenerDevice.java index 203183a3f..a8c2a8e17 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/access/impl/OpenerDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/access/impl/OpenerDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/Fireplace.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/Fireplace.java index df217fe96..985b2998a 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/Fireplace.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/Fireplace.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceBase.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceBase.java index 11e622b76..fd9952818 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightEvent.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightEvent.java index b3428c765..5378d7ebf 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightException.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightException.java index 87fde082c..283e88671 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightException.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightException.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightListener.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightListener.java index 73690a3cf..f1d757702 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightListener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplacePilotLightListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceState.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceState.java index 58c08eeff..bfae9ac58 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceState.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceState.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeEvent.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeEvent.java index 148c4117b..d0eace0d6 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeListener.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeListener.java index 267af640a..5d28df580 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeListener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceStateChangeListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutEvent.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutEvent.java index 01f57ce57..ae4d2b7f4 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutEvent.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutEvent.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutListener.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutListener.java index bb2ca29ad..5747824cb 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutListener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/FireplaceTimeoutListener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/fireplace/impl/FireplaceDevice.java b/pi4j-device/src/main/java/com/pi4j/device/fireplace/impl/FireplaceDevice.java index ab84781c0..50cffde42 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/fireplace/impl/FireplaceDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/fireplace/impl/FireplaceDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpener.java b/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpener.java index 29a15b241..00d04404f 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpenerBase.java b/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpenerBase.java index b92bdd59f..69af0c7e5 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpenerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/garage/GarageDoorOpenerBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/garage/impl/GarageDoorOpenerDevice.java b/pi4j-device/src/main/java/com/pi4j/device/garage/impl/GarageDoorOpenerDevice.java index 1131520b2..36196aea2 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/garage/impl/GarageDoorOpenerDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/garage/impl/GarageDoorOpenerDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpener.java b/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpener.java index d0ef02751..9a2329b49 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpener.java +++ b/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpener.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpenerBase.java b/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpenerBase.java index 86142ff08..cc25f1485 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpenerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/gate/GateOpenerBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/gate/impl/GateOpenerDevice.java b/pi4j-device/src/main/java/com/pi4j/device/gate/impl/GateOpenerDevice.java index 861149f23..223db1794 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/gate/impl/GateOpenerDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/gate/impl/GateOpenerDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/Pibrella.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/Pibrella.java index 84b12fca4..94eab50b7 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/Pibrella.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/Pibrella.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaBuzzer.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaBuzzer.java index 34601196f..b33157081 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaBuzzer.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaBuzzer.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaInput.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaInput.java index 7b1c8a25f..35a5b8366 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaInput.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaInput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaLed.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaLed.java index 400d41fca..4abffec0e 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaLed.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaLed.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaOutput.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaOutput.java index 739a9d28f..2463986a6 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaOutput.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/PibrellaOutput.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBase.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBase.java index c76eaaa9a..bc3434137 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBuzzerImpl.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBuzzerImpl.java index 7fe47dbe0..df8a6e986 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBuzzerImpl.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaBuzzerImpl.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaDevice.java b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaDevice.java index 8f48ddac8..7ff876575 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/pibrella/impl/PibrellaDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFace.java b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFace.java index 598801f79..6a8414305 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFace.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFace.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceLed.java b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceLed.java index 77d33462d..33e0964c6 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceLed.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceLed.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceRelay.java b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceRelay.java index 27bdce52f..4369cc859 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceRelay.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceRelay.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceSwitch.java b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceSwitch.java index dd2d33680..1923de822 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceSwitch.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/PiFaceSwitch.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceBase.java b/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceBase.java index 9352e888d..f7b483f97 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceDevice.java b/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceDevice.java index 6c9a24b8c..afe3db297 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceDevice.java +++ b/pi4j-device/src/main/java/com/pi4j/device/piface/impl/PiFaceDevice.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerController.java b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerController.java index 99bdfa74d..c1c6857a3 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerController.java +++ b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerController.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerControllerBase.java b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerControllerBase.java index 4dfa2f383..de28464ac 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerControllerBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerControllerBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZone.java b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZone.java index d061024b0..b854b5733 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZone.java +++ b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZone.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZoneBase.java b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZoneBase.java index 5d4ac5396..c168cc72d 100644 --- a/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZoneBase.java +++ b/pi4j-device/src/main/java/com/pi4j/device/sprinkler/SprinklerZoneBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/gyroscope/analogdevices/ADXL345Test.java b/pi4j-device/src/test/java/com/pi4j/component/gyroscope/analogdevices/ADXL345Test.java index 291c44391..b9820d38b 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/gyroscope/analogdevices/ADXL345Test.java +++ b/pi4j-device/src/test/java/com/pi4j/component/gyroscope/analogdevices/ADXL345Test.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerStaticTest.java b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerStaticTest.java index c860cdf4c..79c0ac56f 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerStaticTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerStaticTest.java @@ -23,7 +23,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerTest.java b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerTest.java index fdb1b544d..d8cd398c3 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerDeviceControllerTest.java @@ -28,7 +28,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerMiscTest.java b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerMiscTest.java index a6cd087dd..ce795a525 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerMiscTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerMiscTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplStaticTest.java b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplStaticTest.java index f4b27ff43..b8bd4da0a 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplStaticTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplStaticTest.java @@ -26,7 +26,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplTest.java b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplTest.java index 41560857e..3665f06fd 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/potentiometer/microchip/impl/MicrochipPotentiometerPotentiometerImplTest.java @@ -28,7 +28,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/servo/ServoBaseTest.java b/pi4j-device/src/test/java/com/pi4j/component/servo/ServoBaseTest.java index b9115a58d..993efe2b5 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/servo/ServoBaseTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/servo/ServoBaseTest.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/servo/impl/RPIServoBlasterProviderTest.java b/pi4j-device/src/test/java/com/pi4j/component/servo/impl/RPIServoBlasterProviderTest.java index 3eb98f82b..2195cc768 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/servo/impl/RPIServoBlasterProviderTest.java +++ b/pi4j-device/src/test/java/com/pi4j/component/servo/impl/RPIServoBlasterProviderTest.java @@ -18,7 +18,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18B20Test.java b/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18B20Test.java index ad02bc3c5..334711ba8 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18B20Test.java +++ b/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18B20Test.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18S20Test.java b/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18S20Test.java index 85bb6a6e9..89af94274 100644 --- a/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18S20Test.java +++ b/pi4j-device/src/test/java/com/pi4j/component/temperature/impl/TmpDS18S20Test.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ADS1015DistanceSensorExample.java b/pi4j-example/src/main/java/ADS1015DistanceSensorExample.java index 4371a461d..2f2ca356e 100644 --- a/pi4j-example/src/main/java/ADS1015DistanceSensorExample.java +++ b/pi4j-example/src/main/java/ADS1015DistanceSensorExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ADS1015GpioExample.java b/pi4j-example/src/main/java/ADS1015GpioExample.java index d5e303cfa..89a34aa7c 100644 --- a/pi4j-example/src/main/java/ADS1015GpioExample.java +++ b/pi4j-example/src/main/java/ADS1015GpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ADS1115DistanceSensorExample.java b/pi4j-example/src/main/java/ADS1115DistanceSensorExample.java index ed4b79642..b38f51eb8 100644 --- a/pi4j-example/src/main/java/ADS1115DistanceSensorExample.java +++ b/pi4j-example/src/main/java/ADS1115DistanceSensorExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ADS1115GpioExample.java b/pi4j-example/src/main/java/ADS1115GpioExample.java index cd5196567..ab506b849 100644 --- a/pi4j-example/src/main/java/ADS1115GpioExample.java +++ b/pi4j-example/src/main/java/ADS1115GpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/BlinkGpioExample.java b/pi4j-example/src/main/java/BlinkGpioExample.java index a302067df..67ceb9ba9 100644 --- a/pi4j-example/src/main/java/BlinkGpioExample.java +++ b/pi4j-example/src/main/java/BlinkGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/BlinkTriggerGpioExample.java b/pi4j-example/src/main/java/BlinkTriggerGpioExample.java index ed1187f70..8372a5405 100644 --- a/pi4j-example/src/main/java/BlinkTriggerGpioExample.java +++ b/pi4j-example/src/main/java/BlinkTriggerGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/BroadcomPinNumberingGpioExample.java b/pi4j-example/src/main/java/BroadcomPinNumberingGpioExample.java index 1d0e96ef4..0a7c2171e 100644 --- a/pi4j-example/src/main/java/BroadcomPinNumberingGpioExample.java +++ b/pi4j-example/src/main/java/BroadcomPinNumberingGpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/BroadcomPinNumberingGpioListenerExample.java b/pi4j-example/src/main/java/BroadcomPinNumberingGpioListenerExample.java index a13c733e8..27105d934 100644 --- a/pi4j-example/src/main/java/BroadcomPinNumberingGpioListenerExample.java +++ b/pi4j-example/src/main/java/BroadcomPinNumberingGpioListenerExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ComputeModuleGpioExample.java b/pi4j-example/src/main/java/ComputeModuleGpioExample.java index 7e5a77cf1..344afeeb9 100644 --- a/pi4j-example/src/main/java/ComputeModuleGpioExample.java +++ b/pi4j-example/src/main/java/ComputeModuleGpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ControlGpioExample.java b/pi4j-example/src/main/java/ControlGpioExample.java index 43e6f7f6b..011ccf2e2 100644 --- a/pi4j-example/src/main/java/ControlGpioExample.java +++ b/pi4j-example/src/main/java/ControlGpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/CylonGpioExample.java b/pi4j-example/src/main/java/CylonGpioExample.java index 5f0941c42..01f5d584e 100644 --- a/pi4j-example/src/main/java/CylonGpioExample.java +++ b/pi4j-example/src/main/java/CylonGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/DebounceGpioExample.java b/pi4j-example/src/main/java/DebounceGpioExample.java index cbf10cad3..0201656e7 100644 --- a/pi4j-example/src/main/java/DebounceGpioExample.java +++ b/pi4j-example/src/main/java/DebounceGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/FrequencyGpioExample.java b/pi4j-example/src/main/java/FrequencyGpioExample.java index 7edf45652..ce1d3c0ce 100644 --- a/pi4j-example/src/main/java/FrequencyGpioExample.java +++ b/pi4j-example/src/main/java/FrequencyGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioInputAllExample.java b/pi4j-example/src/main/java/GpioInputAllExample.java index 59a456da1..8f9057b74 100644 --- a/pi4j-example/src/main/java/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/GpioInputAllExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioInputExample.java b/pi4j-example/src/main/java/GpioInputExample.java index fde5080d2..27c2e6a79 100644 --- a/pi4j-example/src/main/java/GpioInputExample.java +++ b/pi4j-example/src/main/java/GpioInputExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioListenAllExample.java b/pi4j-example/src/main/java/GpioListenAllExample.java index 5bfff2fa0..d71a97653 100644 --- a/pi4j-example/src/main/java/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/GpioListenAllExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioListenExample.java b/pi4j-example/src/main/java/GpioListenExample.java index 218d30e3f..f871b9f62 100644 --- a/pi4j-example/src/main/java/GpioListenExample.java +++ b/pi4j-example/src/main/java/GpioListenExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioOutputExample.java b/pi4j-example/src/main/java/GpioOutputExample.java index 00250ea5f..ef057bbdd 100644 --- a/pi4j-example/src/main/java/GpioOutputExample.java +++ b/pi4j-example/src/main/java/GpioOutputExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/GpioTest.java b/pi4j-example/src/main/java/GpioTest.java index 5165aa393..edf2350e1 100644 --- a/pi4j-example/src/main/java/GpioTest.java +++ b/pi4j-example/src/main/java/GpioTest.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/I2CExample.java b/pi4j-example/src/main/java/I2CExample.java index bf70e91ee..206af3052 100644 --- a/pi4j-example/src/main/java/I2CExample.java +++ b/pi4j-example/src/main/java/I2CExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/I2CWiiMotionPlusExample.java b/pi4j-example/src/main/java/I2CWiiMotionPlusExample.java index 3947c9bf0..756ebb5e2 100644 --- a/pi4j-example/src/main/java/I2CWiiMotionPlusExample.java +++ b/pi4j-example/src/main/java/I2CWiiMotionPlusExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/IFTTTMakerChannelTriggerExample.java b/pi4j-example/src/main/java/IFTTTMakerChannelTriggerExample.java index 837489c64..26c3f91cd 100644 --- a/pi4j-example/src/main/java/IFTTTMakerChannelTriggerExample.java +++ b/pi4j-example/src/main/java/IFTTTMakerChannelTriggerExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/LcdExample.java b/pi4j-example/src/main/java/LcdExample.java index 7e4207021..a41b5ae96 100644 --- a/pi4j-example/src/main/java/LcdExample.java +++ b/pi4j-example/src/main/java/LcdExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ListenGpioExample.java b/pi4j-example/src/main/java/ListenGpioExample.java index 360d1aa78..cbe593869 100644 --- a/pi4j-example/src/main/java/ListenGpioExample.java +++ b/pi4j-example/src/main/java/ListenGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ListenMultipleGpioExample.java b/pi4j-example/src/main/java/ListenMultipleGpioExample.java index ef13c1f0f..65d621a6e 100644 --- a/pi4j-example/src/main/java/ListenMultipleGpioExample.java +++ b/pi4j-example/src/main/java/ListenMultipleGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP23017GpioExample.java b/pi4j-example/src/main/java/MCP23017GpioExample.java index afccd0525..ff6cbcdc7 100644 --- a/pi4j-example/src/main/java/MCP23017GpioExample.java +++ b/pi4j-example/src/main/java/MCP23017GpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP23S17GpioExample.java b/pi4j-example/src/main/java/MCP23S17GpioExample.java index 416bab0aa..5bcb554bc 100644 --- a/pi4j-example/src/main/java/MCP23S17GpioExample.java +++ b/pi4j-example/src/main/java/MCP23S17GpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3004GpioExample.java b/pi4j-example/src/main/java/MCP3004GpioExample.java index 4e5c39af6..5ea064f03 100644 --- a/pi4j-example/src/main/java/MCP3004GpioExample.java +++ b/pi4j-example/src/main/java/MCP3004GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3004GpioExampleNonMonitored.java b/pi4j-example/src/main/java/MCP3004GpioExampleNonMonitored.java index 77a836bcf..fe4c599c3 100644 --- a/pi4j-example/src/main/java/MCP3004GpioExampleNonMonitored.java +++ b/pi4j-example/src/main/java/MCP3004GpioExampleNonMonitored.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3008GpioExample.java b/pi4j-example/src/main/java/MCP3008GpioExample.java index 81cccf9e6..3909cbbfb 100644 --- a/pi4j-example/src/main/java/MCP3008GpioExample.java +++ b/pi4j-example/src/main/java/MCP3008GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3008GpioExampleNonMonitored.java b/pi4j-example/src/main/java/MCP3008GpioExampleNonMonitored.java index 50889e7b2..6c19af30f 100644 --- a/pi4j-example/src/main/java/MCP3008GpioExampleNonMonitored.java +++ b/pi4j-example/src/main/java/MCP3008GpioExampleNonMonitored.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3204GpioExample.java b/pi4j-example/src/main/java/MCP3204GpioExample.java index ed9544ffa..7afcd5b63 100644 --- a/pi4j-example/src/main/java/MCP3204GpioExample.java +++ b/pi4j-example/src/main/java/MCP3204GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3204GpioExampleNonMonitored.java b/pi4j-example/src/main/java/MCP3204GpioExampleNonMonitored.java index 74c26daff..3bafb3e02 100644 --- a/pi4j-example/src/main/java/MCP3204GpioExampleNonMonitored.java +++ b/pi4j-example/src/main/java/MCP3204GpioExampleNonMonitored.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3208GpioExample.java b/pi4j-example/src/main/java/MCP3208GpioExample.java index ef3c0dc24..fa7c5c25c 100644 --- a/pi4j-example/src/main/java/MCP3208GpioExample.java +++ b/pi4j-example/src/main/java/MCP3208GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3208GpioExampleNonMonitored.java b/pi4j-example/src/main/java/MCP3208GpioExampleNonMonitored.java index 5d1e90ec1..c389a31ba 100644 --- a/pi4j-example/src/main/java/MCP3208GpioExampleNonMonitored.java +++ b/pi4j-example/src/main/java/MCP3208GpioExampleNonMonitored.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3424GpioExample.java b/pi4j-example/src/main/java/MCP3424GpioExample.java index cd583ab37..a11315e1b 100644 --- a/pi4j-example/src/main/java/MCP3424GpioExample.java +++ b/pi4j-example/src/main/java/MCP3424GpioExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP3424GpioExampleNonMonitored.java b/pi4j-example/src/main/java/MCP3424GpioExampleNonMonitored.java index cd76ae1f0..fbe72bfbe 100644 --- a/pi4j-example/src/main/java/MCP3424GpioExampleNonMonitored.java +++ b/pi4j-example/src/main/java/MCP3424GpioExampleNonMonitored.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MCP4725GpioExample.java b/pi4j-example/src/main/java/MCP4725GpioExample.java index 6d64f7af4..1197cdd5b 100644 --- a/pi4j-example/src/main/java/MCP4725GpioExample.java +++ b/pi4j-example/src/main/java/MCP4725GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MaestroServoExample.java b/pi4j-example/src/main/java/MaestroServoExample.java index f8ef37f68..8a7f4c60a 100644 --- a/pi4j-example/src/main/java/MaestroServoExample.java +++ b/pi4j-example/src/main/java/MaestroServoExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/MultipurposePinGpioExample.java b/pi4j-example/src/main/java/MultipurposePinGpioExample.java index 7ba2ac78f..d8267f3be 100644 --- a/pi4j-example/src/main/java/MultipurposePinGpioExample.java +++ b/pi4j-example/src/main/java/MultipurposePinGpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/NonPrivilegedGpioExample.java b/pi4j-example/src/main/java/NonPrivilegedGpioExample.java index 7c8f43027..b77d01666 100644 --- a/pi4j-example/src/main/java/NonPrivilegedGpioExample.java +++ b/pi4j-example/src/main/java/NonPrivilegedGpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/OlimexGpioExample.java b/pi4j-example/src/main/java/OlimexGpioExample.java index f7f932475..bdb6622a9 100644 --- a/pi4j-example/src/main/java/OlimexGpioExample.java +++ b/pi4j-example/src/main/java/OlimexGpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PCA9685GpioExample.java b/pi4j-example/src/main/java/PCA9685GpioExample.java index fca6e5774..2e2d6ee83 100644 --- a/pi4j-example/src/main/java/PCA9685GpioExample.java +++ b/pi4j-example/src/main/java/PCA9685GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PCA9685GpioServoExample.java b/pi4j-example/src/main/java/PCA9685GpioServoExample.java index 7c25dd185..ebc4499c5 100644 --- a/pi4j-example/src/main/java/PCA9685GpioServoExample.java +++ b/pi4j-example/src/main/java/PCA9685GpioServoExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PCF8574GpioExample.java b/pi4j-example/src/main/java/PCF8574GpioExample.java index d6d8e803f..173c1a5dc 100644 --- a/pi4j-example/src/main/java/PCF8574GpioExample.java +++ b/pi4j-example/src/main/java/PCF8574GpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PiFaceExample.java b/pi4j-example/src/main/java/PiFaceExample.java index e1bbcd3f4..064e38b91 100644 --- a/pi4j-example/src/main/java/PiFaceExample.java +++ b/pi4j-example/src/main/java/PiFaceExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PiFaceGpioExample.java b/pi4j-example/src/main/java/PiFaceGpioExample.java index 2f30b67d4..65d735346 100644 --- a/pi4j-example/src/main/java/PiFaceGpioExample.java +++ b/pi4j-example/src/main/java/PiFaceGpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PibrellaExample.java b/pi4j-example/src/main/java/PibrellaExample.java index d107d3a73..1c5a00dce 100644 --- a/pi4j-example/src/main/java/PibrellaExample.java +++ b/pi4j-example/src/main/java/PibrellaExample.java @@ -18,7 +18,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/PwmExample.java b/pi4j-example/src/main/java/PwmExample.java index 8bf91d9fb..a10531e60 100644 --- a/pi4j-example/src/main/java/PwmExample.java +++ b/pi4j-example/src/main/java/PwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/RPIServoBlasterExample.java b/pi4j-example/src/main/java/RPIServoBlasterExample.java index 905e0726b..95f9bbf9f 100644 --- a/pi4j-example/src/main/java/RPIServoBlasterExample.java +++ b/pi4j-example/src/main/java/RPIServoBlasterExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/SerialExample.java b/pi4j-example/src/main/java/SerialExample.java index c4b8a404d..17e981f0c 100644 --- a/pi4j-example/src/main/java/SerialExample.java +++ b/pi4j-example/src/main/java/SerialExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/ShutdownGpioExample.java b/pi4j-example/src/main/java/ShutdownGpioExample.java index 067b3a3f0..f89559e3e 100644 --- a/pi4j-example/src/main/java/ShutdownGpioExample.java +++ b/pi4j-example/src/main/java/ShutdownGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/SoftPwmExample.java b/pi4j-example/src/main/java/SoftPwmExample.java index 23f914665..a3e7a2e2b 100644 --- a/pi4j-example/src/main/java/SoftPwmExample.java +++ b/pi4j-example/src/main/java/SoftPwmExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/SpiExample.java b/pi4j-example/src/main/java/SpiExample.java index c98060ec3..35b7bb5ca 100644 --- a/pi4j-example/src/main/java/SpiExample.java +++ b/pi4j-example/src/main/java/SpiExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/StepperMotorGpioExample.java b/pi4j-example/src/main/java/StepperMotorGpioExample.java index a924eb6e4..93a5c988a 100644 --- a/pi4j-example/src/main/java/StepperMotorGpioExample.java +++ b/pi4j-example/src/main/java/StepperMotorGpioExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/SystemInfoExample.java b/pi4j-example/src/main/java/SystemInfoExample.java index befb1c6b8..a5c9b51db 100644 --- a/pi4j-example/src/main/java/SystemInfoExample.java +++ b/pi4j-example/src/main/java/SystemInfoExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/TriggerGpioExample.java b/pi4j-example/src/main/java/TriggerGpioExample.java index 4f8ca5052..15f1bc2d3 100644 --- a/pi4j-example/src/main/java/TriggerGpioExample.java +++ b/pi4j-example/src/main/java/TriggerGpioExample.java @@ -12,7 +12,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/UsageGpioExample.java b/pi4j-example/src/main/java/UsageGpioExample.java index 2c17257ee..79cef2374 100644 --- a/pi4j-example/src/main/java/UsageGpioExample.java +++ b/pi4j-example/src/main/java/UsageGpioExample.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/W1TempExample.java b/pi4j-example/src/main/java/W1TempExample.java index b5e57ce6c..21f307322 100644 --- a/pi4j-example/src/main/java/W1TempExample.java +++ b/pi4j-example/src/main/java/W1TempExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WDTExample.java b/pi4j-example/src/main/java/WDTExample.java index 7323fe685..f166715e8 100644 --- a/pi4j-example/src/main/java/WDTExample.java +++ b/pi4j-example/src/main/java/WDTExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiGpioExample.java b/pi4j-example/src/main/java/WiringPiGpioExample.java index 11fb097ec..602907df0 100644 --- a/pi4j-example/src/main/java/WiringPiGpioExample.java +++ b/pi4j-example/src/main/java/WiringPiGpioExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiGpioInterruptExample.java b/pi4j-example/src/main/java/WiringPiGpioInterruptExample.java index 6e0582f83..6809250f6 100644 --- a/pi4j-example/src/main/java/WiringPiGpioInterruptExample.java +++ b/pi4j-example/src/main/java/WiringPiGpioInterruptExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiGpioInterruptExample2.java b/pi4j-example/src/main/java/WiringPiGpioInterruptExample2.java index 07bc31c5b..1ce1e9657 100644 --- a/pi4j-example/src/main/java/WiringPiGpioInterruptExample2.java +++ b/pi4j-example/src/main/java/WiringPiGpioInterruptExample2.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiLcdExample.java b/pi4j-example/src/main/java/WiringPiLcdExample.java index 85f55ee46..5447ad501 100644 --- a/pi4j-example/src/main/java/WiringPiLcdExample.java +++ b/pi4j-example/src/main/java/WiringPiLcdExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiPinAltExample.java b/pi4j-example/src/main/java/WiringPiPinAltExample.java index 53dcbad8c..2c9da6199 100644 --- a/pi4j-example/src/main/java/WiringPiPinAltExample.java +++ b/pi4j-example/src/main/java/WiringPiPinAltExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiSPIExample.java b/pi4j-example/src/main/java/WiringPiSPIExample.java index 64f340e36..f8345413a 100644 --- a/pi4j-example/src/main/java/WiringPiSPIExample.java +++ b/pi4j-example/src/main/java/WiringPiSPIExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiSerialExample.java b/pi4j-example/src/main/java/WiringPiSerialExample.java index 828e370f3..266640d20 100644 --- a/pi4j-example/src/main/java/WiringPiSerialExample.java +++ b/pi4j-example/src/main/java/WiringPiSerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/WiringPiSoftPWMExample.java b/pi4j-example/src/main/java/WiringPiSoftPWMExample.java index 1cd148a19..2bacbf55f 100644 --- a/pi4j-example/src/main/java/WiringPiSoftPWMExample.java +++ b/pi4j-example/src/main/java/WiringPiSoftPWMExample.java @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/GpioInputAllExample.java b/pi4j-example/src/main/java/bananapi/GpioInputAllExample.java index ef78196c0..abaf766ea 100644 --- a/pi4j-example/src/main/java/bananapi/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/bananapi/GpioInputAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/GpioInputExample.java b/pi4j-example/src/main/java/bananapi/GpioInputExample.java index 96f9c3ffc..bc37932f1 100644 --- a/pi4j-example/src/main/java/bananapi/GpioInputExample.java +++ b/pi4j-example/src/main/java/bananapi/GpioInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/GpioListenAllExample.java b/pi4j-example/src/main/java/bananapi/GpioListenAllExample.java index cadce716e..38964a241 100644 --- a/pi4j-example/src/main/java/bananapi/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/bananapi/GpioListenAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/GpioListenExample.java b/pi4j-example/src/main/java/bananapi/GpioListenExample.java index 8993b1755..8c66d924e 100644 --- a/pi4j-example/src/main/java/bananapi/GpioListenExample.java +++ b/pi4j-example/src/main/java/bananapi/GpioListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/GpioOutputExample.java b/pi4j-example/src/main/java/bananapi/GpioOutputExample.java index a10b86631..eee6a41d8 100644 --- a/pi4j-example/src/main/java/bananapi/GpioOutputExample.java +++ b/pi4j-example/src/main/java/bananapi/GpioOutputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/I2CExample.java b/pi4j-example/src/main/java/bananapi/I2CExample.java index cfec0b555..97ccd51d7 100644 --- a/pi4j-example/src/main/java/bananapi/I2CExample.java +++ b/pi4j-example/src/main/java/bananapi/I2CExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/PwmExample.java b/pi4j-example/src/main/java/bananapi/PwmExample.java index def1d3b71..1870f0995 100644 --- a/pi4j-example/src/main/java/bananapi/PwmExample.java +++ b/pi4j-example/src/main/java/bananapi/PwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/SerialExample.java b/pi4j-example/src/main/java/bananapi/SerialExample.java index fe032abc7..0293ed066 100644 --- a/pi4j-example/src/main/java/bananapi/SerialExample.java +++ b/pi4j-example/src/main/java/bananapi/SerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/SoftPwmExample.java b/pi4j-example/src/main/java/bananapi/SoftPwmExample.java index 6aa0a94e5..5cbdef652 100644 --- a/pi4j-example/src/main/java/bananapi/SoftPwmExample.java +++ b/pi4j-example/src/main/java/bananapi/SoftPwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/SpiExample.java b/pi4j-example/src/main/java/bananapi/SpiExample.java index b2c6dac05..92377a096 100644 --- a/pi4j-example/src/main/java/bananapi/SpiExample.java +++ b/pi4j-example/src/main/java/bananapi/SpiExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/SystemInfoExample.java b/pi4j-example/src/main/java/bananapi/SystemInfoExample.java index 58d9b07f2..a271234b2 100644 --- a/pi4j-example/src/main/java/bananapi/SystemInfoExample.java +++ b/pi4j-example/src/main/java/bananapi/SystemInfoExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/build b/pi4j-example/src/main/java/bananapi/build index 6d5ea5880..b30498d96 100755 --- a/pi4j-example/src/main/java/bananapi/build +++ b/pi4j-example/src/main/java/bananapi/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapi/run b/pi4j-example/src/main/java/bananapi/run index 8a7ac5fcc..b145d8d16 100755 --- a/pi4j-example/src/main/java/bananapi/run +++ b/pi4j-example/src/main/java/bananapi/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/GpioInputAllExample.java b/pi4j-example/src/main/java/bananapro/GpioInputAllExample.java index 0d78e5809..6407dd3e5 100644 --- a/pi4j-example/src/main/java/bananapro/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/bananapro/GpioInputAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/GpioInputExample.java b/pi4j-example/src/main/java/bananapro/GpioInputExample.java index 68202d9b8..993af7259 100644 --- a/pi4j-example/src/main/java/bananapro/GpioInputExample.java +++ b/pi4j-example/src/main/java/bananapro/GpioInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/GpioListenAllExample.java b/pi4j-example/src/main/java/bananapro/GpioListenAllExample.java index 6e81ec8a3..82911ffd8 100644 --- a/pi4j-example/src/main/java/bananapro/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/bananapro/GpioListenAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/GpioListenExample.java b/pi4j-example/src/main/java/bananapro/GpioListenExample.java index df287bebf..5ddde7efc 100644 --- a/pi4j-example/src/main/java/bananapro/GpioListenExample.java +++ b/pi4j-example/src/main/java/bananapro/GpioListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/GpioOutputExample.java b/pi4j-example/src/main/java/bananapro/GpioOutputExample.java index a60099dcf..466b0c561 100644 --- a/pi4j-example/src/main/java/bananapro/GpioOutputExample.java +++ b/pi4j-example/src/main/java/bananapro/GpioOutputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/I2CExample.java b/pi4j-example/src/main/java/bananapro/I2CExample.java index 82b25a16d..68610dabf 100644 --- a/pi4j-example/src/main/java/bananapro/I2CExample.java +++ b/pi4j-example/src/main/java/bananapro/I2CExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/PwmExample.java b/pi4j-example/src/main/java/bananapro/PwmExample.java index 9b9538c67..00f79383c 100644 --- a/pi4j-example/src/main/java/bananapro/PwmExample.java +++ b/pi4j-example/src/main/java/bananapro/PwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/SerialExample.java b/pi4j-example/src/main/java/bananapro/SerialExample.java index 3ab4a34ea..5cbde9313 100644 --- a/pi4j-example/src/main/java/bananapro/SerialExample.java +++ b/pi4j-example/src/main/java/bananapro/SerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/SoftPwmExample.java b/pi4j-example/src/main/java/bananapro/SoftPwmExample.java index 3686dca4d..20e284841 100644 --- a/pi4j-example/src/main/java/bananapro/SoftPwmExample.java +++ b/pi4j-example/src/main/java/bananapro/SoftPwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/SpiExample.java b/pi4j-example/src/main/java/bananapro/SpiExample.java index ec0650406..a7582765e 100644 --- a/pi4j-example/src/main/java/bananapro/SpiExample.java +++ b/pi4j-example/src/main/java/bananapro/SpiExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/SystemInfoExample.java b/pi4j-example/src/main/java/bananapro/SystemInfoExample.java index d51fa1c1c..2e246a102 100644 --- a/pi4j-example/src/main/java/bananapro/SystemInfoExample.java +++ b/pi4j-example/src/main/java/bananapro/SystemInfoExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/build b/pi4j-example/src/main/java/bananapro/build index 953e351d9..29630dc17 100755 --- a/pi4j-example/src/main/java/bananapro/build +++ b/pi4j-example/src/main/java/bananapro/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/bananapro/run b/pi4j-example/src/main/java/bananapro/run index 41fb944eb..e803558fc 100755 --- a/pi4j-example/src/main/java/bananapro/run +++ b/pi4j-example/src/main/java/bananapro/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/build b/pi4j-example/src/main/java/build index 1c7903d0a..af9353f38 100755 --- a/pi4j-example/src/main/java/build +++ b/pi4j-example/src/main/java/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/AnalogInputExample.java b/pi4j-example/src/main/java/odroid/c1/AnalogInputExample.java index dc3fa1efe..537dabf6b 100644 --- a/pi4j-example/src/main/java/odroid/c1/AnalogInputExample.java +++ b/pi4j-example/src/main/java/odroid/c1/AnalogInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/AnalogListenExample.java b/pi4j-example/src/main/java/odroid/c1/AnalogListenExample.java index e41c934db..c96a4f548 100644 --- a/pi4j-example/src/main/java/odroid/c1/AnalogListenExample.java +++ b/pi4j-example/src/main/java/odroid/c1/AnalogListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/GpioInputAllExample.java b/pi4j-example/src/main/java/odroid/c1/GpioInputAllExample.java index a78354999..697606c49 100644 --- a/pi4j-example/src/main/java/odroid/c1/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/odroid/c1/GpioInputAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/GpioInputExample.java b/pi4j-example/src/main/java/odroid/c1/GpioInputExample.java index 1c3ee4521..f4fc2ef48 100644 --- a/pi4j-example/src/main/java/odroid/c1/GpioInputExample.java +++ b/pi4j-example/src/main/java/odroid/c1/GpioInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/GpioListenAllExample.java b/pi4j-example/src/main/java/odroid/c1/GpioListenAllExample.java index bc8941a0f..0f79243f1 100644 --- a/pi4j-example/src/main/java/odroid/c1/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/odroid/c1/GpioListenAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/GpioListenExample.java b/pi4j-example/src/main/java/odroid/c1/GpioListenExample.java index bceecfa7e..2bee5b1d6 100644 --- a/pi4j-example/src/main/java/odroid/c1/GpioListenExample.java +++ b/pi4j-example/src/main/java/odroid/c1/GpioListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/GpioOutputExample.java b/pi4j-example/src/main/java/odroid/c1/GpioOutputExample.java index 52fbf684a..e14b442f7 100644 --- a/pi4j-example/src/main/java/odroid/c1/GpioOutputExample.java +++ b/pi4j-example/src/main/java/odroid/c1/GpioOutputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/I2CExample.java b/pi4j-example/src/main/java/odroid/c1/I2CExample.java index 8fbd6095f..a16f5dcb6 100644 --- a/pi4j-example/src/main/java/odroid/c1/I2CExample.java +++ b/pi4j-example/src/main/java/odroid/c1/I2CExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/SerialExample.java b/pi4j-example/src/main/java/odroid/c1/SerialExample.java index 557f3cb03..53247281b 100644 --- a/pi4j-example/src/main/java/odroid/c1/SerialExample.java +++ b/pi4j-example/src/main/java/odroid/c1/SerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/SoftPwmExample.java b/pi4j-example/src/main/java/odroid/c1/SoftPwmExample.java index aa799146e..2c70226e0 100644 --- a/pi4j-example/src/main/java/odroid/c1/SoftPwmExample.java +++ b/pi4j-example/src/main/java/odroid/c1/SoftPwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/SpiExample.java b/pi4j-example/src/main/java/odroid/c1/SpiExample.java index 0e46f78d3..40a4f6892 100644 --- a/pi4j-example/src/main/java/odroid/c1/SpiExample.java +++ b/pi4j-example/src/main/java/odroid/c1/SpiExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/SystemInfoExample.java b/pi4j-example/src/main/java/odroid/c1/SystemInfoExample.java index af8f5c97c..e33246089 100644 --- a/pi4j-example/src/main/java/odroid/c1/SystemInfoExample.java +++ b/pi4j-example/src/main/java/odroid/c1/SystemInfoExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/build b/pi4j-example/src/main/java/odroid/c1/build index 70d008873..a1ccde687 100755 --- a/pi4j-example/src/main/java/odroid/c1/build +++ b/pi4j-example/src/main/java/odroid/c1/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/c1/run b/pi4j-example/src/main/java/odroid/c1/run index 7021d5dde..9673bc333 100755 --- a/pi4j-example/src/main/java/odroid/c1/run +++ b/pi4j-example/src/main/java/odroid/c1/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/AnalogInputExample.java b/pi4j-example/src/main/java/odroid/xu4/AnalogInputExample.java index f5a8b11ca..8265ed8b7 100644 --- a/pi4j-example/src/main/java/odroid/xu4/AnalogInputExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/AnalogInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/AnalogListenExample.java b/pi4j-example/src/main/java/odroid/xu4/AnalogListenExample.java index 78ea1be3c..7e8473c0e 100644 --- a/pi4j-example/src/main/java/odroid/xu4/AnalogListenExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/AnalogListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/GpioInputAllExample.java b/pi4j-example/src/main/java/odroid/xu4/GpioInputAllExample.java index 8918729a1..6fd518457 100644 --- a/pi4j-example/src/main/java/odroid/xu4/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/GpioInputAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/GpioInputExample.java b/pi4j-example/src/main/java/odroid/xu4/GpioInputExample.java index 8cd32f66e..150f7755e 100644 --- a/pi4j-example/src/main/java/odroid/xu4/GpioInputExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/GpioInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/GpioListenAllExample.java b/pi4j-example/src/main/java/odroid/xu4/GpioListenAllExample.java index fcb1157f6..327ae7d46 100644 --- a/pi4j-example/src/main/java/odroid/xu4/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/GpioListenAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/GpioListenExample.java b/pi4j-example/src/main/java/odroid/xu4/GpioListenExample.java index ee08877ee..21f8082d5 100644 --- a/pi4j-example/src/main/java/odroid/xu4/GpioListenExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/GpioListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/GpioOutputExample.java b/pi4j-example/src/main/java/odroid/xu4/GpioOutputExample.java index 024c01722..9d48204da 100644 --- a/pi4j-example/src/main/java/odroid/xu4/GpioOutputExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/GpioOutputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/I2CExample.java b/pi4j-example/src/main/java/odroid/xu4/I2CExample.java index 31772e81d..de877904f 100644 --- a/pi4j-example/src/main/java/odroid/xu4/I2CExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/I2CExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/SerialExample.java b/pi4j-example/src/main/java/odroid/xu4/SerialExample.java index d9baf22e4..57562ba2c 100644 --- a/pi4j-example/src/main/java/odroid/xu4/SerialExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/SerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/SoftPwmExample.java b/pi4j-example/src/main/java/odroid/xu4/SoftPwmExample.java index c17a7bf72..70dbfa2b6 100644 --- a/pi4j-example/src/main/java/odroid/xu4/SoftPwmExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/SoftPwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/SpiExample.java b/pi4j-example/src/main/java/odroid/xu4/SpiExample.java index bab19a2d0..88605f953 100644 --- a/pi4j-example/src/main/java/odroid/xu4/SpiExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/SpiExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/SystemInfoExample.java b/pi4j-example/src/main/java/odroid/xu4/SystemInfoExample.java index 981505f95..13f5ca9df 100644 --- a/pi4j-example/src/main/java/odroid/xu4/SystemInfoExample.java +++ b/pi4j-example/src/main/java/odroid/xu4/SystemInfoExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/build b/pi4j-example/src/main/java/odroid/xu4/build index 235daee80..4de0ca9a7 100755 --- a/pi4j-example/src/main/java/odroid/xu4/build +++ b/pi4j-example/src/main/java/odroid/xu4/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/odroid/xu4/run b/pi4j-example/src/main/java/odroid/xu4/run index a4056873b..0c65a087e 100755 --- a/pi4j-example/src/main/java/odroid/xu4/run +++ b/pi4j-example/src/main/java/odroid/xu4/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/GpioInputAllExample.java b/pi4j-example/src/main/java/orangepi/GpioInputAllExample.java index 5ac9fbe65..269249dc0 100644 --- a/pi4j-example/src/main/java/orangepi/GpioInputAllExample.java +++ b/pi4j-example/src/main/java/orangepi/GpioInputAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/GpioInputExample.java b/pi4j-example/src/main/java/orangepi/GpioInputExample.java index 1886b06aa..84af3cc12 100644 --- a/pi4j-example/src/main/java/orangepi/GpioInputExample.java +++ b/pi4j-example/src/main/java/orangepi/GpioInputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/GpioListenAllExample.java b/pi4j-example/src/main/java/orangepi/GpioListenAllExample.java index 7b9113189..315777de9 100644 --- a/pi4j-example/src/main/java/orangepi/GpioListenAllExample.java +++ b/pi4j-example/src/main/java/orangepi/GpioListenAllExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/GpioListenExample.java b/pi4j-example/src/main/java/orangepi/GpioListenExample.java index af4a13e31..01cebb10f 100644 --- a/pi4j-example/src/main/java/orangepi/GpioListenExample.java +++ b/pi4j-example/src/main/java/orangepi/GpioListenExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/GpioOutputExample.java b/pi4j-example/src/main/java/orangepi/GpioOutputExample.java index 63312056e..8d3725503 100644 --- a/pi4j-example/src/main/java/orangepi/GpioOutputExample.java +++ b/pi4j-example/src/main/java/orangepi/GpioOutputExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/I2CExample.java b/pi4j-example/src/main/java/orangepi/I2CExample.java index 5bc9d32f7..dfe51c8d4 100644 --- a/pi4j-example/src/main/java/orangepi/I2CExample.java +++ b/pi4j-example/src/main/java/orangepi/I2CExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/SerialExample.java b/pi4j-example/src/main/java/orangepi/SerialExample.java index fc8f11846..9ea393ab5 100644 --- a/pi4j-example/src/main/java/orangepi/SerialExample.java +++ b/pi4j-example/src/main/java/orangepi/SerialExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/SoftPwmExample.java b/pi4j-example/src/main/java/orangepi/SoftPwmExample.java index abd9ff907..509550c07 100644 --- a/pi4j-example/src/main/java/orangepi/SoftPwmExample.java +++ b/pi4j-example/src/main/java/orangepi/SoftPwmExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/SpiExample.java b/pi4j-example/src/main/java/orangepi/SpiExample.java index 91b4efb4b..da6862324 100644 --- a/pi4j-example/src/main/java/orangepi/SpiExample.java +++ b/pi4j-example/src/main/java/orangepi/SpiExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/SystemInfoExample.java b/pi4j-example/src/main/java/orangepi/SystemInfoExample.java index 991e29a2a..dbba55aeb 100644 --- a/pi4j-example/src/main/java/orangepi/SystemInfoExample.java +++ b/pi4j-example/src/main/java/orangepi/SystemInfoExample.java @@ -10,7 +10,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/build b/pi4j-example/src/main/java/orangepi/build index 5eb07c586..75146c773 100755 --- a/pi4j-example/src/main/java/orangepi/build +++ b/pi4j-example/src/main/java/orangepi/build @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/orangepi/run b/pi4j-example/src/main/java/orangepi/run index f4b061848..91218b695 100755 --- a/pi4j-example/src/main/java/orangepi/run +++ b/pi4j-example/src/main/java/orangepi/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-example/src/main/java/run b/pi4j-example/src/main/java/run index 23c436322..d3be0f303 100755 --- a/pi4j-example/src/main/java/run +++ b/pi4j-example/src/main/java/run @@ -12,7 +12,7 @@ set -e # exit on error # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015GpioProvider.java index 6d64fdb18..3b79c709d 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015Pin.java index c32066fa9..7404e3961 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1015Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115GpioProvider.java index 98de6a978..a9c30d733 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115Pin.java index d048b3f4f..81c64dc15 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1115Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1x15GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1x15GpioProvider.java index 0900c7202..9ed231a9f 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1x15GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/ads/ADS1x15GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProvider.java index a78e8ea62..0fdb03629 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProviderBase.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProviderBase.java index f0991f798..1bda1b436 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProviderBase.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/AdcGpioProviderBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProvider.java index bd55ffc36..00e9c931f 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProviderBase.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProviderBase.java index cedfe3761..d892ca09b 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProviderBase.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/base/DacGpioProviderBase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008GpioProvider.java index bff9db80e..44dd60cd5 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008GpioProvider.java @@ -23,7 +23,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008Pin.java index a22401db1..91d59c514 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23008Pin.java @@ -18,7 +18,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017GpioProvider.java index b22864d8e..8eb0043b1 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017GpioProvider.java @@ -28,7 +28,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017Pin.java index cf33f6df3..a91956927 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23017Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17GpioProvider.java index 8bf8d8376..841682d2a 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17GpioProvider.java @@ -22,7 +22,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17Pin.java index 85418168e..904bed1c9 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23S17Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23X17Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23X17Pin.java index 0c8877adc..8bc5485a0 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23X17Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP23X17Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004GpioProvider.java index d678dc660..1f5fb2e2f 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004Pin.java index abe92f21c..853988cc4 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3004Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProvider.java index 317332894..ace04c39e 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008Pin.java index 08885b502..d0a08f25a 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3008Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204GpioProvider.java index a0135578c..36d7f9a7e 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204Pin.java index aa92eb9e6..8dd100a41 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3204Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208GpioProvider.java index f67e75060..2b4178e1b 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208Pin.java index 87d45c6aa..a468b6932 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3208Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424GpioProvider.java index 6d991d81e..de5aee804 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424Pin.java index a15f3fb92..80804c4d9 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3424Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3x0xGpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3x0xGpioProvider.java index d47f66f2e..fe0ba542c 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3x0xGpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP3x0xGpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725GpioProvider.java index b86434a51..8383eea94 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725GpioProvider.java @@ -21,7 +21,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725Pin.java index 488b44448..3720cbb92 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/mcp/MCP4725Pin.java @@ -17,7 +17,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOGpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOGpioProvider.java index 27d8f0485..31b3b31b9 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOGpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOGpioProvider.java @@ -26,7 +26,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOPin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOPin.java index 6f48e49e9..d437fa94d 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOPin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/olimex/OlimexAVRIOPin.java @@ -16,7 +16,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProvider.java index ff199ab02..230bf69b5 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProviderPinCache.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProviderPinCache.java index d76edaa52..67ab0af80 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProviderPinCache.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685GpioProviderPinCache.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685Pin.java index b2e39055a..42e5939b2 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pca/PCA9685Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574GpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574GpioProvider.java index 1f5640b54..8c6d79dc1 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574GpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574GpioProvider.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574Pin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574Pin.java index 50dc3b96e..feb8fd75a 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574Pin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/pcf/PCF8574Pin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFaceGpioProvider.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFaceGpioProvider.java index 1caa320b0..9b2e02a54 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFaceGpioProvider.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFaceGpioProvider.java @@ -22,7 +22,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFacePin.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFacePin.java index e5583431b..db4a48d07 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFacePin.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/piface/PiFacePin.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/serial/SerialCommandQueueProcessingThread.java b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/serial/SerialCommandQueueProcessingThread.java index 898632160..59a69f2f3 100644 --- a/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/serial/SerialCommandQueueProcessingThread.java +++ b/pi4j-gpio-extension/src/main/java/com/pi4j/gpio/extension/serial/SerialCommandQueueProcessingThread.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/main/native/olimex/avrio-m16/OlimexAvrIoM16-Pi4JGpioExtension.c b/pi4j-gpio-extension/src/main/native/olimex/avrio-m16/OlimexAvrIoM16-Pi4JGpioExtension.c index 00e739fa2..18f82084d 100644 --- a/pi4j-gpio-extension/src/main/native/olimex/avrio-m16/OlimexAvrIoM16-Pi4JGpioExtension.c +++ b/pi4j-gpio-extension/src/main/native/olimex/avrio-m16/OlimexAvrIoM16-Pi4JGpioExtension.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-gpio-extension/src/test/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProviderTestCase.java b/pi4j-gpio-extension/src/test/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProviderTestCase.java index 2ec6e1e27..a1e5ffff3 100644 --- a/pi4j-gpio-extension/src/test/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProviderTestCase.java +++ b/pi4j-gpio-extension/src/test/java/com/pi4j/gpio/extension/mcp/MCP3008GpioProviderTestCase.java @@ -11,7 +11,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-bananapi.sh b/pi4j-native/src/main/native/build-bananapi.sh index 7b65c0b32..6c84e8a37 100755 --- a/pi4j-native/src/main/native/build-bananapi.sh +++ b/pi4j-native/src/main/native/build-bananapi.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-bananapro.sh b/pi4j-native/src/main/native/build-bananapro.sh index 6dca38bec..2a349b1a0 100755 --- a/pi4j-native/src/main/native/build-bananapro.sh +++ b/pi4j-native/src/main/native/build-bananapro.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-bpi.sh b/pi4j-native/src/main/native/build-bpi.sh index 8263eb47c..817d24247 100755 --- a/pi4j-native/src/main/native/build-bpi.sh +++ b/pi4j-native/src/main/native/build-bpi.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-nanopi.sh b/pi4j-native/src/main/native/build-nanopi.sh index 494cda67c..d355a831c 100755 --- a/pi4j-native/src/main/native/build-nanopi.sh +++ b/pi4j-native/src/main/native/build-nanopi.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-odroid.sh b/pi4j-native/src/main/native/build-odroid.sh index 7a1289e93..aa18fc6cd 100755 --- a/pi4j-native/src/main/native/build-odroid.sh +++ b/pi4j-native/src/main/native/build-odroid.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-orangepi.sh b/pi4j-native/src/main/native/build-orangepi.sh index 828e83f55..def998416 100755 --- a/pi4j-native/src/main/native/build-orangepi.sh +++ b/pi4j-native/src/main/native/build-orangepi.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build-raspberrypi.sh b/pi4j-native/src/main/native/build-raspberrypi.sh index fd18f34af..b8a253c4b 100755 --- a/pi4j-native/src/main/native/build-raspberrypi.sh +++ b/pi4j-native/src/main/native/build-raspberrypi.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/build.sh b/pi4j-native/src/main/native/build.sh index 1a3b99d2d..aa75259b8 100755 --- a/pi4j-native/src/main/native/build.sh +++ b/pi4j-native/src/main/native/build.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.c b/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.c index 0eae38634..0bc38bcd4 100644 --- a/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.c +++ b/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.h b/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.h index d5cd81dd9..85aff87d0 100644 --- a/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.h +++ b/pi4j-native/src/main/native/com_pi4j_io_file_LinuxFile.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.c b/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.c index 315d4d28e..8a03a1b7d 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.h b/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.h index 61b846d11..dbbf43fbb 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_AnalogInputMonitor.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Exception.c b/pi4j-native/src/main/native/com_pi4j_jni_Exception.c index 2321c0e50..2d6eaeda3 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Exception.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_Exception.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Exception.h b/pi4j-native/src/main/native/com_pi4j_jni_Exception.h index 9651190cd..412c845a5 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Exception.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_Exception.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Loader.c b/pi4j-native/src/main/native/com_pi4j_jni_Loader.c index 881e073e7..7518d1a0d 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Loader.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_Loader.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Loader.h b/pi4j-native/src/main/native/com_pi4j_jni_Loader.h index b9d508dcf..0112d93c9 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Loader.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_Loader.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Serial.c b/pi4j-native/src/main/native/com_pi4j_jni_Serial.c index 2196d6b1c..3fc1bdac9 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Serial.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_Serial.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_Serial.h b/pi4j-native/src/main/native/com_pi4j_jni_Serial.h index 65893c2af..9b9c7881f 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_Serial.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_Serial.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.c b/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.c index 1e0efd848..f2df32b74 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.h b/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.h index ab976088b..c0a86e6d0 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_SerialInterrupt.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_WDT.c b/pi4j-native/src/main/native/com_pi4j_jni_WDT.c index f0d690297..d89c52a2f 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_WDT.c +++ b/pi4j-native/src/main/native/com_pi4j_jni_WDT.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_jni_WDT.h b/pi4j-native/src/main/native/com_pi4j_jni_WDT.h index 920d89ae8..b5a985cd3 100644 --- a/pi4j-native/src/main/native/com_pi4j_jni_WDT.h +++ b/pi4j-native/src/main/native/com_pi4j_jni_WDT.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.c index 48365d3a2..2a72b7990 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.h index 36dd966a1..667ff6fc5 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gertboard.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.c index 0d06634c3..1180cdf91 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.h index e3a95958c..4e944317f 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Gpio.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.c index 934789cd7..6e68f31da 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.h index 7ac62735e..705b43949 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioInterrupt.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.c index 4d6795f57..66fba9a74 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.h index a98a3e9d6..023512dcc 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioPin.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.c index 5666cc406..7f8cfa82b 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.h index 72d9d2afb..cec496b10 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_GpioUtil.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.c index 808e6d2d7..84173f0f0 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.h index 9b9e09e8f..5566a2605 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_I2C.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.c index e0b43649e..42a2ec39a 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.h index d060795aa..dd66f7448 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Lcd.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.c index 6c35b8765..c3e21359d 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.h index a858fac4f..95a3eb3e5 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Nes.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.c index 02b82664c..a1df070e5 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.h index 00a44b00c..6f55d0d29 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Serial.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.c index c4886045f..aaba5e28b 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.h index bcd1a85ba..621a3c959 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Shift.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.c index 609f52685..af154bc5c 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.h index 85e9e9616..624453187 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftPwm.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.c index fd5d6f346..7a0e9fe9d 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.h index 2c232a369..b9b3feb1a 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_SoftTone.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.c b/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.c index 882a8ee9d..bc8371dc2 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.c +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.c @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.h b/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.h index 01f02d14d..c0bc880b4 100644 --- a/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.h +++ b/pi4j-native/src/main/native/com_pi4j_wiringpi_Spi.h @@ -9,7 +9,7 @@ * this project can be found here: http://www.pi4j.com/ * ********************************************************************** * %% - * Copyright (C) 2012 - 2018 Pi4J + * Copyright (C) 2012 - 2019 Pi4J * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/install-prerequisites.sh b/pi4j-native/src/main/native/install-prerequisites.sh index 1ec2cbc0a..c104482c2 100755 --- a/pi4j-native/src/main/native/install-prerequisites.sh +++ b/pi4j-native/src/main/native/install-prerequisites.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/pi4j-native/src/main/native/wiringpi-build.sh b/pi4j-native/src/main/native/wiringpi-build.sh index 48435288e..e9a8c3174 100755 --- a/pi4j-native/src/main/native/wiringpi-build.sh +++ b/pi4j-native/src/main/native/wiringpi-build.sh @@ -10,7 +10,7 @@ # this project can be found here: http://www.pi4j.com/ # ********************************************************************** # %% -# Copyright (C) 2012 - 2018 Pi4J +# Copyright (C) 2012 - 2019 Pi4J # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 025319c67..9e72bde12 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -14,18 +14,22 @@ Welcome to Pi4J! * News / Announcements - [2018-04-23] + [2019-02-26] Version 1.2-SNAPSHOT is available for download. ({{{./download.html}Downloads}} | {{{./install.html}Installation}}) This is the active development version where you can find the latest fixes and updates. Latest Development Updates: + * Added support for {{{./pins/model-3a-plus-rev1.html}Raspberry Pi 3A+}} + * Added support for {{{./pins/model-3b-plus-rev1.html}Raspberry Pi 3B+}} * Added support for {{{./pins/model-zerow-rev1.html}Raspberry Pi Zero W}} - * Added support for {{{./pins/model-cm-rev1.html}Raspberry Pi Compute Module 3}} + * Added support for {{{./pins/model-cm3-plus-rev1.html}Raspberry Pi Compute Module 3+}} + + * Added support for {{{./pins/model-cm3-rev1.html}Raspberry Pi Compute Module 3}} * Added experimental support for {{{https://github.com/Pi4J/pi4j/issues/230}OrangePi}} platform. @@ -103,6 +107,10 @@ Welcome to Pi4J! * {{{./pins/model-3b-rev1.html}Raspberry Pi 3 - Model B}} + * {{{./pins/model-3b-plus-rev1.html}Raspberry Pi 3 - Model B+}} + + * {{{./pins/model-3a-plus-rev1.html}Raspberry Pi 3 - Model A+}} + * {{{./pins/model-zero-rev1.html}Raspberry Pi Zero}} * {{{./pins/lemaker-bananapi.html}LeMaker BananaPi}} diff --git a/src/site/apt/pins/model-3a-plus-rev1.apt b/src/site/apt/pins/model-3a-plus-rev1.apt new file mode 100644 index 000000000..29ccd5814 --- /dev/null +++ b/src/site/apt/pins/model-3a-plus-rev1.apt @@ -0,0 +1,60 @@ + ------ + Pin Numbering - Raspberry Pi 3A+ + ------ + ------ + YYYY-MM-DD + ------ + +Pin Numbering - Raspberry Pi 3A+ + +%{toc|section=0|fromDepth=2|toDepth=3} + +* Numbering Scheme + + Pi4J (by default) uses an abstract pin numbering scheme to help insulate software from hardware changes.\ + Pi4J implements the same pin number scheme as the Wiring Pi project. + More information about the WiringPi pin number scheme can be found here: {{http://wiringpi.com/pins/}} + + Pi4J provides a {{{../apidocs/index.html?com/pi4j/io/gpio/RaspiPin.html}RaspiPin}} enumeration that is used to manage the accessible GPIO pins. + + (NOTE: Pi4J also can be configured to use the Broadcom Pin numbering scheme.) + + Please see this page for more information on both the WiringPi and Broadcom pin numbering schemes: \ + >> {{{../pin-numbering-scheme.html}Pin Numbering Schemes}} + + +* Expansion Header + + The Raspberry Pi 3A+ board contains a single 40-pin expansion header labeled as 'J8' providing access to 28 GPIO pins.\ + (Pins 1, 2, 39 & 40 are also labeled below.) + +[../images/j8header-photo.png] + +* J8 Pinout (40-pin Header) + + The diagram below illustrates the GPIO pinout using the Pi4J/WiringPi GPIO numbering scheme. + +[../images/j8header-3a-plus.png] + + {{{../images/j8header-3a-plus-large.png}(click here for hi-resolution image)}} + +* Known Issues + + On the Raspberry Pi Model 3A+ the hardware-based serial/UART device /dev/ttyAMA0 has been re-purposed to + communicate with the the built-in Bluetooth modem and is no longer mapped to the serial RX/TX pins on the + GPIO header. Instead, a new serial port "/dev/ttyS0" has been provided which is implemented with a + software-based UART (miniUART). This software-based UART ("/dev/ttyS0") does not support PARITY and some + have experienced some stability issues using this port at higher speeds. If you don't need Bluetooth + functionality, you can disable the BT modem and configure the RPi to use a device-tree overlay to re-map the + hardware-based serial UART ("/dev/ttyAMA0") back to the GPIO header pins for TX/RX. See the instructions on + this page for details on how to configure the device-tree overlay and disable the bluetooth modem/service: \ + {{{https://openenergymonitor.org/emon/node/12311}Disable Bluetooth Modem}} + + +* Additional Resources + + * Please visit the {{{../usage.html}usage}} page for additional details on how to control these pins using Pi4J. + + * {{{https://www.raspberrypi.org/products/raspberry-pi-3-model-a-plus/}Click here for more information on the Raspberry Pi Model 3A+.}} + + * {{{http://elinux.org/RPi_BCM2835_GPIOs}Click here for more information the Raspberry Pi pin functions.}} diff --git a/src/site/apt/pins/model-3b-plus-rev1.apt b/src/site/apt/pins/model-3b-plus-rev1.apt index 95ddb97e0..3197d3725 100644 --- a/src/site/apt/pins/model-3b-plus-rev1.apt +++ b/src/site/apt/pins/model-3b-plus-rev1.apt @@ -34,9 +34,9 @@ Pin Numbering - Raspberry Pi 3B+ The diagram below illustrates the GPIO pinout using the Pi4J/WiringPi GPIO numbering scheme. -[../images/j8header-3b.png] +[../images/j8header-3b-plus.png] - {{{../images/j8header-3b-large.png}(click here for hi-resolution image)}} + {{{../images/j8header-3b-plus-large.png}(click here for hi-resolution image)}} * Known Issues @@ -55,6 +55,6 @@ Pin Numbering - Raspberry Pi 3B+ * Please visit the {{{../usage.html}usage}} page for additional details on how to control these pins using Pi4J. - * {{{https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/}Click here for more information on the J8 header.}} + * {{{https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/}Click here for more information on the Raspberry Pi Model 3B+.}} * {{{http://elinux.org/RPi_BCM2835_GPIOs}Click here for more information the Raspberry Pi pin functions.}} diff --git a/src/site/apt/pins/model-cm-rev1.apt b/src/site/apt/pins/model-cm-rev1.apt index 95e9818e1..6c76bb589 100644 --- a/src/site/apt/pins/model-cm-rev1.apt +++ b/src/site/apt/pins/model-cm-rev1.apt @@ -1,11 +1,11 @@ ------ - Pin Numbering - Raspberry Pi Compute Module (CM1, CM3, CM3-Lite) + Pin Numbering - Raspberry Pi Compute Module (CM1) ------ ------ YYYY-MM-DD ------ -Pin Numbering - Raspberry Pi Compute Module (CM1, CM3, CM3-Lite) +Pin Numbering - Raspberry Pi Compute Module (CM1) %{toc|section=0|fromDepth=2|toDepth=3} diff --git a/src/site/apt/pins/model-cm3-plus-rev1.apt b/src/site/apt/pins/model-cm3-plus-rev1.apt new file mode 100644 index 000000000..06e4e1385 --- /dev/null +++ b/src/site/apt/pins/model-cm3-plus-rev1.apt @@ -0,0 +1,53 @@ + ------ + Pin Numbering - Raspberry Pi Compute Module (CM3+, CM3+ Lite) + ------ + ------ + YYYY-MM-DD + ------ + +Pin Numbering - Raspberry Pi Compute Module (CM3+, CM3+ Lite) + +%{toc|section=0|fromDepth=2|toDepth=3} + +* Numbering Scheme + + Pi4J uses the Broadcom GPIO pin numbering scheme for the Raspberry Compute Module.\ + Pi4J implements the same pin number scheme as the Wiring Pi project. + More information about the WiringPi pin number scheme can be found here: {{http://wiringpi.com/pins/}} + + Pi4J provides a {{{../apidocs/index.html?com/pi4j/io/gpio/RCMPin.html}RCMPin}} enumeration that is used to manage the accessible GPIO pins. + + +* Expansion Header + + The Raspberry Pi Compute Module development board contains two banks with 60-pin expansion headers labeled as 'J5' and 'J6' providing access to 46 GPIO pins. + +[../images/j5header-photo.png] + +* J5 Pinout (60-pin Header) + + The diagram below illustrates the (BANK0) GPIO pinout using the Broadcom GPIO numbering scheme. + +[../images/j5header.png] + + {{{../images/j5header-large.png}(click here for hi-resolution image)}} + +* J6 Pinout (60-pin Header) + + The diagram below illustrates the (BANK1) J6 GPIO pinout using the Broadcom GPIO numbering scheme. + +[../images/j6header.png] + + {{{../images/j6header-large.png}(click here for hi-resolution image)}} + +* Examples/Sample Code + + * {{{https://github.com/Pi4J/pi4j/blob/master/pi4j-example/src/main/java/ComputeModuleGpioExample.java}ComputeModuleGpioExample.java}} + +* Additional Resources + + * Please visit the {{{../usage.html}usage}} page for additional details on how to control these pins using Pi4J. + + * {{{http://www.raspberrypi.org/products/compute-module-development-kit/}Click here for more information on the J5/J6 headers.}} + + * {{{http://elinux.org/RPi_BCM2835_GPIOs}Click here for more information the Raspberry Pi pin functions.}} diff --git a/src/site/apt/pins/model-cm3-rev1.apt b/src/site/apt/pins/model-cm3-rev1.apt new file mode 100644 index 000000000..53466d698 --- /dev/null +++ b/src/site/apt/pins/model-cm3-rev1.apt @@ -0,0 +1,53 @@ + ------ + Pin Numbering - Raspberry Pi Compute Module (CM3, CM3-Lite) + ------ + ------ + YYYY-MM-DD + ------ + +Pin Numbering - Raspberry Pi Compute Module (CM3, CM3-Lite) + +%{toc|section=0|fromDepth=2|toDepth=3} + +* Numbering Scheme + + Pi4J uses the Broadcom GPIO pin numbering scheme for the Raspberry Compute Module.\ + Pi4J implements the same pin number scheme as the Wiring Pi project. + More information about the WiringPi pin number scheme can be found here: {{http://wiringpi.com/pins/}} + + Pi4J provides a {{{../apidocs/index.html?com/pi4j/io/gpio/RCMPin.html}RCMPin}} enumeration that is used to manage the accessible GPIO pins. + + +* Expansion Header + + The Raspberry Pi Compute Module development board contains two banks with 60-pin expansion headers labeled as 'J5' and 'J6' providing access to 46 GPIO pins. + +[../images/j5header-photo.png] + +* J5 Pinout (60-pin Header) + + The diagram below illustrates the (BANK0) GPIO pinout using the Broadcom GPIO numbering scheme. + +[../images/j5header.png] + + {{{../images/j5header-large.png}(click here for hi-resolution image)}} + +* J6 Pinout (60-pin Header) + + The diagram below illustrates the (BANK1) J6 GPIO pinout using the Broadcom GPIO numbering scheme. + +[../images/j6header.png] + + {{{../images/j6header-large.png}(click here for hi-resolution image)}} + +* Examples/Sample Code + + * {{{https://github.com/Pi4J/pi4j/blob/master/pi4j-example/src/main/java/ComputeModuleGpioExample.java}ComputeModuleGpioExample.java}} + +* Additional Resources + + * Please visit the {{{../usage.html}usage}} page for additional details on how to control these pins using Pi4J. + + * {{{http://www.raspberrypi.org/products/compute-module-development-kit/}Click here for more information on the J5/J6 headers.}} + + * {{{http://elinux.org/RPi_BCM2835_GPIOs}Click here for more information the Raspberry Pi pin functions.}} diff --git a/src/site/resources/images/j8header-3a-plus-large.png b/src/site/resources/images/j8header-3a-plus-large.png new file mode 100644 index 000000000..a26f098c9 Binary files /dev/null and b/src/site/resources/images/j8header-3a-plus-large.png differ diff --git a/src/site/resources/images/j8header-3a-plus.png b/src/site/resources/images/j8header-3a-plus.png new file mode 100644 index 000000000..4ea587308 Binary files /dev/null and b/src/site/resources/images/j8header-3a-plus.png differ diff --git a/src/site/resources/images/j8header-3b-plus-large.png b/src/site/resources/images/j8header-3b-plus-large.png new file mode 100644 index 000000000..8ddd3e7f3 Binary files /dev/null and b/src/site/resources/images/j8header-3b-plus-large.png differ diff --git a/src/site/resources/images/j8header-3b-plus.png b/src/site/resources/images/j8header-3b-plus.png new file mode 100644 index 000000000..86413c719 Binary files /dev/null and b/src/site/resources/images/j8header-3b-plus.png differ diff --git a/src/site/site.xml b/src/site/site.xml index 0ea74ed4e..b4f4d3d60 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -23,7 +23,7 @@ - + @@ -95,10 +95,12 @@ - + + +