From 08bf01b6497a2675f68b694d6d71a17043bcc61b Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 22 Feb 2019 22:16:14 +1100 Subject: [PATCH] [all] update copyright dates --- client/decoders/h264.c | 2 +- client/decoders/null.c | 2 +- client/decoders/yuv420.c | 2 +- client/fonts/sdl.c | 2 +- client/kb.h | 2 +- client/lg-decoder.h | 2 +- client/lg-decoders.h | 2 +- client/lg-font.h | 2 +- client/lg-fonts.c | 2 +- client/lg-fonts.h | 2 +- client/lg-renderer.c | 2 +- client/lg-renderer.h | 2 +- client/lg-renderers.h | 2 +- client/ll.c | 2 +- client/ll.h | 2 +- client/main.c | 4 ++-- client/parsers/nal.c | 2 +- client/parsers/nal.h | 2 +- client/renderers/egl.c | 2 +- client/renderers/egl/alert.c | 2 +- client/renderers/egl/alert.h | 2 +- client/renderers/egl/cursor.c | 2 +- client/renderers/egl/cursor.h | 2 +- client/renderers/egl/desktop.c | 2 +- client/renderers/egl/desktop.h | 2 +- client/renderers/egl/draw.c | 2 +- client/renderers/egl/draw.h | 2 +- client/renderers/egl/fps.c | 2 +- client/renderers/egl/fps.h | 2 +- client/renderers/egl/model.c | 2 +- client/renderers/egl/model.h | 2 +- client/renderers/egl/shader.c | 2 +- client/renderers/egl/shader.h | 2 +- client/renderers/egl/splash.c | 2 +- client/renderers/egl/splash.h | 2 +- client/renderers/egl/texture.c | 2 +- client/renderers/egl/texture.h | 2 +- client/renderers/opengl.c | 2 +- client/spice/messages.h | 2 +- client/spice/rsa.c | 2 +- client/spice/rsa.h | 2 +- client/spice/spice.c | 2 +- client/spice/spice.h | 2 +- client/utils.c | 2 +- client/utils.h | 2 +- common/KVMFR.h | 2 +- common/debug.h | 2 +- common/memcpySSE.h | 2 +- host/Capture/DXGI.cpp | 2 +- host/Capture/DXGI.h | 2 +- host/Capture/NvFBC.cpp | 2 +- host/Capture/NvFBC.h | 2 +- host/CaptureFactory.h | 2 +- host/Com.h | 2 +- host/CrashHandler.cpp | 2 +- host/CrashHandler.h | 2 +- host/ICapture.h | 2 +- host/IVSHMEM.cpp | 2 +- host/IVSHMEM.h | 2 +- host/MFT/H264.cpp | 2 +- host/MFT/H264.h | 2 +- host/Service.cpp | 2 +- host/Service.h | 2 +- host/TextureConverter.cpp | 2 +- host/TextureConverter.h | 2 +- host/TraceUtil.cpp | 2 +- host/TraceUtil.h | 2 +- host/Util.h | 2 +- host/main.cpp | 4 ++-- module/kvmfr.c | 2 +- 70 files changed, 72 insertions(+), 72 deletions(-) diff --git a/client/decoders/h264.c b/client/decoders/h264.c index 7b1a03f9..c3abbbf2 100644 --- a/client/decoders/h264.c +++ b/client/decoders/h264.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/decoders/null.c b/client/decoders/null.c index 89842783..40c2047d 100644 --- a/client/decoders/null.c +++ b/client/decoders/null.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/decoders/yuv420.c b/client/decoders/yuv420.c index e130ff41..bdb4146e 100644 --- a/client/decoders/yuv420.c +++ b/client/decoders/yuv420.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/fonts/sdl.c b/client/fonts/sdl.c index b783d34a..acb2bcaf 100644 --- a/client/fonts/sdl.c +++ b/client/fonts/sdl.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/kb.h b/client/kb.h index d4266922..30c82849 100644 --- a/client/kb.h +++ b/client/kb.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-decoder.h b/client/lg-decoder.h index 714ac5af..9c40f394 100644 --- a/client/lg-decoder.h +++ b/client/lg-decoder.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-decoders.h b/client/lg-decoders.h index 86155686..c3992825 100644 --- a/client/lg-decoders.h +++ b/client/lg-decoders.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-font.h b/client/lg-font.h index f5b3b921..9a8c4df1 100644 --- a/client/lg-font.h +++ b/client/lg-font.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-fonts.c b/client/lg-fonts.c index 37b94656..e36e0eb3 100644 --- a/client/lg-fonts.c +++ b/client/lg-fonts.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-fonts.h b/client/lg-fonts.h index 7ab815bb..2642f345 100644 --- a/client/lg-fonts.h +++ b/client/lg-fonts.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-renderer.c b/client/lg-renderer.c index f3cebcd4..2a5d5204 100644 --- a/client/lg-renderer.c +++ b/client/lg-renderer.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-renderer.h b/client/lg-renderer.h index eb5b5189..20c0073d 100644 --- a/client/lg-renderer.h +++ b/client/lg-renderer.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/lg-renderers.h b/client/lg-renderers.h index 1c112001..f2ade1c9 100644 --- a/client/lg-renderers.h +++ b/client/lg-renderers.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/ll.c b/client/ll.c index f262fab4..de709d4d 100644 --- a/client/ll.c +++ b/client/ll.c @@ -1,6 +1,6 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/ll.h b/client/ll.h index 70ed6b52..ea435537 100644 --- a/client/ll.h +++ b/client/ll.h @@ -1,6 +1,6 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/main.c b/client/main.c index f300b173..65e6e3e9 100644 --- a/client/main.c +++ b/client/main.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under @@ -1189,7 +1189,7 @@ void doLicense() fprintf(stderr, "\n" "Looking Glass - KVM FrameRelay (KVMFR) Client\n" - "Copyright(C) 2017 Geoffrey McRae \n" + "Copyright(C) 2017-2019 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" diff --git a/client/parsers/nal.c b/client/parsers/nal.c index 137326b6..c91129af 100644 --- a/client/parsers/nal.c +++ b/client/parsers/nal.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/parsers/nal.h b/client/parsers/nal.h index 27e27706..994d9f8c 100644 --- a/client/parsers/nal.h +++ b/client/parsers/nal.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl.c b/client/renderers/egl.c index 5bb1c64f..450961a3 100644 --- a/client/renderers/egl.c +++ b/client/renderers/egl.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/alert.c b/client/renderers/egl/alert.c index ce9a032f..9da9cac8 100644 --- a/client/renderers/egl/alert.c +++ b/client/renderers/egl/alert.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/alert.h b/client/renderers/egl/alert.h index 924e5141..32c5b38b 100644 --- a/client/renderers/egl/alert.h +++ b/client/renderers/egl/alert.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/cursor.c b/client/renderers/egl/cursor.c index 7a3aa87b..2bf713a2 100644 --- a/client/renderers/egl/cursor.c +++ b/client/renderers/egl/cursor.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/cursor.h b/client/renderers/egl/cursor.h index ccf95099..786f33fe 100644 --- a/client/renderers/egl/cursor.h +++ b/client/renderers/egl/cursor.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/desktop.c b/client/renderers/egl/desktop.c index 07c92ffd..77598be3 100644 --- a/client/renderers/egl/desktop.c +++ b/client/renderers/egl/desktop.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/desktop.h b/client/renderers/egl/desktop.h index 76cbd87e..06b9a921 100644 --- a/client/renderers/egl/desktop.h +++ b/client/renderers/egl/desktop.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/draw.c b/client/renderers/egl/draw.c index e88f4568..8d55fb10 100644 --- a/client/renderers/egl/draw.c +++ b/client/renderers/egl/draw.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/draw.h b/client/renderers/egl/draw.h index 720c1dea..b3bed3f6 100644 --- a/client/renderers/egl/draw.h +++ b/client/renderers/egl/draw.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/fps.c b/client/renderers/egl/fps.c index 8f509514..990cfc9a 100644 --- a/client/renderers/egl/fps.c +++ b/client/renderers/egl/fps.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/fps.h b/client/renderers/egl/fps.h index 085d72b2..51044bef 100644 --- a/client/renderers/egl/fps.h +++ b/client/renderers/egl/fps.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/model.c b/client/renderers/egl/model.c index 5d04b3e5..877e61ff 100644 --- a/client/renderers/egl/model.c +++ b/client/renderers/egl/model.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/model.h b/client/renderers/egl/model.h index 68621f53..8ae28a85 100644 --- a/client/renderers/egl/model.h +++ b/client/renderers/egl/model.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/shader.c b/client/renderers/egl/shader.c index bd3f6ebe..65b0ab24 100644 --- a/client/renderers/egl/shader.c +++ b/client/renderers/egl/shader.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/shader.h b/client/renderers/egl/shader.h index 20e539c8..6b5ae651 100644 --- a/client/renderers/egl/shader.h +++ b/client/renderers/egl/shader.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/splash.c b/client/renderers/egl/splash.c index 88337ba3..e1b53c09 100644 --- a/client/renderers/egl/splash.c +++ b/client/renderers/egl/splash.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/splash.h b/client/renderers/egl/splash.h index 8f7567cf..9e635688 100644 --- a/client/renderers/egl/splash.h +++ b/client/renderers/egl/splash.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/texture.c b/client/renderers/egl/texture.c index 470a909e..89efb644 100644 --- a/client/renderers/egl/texture.c +++ b/client/renderers/egl/texture.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/egl/texture.h b/client/renderers/egl/texture.h index d11c1e0a..9ca7761e 100644 --- a/client/renderers/egl/texture.h +++ b/client/renderers/egl/texture.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/renderers/opengl.c b/client/renderers/opengl.c index 36a7abe7..14534a28 100644 --- a/client/renderers/opengl.c +++ b/client/renderers/opengl.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/spice/messages.h b/client/spice/messages.h index 1e1b3d64..3a3a6210 100644 --- a/client/spice/messages.h +++ b/client/spice/messages.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/spice/rsa.c b/client/spice/rsa.c index 9140f70e..9e7fdbdd 100644 --- a/client/spice/rsa.c +++ b/client/spice/rsa.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/spice/rsa.h b/client/spice/rsa.h index a9e4412e..8e8a2ec9 100644 --- a/client/spice/rsa.h +++ b/client/spice/rsa.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/spice/spice.c b/client/spice/spice.c index 55ebdf32..5595cafe 100644 --- a/client/spice/spice.c +++ b/client/spice/spice.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/spice/spice.h b/client/spice/spice.h index 3444026a..5967c33c 100644 --- a/client/spice/spice.h +++ b/client/spice/spice.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/utils.c b/client/utils.c index 4b3fb926..163c37d3 100644 --- a/client/utils.c +++ b/client/utils.c @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/client/utils.h b/client/utils.h index a8b4d140..d3cc761d 100644 --- a/client/utils.h +++ b/client/utils.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/common/KVMFR.h b/common/KVMFR.h index 9a8bf191..c4c3d194 100644 --- a/common/KVMFR.h +++ b/common/KVMFR.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/common/debug.h b/common/debug.h index 1b187dea..e0ffc9f8 100644 --- a/common/debug.h +++ b/common/debug.h @@ -1,6 +1,6 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/common/memcpySSE.h b/common/memcpySSE.h index b3629cb5..848f5177 100644 --- a/common/memcpySSE.h +++ b/common/memcpySSE.h @@ -1,6 +1,6 @@ /* KVMGFX Client - A KVM Client for VGA Passthrough -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Capture/DXGI.cpp b/host/Capture/DXGI.cpp index eac977d2..995ec41d 100644 --- a/host/Capture/DXGI.cpp +++ b/host/Capture/DXGI.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Capture/DXGI.h b/host/Capture/DXGI.h index b9470dcf..6baa1ee0 100644 --- a/host/Capture/DXGI.h +++ b/host/Capture/DXGI.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Capture/NvFBC.cpp b/host/Capture/NvFBC.cpp index 394c3b83..199ea55e 100644 --- a/host/Capture/NvFBC.cpp +++ b/host/Capture/NvFBC.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Capture/NvFBC.h b/host/Capture/NvFBC.h index efa71ea7..31538cb8 100644 --- a/host/Capture/NvFBC.h +++ b/host/Capture/NvFBC.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/CaptureFactory.h b/host/CaptureFactory.h index 2d0257bb..829033b6 100644 --- a/host/CaptureFactory.h +++ b/host/CaptureFactory.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Com.h b/host/Com.h index 9bc3e6f8..86856146 100644 --- a/host/Com.h +++ b/host/Com.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/CrashHandler.cpp b/host/CrashHandler.cpp index c3a88c16..60f66ef7 100644 --- a/host/CrashHandler.cpp +++ b/host/CrashHandler.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/CrashHandler.h b/host/CrashHandler.h index 485908d5..42c4757e 100644 --- a/host/CrashHandler.h +++ b/host/CrashHandler.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/ICapture.h b/host/ICapture.h index 0e4126c0..1dd5f549 100644 --- a/host/ICapture.h +++ b/host/ICapture.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/IVSHMEM.cpp b/host/IVSHMEM.cpp index 924d7b83..9febd4ab 100644 --- a/host/IVSHMEM.cpp +++ b/host/IVSHMEM.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/IVSHMEM.h b/host/IVSHMEM.h index 13d9f320..2e8f19e3 100644 --- a/host/IVSHMEM.h +++ b/host/IVSHMEM.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/MFT/H264.cpp b/host/MFT/H264.cpp index 8949cf38..db959582 100644 --- a/host/MFT/H264.cpp +++ b/host/MFT/H264.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/MFT/H264.h b/host/MFT/H264.h index 37dbbf80..4142d368 100644 --- a/host/MFT/H264.h +++ b/host/MFT/H264.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Service.cpp b/host/Service.cpp index 2f290495..114a3084 100644 --- a/host/Service.cpp +++ b/host/Service.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Service.h b/host/Service.h index 1e653586..6014c39d 100644 --- a/host/Service.h +++ b/host/Service.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/TextureConverter.cpp b/host/TextureConverter.cpp index e2bde5d2..32272e94 100644 --- a/host/TextureConverter.cpp +++ b/host/TextureConverter.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/TextureConverter.h b/host/TextureConverter.h index 0cbe89f8..b618c152 100644 --- a/host/TextureConverter.h +++ b/host/TextureConverter.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/TraceUtil.cpp b/host/TraceUtil.cpp index b0e62566..5c854bf8 100644 --- a/host/TraceUtil.cpp +++ b/host/TraceUtil.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/TraceUtil.h b/host/TraceUtil.h index d0e00ea8..7e599edf 100644 --- a/host/TraceUtil.h +++ b/host/TraceUtil.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/Util.h b/host/Util.h index 95a63f05..d4d70ba4 100644 --- a/host/Util.h +++ b/host/Util.h @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under diff --git a/host/main.cpp b/host/main.cpp index 419d43ce..89c39d41 100644 --- a/host/main.cpp +++ b/host/main.cpp @@ -1,6 +1,6 @@ /* Looking Glass - KVM FrameRelay (KVMFR) Client -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under @@ -282,7 +282,7 @@ void doLicense() setupConsole(); fprintf(stderr, "Looking Glass - KVM FrameRelay (KVMFR) Client\n" - "Copyright(C) 2017 Geoffrey McRae \n" + "Copyright(C) 2017-2019 Geoffrey McRae \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/module/kvmfr.c b/module/kvmfr.c index b512fffc..c4eb296f 100644 --- a/module/kvmfr.c +++ b/module/kvmfr.c @@ -1,6 +1,6 @@ /* UIO KVMFR Driver -Copyright (C) 2017 Geoffrey McRae +Copyright (C) 2017-2019 Geoffrey McRae https://looking-glass.hostfission.com This program is free software; you can redistribute it and/or modify it under