diff --git a/src_compress/picompress.cpp b/src_compress/picompress.cpp index 4736d198..827d4459 100644 --- a/src_compress/picompress.cpp +++ b/src_compress/picompress.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Cryptographic class using lib Sodium - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_crypt/piauth.cpp b/src_crypt/piauth.cpp index f3209f7b..c1d67c16 100644 --- a/src_crypt/piauth.cpp +++ b/src_crypt/piauth.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIP Authentication API - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_crypt/picrypt.cpp b/src_crypt/picrypt.cpp index 7f7196df..94b08c77 100644 --- a/src_crypt/picrypt.cpp +++ b/src_crypt/picrypt.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Cryptographic class using lib Sodium - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_fftw/pifft.cpp b/src_fftw/pifft.cpp index b1d432c2..7bdac29d 100644 --- a/src_fftw/pifft.cpp +++ b/src_fftw/pifft.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Class for FFT, IFFT and Hilbert transformations - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_fftw/pifft_p.h b/src_fftw/pifft_p.h index 5a81f9a9..0f2bafcb 100644 --- a/src_fftw/pifft_p.h +++ b/src_fftw/pifft_p.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Private header for fftw3 - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_io_utils/pibroadcast.cpp b/src_io_utils/pibroadcast.cpp index 1a878611..338cbe2d 100644 --- a/src_io_utils/pibroadcast.cpp +++ b/src_io_utils/pibroadcast.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Broadcast for all interfaces, including loopback - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_io_utils/piethutilbase.cpp b/src_io_utils/piethutilbase.cpp index aaf7840d..b28beed3 100644 --- a/src_io_utils/piethutilbase.cpp +++ b/src_io_utils/piethutilbase.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Base class for ethernet utils - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_io_utils/pistreampacker.cpp b/src_io_utils/pistreampacker.cpp index ccf90879..3414b451 100644 --- a/src_io_utils/pistreampacker.cpp +++ b/src_io_utils/pistreampacker.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Simple packet wrap aroud any PIIODevice - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/code/picodeinfo.cpp b/src_main/code/picodeinfo.cpp index 8e31c502..2d094105 100755 --- a/src_main/code/picodeinfo.cpp +++ b/src_main/code/picodeinfo.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives C++ code info structs - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/code/picodeinfo.h b/src_main/code/picodeinfo.h index 8594fd51..68a5d5e0 100755 --- a/src_main/code/picodeinfo.h +++ b/src_main/code/picodeinfo.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives C++ code info structs - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/code/picodemodule.h b/src_main/code/picodemodule.h index a3a897a2..2a32a792 100644 --- a/src_main/code/picodemodule.h +++ b/src_main/code/picodemodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/code/picodeparser.cpp b/src_main/code/picodeparser.cpp index a18c0855..880b7d1b 100755 --- a/src_main/code/picodeparser.cpp +++ b/src_main/code/picodeparser.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives C++ code parser - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/code/picodeparser.h b/src_main/code/picodeparser.h index 15e91d54..4e3fa29f 100755 --- a/src_main/code/picodeparser.h +++ b/src_main/code/picodeparser.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives C++ code parser - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piconsole.cpp b/src_main/console/piconsole.cpp index 9d4265e1..3c2c1d3a 100644 --- a/src_main/console/piconsole.cpp +++ b/src_main/console/piconsole.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Console output/input - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piconsole.h b/src_main/console/piconsole.h index 380e3d15..32f840ed 100644 --- a/src_main/console/piconsole.h +++ b/src_main/console/piconsole.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Console output/input - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piconsolemodule.h b/src_main/console/piconsolemodule.h index fce6f817..aafbafb3 100644 --- a/src_main/console/piconsolemodule.h +++ b/src_main/console/piconsolemodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/pikbdlistener.cpp b/src_main/console/pikbdlistener.cpp index 52ca93b6..5a351b4f 100644 --- a/src_main/console/pikbdlistener.cpp +++ b/src_main/console/pikbdlistener.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Keyboard grabber for console - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/pikbdlistener.h b/src_main/console/pikbdlistener.h index 56adf6ca..d2c85855 100644 --- a/src_main/console/pikbdlistener.h +++ b/src_main/console/pikbdlistener.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Keyboard grabber for console - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreen.cpp b/src_main/console/piscreen.cpp index 8cb2d087..528bf9f6 100644 --- a/src_main/console/piscreen.cpp +++ b/src_main/console/piscreen.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Console output/input - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreen.h b/src_main/console/piscreen.h index 2ce375fa..61c779c0 100644 --- a/src_main/console/piscreen.h +++ b/src_main/console/piscreen.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Console GUI - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreenconsole.h b/src_main/console/piscreenconsole.h index 163696a4..e5a26599 100644 --- a/src_main/console/piscreenconsole.h +++ b/src_main/console/piscreenconsole.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Tile for PIScreen with PIConsole API - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreendrawer.cpp b/src_main/console/piscreendrawer.cpp index 29df5992..4e9a78de 100644 --- a/src_main/console/piscreendrawer.cpp +++ b/src_main/console/piscreendrawer.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Console output/input - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreendrawer.h b/src_main/console/piscreendrawer.h index 1de8de13..e6aefe2b 100644 --- a/src_main/console/piscreendrawer.h +++ b/src_main/console/piscreendrawer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Drawer for PIScreen - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreentile.cpp b/src_main/console/piscreentile.cpp index af5755d5..88485809 100644 --- a/src_main/console/piscreentile.cpp +++ b/src_main/console/piscreentile.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Basic PIScreen tile - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreentile.h b/src_main/console/piscreentile.h index 164123a0..cf9fbf87 100644 --- a/src_main/console/piscreentile.h +++ b/src_main/console/piscreentile.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Basic PIScreen tile - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreentiles.cpp b/src_main/console/piscreentiles.cpp index b0a095f4..1d34da22 100644 --- a/src_main/console/piscreentiles.cpp +++ b/src_main/console/piscreentiles.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Various tiles for PIScreen - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreentiles.h b/src_main/console/piscreentiles.h index 86890260..798c6e0e 100644 --- a/src_main/console/piscreentiles.h +++ b/src_main/console/piscreentiles.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Various tiles for PIScreen - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piscreentypes.h b/src_main/console/piscreentypes.h index f5380973..68e5c276 100644 --- a/src_main/console/piscreentypes.h +++ b/src_main/console/piscreentypes.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Types for PIScreen - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piterminal.cpp b/src_main/console/piterminal.cpp index 99762ae4..8b651526 100644 --- a/src_main/console/piterminal.cpp +++ b/src_main/console/piterminal.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Virtual terminal - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/console/piterminal.h b/src_main/console/piterminal.h index d0be8935..c86d85f5 100644 --- a/src_main/console/piterminal.h +++ b/src_main/console/piterminal.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Virtual terminal - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/picontainers.cpp b/src_main/containers/picontainers.cpp index c3b507b5..b5f5fa94 100755 --- a/src_main/containers/picontainers.cpp +++ b/src_main/containers/picontainers.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Generic containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/picontainers.h b/src_main/containers/picontainers.h index e6de681d..57b97c66 100755 --- a/src_main/containers/picontainers.h +++ b/src_main/containers/picontainers.h @@ -7,7 +7,7 @@ /* PIP - Platform Independent Primitives Base for generic containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/picontainersmodule.h b/src_main/containers/picontainersmodule.h index eedcaecc..853ae616 100644 --- a/src_main/containers/picontainersmodule.h +++ b/src_main/containers/picontainersmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pideque.h b/src_main/containers/pideque.h index 32952657..dd2e3d3c 100755 --- a/src_main/containers/pideque.h +++ b/src_main/containers/pideque.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Dynamic array of any type - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pilist.h b/src_main/containers/pilist.h index ffd8542c..8fc05aab 100644 --- a/src_main/containers/pilist.h +++ b/src_main/containers/pilist.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Linked list container, wrapper for std::list - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pimap.h b/src_main/containers/pimap.h index 8bdbb937..0aa9b129 100644 --- a/src_main/containers/pimap.h +++ b/src_main/containers/pimap.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Associative array with custom types of key and value - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pipair.h b/src_main/containers/pipair.h index 4e5b64f1..ee77cef4 100644 --- a/src_main/containers/pipair.h +++ b/src_main/containers/pipair.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives pair - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/piqueue.h b/src_main/containers/piqueue.h index ea83280c..57d050b9 100755 --- a/src_main/containers/piqueue.h +++ b/src_main/containers/piqueue.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Queue container - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/piset.h b/src_main/containers/piset.h index c5e9a512..ba4d4d6b 100644 --- a/src_main/containers/piset.h +++ b/src_main/containers/piset.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Set container - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pistack.h b/src_main/containers/pistack.h index c0f9bff5..8da12e54 100755 --- a/src_main/containers/pistack.h +++ b/src_main/containers/pistack.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Stack container - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pivector.h b/src_main/containers/pivector.h index b7b7d0cd..583e8980 100755 --- a/src_main/containers/pivector.h +++ b/src_main/containers/pivector.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Dynamic array of any type - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/containers/pivector2d.h b/src_main/containers/pivector2d.h index fa18c504..7805d809 100644 --- a/src_main/containers/pivector2d.h +++ b/src_main/containers/pivector2d.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives 2D wrapper around PIVector - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pibase.h b/src_main/core/pibase.h index 4208e050..682027a1 100644 --- a/src_main/core/pibase.h +++ b/src_main/core/pibase.h @@ -7,7 +7,7 @@ /* PIP - Platform Independent Primitives Base types and functions - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pibitarray.h b/src_main/core/pibitarray.h index 1cb5e432..5cac9714 100755 --- a/src_main/core/pibitarray.h +++ b/src_main/core/pibitarray.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Bit array - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pibytearray.cpp b/src_main/core/pibytearray.cpp index 9384e3c7..ccf81177 100755 --- a/src_main/core/pibytearray.cpp +++ b/src_main/core/pibytearray.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Byte array - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pibytearray.h b/src_main/core/pibytearray.h index 570a4517..4cbef4ee 100755 --- a/src_main/core/pibytearray.h +++ b/src_main/core/pibytearray.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Byte array - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pichar.cpp b/src_main/core/pichar.cpp index 7e1e385c..e696c4de 100644 --- a/src_main/core/pichar.cpp +++ b/src_main/core/pichar.cpp @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Unicode char - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pichar.h b/src_main/core/pichar.h index 07ba037c..2da4e217 100755 --- a/src_main/core/pichar.h +++ b/src_main/core/pichar.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Unicode char - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pichunkstream.h b/src_main/core/pichunkstream.h index 67e3ea54..807a4898 100644 --- a/src_main/core/pichunkstream.h +++ b/src_main/core/pichunkstream.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Binary markup serializator - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picli.cpp b/src_main/core/picli.cpp index bbbab0a7..f225be31 100755 --- a/src_main/core/picli.cpp +++ b/src_main/core/picli.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Command-Line Parser - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picli.h b/src_main/core/picli.h index b77593db..99f77de3 100755 --- a/src_main/core/picli.h +++ b/src_main/core/picli.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Command-Line Parser - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picollection.h b/src_main/core/picollection.h index 34868432..bb7ac4d7 100755 --- a/src_main/core/picollection.h +++ b/src_main/core/picollection.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Peer - named I/O ethernet node, forming self-organized peering network - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picoremodule.h b/src_main/core/picoremodule.h index e4b2724b..77a3597b 100644 --- a/src_main/core/picoremodule.h +++ b/src_main/core/picoremodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picout.cpp b/src_main/core/picout.cpp index 841b9b53..a3890180 100644 --- a/src_main/core/picout.cpp +++ b/src_main/core/picout.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Universal output to console class - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/picout.h b/src_main/core/picout.h index e0631f3a..8825b138 100644 --- a/src_main/core/picout.h +++ b/src_main/core/picout.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Universal output to console class - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piflags.h b/src_main/core/piflags.h index fd023f00..82056d5e 100644 --- a/src_main/core/piflags.h +++ b/src_main/core/piflags.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives General flags class - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piincludes.cpp b/src_main/core/piincludes.cpp index 478a6bd3..10347b9c 100755 --- a/src_main/core/piincludes.cpp +++ b/src_main/core/piincludes.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Global includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piincludes.h b/src_main/core/piincludes.h index 62c86086..dd53ec6e 100755 --- a/src_main/core/piincludes.h +++ b/src_main/core/piincludes.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Minimal PIP includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piincludes_p.h b/src_main/core/piincludes_p.h index 9ae877f6..b51dd140 100644 --- a/src_main/core/piincludes_p.h +++ b/src_main/core/piincludes_p.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Private PIP includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piinit.cpp b/src_main/core/piinit.cpp index 44158be8..ad0f0f9a 100644 --- a/src_main/core/piinit.cpp +++ b/src_main/core/piinit.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Initialization - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piinit.h b/src_main/core/piinit.h index 4be88a69..9315cda7 100644 --- a/src_main/core/piinit.h +++ b/src_main/core/piinit.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Initialization - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piobject.cpp b/src_main/core/piobject.cpp index 03074e85..6c5f7476 100755 --- a/src_main/core/piobject.cpp +++ b/src_main/core/piobject.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Object, base class of some PIP classes, provide EVENT -> EVENT_HANDLER mechanism - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/piobject.h b/src_main/core/piobject.h index 7c7e33af..afa76327 100755 --- a/src_main/core/piobject.h +++ b/src_main/core/piobject.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Object, base class of some PIP classes, provide EVENT -> EVENT_HANDLER mechanism - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pipropertystorage.h b/src_main/core/pipropertystorage.h index 4a055346..3723b3a2 100644 --- a/src_main/core/pipropertystorage.h +++ b/src_main/core/pipropertystorage.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Storage of properties for GUI usage - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pistatemachine.h b/src_main/core/pistatemachine.h index c3124e64..7488a868 100755 --- a/src_main/core/pistatemachine.h +++ b/src_main/core/pistatemachine.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives State machine - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pistring.cpp b/src_main/core/pistring.cpp index 7d73e0f1..6c297a85 100755 --- a/src_main/core/pistring.cpp +++ b/src_main/core/pistring.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives String - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pistring.h b/src_main/core/pistring.h index 4c977f8b..bedf510b 100755 --- a/src_main/core/pistring.h +++ b/src_main/core/pistring.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives String - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pistring_std.h b/src_main/core/pistring_std.h index 141faea2..e0a94433 100644 --- a/src_main/core/pistring_std.h +++ b/src_main/core/pistring_std.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives STD for PIString - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pitime.cpp b/src_main/core/pitime.cpp index b696f8b7..5e1b9cad 100755 --- a/src_main/core/pitime.cpp +++ b/src_main/core/pitime.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Timer - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pitime.h b/src_main/core/pitime.h index fbe54e3e..73cdf90c 100755 --- a/src_main/core/pitime.h +++ b/src_main/core/pitime.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Time structs - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pitime_win.h b/src_main/core/pitime_win.h index 2e22af59..84ae7806 100644 --- a/src_main/core/pitime_win.h +++ b/src_main/core/pitime_win.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives PITime conversions for Windows - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pivariant.cpp b/src_main/core/pivariant.cpp index bffb5920..60e9805c 100755 --- a/src_main/core/pivariant.cpp +++ b/src_main/core/pivariant.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Variant type - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pivariant.h b/src_main/core/pivariant.h index 2079e100..60215fd5 100755 --- a/src_main/core/pivariant.h +++ b/src_main/core/pivariant.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Variant type - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pivarianttypes.cpp b/src_main/core/pivarianttypes.cpp index 69d12280..9572092c 100644 --- a/src_main/core/pivarianttypes.cpp +++ b/src_main/core/pivarianttypes.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Variant types - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/core/pivarianttypes.h b/src_main/core/pivarianttypes.h index deced4e1..39877789 100644 --- a/src_main/core/pivarianttypes.h +++ b/src_main/core/pivarianttypes.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Variant types - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/crypt/piauth.h b/src_main/crypt/piauth.h index eec4ede4..32ff4e86 100644 --- a/src_main/crypt/piauth.h +++ b/src_main/crypt/piauth.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIP Authentication API - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/crypt/picrypt.h b/src_main/crypt/picrypt.h index a6b6315d..67f0ec88 100644 --- a/src_main/crypt/picrypt.h +++ b/src_main/crypt/picrypt.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Cryptographic class using lib Sodium - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/crypt/picryptmodule.h b/src_main/crypt/picryptmodule.h index 3bc814bb..a7d239f2 100644 --- a/src_main/crypt/picryptmodule.h +++ b/src_main/crypt/picryptmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/geo/piellipsoidmodel.h b/src_main/geo/piellipsoidmodel.h index 3cb7bbce..d809dd56 100644 --- a/src_main/geo/piellipsoidmodel.h +++ b/src_main/geo/piellipsoidmodel.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Contains geo ellipsoid models - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/geo/pigeomodule.h b/src_main/geo/pigeomodule.h index 37bc3833..a0fe5ee7 100644 --- a/src_main/geo/pigeomodule.h +++ b/src_main/geo/pigeomodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/geo/pigeoposition.h b/src_main/geo/pigeoposition.h index 4e26fb5b..bee94e62 100644 --- a/src_main/geo/pigeoposition.h +++ b/src_main/geo/pigeoposition.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for geo position storage and conversions - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_base.h b/src_main/introspection/piintrospection_base.h index a2600813..0d616662 100644 --- a/src_main/introspection/piintrospection_base.h +++ b/src_main/introspection/piintrospection_base.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - base macros and types - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_containers.cpp b/src_main/introspection/piintrospection_containers.cpp index 6799be98..213804fe 100644 --- a/src_main/introspection/piintrospection_containers.cpp +++ b/src_main/introspection/piintrospection_containers.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - interface for containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_containers.h b/src_main/introspection/piintrospection_containers.h index 66834d77..07d9f68b 100644 --- a/src_main/introspection/piintrospection_containers.h +++ b/src_main/introspection/piintrospection_containers.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - interface for containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_containers_p.cpp b/src_main/introspection/piintrospection_containers_p.cpp index ef9dd58c..1b163dea 100644 --- a/src_main/introspection/piintrospection_containers_p.cpp +++ b/src_main/introspection/piintrospection_containers_p.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - implementation of containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_containers_p.h b/src_main/introspection/piintrospection_containers_p.h index 16f0ece7..9fb8bc84 100644 --- a/src_main/introspection/piintrospection_containers_p.h +++ b/src_main/introspection/piintrospection_containers_p.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - implementation of containers - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_server.cpp b/src_main/introspection/piintrospection_server.cpp index 38213990..ffdd54cf 100644 --- a/src_main/introspection/piintrospection_server.cpp +++ b/src_main/introspection/piintrospection_server.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_server.h b/src_main/introspection/piintrospection_server.h index 5caf19ac..f915139f 100644 --- a/src_main/introspection/piintrospection_server.h +++ b/src_main/introspection/piintrospection_server.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_server_p.cpp b/src_main/introspection/piintrospection_server_p.cpp index ca34a98f..290876de 100644 --- a/src_main/introspection/piintrospection_server_p.cpp +++ b/src_main/introspection/piintrospection_server_p.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - Base server structs - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_server_p.h b/src_main/introspection/piintrospection_server_p.h index 7b7ef881..0747bfdb 100644 --- a/src_main/introspection/piintrospection_server_p.h +++ b/src_main/introspection/piintrospection_server_p.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - Base server structs - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_threads.cpp b/src_main/introspection/piintrospection_threads.cpp index 09acb45b..85dda4b2 100644 --- a/src_main/introspection/piintrospection_threads.cpp +++ b/src_main/introspection/piintrospection_threads.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - interface for threads - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_threads.h b/src_main/introspection/piintrospection_threads.h index 9d90d623..9d7ab6ec 100644 --- a/src_main/introspection/piintrospection_threads.h +++ b/src_main/introspection/piintrospection_threads.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - interface for threads - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_threads_p.cpp b/src_main/introspection/piintrospection_threads_p.cpp index 52083cd0..eeea2a31 100644 --- a/src_main/introspection/piintrospection_threads_p.cpp +++ b/src_main/introspection/piintrospection_threads_p.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - implementation of threads - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/introspection/piintrospection_threads_p.h b/src_main/introspection/piintrospection_threads_p.h index b63e199e..252d07ae 100644 --- a/src_main/introspection/piintrospection_threads_p.h +++ b/src_main/introspection/piintrospection_threads_p.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Introspection module - implementation of threads - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pibinarylog.cpp b/src_main/io_devices/pibinarylog.cpp index 184a070b..9e8cddc8 100644 --- a/src_main/io_devices/pibinarylog.cpp +++ b/src_main/io_devices/pibinarylog.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Class for write binary data to logfile, and read or playback this data - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pibinarylog.h b/src_main/io_devices/pibinarylog.h index 0f2ce06c..92007981 100644 --- a/src_main/io_devices/pibinarylog.h +++ b/src_main/io_devices/pibinarylog.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for write binary data to logfile, and read or playback this data - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piconfig.cpp b/src_main/io_devices/piconfig.cpp index 0c982e66..6d237e0f 100755 --- a/src_main/io_devices/piconfig.cpp +++ b/src_main/io_devices/piconfig.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Config parser - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piconfig.h b/src_main/io_devices/piconfig.h index 03a302fa..1ada5827 100755 --- a/src_main/io_devices/piconfig.h +++ b/src_main/io_devices/piconfig.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Configuration parser and writer - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pidir.cpp b/src_main/io_devices/pidir.cpp index 7c47ccfd..4aca23ef 100755 --- a/src_main/io_devices/pidir.cpp +++ b/src_main/io_devices/pidir.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Directory - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pidir.h b/src_main/io_devices/pidir.h index 6fb4db42..303ed7a0 100755 --- a/src_main/io_devices/pidir.h +++ b/src_main/io_devices/pidir.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Directory - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piethernet.cpp b/src_main/io_devices/piethernet.cpp index b4567662..81d95988 100755 --- a/src_main/io_devices/piethernet.cpp +++ b/src_main/io_devices/piethernet.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Ethernet, UDP/TCP Broadcast/Multicast - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piethernet.h b/src_main/io_devices/piethernet.h index 83f7e7c6..c0a9747d 100755 --- a/src_main/io_devices/piethernet.h +++ b/src_main/io_devices/piethernet.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Ethernet, UDP/TCP Broadcast/Multicast - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pifile.cpp b/src_main/io_devices/pifile.cpp index b99a7a1a..b0dba989 100755 --- a/src_main/io_devices/pifile.cpp +++ b/src_main/io_devices/pifile.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives File - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pifile.h b/src_main/io_devices/pifile.h index 0f4ab420..b4e51c18 100755 --- a/src_main/io_devices/pifile.h +++ b/src_main/io_devices/pifile.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives File - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiobytearray.cpp b/src_main/io_devices/piiobytearray.cpp index 24ac465f..cacbf399 100644 --- a/src_main/io_devices/piiobytearray.cpp +++ b/src_main/io_devices/piiobytearray.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIIODevice wrapper around PIByteArray - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiobytearray.h b/src_main/io_devices/piiobytearray.h index b047bc7d..216b7f1b 100644 --- a/src_main/io_devices/piiobytearray.h +++ b/src_main/io_devices/piiobytearray.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIIODevice wrapper around PIByteArray - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiodevice.cpp b/src_main/io_devices/piiodevice.cpp index 782d6f7d..9611ee5a 100755 --- a/src_main/io_devices/piiodevice.cpp +++ b/src_main/io_devices/piiodevice.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Abstract input/output device - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiodevice.h b/src_main/io_devices/piiodevice.h index 14435084..3bf7473a 100755 --- a/src_main/io_devices/piiodevice.h +++ b/src_main/io_devices/piiodevice.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Abstract input/output device - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiodevicesmodule.h b/src_main/io_devices/piiodevicesmodule.h index f4a5b670..40b90942 100644 --- a/src_main/io_devices/piiodevicesmodule.h +++ b/src_main/io_devices/piiodevicesmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiostring.cpp b/src_main/io_devices/piiostring.cpp index a8ea16c8..cb1998c6 100644 --- a/src_main/io_devices/piiostring.cpp +++ b/src_main/io_devices/piiostring.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIIODevice wrapper around PIString - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piiostring.h b/src_main/io_devices/piiostring.h index dbc3f153..19ec9bd8 100644 --- a/src_main/io_devices/piiostring.h +++ b/src_main/io_devices/piiostring.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIIODevice wrapper around PIString - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pipeer.cpp b/src_main/io_devices/pipeer.cpp index 861b270f..05600ebd 100755 --- a/src_main/io_devices/pipeer.cpp +++ b/src_main/io_devices/pipeer.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Peer - named I/O ethernet node - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pipeer.h b/src_main/io_devices/pipeer.h index b6aae725..19a27291 100755 --- a/src_main/io_devices/pipeer.h +++ b/src_main/io_devices/pipeer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Peer - named I/O ethernet node, forming self-organized peering network - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piserial.cpp b/src_main/io_devices/piserial.cpp index 5a682839..158cb4ab 100755 --- a/src_main/io_devices/piserial.cpp +++ b/src_main/io_devices/piserial.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives COM - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piserial.h b/src_main/io_devices/piserial.h index 3385eebf..f8f912bf 100755 --- a/src_main/io_devices/piserial.h +++ b/src_main/io_devices/piserial.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives COM - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pisharedmemory.cpp b/src_main/io_devices/pisharedmemory.cpp index 423f31c6..7e1004df 100644 --- a/src_main/io_devices/pisharedmemory.cpp +++ b/src_main/io_devices/pisharedmemory.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives File - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pisharedmemory.h b/src_main/io_devices/pisharedmemory.h index fc8b2c0f..7049dc5c 100644 --- a/src_main/io_devices/pisharedmemory.h +++ b/src_main/io_devices/pisharedmemory.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Shared Memory - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pitransparentdevice.cpp b/src_main/io_devices/pitransparentdevice.cpp index f27ea2ac..9ce88bbb 100644 --- a/src_main/io_devices/pitransparentdevice.cpp +++ b/src_main/io_devices/pitransparentdevice.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIIODevice that pass write to read - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/pitransparentdevice.h b/src_main/io_devices/pitransparentdevice.h index a6c1c816..b6e004eb 100644 --- a/src_main/io_devices/pitransparentdevice.h +++ b/src_main/io_devices/pitransparentdevice.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIIODevice that pass write to read - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_devices/piusb.h b/src_main/io_devices/piusb.h index 1da1a6da..c3dd26af 100755 --- a/src_main/io_devices/piusb.h +++ b/src_main/io_devices/piusb.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives USB, based on libusb - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pibasetransfer.h b/src_main/io_utils/pibasetransfer.h index 55beafd4..a37ae7b2 100644 --- a/src_main/io_utils/pibasetransfer.h +++ b/src_main/io_utils/pibasetransfer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Base class for reliable send and receive data in fixed packets with error correction, pause and resume - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pibroadcast.h b/src_main/io_utils/pibroadcast.h index bb659b12..7857d3b1 100644 --- a/src_main/io_utils/pibroadcast.h +++ b/src_main/io_utils/pibroadcast.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Broadcast for all interfaces, including loopback - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/piconnection.cpp b/src_main/io_utils/piconnection.cpp index 149487a5..1046ec01 100644 --- a/src_main/io_utils/piconnection.cpp +++ b/src_main/io_utils/piconnection.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Complex I/O point - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/piconnection.h b/src_main/io_utils/piconnection.h index d739e602..daa5de45 100644 --- a/src_main/io_utils/piconnection.h +++ b/src_main/io_utils/piconnection.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Complex I/O point - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pidatatransfer.h b/src_main/io_utils/pidatatransfer.h index b515247e..feec48ae 100644 --- a/src_main/io_utils/pidatatransfer.h +++ b/src_main/io_utils/pidatatransfer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for send and receive PIByteArray via PIBaseTransfer - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pidiagnostics.cpp b/src_main/io_utils/pidiagnostics.cpp index cc259efa..60294dd0 100644 --- a/src_main/io_utils/pidiagnostics.cpp +++ b/src_main/io_utils/pidiagnostics.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Speed and quality in/out diagnostics - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pidiagnostics.h b/src_main/io_utils/pidiagnostics.h index 6b73afb5..28eb3f4b 100644 --- a/src_main/io_utils/pidiagnostics.h +++ b/src_main/io_utils/pidiagnostics.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Speed and quality in/out diagnostics - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/piethutilbase.h b/src_main/io_utils/piethutilbase.h index 4f9dd6fa..1a73fb31 100644 --- a/src_main/io_utils/piethutilbase.h +++ b/src_main/io_utils/piethutilbase.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Base class for ethernet utils - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pifiletransfer.h b/src_main/io_utils/pifiletransfer.h index 1a48713c..5db0463d 100644 --- a/src_main/io_utils/pifiletransfer.h +++ b/src_main/io_utils/pifiletransfer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for send and receive files and directories via PIBaseTransfer - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/piioutilsmodule.h b/src_main/io_utils/piioutilsmodule.h index e4b00ec6..283df14a 100644 --- a/src_main/io_utils/piioutilsmodule.h +++ b/src_main/io_utils/piioutilsmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pipacketextractor.cpp b/src_main/io_utils/pipacketextractor.cpp index 9b4855e8..034a2903 100644 --- a/src_main/io_utils/pipacketextractor.cpp +++ b/src_main/io_utils/pipacketextractor.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Packets extractor - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pipacketextractor.h b/src_main/io_utils/pipacketextractor.h index e552f91c..c9cd402a 100644 --- a/src_main/io_utils/pipacketextractor.h +++ b/src_main/io_utils/pipacketextractor.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Packets extractor - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/io_utils/pistreampacker.h b/src_main/io_utils/pistreampacker.h index eb9af034..4755ade2 100644 --- a/src_main/io_utils/pistreampacker.h +++ b/src_main/io_utils/pistreampacker.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Simple packet wrap aroud any PIIODevice - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/picrc.h b/src_main/math/picrc.h index c36a4b01..5fa37bb2 100755 --- a/src_main/math/picrc.h +++ b/src_main/math/picrc.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives CRC checksum calculator - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pievaluator.cpp b/src_main/math/pievaluator.cpp index 07fed856..0c74a6ae 100755 --- a/src_main/math/pievaluator.cpp +++ b/src_main/math/pievaluator.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Evaluator designed for stream computing - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pievaluator.h b/src_main/math/pievaluator.h index 5fddb685..0c4855f2 100755 --- a/src_main/math/pievaluator.h +++ b/src_main/math/pievaluator.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Evaluator designed for stream calculations - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pifft.cpp b/src_main/math/pifft.cpp index 1c622aaa..74815290 100644 --- a/src_main/math/pifft.cpp +++ b/src_main/math/pifft.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Class for FFT, IFFT and Hilbert transformations - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pifft.h b/src_main/math/pifft.h index dac99a9e..833ccb11 100644 --- a/src_main/math/pifft.h +++ b/src_main/math/pifft.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for FFT, IFFT and Hilbert transformations - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pifixedpoint.h b/src_main/math/pifixedpoint.h index 1cbd7adc..6e35c626 100644 --- a/src_main/math/pifixedpoint.h +++ b/src_main/math/pifixedpoint.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for fixed point numbers - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pigeometry.h b/src_main/math/pigeometry.h index 68f5651f..ce09f2db 100644 --- a/src_main/math/pigeometry.h +++ b/src_main/math/pigeometry.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Geometry - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathbase.cpp b/src_main/math/pimathbase.cpp index c44e8b1b..f22c24c8 100644 --- a/src_main/math/pimathbase.cpp +++ b/src_main/math/pimathbase.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Basic mathematical functions and defines - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathbase.h b/src_main/math/pimathbase.h index a4825fda..ad646c9a 100644 --- a/src_main/math/pimathbase.h +++ b/src_main/math/pimathbase.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Basic mathematical functions and defines - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathcomplex.h b/src_main/math/pimathcomplex.h index dcfaf1c9..2034840b 100644 --- a/src_main/math/pimathcomplex.h +++ b/src_main/math/pimathcomplex.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIP math complex - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathmatrix.h b/src_main/math/pimathmatrix.h index 43dab5d1..55078782 100644 --- a/src_main/math/pimathmatrix.h +++ b/src_main/math/pimathmatrix.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIMathMatrix - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathmodule.h b/src_main/math/pimathmodule.h index 8d5fae79..a7d79d08 100644 --- a/src_main/math/pimathmodule.h +++ b/src_main/math/pimathmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathsolver.cpp b/src_main/math/pimathsolver.cpp index bbc037ba..cfdffbea 100644 --- a/src_main/math/pimathsolver.cpp +++ b/src_main/math/pimathsolver.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIMathSolver - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathsolver.h b/src_main/math/pimathsolver.h index d84e2d66..ba5e4f10 100644 --- a/src_main/math/pimathsolver.h +++ b/src_main/math/pimathsolver.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIMathSolver - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pimathvector.h b/src_main/math/pimathvector.h index 6c3581aa..520b4c17 100644 --- a/src_main/math/pimathvector.h +++ b/src_main/math/pimathvector.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives PIMathVector - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/piquaternion.h b/src_main/math/piquaternion.h index 43c13a2c..92cc2853 100644 --- a/src_main/math/piquaternion.h +++ b/src_main/math/piquaternion.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for quaternions - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/math/pistatistic.h b/src_main/math/pistatistic.h index fd578a5b..90084ab1 100644 --- a/src_main/math/pistatistic.h +++ b/src_main/math/pistatistic.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for calculacing math statistic in values array - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/piplatform.h b/src_main/piplatform.h index 9aec79ef..798deb9c 100644 --- a/src_main/piplatform.h +++ b/src_main/piplatform.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Platform and compiler macros - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/resources/piresources.cpp b/src_main/resources/piresources.cpp index df29f8b5..e13c92d7 100644 --- a/src_main/resources/piresources.cpp +++ b/src_main/resources/piresources.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Resources subsystem - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/resources/piresources.h b/src_main/resources/piresources.h index cc54f65b..456da314 100644 --- a/src_main/resources/piresources.h +++ b/src_main/resources/piresources.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Resources subsystem - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/resources/piresourcesstorage.cpp b/src_main/resources/piresourcesstorage.cpp index bd434df6..221f1f4f 100644 --- a/src_main/resources/piresourcesstorage.cpp +++ b/src_main/resources/piresourcesstorage.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Resources subsystem - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/resources/piresourcesstorage.h b/src_main/resources/piresourcesstorage.h index 18d6d2fe..6792394d 100644 --- a/src_main/resources/piresourcesstorage.h +++ b/src_main/resources/piresourcesstorage.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Resources subsystem - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/picodec.cpp b/src_main/system/picodec.cpp index c04bdc4c..6a60c929 100755 --- a/src_main/system/picodec.cpp +++ b/src_main/system/picodec.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Text codings coder, based on "iconv" - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/picodec.h b/src_main/system/picodec.h index 441d4ef2..ce920870 100755 --- a/src_main/system/picodec.h +++ b/src_main/system/picodec.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Text codings coder, based on "iconv" - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pilibrary.cpp b/src_main/system/pilibrary.cpp index 95108238..9ccde3b9 100644 --- a/src_main/system/pilibrary.cpp +++ b/src_main/system/pilibrary.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Dynamic library - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pilibrary.h b/src_main/system/pilibrary.h index f0142906..860af7a3 100644 --- a/src_main/system/pilibrary.h +++ b/src_main/system/pilibrary.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Dynamic library - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/piprocess.cpp b/src_main/system/piprocess.cpp index b0f7b055..79708a2c 100755 --- a/src_main/system/piprocess.cpp +++ b/src_main/system/piprocess.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Process - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/piprocess.h b/src_main/system/piprocess.h index f8d432b2..8d577b1b 100755 --- a/src_main/system/piprocess.h +++ b/src_main/system/piprocess.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Process - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisignals.cpp b/src_main/system/pisignals.cpp index e4c0db0b..80c909ab 100755 --- a/src_main/system/pisignals.cpp +++ b/src_main/system/pisignals.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Signals - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisignals.h b/src_main/system/pisignals.h index 37693fab..620c9e19 100755 --- a/src_main/system/pisignals.h +++ b/src_main/system/pisignals.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Signals - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisingleapplication.cpp b/src_main/system/pisingleapplication.cpp index 42e8ff00..c3ace1e0 100644 --- a/src_main/system/pisingleapplication.cpp +++ b/src_main/system/pisingleapplication.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Single application - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisingleapplication.h b/src_main/system/pisingleapplication.h index 8aae2da6..36d8383a 100644 --- a/src_main/system/pisingleapplication.h +++ b/src_main/system/pisingleapplication.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Single application - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisysteminfo.cpp b/src_main/system/pisysteminfo.cpp index c204e456..155c472e 100644 --- a/src_main/system/pisysteminfo.cpp +++ b/src_main/system/pisysteminfo.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives System information - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisysteminfo.h b/src_main/system/pisysteminfo.h index 5cab4fc4..bd252b7c 100644 --- a/src_main/system/pisysteminfo.h +++ b/src_main/system/pisysteminfo.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives System information - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisystemmodule.h b/src_main/system/pisystemmodule.h index f316af06..549970d1 100644 --- a/src_main/system/pisystemmodule.h +++ b/src_main/system/pisystemmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisystemmonitor.cpp b/src_main/system/pisystemmonitor.cpp index eb3236cc..d48463f2 100755 --- a/src_main/system/pisystemmonitor.cpp +++ b/src_main/system/pisystemmonitor.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Process resource monitor - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisystemmonitor.h b/src_main/system/pisystemmonitor.h index abf2f99b..2f369d69 100755 --- a/src_main/system/pisystemmonitor.h +++ b/src_main/system/pisystemmonitor.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Process resource monitor - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisystemtests.cpp b/src_main/system/pisystemtests.cpp index 6c15f729..102e3ea9 100755 --- a/src_main/system/pisystemtests.cpp +++ b/src_main/system/pisystemtests.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives System tests results (see system_test folder) - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/system/pisystemtests.h b/src_main/system/pisystemtests.h index 0db11636..700ec694 100755 --- a/src_main/system/pisystemtests.h +++ b/src_main/system/pisystemtests.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives System tests results (see system_test folder) - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pigrabberbase.h b/src_main/thread/pigrabberbase.h index 282acec4..fe0bd94e 100644 --- a/src_main/thread/pigrabberbase.h +++ b/src_main/thread/pigrabberbase.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Abstract class for create grabbers - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pimutex.cpp b/src_main/thread/pimutex.cpp index 6f84f2ee..d7209d50 100755 --- a/src_main/thread/pimutex.cpp +++ b/src_main/thread/pimutex.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Mutex - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pimutex.h b/src_main/thread/pimutex.h index e2f12006..2bbc748c 100755 --- a/src_main/thread/pimutex.h +++ b/src_main/thread/pimutex.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Mutex - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru, Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pipipelinethread.h b/src_main/thread/pipipelinethread.h index 6f528e06..0eb7e0c2 100644 --- a/src_main/thread/pipipelinethread.h +++ b/src_main/thread/pipipelinethread.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Class for create multihread pipeline - Copyright (C) 2019 Andrey Bychkov work.a.b@yandex.ru + Copyright (C) 2020 Andrey Bychkov work.a.b@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pithread.cpp b/src_main/thread/pithread.cpp index 82ef9004..a188745a 100755 --- a/src_main/thread/pithread.cpp +++ b/src_main/thread/pithread.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Thread - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pithread.h b/src_main/thread/pithread.h index 8d73b562..4d69d821 100755 --- a/src_main/thread/pithread.h +++ b/src_main/thread/pithread.h @@ -6,7 +6,7 @@ /* PIP - Platform Independent Primitives Thread - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pithreadmodule.h b/src_main/thread/pithreadmodule.h index c61d585c..ab47903a 100644 --- a/src_main/thread/pithreadmodule.h +++ b/src_main/thread/pithreadmodule.h @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Module includes - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pitimer.cpp b/src_main/thread/pitimer.cpp index fb5336ac..b4b313f1 100755 --- a/src_main/thread/pitimer.cpp +++ b/src_main/thread/pitimer.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Timer - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src_main/thread/pitimer.h b/src_main/thread/pitimer.h index 9156ceb5..9f8e841f 100755 --- a/src_main/thread/pitimer.h +++ b/src_main/thread/pitimer.h @@ -4,7 +4,7 @@ /* PIP - Platform Independent Primitives Timer - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/remote_console/main.cpp b/utils/remote_console/main.cpp index b0bd9e4f..d36e179e 100755 --- a/utils/remote_console/main.cpp +++ b/utils/remote_console/main.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives Remote console viewer - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/system_daemon/main.cpp b/utils/system_daemon/main.cpp index a2c432b8..bd116f24 100755 --- a/utils/system_daemon/main.cpp +++ b/utils/system_daemon/main.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives PIp System Daemon - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/system_test/main.cpp b/utils/system_test/main.cpp index df4dfa77..cabeac58 100755 --- a/utils/system_test/main.cpp +++ b/utils/system_test/main.cpp @@ -1,7 +1,7 @@ /* PIP - Platform Independent Primitives System tests program - Copyright (C) 2019 Ivan Pelipenko peri4ko@yandex.ru + Copyright (C) 2020 Ivan Pelipenko peri4ko@yandex.ru This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by