diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 15:20:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 15:20:33 +0100 |
commit | 084f344b32b14da13bba634b92aa9eed9b7a53c3 (patch) | |
tree | 0fc7ba57e71572b0d5e1a63d1d6f586c5705e17a /src | |
parent | 9e26f76e72c7f32ea90bc5e7e8cd369b7ea663e1 (diff) | |
download | ayatana-indicator-power-084f344b32b14da13bba634b92aa9eed9b7a53c3.tar.gz ayatana-indicator-power-084f344b32b14da13bba634b92aa9eed9b7a53c3.tar.bz2 ayatana-indicator-power-084f344b32b14da13bba634b92aa9eed9b7a53c3.zip |
src/: Typo fix in license header.
Diffstat (limited to 'src')
-rw-r--r-- | src/service.c | 2 | ||||
-rw-r--r-- | src/utils.c | 4 | ||||
-rw-r--r-- | src/utils.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/service.c b/src/service.c index 9b99a05..efb386f 100644 --- a/src/service.c +++ b/src/service.c @@ -1,6 +1,6 @@ /* * Copyright 2013-2016 Canonical Ltd. - * Copytight 2021 AyatanaIndicators + * Copyright 2021 AyatanaIndicators * * 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 9ba904c..f50136c 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Canonical Ltd. - * Copytight 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - * Copytight 2021 Robert Tari <robert@tari.in> + * Copyright 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright 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 6dcf658..a99bd34 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,6 @@ /* - * Copytight 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - * Copytight 2021 Robert Tari <robert@tari.in> + * Copyright 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright 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 |