From 219179b3753598ee0619b162db204be3554b3872 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 12 Dec 2017 04:30:47 +1100 Subject: [PATCH] [misc] added website url to sources --- client/ivshmem/ivshmem.c | 1 + client/ivshmem/ivshmem.h | 1 + client/kb.h | 1 + client/lg-renderer.h | 1 + client/lg-renderers.h | 1 + client/main.c | 2 ++ client/spice/messages.h | 1 + client/spice/spice.c | 1 + client/spice/spice.h | 1 + client/utils.h | 1 + common/KVMFR.h | 1 + common/debug.h | 1 + common/memcpySSE.h | 1 + host/Capture/DXGI.cpp | 1 + host/Capture/DXGI.h | 1 + host/Capture/NvFBC.cpp | 1 + host/Capture/NvFBC.h | 1 + host/CaptureFactory.h | 1 + host/CrashHandler.cpp | 1 + host/CrashHandler.h | 1 + host/ICapture.h | 1 + host/IVSHMEM.cpp | 1 + host/IVSHMEM.h | 1 + host/Service.cpp | 1 + host/Service.h | 1 + host/Util.h | 1 + host/main.cpp | 1 + 27 files changed, 28 insertions(+) diff --git a/client/ivshmem/ivshmem.c b/client/ivshmem/ivshmem.c index 19575407..70907559 100644 --- a/client/ivshmem/ivshmem.c +++ b/client/ivshmem/ivshmem.c @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/ivshmem/ivshmem.h b/client/ivshmem/ivshmem.h index 363a1de6..9dddb9fd 100644 --- a/client/ivshmem/ivshmem.h +++ b/client/ivshmem/ivshmem.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/kb.h b/client/kb.h index c0d3cb79..d4266922 100644 --- a/client/kb.h +++ b/client/kb.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/lg-renderer.h b/client/lg-renderer.h index 545b28bf..7662dc05 100644 --- a/client/lg-renderer.h +++ b/client/lg-renderer.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/lg-renderers.h b/client/lg-renderers.h index aebaf0e9..4a56cabc 100644 --- a/client/lg-renderers.h +++ b/client/lg-renderers.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/main.c b/client/main.c index a3223126..fca2e8a6 100644 --- a/client/main.c +++ b/client/main.c @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -805,6 +806,7 @@ void doLicense() "\n" "Looking Glass - KVM FrameRelay (KVMFR) Client\n" "Copyright(C) 2017 Geoffrey McRae \n" + "https://looking-glass.hostfission.com\n" "\n" "This program is free software; you can redistribute it and / or modify it under\n" "the terms of the GNU General Public License as published by the Free Software\n" diff --git a/client/spice/messages.h b/client/spice/messages.h index 667dc105..90120bda 100644 --- a/client/spice/messages.h +++ b/client/spice/messages.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/spice/spice.c b/client/spice/spice.c index 8f377c7b..11dcfd49 100644 --- a/client/spice/spice.c +++ b/client/spice/spice.c @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/spice/spice.h b/client/spice/spice.h index 1b3009e4..47aea54f 100644 --- a/client/spice/spice.h +++ b/client/spice/spice.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/client/utils.h b/client/utils.h index 30b0041a..c5bf465f 100644 --- a/client/utils.h +++ b/client/utils.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/common/KVMFR.h b/common/KVMFR.h index 7168419b..af32b170 100644 --- a/common/KVMFR.h +++ b/common/KVMFR.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/common/debug.h b/common/debug.h index 0b70590b..0bc8d0a2 100644 --- a/common/debug.h +++ b/common/debug.h @@ -1,6 +1,7 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/common/memcpySSE.h b/common/memcpySSE.h index c55f9a8c..247d5772 100644 --- a/common/memcpySSE.h +++ b/common/memcpySSE.h @@ -1,6 +1,7 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Capture/DXGI.cpp b/host/Capture/DXGI.cpp index 123fc06a..ee41596e 100644 --- a/host/Capture/DXGI.cpp +++ b/host/Capture/DXGI.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Capture/DXGI.h b/host/Capture/DXGI.h index a81cea25..5f946da3 100644 --- a/host/Capture/DXGI.h +++ b/host/Capture/DXGI.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Capture/NvFBC.cpp b/host/Capture/NvFBC.cpp index c9ff360b..8f2693ff 100644 --- a/host/Capture/NvFBC.cpp +++ b/host/Capture/NvFBC.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Capture/NvFBC.h b/host/Capture/NvFBC.h index e3fecc12..58e45b48 100644 --- a/host/Capture/NvFBC.h +++ b/host/Capture/NvFBC.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/CaptureFactory.h b/host/CaptureFactory.h index 0e17af6a..a46197d8 100644 --- a/host/CaptureFactory.h +++ b/host/CaptureFactory.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/CrashHandler.cpp b/host/CrashHandler.cpp index 1b79821c..c3a88c16 100644 --- a/host/CrashHandler.cpp +++ b/host/CrashHandler.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/CrashHandler.h b/host/CrashHandler.h index a89b4578..2085f1d4 100644 --- a/host/CrashHandler.h +++ b/host/CrashHandler.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/ICapture.h b/host/ICapture.h index e05d8cd1..c802c489 100644 --- a/host/ICapture.h +++ b/host/ICapture.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/IVSHMEM.cpp b/host/IVSHMEM.cpp index f687f38e..24078c03 100644 --- a/host/IVSHMEM.cpp +++ b/host/IVSHMEM.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/IVSHMEM.h b/host/IVSHMEM.h index ad608195..5ba0c5ce 100644 --- a/host/IVSHMEM.h +++ b/host/IVSHMEM.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Service.cpp b/host/Service.cpp index 3e4172d3..f21cb245 100644 --- a/host/Service.cpp +++ b/host/Service.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Service.h b/host/Service.h index e1573056..70678645 100644 --- a/host/Service.h +++ b/host/Service.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/Util.h b/host/Util.h index 55bf65cb..f1c12975 100644 --- a/host/Util.h +++ b/host/Util.h @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/host/main.cpp b/host/main.cpp index 23cd673b..d7225382 100644 --- a/host/main.cpp +++ b/host/main.cpp @@ -1,6 +1,7 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client Copyright (C) 2017 Geoffrey McRae +https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software