diff --git a/ata.c b/ata.c index fd0795f..2a69eda 100644 --- a/ata.c +++ b/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/device.c b/device.c index 8a0e495..a087744 100644 --- a/device.c +++ b/device.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dicmote.h b/dicmote.h index 3dc7c24..e7fccda 100644 --- a/dicmote.h +++ b/dicmote.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/hex2bin.c b/hex2bin.c index b335536..ba4ace0 100644 --- a/hex2bin.c +++ b/hex2bin.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ieee1394.c b/ieee1394.c index 671097c..48d3e4d 100644 --- a/ieee1394.c +++ b/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/ata.c b/linux/ata.c index 5f53279..4328ab2 100644 --- a/linux/ata.c +++ b/linux/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/device.c b/linux/device.c index aa52822..760a747 100644 --- a/linux/device.c +++ b/linux/device.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/ieee1394.c b/linux/ieee1394.c index 9acd4b1..0bdd73b 100644 --- a/linux/ieee1394.c +++ b/linux/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/linux.h b/linux/linux.h index c8b0449..d051144 100644 --- a/linux/linux.h +++ b/linux/linux.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/list_devices.c b/linux/list_devices.c index c65345d..7dda87b 100644 --- a/linux/list_devices.c +++ b/linux/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/pcmcia.c b/linux/pcmcia.c index 93eb4d3..73839e6 100644 --- a/linux/pcmcia.c +++ b/linux/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/scsi.c b/linux/scsi.c index 3d37dc2..f38530b 100644 --- a/linux/scsi.c +++ b/linux/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/sdhci.c b/linux/sdhci.c index 1e6413a..4b4b3fc 100644 --- a/linux/sdhci.c +++ b/linux/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/usb.c b/linux/usb.c index c119d40..735ec3f 100644 --- a/linux/usb.c +++ b/linux/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/list_devices.c b/list_devices.c index 352ff1b..fb8f06c 100644 --- a/list_devices.c +++ b/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/main.c b/main.c index 0757061..5bfa900 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ int main() Initialize(); printf("DiscImageChef Remote Server %s\n", DICMOTE_VERSION); - printf("Copyright (C) 2019 Natalia Portillo\n"); + printf("Copyright (C) 2019-2020 Natalia Portillo\n"); pkt_server_hello = GetHello(); diff --git a/pcmcia.c b/pcmcia.c index 5e7da55..b4cceed 100644 --- a/pcmcia.c +++ b/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scsi.c b/scsi.c index 91656f5..d6c5573 100644 --- a/scsi.c +++ b/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sdhci.c b/sdhci.c index ff662b9..3720760 100644 --- a/sdhci.c +++ b/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unix/hello.c b/unix/hello.c index bb34010..d00e14d 100644 --- a/unix/hello.c +++ b/unix/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unix/network.c b/unix/network.c index 8a6e3cd..f1e8d7b 100644 --- a/unix/network.c +++ b/unix/network.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unix/unix.c b/unix/unix.c index f0057ff..8d08705 100644 --- a/unix/unix.c +++ b/unix/unix.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unix/unix.h b/unix/unix.h index 706b17e..ad0d8e5 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/usb.c b/usb.c index 995d110..0ee3d04 100644 --- a/usb.c +++ b/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wii/hello.c b/wii/hello.c index 87d7331..4d945cc 100644 --- a/wii/hello.c +++ b/wii/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wii/list_devices.c b/wii/list_devices.c index 716c7dc..28b113a 100644 --- a/wii/list_devices.c +++ b/wii/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wii/network.c b/wii/network.c index eed8f8f..2e95508 100644 --- a/wii/network.c +++ b/wii/network.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wii/wii.c b/wii/wii.c index 9aa6d54..9801894 100644 --- a/wii/wii.c +++ b/wii/wii.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wii/wii.h b/wii/wii.h index 0199ba0..4221ff2 100644 --- a/wii/wii.h +++ b/wii/wii.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/ata.c b/win32/ata.c index 493b9fb..e55babe 100644 --- a/win32/ata.c +++ b/win32/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/device.c b/win32/device.c index 08bd523..9ec5799 100644 --- a/win32/device.c +++ b/win32/device.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/hello.c b/win32/hello.c index 3d5a6fb..1c54a73 100644 --- a/win32/hello.c +++ b/win32/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/ieee1394.c b/win32/ieee1394.c index 4bb3420..dd51a5d 100644 --- a/win32/ieee1394.c +++ b/win32/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/list_devices.c b/win32/list_devices.c index 6de2923..576b039 100644 --- a/win32/list_devices.c +++ b/win32/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/network.c b/win32/network.c index 956eb19..b6f612a 100644 --- a/win32/network.c +++ b/win32/network.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/ntioctl.h b/win32/ntioctl.h index 3431a5c..8ffd553 100644 --- a/win32/ntioctl.h +++ b/win32/ntioctl.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/pcmcia.c b/win32/pcmcia.c index ada4273..4ec6b27 100644 --- a/win32/pcmcia.c +++ b/win32/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/scsi.c b/win32/scsi.c index 2c5f4fd..98449f6 100644 --- a/win32/scsi.c +++ b/win32/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/sdhci.c b/win32/sdhci.c index 2e706d4..acbc0c9 100644 --- a/win32/sdhci.c +++ b/win32/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/usb.c b/win32/usb.c index edafa5c..cd44d58 100644 --- a/win32/usb.c +++ b/win32/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/usb.h b/win32/usb.h index 000bd92..027ccfa 100644 --- a/win32/usb.h +++ b/win32/usb.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/win32.c b/win32/win32.c index 256cb67..68e35b6 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win32/win32.h b/win32/win32.h index ce86a39..81517b3 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/worker.c b/worker.c index 5d90b26..eaab43a 100644 --- a/worker.c +++ b/worker.c @@ -1,6 +1,6 @@ /* * This file is part of the DiscImageChef Remote Server. - * Copyright (c) 2019 Natalia Portillo. + * Copyright (c) 2019-2020 Natalia Portillo. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by