From 9778904dba55ab9e9962dac9c1302a483b17c7bc Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 31 Dec 2020 23:12:05 +0000 Subject: [PATCH] Update copyright year. --- aaruremote.h | 2 +- freebsd/ata.c | 2 +- freebsd/device.c | 2 +- freebsd/freebsd.h | 2 +- freebsd/ieee1394.c | 2 +- freebsd/list_devices.c | 2 +- freebsd/pcmcia.c | 2 +- freebsd/scsi.c | 2 +- freebsd/sdhci.c | 2 +- freebsd/usb.c | 2 +- hex2bin.c | 2 +- linux/ata.c | 2 +- linux/device.c | 2 +- linux/ieee1394.c | 2 +- linux/linux.h | 2 +- linux/list_devices.c | 2 +- linux/pcmcia.c | 2 +- linux/scsi.c | 2 +- linux/sdhci.c | 2 +- linux/usb.c | 2 +- list_devices.c | 2 +- main.c | 4 ++-- unix/hello.c | 2 +- unix/network.c | 2 +- unix/unix.c | 2 +- unix/unix.h | 2 +- wii/hello.c | 2 +- wii/list_devices.c | 2 +- wii/network.c | 2 +- wii/unimplemented.c | 2 +- wii/unsupported.c | 2 +- wii/wii.c | 2 +- wii/wii.h | 2 +- win32/ata.c | 2 +- win32/device.c | 2 +- win32/hello.c | 2 +- win32/ieee1394.c | 2 +- win32/list_devices.c | 2 +- win32/network.c | 2 +- win32/ntioctl.h | 2 +- win32/pcmcia.c | 2 +- win32/scsi.c | 2 +- win32/sdhci.c | 2 +- win32/usb.c | 2 +- win32/usb.h | 2 +- win32/win32.c | 2 +- win32/win32.h | 2 +- worker.c | 2 +- 48 files changed, 49 insertions(+), 49 deletions(-) diff --git a/aaruremote.h b/aaruremote.h index b4063a7..306daa2 100644 --- a/aaruremote.h +++ b/aaruremote.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/ata.c b/freebsd/ata.c index 0867ec2..1bcddc9 100644 --- a/freebsd/ata.c +++ b/freebsd/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/device.c b/freebsd/device.c index bbdbee1..1b29120 100644 --- a/freebsd/device.c +++ b/freebsd/device.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/freebsd.h b/freebsd/freebsd.h index ca97769..b7dcf20 100644 --- a/freebsd/freebsd.h +++ b/freebsd/freebsd.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/ieee1394.c b/freebsd/ieee1394.c index dd8a89e..ff17acb 100644 --- a/freebsd/ieee1394.c +++ b/freebsd/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/list_devices.c b/freebsd/list_devices.c index dc9a565..37d95cd 100644 --- a/freebsd/list_devices.c +++ b/freebsd/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/pcmcia.c b/freebsd/pcmcia.c index b4663bd..d8a8fd1 100644 --- a/freebsd/pcmcia.c +++ b/freebsd/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/scsi.c b/freebsd/scsi.c index ed1592b..356dbd3 100644 --- a/freebsd/scsi.c +++ b/freebsd/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/sdhci.c b/freebsd/sdhci.c index 202aeac..3282199 100644 --- a/freebsd/sdhci.c +++ b/freebsd/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/freebsd/usb.c b/freebsd/usb.c index 629b584..43c1838 100644 --- a/freebsd/usb.c +++ b/freebsd/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 2f366dc..9fb8992 100644 --- a/hex2bin.c +++ b/hex2bin.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 5562e45..20db1b6 100644 --- a/linux/ata.c +++ b/linux/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 cfe3ee1..939b52d 100644 --- a/linux/device.c +++ b/linux/device.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 876c7cc..38d7479 100644 --- a/linux/ieee1394.c +++ b/linux/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 925edde..750a831 100644 --- a/linux/linux.h +++ b/linux/linux.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 1682e7c..37a7da9 100644 --- a/linux/list_devices.c +++ b/linux/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 251d039..9575951 100644 --- a/linux/pcmcia.c +++ b/linux/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 3c2d015..11b31d3 100644 --- a/linux/scsi.c +++ b/linux/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 fd6492b..1dc1996 100644 --- a/linux/sdhci.c +++ b/linux/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 7b16193..87a779f 100644 --- a/linux/usb.c +++ b/linux/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 af17785..ac9b0a4 100644 --- a/list_devices.c +++ b/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 e56c94b..03204f2 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 @@ -36,7 +36,7 @@ int main() Initialize(); printf("Aaru Remote Server %s\n", AARUREMOTE_VERSION); - printf("Copyright (C) 2019-2020 Natalia Portillo\n"); + printf("Copyright (C) 2019-2021 Natalia Portillo\n"); pkt_server_hello = GetHello(); diff --git a/unix/hello.c b/unix/hello.c index 8827a4e..6504286 100644 --- a/unix/hello.c +++ b/unix/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 358c927..bfe6bd1 100644 --- a/unix/network.c +++ b/unix/network.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 cdf42ac..6129366 100644 --- a/unix/unix.c +++ b/unix/unix.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 b80667e..dbfd0c1 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 aaf3480..1ba09b1 100644 --- a/wii/hello.c +++ b/wii/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 3375fe4..681bd39 100644 --- a/wii/list_devices.c +++ b/wii/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 2e33498..7f699f3 100644 --- a/wii/network.c +++ b/wii/network.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/unimplemented.c b/wii/unimplemented.c index e3b150b..7454725 100644 --- a/wii/unimplemented.c +++ b/wii/unimplemented.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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/unsupported.c b/wii/unsupported.c index 35f1a78..5820df8 100644 --- a/wii/unsupported.c +++ b/wii/unsupported.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 94cbce9..bc4d223 100644 --- a/wii/wii.c +++ b/wii/wii.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 38a27a9..610deb2 100644 --- a/wii/wii.h +++ b/wii/wii.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 e1cd587..5c2144d 100644 --- a/win32/ata.c +++ b/win32/ata.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 139f86c..4e2d06e 100644 --- a/win32/device.c +++ b/win32/device.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 56fe1fd..f469ab6 100644 --- a/win32/hello.c +++ b/win32/hello.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 6fa1e27..fcab619 100644 --- a/win32/ieee1394.c +++ b/win32/ieee1394.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 0f2ee0f..225c343 100644 --- a/win32/list_devices.c +++ b/win32/list_devices.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 0bf116a..d912618 100644 --- a/win32/network.c +++ b/win32/network.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 c84d276..00131f9 100644 --- a/win32/ntioctl.h +++ b/win32/ntioctl.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 89e4b2f..e58a932 100644 --- a/win32/pcmcia.c +++ b/win32/pcmcia.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 ee7a098..43a11ba 100644 --- a/win32/scsi.c +++ b/win32/scsi.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 a35cdea..c523c9e 100644 --- a/win32/sdhci.c +++ b/win32/sdhci.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 421bd99..08238cc 100644 --- a/win32/usb.c +++ b/win32/usb.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 0c8362a..ed547be 100644 --- a/win32/usb.h +++ b/win32/usb.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 761fa1d..d118dbf 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 32751b8..5b87077 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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 05f825f..a07cb1b 100644 --- a/worker.c +++ b/worker.c @@ -1,6 +1,6 @@ /* * This file is part of the Aaru Remote Server. - * Copyright (c) 2019-2020 Natalia Portillo. + * Copyright (c) 2019-2021 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