diff options
-rw-r--r-- | src/service.c | 2 | ||||
-rw-r--r-- | src/utils.c | 1 | ||||
-rw-r--r-- | src/utils.h | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c index af46b87..c0e554e 100644 --- a/src/service.c +++ b/src/service.c @@ -1,9 +1,11 @@ /* * Copyright 2013 Canonical Ltd. + * Copytight 2021 AyatanaIndicators * * Authors: * Charles Kerr <charles.kerr@canonical.com> * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published diff --git a/src/utils.c b/src/utils.c index 16dd776..8c2964b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,6 +1,7 @@ /* * Copyright 2013 Canonical Ltd. * Copytight 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copytight 2021 Robert Tari <robert@tari.in> * * Authors (@Canonical): * Charles Kerr <charles.kerr@canonical.com> diff --git a/src/utils.h b/src/utils.h index 7d03abb..2eb0de7 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,6 @@ /* * Copytight 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copytight 2021 Robert Tari <robert@tari.in> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published |