From 5b3b4ae638d74a0d3e27aa8ac274a58ed4321418 Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Mon, 24 Feb 2025 15:02:55 +0000 Subject: [PATCH] Add "GameMode contributors" to copyright notice Attribute the contributions made by members of the community, but avoid unweildy and inconsistent copyright notices at the top of each file. Existing contributor copyright notices have been left as-is. --- LICENSE.txt | 2 +- README.md | 2 +- common/common-cpu.c | 2 +- common/common-cpu.h | 2 +- common/common-external.c | 2 +- common/common-external.h | 2 +- common/common-governors.c | 2 +- common/common-governors.h | 2 +- common/common-gpu.c | 2 +- common/common-gpu.h | 2 +- common/common-helpers.c | 2 +- common/common-helpers.h | 2 +- common/common-logging.c | 2 +- common/common-logging.h | 2 +- common/common-pidfds.c | 2 +- common/common-pidfds.h | 2 +- common/common-power.c | 2 +- common/common-power.h | 2 +- daemon/gamemode-config.c | 2 +- daemon/gamemode-config.h | 2 +- daemon/gamemode-context.c | 2 +- daemon/gamemode-cpu.c | 2 +- daemon/gamemode-dbus.c | 2 +- daemon/gamemode-gpu.c | 2 +- daemon/gamemode-ioprio.c | 2 +- daemon/gamemode-sched.c | 2 +- daemon/gamemode-tests.c | 2 +- daemon/gamemode-wine.c | 2 +- daemon/gamemode.h | 2 +- daemon/gamemoded.c | 2 +- data/polkit/actions/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 +- util/cpucorectl.c | 2 +- util/cpugovctl.c | 2 +- util/gpuclockctl.c | 2 +- util/procsysctl.c | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index a016543..a097a08 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017-2024, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index b6ba6a4..1d31f90 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ See the [contributors](https://github.com/FeralInteractive/gamemode/graphs/contr --- ## License -Copyright © 2017-2024 Feral Interactive +Copyright © 2017-2025 Feral Interactive and the GameMode contributors GameMode is available under the terms of the BSD 3-Clause License (Revised) diff --git a/common/common-cpu.c b/common/common-cpu.c index 497044e..d8d61f4 100644 --- a/common/common-cpu.c +++ b/common/common-cpu.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-cpu.h b/common/common-cpu.h index ccc8ed4..c3fb921 100644 --- a/common/common-cpu.h +++ b/common/common-cpu.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-external.c b/common/common-external.c index ab5662b..69b3067 100644 --- a/common/common-external.c +++ b/common/common-external.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-external.h b/common/common-external.h index d8b6207..5e6f465 100644 --- a/common/common-external.h +++ b/common/common-external.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-governors.c b/common/common-governors.c index c1df6e1..37ae4e9 100644 --- a/common/common-governors.c +++ b/common/common-governors.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-governors.h b/common/common-governors.h index 10c0dd3..eecf647 100644 --- a/common/common-governors.h +++ b/common/common-governors.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-gpu.c b/common/common-gpu.c index 3fc2eef..bc66248 100644 --- a/common/common-gpu.c +++ b/common/common-gpu.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-gpu.h b/common/common-gpu.h index 83f3c12..f61b96a 100644 --- a/common/common-gpu.h +++ b/common/common-gpu.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-helpers.c b/common/common-helpers.c index cfbdd36..4505200 100644 --- a/common/common-helpers.c +++ b/common/common-helpers.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors Copyright (c) 2019, Red Hat All rights reserved. diff --git a/common/common-helpers.h b/common/common-helpers.h index d079b3f..90a7cf7 100644 --- a/common/common-helpers.h +++ b/common/common-helpers.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-logging.c b/common/common-logging.c index cd8e18f..636e0b5 100644 --- a/common/common-logging.c +++ b/common/common-logging.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-logging.h b/common/common-logging.h index 2af940a..673df5f 100644 --- a/common/common-logging.h +++ b/common/common-logging.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/common-pidfds.c b/common/common-pidfds.c index 61442e3..56f5ecb 100644 --- a/common/common-pidfds.c +++ b/common/common-pidfds.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors Copyright (c) 2019, Red Hat All rights reserved. diff --git a/common/common-pidfds.h b/common/common-pidfds.h index b158517..3909441 100644 --- a/common/common-pidfds.h +++ b/common/common-pidfds.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors Copyright (c) 2019, Red Hat All rights reserved. diff --git a/common/common-power.c b/common/common-power.c index a4e08c9..2fc0f05 100644 --- a/common/common-power.c +++ b/common/common-power.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors Copyright (c) 2019, Intel Corporation All rights reserved. diff --git a/common/common-power.h b/common/common-power.h index e92a636..a6b9b4c 100644 --- a/common/common-power.h +++ b/common/common-power.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-config.c b/daemon/gamemode-config.c index a63459c..59dc13b 100644 --- a/daemon/gamemode-config.c +++ b/daemon/gamemode-config.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-config.h b/daemon/gamemode-config.h index cd5aaa3..d9da118 100644 --- a/daemon/gamemode-config.h +++ b/daemon/gamemode-config.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-context.c b/daemon/gamemode-context.c index 1e8ed9d..9ad1367 100644 --- a/daemon/gamemode-context.c +++ b/daemon/gamemode-context.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-cpu.c b/daemon/gamemode-cpu.c index 98eb9a3..51429ed 100644 --- a/daemon/gamemode-cpu.c +++ b/daemon/gamemode-cpu.c @@ -1,7 +1,7 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemode-dbus.c b/daemon/gamemode-dbus.c index 29f897a..f766d4e 100644 --- a/daemon/gamemode-dbus.c +++ b/daemon/gamemode-dbus.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 84f255b..2e15149 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -1,7 +1,7 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 ec6c893..9a7f1ba 100644 --- a/daemon/gamemode-ioprio.c +++ b/daemon/gamemode-ioprio.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 a03d2aa..634a16f 100644 --- a/daemon/gamemode-sched.c +++ b/daemon/gamemode-sched.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 9195384..1d555fd 100644 --- a/daemon/gamemode-tests.c +++ b/daemon/gamemode-tests.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 056b50a..cbe5f4d 100644 --- a/daemon/gamemode-wine.c +++ b/daemon/gamemode-wine.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 befcea5..f1dad37 100644 --- a/daemon/gamemode.h +++ b/daemon/gamemode.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/daemon/gamemoded.c b/daemon/gamemoded.c index 4fb62d5..e610cc2 100644 --- a/daemon/gamemoded.c +++ b/daemon/gamemoded.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/data/polkit/actions/com.feralinteractive.GameMode.policy.in b/data/polkit/actions/com.feralinteractive.GameMode.policy.in index 96a45ee..df14d15 100644 --- a/data/polkit/actions/com.feralinteractive.GameMode.policy.in +++ b/data/polkit/actions/com.feralinteractive.GameMode.policy.in @@ -5,7 +5,7 @@ diff --git a/example/main.c b/example/main.c index 3cd4280..013a364 100644 --- a/example/main.c +++ b/example/main.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 8f167ac..451e216 100644 --- a/lib/client_impl.c +++ b/lib/client_impl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 08c86d0..4c08970 100644 --- a/lib/client_loader.c +++ b/lib/client_loader.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors 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 b9f64fe..49c34fb 100644 --- a/lib/gamemode_client.h +++ b/lib/gamemode_client.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/util/cpucorectl.c b/util/cpucorectl.c index 568925f..8e6a146 100644 --- a/util/cpucorectl.c +++ b/util/cpucorectl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/util/cpugovctl.c b/util/cpugovctl.c index efe266d..62be27f 100644 --- a/util/cpugovctl.c +++ b/util/cpugovctl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/util/gpuclockctl.c b/util/gpuclockctl.c index e80238f..d04c1f8 100644 --- a/util/gpuclockctl.c +++ b/util/gpuclockctl.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2017-2019, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/util/procsysctl.c b/util/procsysctl.c index 261ec38..e5a69b5 100644 --- a/util/procsysctl.c +++ b/util/procsysctl.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2017-2023, Feral Interactive +Copyright (c) 2017-2025, Feral Interactive and the GameMode contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: