From 51b9cd4e5a52a36b5274f287ad4f5d6eb9fb6c75 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 4 Aug 2021 05:48:32 -0400 Subject: [PATCH] =?UTF-8?q?[all]=20copyright:=20use=20unicode=20copyright?= =?UTF-8?q?=20sign=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is done for consistency with the license strings in appstrings.c. --- client/displayservers/Wayland/clipboard.c | 2 +- client/displayservers/Wayland/cursor.c | 2 +- client/displayservers/Wayland/gl.c | 2 +- client/displayservers/Wayland/idle.c | 2 +- client/displayservers/Wayland/input.c | 2 +- client/displayservers/Wayland/output.c | 2 +- client/displayservers/Wayland/poll.c | 2 +- client/displayservers/Wayland/presentation.c | 2 +- client/displayservers/Wayland/registry.c | 2 +- client/displayservers/Wayland/shell_libdecor.c | 2 +- client/displayservers/Wayland/shell_xdg.c | 2 +- client/displayservers/Wayland/state.c | 2 +- client/displayservers/Wayland/wayland.c | 2 +- client/displayservers/Wayland/wayland.h | 2 +- client/displayservers/Wayland/window.c | 2 +- client/displayservers/X11/atoms.c | 2 +- client/displayservers/X11/atoms.h | 2 +- client/displayservers/X11/clipboard.c | 2 +- client/displayservers/X11/clipboard.h | 2 +- client/displayservers/X11/x11.c | 2 +- client/displayservers/X11/x11.h | 2 +- client/include/app.h | 2 +- client/include/egl_dynprocs.h | 2 +- client/include/eglutil.h | 2 +- client/include/interface/displayserver.h | 2 +- client/include/interface/font.h | 2 +- client/include/interface/overlay.h | 2 +- client/include/interface/renderer.h | 2 +- client/include/ll.h | 2 +- client/include/overlay_utils.h | 2 +- client/include/util.h | 2 +- client/renderers/EGL/cursor.c | 2 +- client/renderers/EGL/cursor.h | 2 +- client/renderers/EGL/damage.c | 2 +- client/renderers/EGL/damage.h | 2 +- client/renderers/EGL/desktop.c | 2 +- client/renderers/EGL/desktop.h | 2 +- client/renderers/EGL/desktop_rects.c | 2 +- client/renderers/EGL/desktop_rects.h | 2 +- client/renderers/EGL/draw.c | 2 +- client/renderers/EGL/draw.h | 2 +- client/renderers/EGL/egl.c | 2 +- client/renderers/EGL/egldebug.c | 2 +- client/renderers/EGL/egldebug.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/EGL/texture_buffer.c | 2 +- client/renderers/EGL/texture_buffer.h | 2 +- client/renderers/EGL/texture_dmabuf.c | 2 +- client/renderers/EGL/texture_framebuffer.c | 2 +- client/renderers/EGL/texture_util.c | 2 +- client/renderers/EGL/texture_util.h | 2 +- client/renderers/OpenGL/opengl.c | 2 +- client/src/app.c | 2 +- client/src/clipboard.c | 2 +- client/src/clipboard.h | 2 +- client/src/config.c | 4 ++-- client/src/config.h | 2 +- client/src/core.c | 2 +- client/src/core.h | 2 +- client/src/egl_dynprocs.c | 2 +- client/src/eglutil.c | 2 +- client/src/kb.c | 2 +- client/src/kb.h | 2 +- client/src/keybind.c | 2 +- client/src/keybind.h | 2 +- client/src/lg-renderer.c | 2 +- client/src/ll.c | 2 +- client/src/main.c | 2 +- client/src/main.h | 2 +- client/src/overlay/alert.c | 2 +- client/src/overlay/config.c | 2 +- client/src/overlay/fps.c | 2 +- client/src/overlay/graphs.c | 2 +- client/src/overlay/help.c | 2 +- client/src/overlay_utils.c | 2 +- client/src/overlays.h | 2 +- client/src/util.c | 2 +- common/include/common/KVMFR.h | 2 +- common/include/common/appstrings.h | 2 +- common/include/common/array.h | 2 +- common/include/common/countedbuffer.h | 2 +- common/include/common/crash.h | 2 +- common/include/common/debug.h | 2 +- common/include/common/event.h | 2 +- common/include/common/framebuffer.h | 2 +- common/include/common/ivshmem.h | 2 +- common/include/common/locking.h | 2 +- common/include/common/option.h | 2 +- common/include/common/paths.h | 2 +- common/include/common/ringbuffer.h | 2 +- common/include/common/runningavg.h | 2 +- common/include/common/stringlist.h | 2 +- common/include/common/stringutils.h | 2 +- common/include/common/sysinfo.h | 2 +- common/include/common/thread.h | 2 +- common/include/common/time.h | 2 +- common/include/common/types.h | 2 +- common/include/common/version.h | 2 +- common/include/common/windebug.h | 2 +- common/src/KVMFR.c | 2 +- common/src/appstrings.c | 2 +- common/src/countedbuffer.c | 2 +- common/src/framebuffer.c | 2 +- common/src/option.c | 2 +- common/src/platform/linux/bfd.inc.h | 2 +- common/src/platform/linux/crash.c | 2 +- common/src/platform/linux/debug.c | 2 +- common/src/platform/linux/event.c | 2 +- common/src/platform/linux/ivshmem.c | 2 +- common/src/platform/linux/paths.c | 2 +- common/src/platform/linux/sysinfo.c | 2 +- common/src/platform/linux/thread.c | 2 +- common/src/platform/linux/time.c | 2 +- common/src/platform/windows/crash.c | 2 +- common/src/platform/windows/debug.c | 2 +- common/src/platform/windows/event.c | 2 +- common/src/platform/windows/ivshmem.c | 2 +- common/src/platform/windows/sysinfo.c | 2 +- common/src/platform/windows/thread.c | 2 +- common/src/platform/windows/time.c | 2 +- common/src/platform/windows/windebug.c | 2 +- common/src/ringbuffer.c | 2 +- common/src/runningavg.c | 2 +- common/src/stringlist.c | 2 +- common/src/stringutils.c | 2 +- host/include/interface/capture.h | 2 +- host/include/interface/platform.h | 2 +- host/platform/Linux/capture/XCB/src/xcb.c | 2 +- host/platform/Linux/src/platform.c | 2 +- host/platform/Windows/capture/DXGI/src/dxgi.c | 2 +- host/platform/Windows/capture/DXGI/src/dxgi_extra.h | 2 +- host/platform/Windows/capture/NVFBC/src/nvfbc.c | 2 +- host/platform/Windows/capture/NVFBC/src/wrapper.cpp | 2 +- host/platform/Windows/capture/NVFBC/src/wrapper.h | 2 +- host/platform/Windows/include/windows/force_compose.h | 2 +- host/platform/Windows/include/windows/mousehook.h | 2 +- host/platform/Windows/installer.nsi | 2 +- host/platform/Windows/resource.rc | 2 +- host/platform/Windows/src/force_compose.c | 2 +- host/platform/Windows/src/mousehook.c | 2 +- host/platform/Windows/src/platform.c | 2 +- host/platform/Windows/src/platform.h | 2 +- host/platform/Windows/src/service.c | 2 +- host/platform/Windows/src/service.h | 2 +- host/src/app.c | 2 +- module/kvmfr.c | 2 +- module/kvmfr.h | 2 +- module/test.c | 2 +- obs/lg.c | 2 +- obs/main.c | 2 +- profile/client/src/main.c | 2 +- 158 files changed, 159 insertions(+), 159 deletions(-) diff --git a/client/displayservers/Wayland/clipboard.c b/client/displayservers/Wayland/clipboard.c index 616b9f13..e20f97f3 100644 --- a/client/displayservers/Wayland/clipboard.c +++ b/client/displayservers/Wayland/clipboard.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/cursor.c b/client/displayservers/Wayland/cursor.c index 11abac8d..d1cd081e 100644 --- a/client/displayservers/Wayland/cursor.c +++ b/client/displayservers/Wayland/cursor.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/gl.c b/client/displayservers/Wayland/gl.c index f5fad8bf..d600163c 100644 --- a/client/displayservers/Wayland/gl.c +++ b/client/displayservers/Wayland/gl.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/idle.c b/client/displayservers/Wayland/idle.c index 41a907a1..33081513 100644 --- a/client/displayservers/Wayland/idle.c +++ b/client/displayservers/Wayland/idle.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/input.c b/client/displayservers/Wayland/input.c index 7048b4f1..7ed673d8 100644 --- a/client/displayservers/Wayland/input.c +++ b/client/displayservers/Wayland/input.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/output.c b/client/displayservers/Wayland/output.c index b15db679..9866b343 100644 --- a/client/displayservers/Wayland/output.c +++ b/client/displayservers/Wayland/output.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/poll.c b/client/displayservers/Wayland/poll.c index 7b98e935..d610a7e1 100644 --- a/client/displayservers/Wayland/poll.c +++ b/client/displayservers/Wayland/poll.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/presentation.c b/client/displayservers/Wayland/presentation.c index ddd3d445..216c846b 100644 --- a/client/displayservers/Wayland/presentation.c +++ b/client/displayservers/Wayland/presentation.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/registry.c b/client/displayservers/Wayland/registry.c index 365c8cc0..871a318c 100644 --- a/client/displayservers/Wayland/registry.c +++ b/client/displayservers/Wayland/registry.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/shell_libdecor.c b/client/displayservers/Wayland/shell_libdecor.c index 7eaa4e20..8e1d3bd5 100644 --- a/client/displayservers/Wayland/shell_libdecor.c +++ b/client/displayservers/Wayland/shell_libdecor.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/shell_xdg.c b/client/displayservers/Wayland/shell_xdg.c index 5c14d62b..a6ac1293 100644 --- a/client/displayservers/Wayland/shell_xdg.c +++ b/client/displayservers/Wayland/shell_xdg.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/state.c b/client/displayservers/Wayland/state.c index b88c609f..2f6edb7c 100644 --- a/client/displayservers/Wayland/state.c +++ b/client/displayservers/Wayland/state.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/wayland.c b/client/displayservers/Wayland/wayland.c index 551ee5a1..f849acdd 100644 --- a/client/displayservers/Wayland/wayland.c +++ b/client/displayservers/Wayland/wayland.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/wayland.h b/client/displayservers/Wayland/wayland.h index a2847940..2c7d3b8d 100644 --- a/client/displayservers/Wayland/wayland.h +++ b/client/displayservers/Wayland/wayland.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/Wayland/window.c b/client/displayservers/Wayland/window.c index 5c6efb3b..de9ee036 100644 --- a/client/displayservers/Wayland/window.c +++ b/client/displayservers/Wayland/window.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/atoms.c b/client/displayservers/X11/atoms.c index 4071b87e..d530c9c4 100644 --- a/client/displayservers/X11/atoms.c +++ b/client/displayservers/X11/atoms.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/atoms.h b/client/displayservers/X11/atoms.h index 9f41d26e..c9d0a7ad 100644 --- a/client/displayservers/X11/atoms.h +++ b/client/displayservers/X11/atoms.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/clipboard.c b/client/displayservers/X11/clipboard.c index d5250099..46cd0093 100644 --- a/client/displayservers/X11/clipboard.c +++ b/client/displayservers/X11/clipboard.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/clipboard.h b/client/displayservers/X11/clipboard.h index 9315f2d1..1846875e 100644 --- a/client/displayservers/X11/clipboard.h +++ b/client/displayservers/X11/clipboard.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/x11.c b/client/displayservers/X11/x11.c index d7c07a15..08201b8b 100644 --- a/client/displayservers/X11/x11.c +++ b/client/displayservers/X11/x11.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/displayservers/X11/x11.h b/client/displayservers/X11/x11.h index 84d4c661..0fd6322f 100644 --- a/client/displayservers/X11/x11.h +++ b/client/displayservers/X11/x11.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/app.h b/client/include/app.h index 58c180de..6f20de8f 100644 --- a/client/include/app.h +++ b/client/include/app.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/egl_dynprocs.h b/client/include/egl_dynprocs.h index 33ee0fb7..9be08a3f 100644 --- a/client/include/egl_dynprocs.h +++ b/client/include/egl_dynprocs.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/eglutil.h b/client/include/eglutil.h index f6a17641..d39056ab 100644 --- a/client/include/eglutil.h +++ b/client/include/eglutil.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/interface/displayserver.h b/client/include/interface/displayserver.h index b7a02528..e085ee90 100644 --- a/client/include/interface/displayserver.h +++ b/client/include/interface/displayserver.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/interface/font.h b/client/include/interface/font.h index 72292439..1f125a75 100644 --- a/client/include/interface/font.h +++ b/client/include/interface/font.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/interface/overlay.h b/client/include/interface/overlay.h index d4395dd3..3604c8c3 100644 --- a/client/include/interface/overlay.h +++ b/client/include/interface/overlay.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/interface/renderer.h b/client/include/interface/renderer.h index 7f49b6ff..f058261e 100644 --- a/client/include/interface/renderer.h +++ b/client/include/interface/renderer.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/ll.h b/client/include/ll.h index 4c13fc0d..1e49425c 100644 --- a/client/include/ll.h +++ b/client/include/ll.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/overlay_utils.h b/client/include/overlay_utils.h index faaf9c9f..d0c93e74 100644 --- a/client/include/overlay_utils.h +++ b/client/include/overlay_utils.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/include/util.h b/client/include/util.h index 738488a6..6443efae 100644 --- a/client/include/util.h +++ b/client/include/util.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/cursor.c b/client/renderers/EGL/cursor.c index df8dc476..4d2b608e 100644 --- a/client/renderers/EGL/cursor.c +++ b/client/renderers/EGL/cursor.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/cursor.h b/client/renderers/EGL/cursor.h index f45de703..41833e01 100644 --- a/client/renderers/EGL/cursor.h +++ b/client/renderers/EGL/cursor.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/damage.c b/client/renderers/EGL/damage.c index 73faaef4..3f95c3a9 100644 --- a/client/renderers/EGL/damage.c +++ b/client/renderers/EGL/damage.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/damage.h b/client/renderers/EGL/damage.h index caab243e..109b413d 100644 --- a/client/renderers/EGL/damage.h +++ b/client/renderers/EGL/damage.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/desktop.c b/client/renderers/EGL/desktop.c index 5986c9e3..6095dffb 100644 --- a/client/renderers/EGL/desktop.c +++ b/client/renderers/EGL/desktop.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/desktop.h b/client/renderers/EGL/desktop.h index 28d6fc0c..423cb9b8 100644 --- a/client/renderers/EGL/desktop.h +++ b/client/renderers/EGL/desktop.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/desktop_rects.c b/client/renderers/EGL/desktop_rects.c index 494c68e0..04c5bff1 100644 --- a/client/renderers/EGL/desktop_rects.c +++ b/client/renderers/EGL/desktop_rects.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/desktop_rects.h b/client/renderers/EGL/desktop_rects.h index f3b6ea96..805376c2 100644 --- a/client/renderers/EGL/desktop_rects.h +++ b/client/renderers/EGL/desktop_rects.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/draw.c b/client/renderers/EGL/draw.c index 1d9865dc..a45f0b90 100644 --- a/client/renderers/EGL/draw.c +++ b/client/renderers/EGL/draw.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/draw.h b/client/renderers/EGL/draw.h index b28095b6..570a415a 100644 --- a/client/renderers/EGL/draw.h +++ b/client/renderers/EGL/draw.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index 3c21d76a..5a83b8a1 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/egldebug.c b/client/renderers/EGL/egldebug.c index 761c3ab5..c27183df 100644 --- a/client/renderers/EGL/egldebug.c +++ b/client/renderers/EGL/egldebug.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/egldebug.h b/client/renderers/EGL/egldebug.h index 892c1151..454aae3c 100644 --- a/client/renderers/EGL/egldebug.h +++ b/client/renderers/EGL/egldebug.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/model.c b/client/renderers/EGL/model.c index 6d6d5a68..acc58bd5 100644 --- a/client/renderers/EGL/model.c +++ b/client/renderers/EGL/model.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/model.h b/client/renderers/EGL/model.h index 4d20d1c4..2f45c8e8 100644 --- a/client/renderers/EGL/model.h +++ b/client/renderers/EGL/model.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/shader.c b/client/renderers/EGL/shader.c index 365de62d..9d12de29 100644 --- a/client/renderers/EGL/shader.c +++ b/client/renderers/EGL/shader.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/shader.h b/client/renderers/EGL/shader.h index 4748b25b..0c35c305 100644 --- a/client/renderers/EGL/shader.h +++ b/client/renderers/EGL/shader.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/splash.c b/client/renderers/EGL/splash.c index d3a4a0af..3de72f59 100644 --- a/client/renderers/EGL/splash.c +++ b/client/renderers/EGL/splash.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/splash.h b/client/renderers/EGL/splash.h index 3d394be0..6f13cac7 100644 --- a/client/renderers/EGL/splash.h +++ b/client/renderers/EGL/splash.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture.c b/client/renderers/EGL/texture.c index 8b9852ef..6bf3717c 100644 --- a/client/renderers/EGL/texture.c +++ b/client/renderers/EGL/texture.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture.h b/client/renderers/EGL/texture.h index 9e3aad1a..be32e9f3 100644 --- a/client/renderers/EGL/texture.h +++ b/client/renderers/EGL/texture.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_buffer.c b/client/renderers/EGL/texture_buffer.c index 06512fe9..04e9c10f 100644 --- a/client/renderers/EGL/texture_buffer.c +++ b/client/renderers/EGL/texture_buffer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_buffer.h b/client/renderers/EGL/texture_buffer.h index 13b1ab24..958d8275 100644 --- a/client/renderers/EGL/texture_buffer.h +++ b/client/renderers/EGL/texture_buffer.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_dmabuf.c b/client/renderers/EGL/texture_dmabuf.c index 941be85d..04336769 100644 --- a/client/renderers/EGL/texture_dmabuf.c +++ b/client/renderers/EGL/texture_dmabuf.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_framebuffer.c b/client/renderers/EGL/texture_framebuffer.c index c10077af..1cfa5d2e 100644 --- a/client/renderers/EGL/texture_framebuffer.c +++ b/client/renderers/EGL/texture_framebuffer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_util.c b/client/renderers/EGL/texture_util.c index d7ae901a..91df22f2 100644 --- a/client/renderers/EGL/texture_util.c +++ b/client/renderers/EGL/texture_util.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/EGL/texture_util.h b/client/renderers/EGL/texture_util.h index 6a3a45cc..b95e0320 100644 --- a/client/renderers/EGL/texture_util.h +++ b/client/renderers/EGL/texture_util.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/renderers/OpenGL/opengl.c b/client/renderers/OpenGL/opengl.c index b409c671..138e3f80 100644 --- a/client/renderers/OpenGL/opengl.c +++ b/client/renderers/OpenGL/opengl.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/app.c b/client/src/app.c index 1e4f5426..edd013d5 100644 --- a/client/src/app.c +++ b/client/src/app.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/clipboard.c b/client/src/clipboard.c index 419d0b73..a00f188c 100644 --- a/client/src/clipboard.c +++ b/client/src/clipboard.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/clipboard.h b/client/src/clipboard.h index f3399aa3..c565c796 100644 --- a/client/src/clipboard.h +++ b/client/src/clipboard.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/config.c b/client/src/config.c index 3cad83b0..e13c8f30 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it @@ -651,7 +651,7 @@ static void doLicense(void) // BEGIN LICENSE BLOCK "\n" "Looking Glass\n" - "Copyright (C) 2017-2021 The Looking Glass Authors\n" + "Copyright © 2017-2021 The Looking Glass Authors\n" "https://looking-glass.io\n" "\n" "This program is free software; you can redistribute it and/or modify it under\n" diff --git a/client/src/config.h b/client/src/config.h index efef09cc..0688aba0 100644 --- a/client/src/config.h +++ b/client/src/config.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/core.c b/client/src/core.c index c629dcae..cad2db6f 100644 --- a/client/src/core.c +++ b/client/src/core.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/core.h b/client/src/core.h index 8ccaa942..5874b54c 100644 --- a/client/src/core.h +++ b/client/src/core.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/egl_dynprocs.c b/client/src/egl_dynprocs.c index 693d01c3..4b200df3 100644 --- a/client/src/egl_dynprocs.c +++ b/client/src/egl_dynprocs.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/eglutil.c b/client/src/eglutil.c index 9090ce4b..e9040c10 100644 --- a/client/src/eglutil.c +++ b/client/src/eglutil.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/kb.c b/client/src/kb.c index 97083441..fba34a02 100644 --- a/client/src/kb.c +++ b/client/src/kb.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/kb.h b/client/src/kb.h index b40418ac..6747a9f6 100644 --- a/client/src/kb.h +++ b/client/src/kb.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/keybind.c b/client/src/keybind.c index 9f4f66dc..83843a24 100644 --- a/client/src/keybind.c +++ b/client/src/keybind.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/keybind.h b/client/src/keybind.h index 861e1910..cbe3408b 100644 --- a/client/src/keybind.h +++ b/client/src/keybind.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/lg-renderer.c b/client/src/lg-renderer.c index c9db56a6..37243988 100644 --- a/client/src/lg-renderer.c +++ b/client/src/lg-renderer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/ll.c b/client/src/ll.c index 94c71bdb..6423e9c7 100644 --- a/client/src/ll.c +++ b/client/src/ll.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/main.c b/client/src/main.c index d2c3f7cb..96f77545 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/main.h b/client/src/main.h index 35d11393..956f5753 100644 --- a/client/src/main.h +++ b/client/src/main.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay/alert.c b/client/src/overlay/alert.c index 5566454f..27c706d0 100644 --- a/client/src/overlay/alert.c +++ b/client/src/overlay/alert.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay/config.c b/client/src/overlay/config.c index 8fd8a113..4c111078 100644 --- a/client/src/overlay/config.c +++ b/client/src/overlay/config.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay/fps.c b/client/src/overlay/fps.c index df788572..7f97532c 100644 --- a/client/src/overlay/fps.c +++ b/client/src/overlay/fps.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay/graphs.c b/client/src/overlay/graphs.c index 93e773d6..1d366878 100644 --- a/client/src/overlay/graphs.c +++ b/client/src/overlay/graphs.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay/help.c b/client/src/overlay/help.c index 1f89ccc0..4a54f275 100644 --- a/client/src/overlay/help.c +++ b/client/src/overlay/help.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlay_utils.c b/client/src/overlay_utils.c index 56e13cfc..7bc06afc 100644 --- a/client/src/overlay_utils.c +++ b/client/src/overlay_utils.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/overlays.h b/client/src/overlays.h index 6d37d9a9..0108eb6c 100644 --- a/client/src/overlays.h +++ b/client/src/overlays.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/client/src/util.c b/client/src/util.c index e2470416..570d5e5e 100644 --- a/client/src/util.c +++ b/client/src/util.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/KVMFR.h b/common/include/common/KVMFR.h index 71f72ffc..9d0bb268 100644 --- a/common/include/common/KVMFR.h +++ b/common/include/common/KVMFR.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/appstrings.h b/common/include/common/appstrings.h index 69cca4a2..ff84d932 100644 --- a/common/include/common/appstrings.h +++ b/common/include/common/appstrings.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/array.h b/common/include/common/array.h index 93467ce5..8ad6dd9d 100644 --- a/common/include/common/array.h +++ b/common/include/common/array.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/countedbuffer.h b/common/include/common/countedbuffer.h index 2f84d908..ca564000 100644 --- a/common/include/common/countedbuffer.h +++ b/common/include/common/countedbuffer.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/crash.h b/common/include/common/crash.h index 4345cb42..32d759b0 100644 --- a/common/include/common/crash.h +++ b/common/include/common/crash.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/debug.h b/common/include/common/debug.h index aa6db868..855ab643 100644 --- a/common/include/common/debug.h +++ b/common/include/common/debug.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/event.h b/common/include/common/event.h index cc573d8e..a9879deb 100644 --- a/common/include/common/event.h +++ b/common/include/common/event.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/framebuffer.h b/common/include/common/framebuffer.h index efcdcb6d..176c75f3 100644 --- a/common/include/common/framebuffer.h +++ b/common/include/common/framebuffer.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/ivshmem.h b/common/include/common/ivshmem.h index 04d0d992..1d02fa3a 100644 --- a/common/include/common/ivshmem.h +++ b/common/include/common/ivshmem.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/locking.h b/common/include/common/locking.h index 1dd81abd..c1cafa98 100644 --- a/common/include/common/locking.h +++ b/common/include/common/locking.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/option.h b/common/include/common/option.h index 1a21adb2..d2c26440 100644 --- a/common/include/common/option.h +++ b/common/include/common/option.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/paths.h b/common/include/common/paths.h index 458c5dd1..8b42d414 100644 --- a/common/include/common/paths.h +++ b/common/include/common/paths.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/ringbuffer.h b/common/include/common/ringbuffer.h index c1126cc5..6203d6ac 100644 --- a/common/include/common/ringbuffer.h +++ b/common/include/common/ringbuffer.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/runningavg.h b/common/include/common/runningavg.h index 0c730d3b..03ce2fb7 100644 --- a/common/include/common/runningavg.h +++ b/common/include/common/runningavg.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/stringlist.h b/common/include/common/stringlist.h index 33b6e622..89cb0bcb 100644 --- a/common/include/common/stringlist.h +++ b/common/include/common/stringlist.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/stringutils.h b/common/include/common/stringutils.h index a69bb041..4191fab5 100644 --- a/common/include/common/stringutils.h +++ b/common/include/common/stringutils.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/sysinfo.h b/common/include/common/sysinfo.h index a5fdb233..d47f9cf0 100644 --- a/common/include/common/sysinfo.h +++ b/common/include/common/sysinfo.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/thread.h b/common/include/common/thread.h index 6a65a538..f2fb2d82 100644 --- a/common/include/common/thread.h +++ b/common/include/common/thread.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/time.h b/common/include/common/time.h index 90bbc876..6c1059ff 100644 --- a/common/include/common/time.h +++ b/common/include/common/time.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/types.h b/common/include/common/types.h index 8cb8efa3..8a999444 100644 --- a/common/include/common/types.h +++ b/common/include/common/types.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/version.h b/common/include/common/version.h index 6b362122..4fac973b 100644 --- a/common/include/common/version.h +++ b/common/include/common/version.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/include/common/windebug.h b/common/include/common/windebug.h index f7bb3470..882fbea1 100644 --- a/common/include/common/windebug.h +++ b/common/include/common/windebug.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/KVMFR.c b/common/src/KVMFR.c index 19e10f06..e49e4c5f 100644 --- a/common/src/KVMFR.c +++ b/common/src/KVMFR.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/appstrings.c b/common/src/appstrings.c index fd5853aa..d9a0c70f 100644 --- a/common/src/appstrings.c +++ b/common/src/appstrings.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/countedbuffer.c b/common/src/countedbuffer.c index 78c1e2d3..2e0bfcd3 100644 --- a/common/src/countedbuffer.c +++ b/common/src/countedbuffer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/framebuffer.c b/common/src/framebuffer.c index 0d709e3e..484fea54 100644 --- a/common/src/framebuffer.c +++ b/common/src/framebuffer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/option.c b/common/src/option.c index 9a32cd6b..44123d03 100644 --- a/common/src/option.c +++ b/common/src/option.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/bfd.inc.h b/common/src/platform/linux/bfd.inc.h index bd33df4f..33043d9c 100644 --- a/common/src/platform/linux/bfd.inc.h +++ b/common/src/platform/linux/bfd.inc.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/crash.c b/common/src/platform/linux/crash.c index 506c1d0d..a47c637b 100644 --- a/common/src/platform/linux/crash.c +++ b/common/src/platform/linux/crash.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/debug.c b/common/src/platform/linux/debug.c index 62e0e0d5..1164ac78 100644 --- a/common/src/platform/linux/debug.c +++ b/common/src/platform/linux/debug.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/event.c b/common/src/platform/linux/event.c index 53bd3587..9b506234 100644 --- a/common/src/platform/linux/event.c +++ b/common/src/platform/linux/event.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/ivshmem.c b/common/src/platform/linux/ivshmem.c index 1049723b..eb8e35d0 100644 --- a/common/src/platform/linux/ivshmem.c +++ b/common/src/platform/linux/ivshmem.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/paths.c b/common/src/platform/linux/paths.c index a36cb9e7..4088a27c 100644 --- a/common/src/platform/linux/paths.c +++ b/common/src/platform/linux/paths.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/sysinfo.c b/common/src/platform/linux/sysinfo.c index ab132b56..c4b0744c 100644 --- a/common/src/platform/linux/sysinfo.c +++ b/common/src/platform/linux/sysinfo.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/thread.c b/common/src/platform/linux/thread.c index a267bb36..5a9d9e16 100644 --- a/common/src/platform/linux/thread.c +++ b/common/src/platform/linux/thread.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/linux/time.c b/common/src/platform/linux/time.c index 98ba3ac2..86c5bd81 100644 --- a/common/src/platform/linux/time.c +++ b/common/src/platform/linux/time.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/crash.c b/common/src/platform/windows/crash.c index 52cec43e..d5081649 100644 --- a/common/src/platform/windows/crash.c +++ b/common/src/platform/windows/crash.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/debug.c b/common/src/platform/windows/debug.c index 872bada2..dc9d789e 100644 --- a/common/src/platform/windows/debug.c +++ b/common/src/platform/windows/debug.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/event.c b/common/src/platform/windows/event.c index 052266f2..7c2787e3 100644 --- a/common/src/platform/windows/event.c +++ b/common/src/platform/windows/event.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/ivshmem.c b/common/src/platform/windows/ivshmem.c index 8fb8efc5..0b7316e4 100644 --- a/common/src/platform/windows/ivshmem.c +++ b/common/src/platform/windows/ivshmem.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/sysinfo.c b/common/src/platform/windows/sysinfo.c index caae1415..f5649144 100644 --- a/common/src/platform/windows/sysinfo.c +++ b/common/src/platform/windows/sysinfo.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/thread.c b/common/src/platform/windows/thread.c index a453074b..30d3dd82 100644 --- a/common/src/platform/windows/thread.c +++ b/common/src/platform/windows/thread.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/time.c b/common/src/platform/windows/time.c index 47df9bd4..451510b4 100644 --- a/common/src/platform/windows/time.c +++ b/common/src/platform/windows/time.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/platform/windows/windebug.c b/common/src/platform/windows/windebug.c index 855c6d81..99b599dd 100644 --- a/common/src/platform/windows/windebug.c +++ b/common/src/platform/windows/windebug.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/ringbuffer.c b/common/src/ringbuffer.c index 6ba0badf..4519167e 100644 --- a/common/src/ringbuffer.c +++ b/common/src/ringbuffer.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/runningavg.c b/common/src/runningavg.c index 66a1ea23..f70a43b8 100644 --- a/common/src/runningavg.c +++ b/common/src/runningavg.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/stringlist.c b/common/src/stringlist.c index 4060728d..f4cb06a6 100644 --- a/common/src/stringlist.c +++ b/common/src/stringlist.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/common/src/stringutils.c b/common/src/stringutils.c index c7b84a92..0f6939ea 100644 --- a/common/src/stringutils.c +++ b/common/src/stringutils.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/include/interface/capture.h b/host/include/interface/capture.h index 7efea0ea..7c7a229c 100644 --- a/host/include/interface/capture.h +++ b/host/include/interface/capture.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/include/interface/platform.h b/host/include/interface/platform.h index 29274633..03df37a3 100644 --- a/host/include/interface/platform.h +++ b/host/include/interface/platform.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Linux/capture/XCB/src/xcb.c b/host/platform/Linux/capture/XCB/src/xcb.c index 1f343989..a36754c1 100644 --- a/host/platform/Linux/capture/XCB/src/xcb.c +++ b/host/platform/Linux/capture/XCB/src/xcb.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Linux/src/platform.c b/host/platform/Linux/src/platform.c index dbb436a0..96aa02ba 100644 --- a/host/platform/Linux/src/platform.c +++ b/host/platform/Linux/src/platform.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c index 82188766..83cbf339 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi.c +++ b/host/platform/Windows/capture/DXGI/src/dxgi.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/capture/DXGI/src/dxgi_extra.h b/host/platform/Windows/capture/DXGI/src/dxgi_extra.h index 4c652ab9..abc3c081 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi_extra.h +++ b/host/platform/Windows/capture/DXGI/src/dxgi_extra.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/capture/NVFBC/src/nvfbc.c b/host/platform/Windows/capture/NVFBC/src/nvfbc.c index 8e01dbef..f2bf520e 100644 --- a/host/platform/Windows/capture/NVFBC/src/nvfbc.c +++ b/host/platform/Windows/capture/NVFBC/src/nvfbc.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/capture/NVFBC/src/wrapper.cpp b/host/platform/Windows/capture/NVFBC/src/wrapper.cpp index 472fb7f7..0ed5729a 100644 --- a/host/platform/Windows/capture/NVFBC/src/wrapper.cpp +++ b/host/platform/Windows/capture/NVFBC/src/wrapper.cpp @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/capture/NVFBC/src/wrapper.h b/host/platform/Windows/capture/NVFBC/src/wrapper.h index 16a831c8..f64fd519 100644 --- a/host/platform/Windows/capture/NVFBC/src/wrapper.h +++ b/host/platform/Windows/capture/NVFBC/src/wrapper.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/include/windows/force_compose.h b/host/platform/Windows/include/windows/force_compose.h index 5b51f909..282e71aa 100644 --- a/host/platform/Windows/include/windows/force_compose.h +++ b/host/platform/Windows/include/windows/force_compose.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/include/windows/mousehook.h b/host/platform/Windows/include/windows/mousehook.h index 6ef6adeb..04d5ded1 100644 --- a/host/platform/Windows/include/windows/mousehook.h +++ b/host/platform/Windows/include/windows/mousehook.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/installer.nsi b/host/platform/Windows/installer.nsi index 4a493258..505501be 100644 --- a/host/platform/Windows/installer.nsi +++ b/host/platform/Windows/installer.nsi @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/resource.rc b/host/platform/Windows/resource.rc index ca2801c4..c928f2e4 100644 --- a/host/platform/Windows/resource.rc +++ b/host/platform/Windows/resource.rc @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/force_compose.c b/host/platform/Windows/src/force_compose.c index 2cf99dba..7b1cb03a 100644 --- a/host/platform/Windows/src/force_compose.c +++ b/host/platform/Windows/src/force_compose.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/mousehook.c b/host/platform/Windows/src/mousehook.c index 24657423..ba96b317 100644 --- a/host/platform/Windows/src/mousehook.c +++ b/host/platform/Windows/src/mousehook.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/platform.c b/host/platform/Windows/src/platform.c index 3433b901..f3854b78 100644 --- a/host/platform/Windows/src/platform.c +++ b/host/platform/Windows/src/platform.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/platform.h b/host/platform/Windows/src/platform.h index 39d0dd41..e6f65772 100644 --- a/host/platform/Windows/src/platform.h +++ b/host/platform/Windows/src/platform.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/service.c b/host/platform/Windows/src/service.c index 568d7c55..5390edba 100644 --- a/host/platform/Windows/src/service.c +++ b/host/platform/Windows/src/service.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/platform/Windows/src/service.h b/host/platform/Windows/src/service.h index 4e27f3cd..fc41092d 100644 --- a/host/platform/Windows/src/service.h +++ b/host/platform/Windows/src/service.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/host/src/app.c b/host/src/app.c index 63f46b79..174ce1cf 100644 --- a/host/src/app.c +++ b/host/src/app.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/module/kvmfr.c b/module/kvmfr.c index 6d3c00c9..9827a885 100644 --- a/module/kvmfr.c +++ b/module/kvmfr.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/module/kvmfr.h b/module/kvmfr.h index 9ec7b241..7dfbcc3d 100644 --- a/module/kvmfr.h +++ b/module/kvmfr.h @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/module/test.c b/module/test.c index e8d0ef9d..e1b5a81e 100644 --- a/module/test.c +++ b/module/test.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/obs/lg.c b/obs/lg.c index d18a3123..e07b6f15 100644 --- a/obs/lg.c +++ b/obs/lg.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/obs/main.c b/obs/main.c index ef6798c7..4d7d0d3f 100644 --- a/obs/main.c +++ b/obs/main.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it diff --git a/profile/client/src/main.c b/profile/client/src/main.c index 86a8fd0a..b82e0a48 100644 --- a/profile/client/src/main.c +++ b/profile/client/src/main.c @@ -1,6 +1,6 @@ /** * Looking Glass - * Copyright (C) 2017-2021 The Looking Glass Authors + * Copyright © 2017-2021 The Looking Glass Authors * https://looking-glass.io * * This program is free software; you can redistribute it and/or modify it