From 10a31f8dec3619b854facf3d95e9e888275afabc Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Thu, 14 Mar 2019 16:59:30 +0000 Subject: [PATCH] Update copyright years to 2019 --- LICENSE.txt | 2 +- README.md | 2 +- daemon/cpugovctl.c | 2 +- daemon/daemon_config.c | 2 +- daemon/daemon_config.h | 2 +- daemon/daemonize.c | 2 +- daemon/daemonize.h | 2 +- daemon/dbus_messaging.c | 2 +- daemon/dbus_messaging.h | 2 +- daemon/external-helper.c | 2 +- daemon/external-helper.h | 2 +- daemon/gamemode-env.c | 2 +- daemon/gamemode-gpu.c | 2 +- daemon/gamemode-ioprio.c | 2 +- daemon/gamemode-proc.c | 2 +- daemon/gamemode-sched.c | 2 +- daemon/gamemode-tests.c | 2 +- daemon/gamemode-wine.c | 2 +- daemon/gamemode.c | 2 +- daemon/gamemode.h | 2 +- daemon/governors-query.c | 2 +- daemon/governors-query.h | 2 +- daemon/gpu-control.c | 2 +- daemon/gpu-control.h | 2 +- daemon/gpuclockctl.c | 2 +- daemon/helpers.h | 2 +- daemon/logging.c | 2 +- daemon/logging.h | 2 +- daemon/main.c | 2 +- data/com.feralinteractive.GameMode.policy.in | 2 +- example/main.c | 2 +- lib/client_impl.c | 2 +- lib/client_loader.c | 2 +- lib/gamemode_client.h | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 1cc1172..c6fe241 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index e68f761..5904147 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,6 @@ See the [contributors](https://github.com/FeralInteractive/gamemode/graphs/contr --- ## License -Copyright © 2018 Feral Interactive +Copyright © 2017-2019 Feral Interactive GameMode is available under the terms of the BSD 3-Clause License (Revised) diff --git a/daemon/cpugovctl.c b/daemon/cpugovctl.c index 35750ef..f72ed67 100644 --- a/daemon/cpugovctl.c +++ b/daemon/cpugovctl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/daemon_config.c b/daemon/daemon_config.c index 9a84122..675c195 100644 --- a/daemon/daemon_config.c +++ b/daemon/daemon_config.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/daemon_config.h b/daemon/daemon_config.h index 538ef10..7418d07 100644 --- a/daemon/daemon_config.h +++ b/daemon/daemon_config.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/daemonize.c b/daemon/daemonize.c index cc475f3..d6dfa41 100644 --- a/daemon/daemonize.c +++ b/daemon/daemonize.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/daemonize.h b/daemon/daemonize.h index b55cd9f..b5b4602 100644 --- a/daemon/daemonize.h +++ b/daemon/daemonize.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/dbus_messaging.c b/daemon/dbus_messaging.c index 40da5d6..ca52486 100644 --- a/daemon/dbus_messaging.c +++ b/daemon/dbus_messaging.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/dbus_messaging.h b/daemon/dbus_messaging.h index 2ab8eac..f2f65dc 100644 --- a/daemon/dbus_messaging.h +++ b/daemon/dbus_messaging.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/external-helper.c b/daemon/external-helper.c index b915724..af0daf8 100644 --- a/daemon/external-helper.c +++ b/daemon/external-helper.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/external-helper.h b/daemon/external-helper.h index 9d4e2e4..d8b6207 100644 --- a/daemon/external-helper.h +++ b/daemon/external-helper.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-env.c b/daemon/gamemode-env.c index 655df33..6a1786b 100644 --- a/daemon/gamemode-env.c +++ b/daemon/gamemode-env.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-gpu.c b/daemon/gamemode-gpu.c index c7ae96c..9c2d707 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -1,7 +1,7 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-ioprio.c b/daemon/gamemode-ioprio.c index 159e47a..f287421 100644 --- a/daemon/gamemode-ioprio.c +++ b/daemon/gamemode-ioprio.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-proc.c b/daemon/gamemode-proc.c index 74d083d..daea7b7 100644 --- a/daemon/gamemode-proc.c +++ b/daemon/gamemode-proc.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-sched.c b/daemon/gamemode-sched.c index 1e070cd..698ecd1 100644 --- a/daemon/gamemode-sched.c +++ b/daemon/gamemode-sched.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-tests.c b/daemon/gamemode-tests.c index 540311d..9fa073e 100644 --- a/daemon/gamemode-tests.c +++ b/daemon/gamemode-tests.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-wine.c b/daemon/gamemode-wine.c index c2cfc66..b6f945c 100644 --- a/daemon/gamemode-wine.c +++ b/daemon/gamemode-wine.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode.c b/daemon/gamemode.c index 4391f90..cf90a26 100644 --- a/daemon/gamemode.c +++ b/daemon/gamemode.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode.h b/daemon/gamemode.h index 9e62a37..4c469ad 100644 --- a/daemon/gamemode.h +++ b/daemon/gamemode.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/governors-query.c b/daemon/governors-query.c index 1d037b1..50ab711 100644 --- a/daemon/governors-query.c +++ b/daemon/governors-query.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/governors-query.h b/daemon/governors-query.h index 9267fa7..10c0dd3 100644 --- a/daemon/governors-query.h +++ b/daemon/governors-query.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gpu-control.c b/daemon/gpu-control.c index e665d49..7aef5ef 100644 --- a/daemon/gpu-control.c +++ b/daemon/gpu-control.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gpu-control.h b/daemon/gpu-control.h index fd9ec21..4be055a 100644 --- a/daemon/gpu-control.h +++ b/daemon/gpu-control.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gpuclockctl.c b/daemon/gpuclockctl.c index 4e395c5..400327a 100644 --- a/daemon/gpuclockctl.c +++ b/daemon/gpuclockctl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/helpers.h b/daemon/helpers.h index 6b0fff6..eb2b722 100644 --- a/daemon/helpers.h +++ b/daemon/helpers.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/logging.c b/daemon/logging.c index a89264b..b75547c 100644 --- a/daemon/logging.c +++ b/daemon/logging.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/logging.h b/daemon/logging.h index 199b10b..72ac387 100644 --- a/daemon/logging.h +++ b/daemon/logging.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/main.c b/daemon/main.c index 5c00e1a..bd212af 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/data/com.feralinteractive.GameMode.policy.in b/data/com.feralinteractive.GameMode.policy.in index 78cc5ee..9933e0b 100644 --- a/data/com.feralinteractive.GameMode.policy.in +++ b/data/com.feralinteractive.GameMode.policy.in @@ -5,7 +5,7 @@ diff --git a/example/main.c b/example/main.c index a4b65e0..e48e391 100644 --- a/example/main.c +++ b/example/main.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/lib/client_impl.c b/lib/client_impl.c index 1627596..1941ac1 100644 --- a/lib/client_impl.c +++ b/lib/client_impl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/lib/client_loader.c b/lib/client_loader.c index 62434e8..08c86d0 100644 --- a/lib/client_loader.c +++ b/lib/client_loader.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/lib/gamemode_client.h b/lib/gamemode_client.h index 2ae83a4..dfc67e7 100644 --- a/lib/gamemode_client.h +++ b/lib/gamemode_client.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2018, Feral Interactive +Copyright (c) 2017-2019, Feral Interactive All rights reserved. Redistribution and use in source and binary forms, with or without