From 22d9730719fe509780f19d25d40687adb16d0baf Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 8 Jan 2025 21:00:16 +0200 Subject: [PATCH] prepare minor release --- README.md | 2 +- src/cfgfile.c | 2 +- src/cfgfile.h | 2 +- src/client.c | 2 +- src/client.h | 2 +- src/dev.c | 2 +- src/dev.h | 2 +- src/dev_serial.c | 2 +- src/dev_serial.h | 2 +- src/dev_usb.c | 2 +- src/dev_usb.h | 2 +- src/dev_usb_darwin.c | 2 +- src/dev_usb_freebsd.c | 2 +- src/dev_usb_linux.c | 2 +- src/dummy_usb.c | 2 +- src/event.c | 2 +- src/event.h | 2 +- src/hotplug.h | 2 +- src/hotplug_darwin.c | 2 +- src/hotplug_freebsd.c | 2 +- src/hotplug_linux.c | 2 +- src/kbemu.c | 2 +- src/kbemu.h | 2 +- src/logger.c | 2 +- src/proto_unix.c | 2 +- src/proto_unix.h | 2 +- src/proto_x11.c | 2 +- src/proto_x11.h | 2 +- src/spnavd.c | 2 +- src/spnavd.h | 2 +- src/xdetect.c | 2 +- src/xdetect.h | 2 +- src/xdetect_freebsd.c | 2 +- src/xdetect_linux.c | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index d9911f2..6028192 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For more info on the spacenav project, visit: http://spacenav.sourceforge.net License ------- -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free software. Feel free to copy, modify and/or redistribute it under the terms of the GNU General Public License version 3, or at your option, diff --git a/src/cfgfile.c b/src/cfgfile.c index ef3413d..5cdfc24 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/cfgfile.h b/src/cfgfile.h index 9605afb..049e6a9 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/client.c b/src/client.c index 5e711b6..0216e6e 100644 --- a/src/client.c +++ b/src/client.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/client.h b/src/client.h index 13132a6..726eea8 100644 --- a/src/client.h +++ b/src/client.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev.c b/src/dev.c index 22c50dd..a790dd6 100644 --- a/src/dev.c +++ b/src/dev.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev.h b/src/dev.h index 19c3526..bd962cf 100644 --- a/src/dev.h +++ b/src/dev.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2018 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_serial.c b/src/dev_serial.c index cd76ee0..73f3e96 100644 --- a/src/dev_serial.c +++ b/src/dev_serial.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2023 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_serial.h b/src/dev_serial.h index a8c3339..dc4ef8d 100644 --- a/src/dev_serial.h +++ b/src/dev_serial.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_usb.c b/src/dev_usb.c index 13331eb..27034cd 100644 --- a/src/dev_usb.c +++ b/src/dev_usb.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_usb.h b/src/dev_usb.h index e5b6a3e..2a2572c 100644 --- a/src/dev_usb.h +++ b/src/dev_usb.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_usb_darwin.c b/src/dev_usb_darwin.c index effd723..45f5864 100644 --- a/src/dev_usb_darwin.c +++ b/src/dev_usb_darwin.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_usb_freebsd.c b/src/dev_usb_freebsd.c index 13fad57..5db59d1 100644 --- a/src/dev_usb_freebsd.c +++ b/src/dev_usb_freebsd.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dev_usb_linux.c b/src/dev_usb_linux.c index a764f7a..fcaac36 100644 --- a/src/dev_usb_linux.c +++ b/src/dev_usb_linux.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/dummy_usb.c b/src/dummy_usb.c index efee065..880700e 100644 --- a/src/dummy_usb.c +++ b/src/dummy_usb.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/event.c b/src/event.c index cd5d0c1..f08469a 100644 --- a/src/event.c +++ b/src/event.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2023 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/event.h b/src/event.h index f73939e..6436008 100644 --- a/src/event.h +++ b/src/event.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/hotplug.h b/src/hotplug.h index 9e1b95d..29e407f 100644 --- a/src/hotplug.h +++ b/src/hotplug.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/hotplug_darwin.c b/src/hotplug_darwin.c index ccabb65..37b8172 100644 --- a/src/hotplug_darwin.c +++ b/src/hotplug_darwin.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/hotplug_freebsd.c b/src/hotplug_freebsd.c index 278ec18..604de00 100644 --- a/src/hotplug_freebsd.c +++ b/src/hotplug_freebsd.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/hotplug_linux.c b/src/hotplug_linux.c index d790d3a..ce3f95f 100644 --- a/src/hotplug_linux.c +++ b/src/hotplug_linux.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/kbemu.c b/src/kbemu.c index 427eecd..6b67c03 100644 --- a/src/kbemu.c +++ b/src/kbemu.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2021 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/kbemu.h b/src/kbemu.h index 20c13da..cd5370b 100644 --- a/src/kbemu.h +++ b/src/kbemu.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2012 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/logger.c b/src/logger.c index b7edede..fdab492 100644 --- a/src/logger.c +++ b/src/logger.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2021 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/proto_unix.c b/src/proto_unix.c index 20a3334..46c0026 100644 --- a/src/proto_unix.c +++ b/src/proto_unix.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2022 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/proto_unix.h b/src/proto_unix.h index 045b379..7f40045 100644 --- a/src/proto_unix.h +++ b/src/proto_unix.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2010 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/proto_x11.c b/src/proto_x11.c index 02b40b6..c5791d4 100644 --- a/src/proto_x11.c +++ b/src/proto_x11.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/proto_x11.h b/src/proto_x11.h index 49881e5..6cceadb 100644 --- a/src/proto_x11.h +++ b/src/proto_x11.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2010 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/spnavd.c b/src/spnavd.c index b0ed791..2bcd7f6 100644 --- a/src/spnavd.c +++ b/src/spnavd.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2021 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/spnavd.h b/src/spnavd.h index 89e2c65..1f559cb 100644 --- a/src/spnavd.h +++ b/src/spnavd.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2010 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/xdetect.c b/src/xdetect.c index 8f3b261..20118f4 100644 --- a/src/xdetect.c +++ b/src/xdetect.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2023 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/xdetect.h b/src/xdetect.h index e8f1175..56c9c09 100644 --- a/src/xdetect.h +++ b/src/xdetect.h @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2010 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/xdetect_freebsd.c b/src/xdetect_freebsd.c index 0dfd9d1..8f0f9ff 100644 --- a/src/xdetect_freebsd.c +++ b/src/xdetect_freebsd.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free 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/xdetect_linux.c b/src/xdetect_linux.c index 12a93fc..1ba1b0f 100644 --- a/src/xdetect_linux.c +++ b/src/xdetect_linux.c @@ -1,6 +1,6 @@ /* spacenavd - a free software replacement driver for 6dof space-mice. -Copyright (C) 2007-2019 John Tsiombikas +Copyright (C) 2007-2025 John Tsiombikas This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by