diff options
-rw-r--r-- | src/datafiles.c | 2 | ||||
-rw-r--r-- | src/datafiles.h | 2 | ||||
-rw-r--r-- | src/service.c | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/src/datafiles.c b/src/datafiles.c index dba8048..6d9962c 100644 --- a/src/datafiles.c +++ b/src/datafiles.c @@ -1,5 +1,5 @@ /* - * Copyright 2015 Canonical Ltd. + * Copyright 2016 Canonical Ltd. * * 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/datafiles.h b/src/datafiles.h index f624b9c..95c5bc9 100644 --- a/src/datafiles.h +++ b/src/datafiles.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 Canonical Ltd. + * Copyright 2016 Canonical Ltd. * * 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/service.c b/src/service.c index a6c3432..17414c7 100644 --- a/src/service.c +++ b/src/service.c @@ -1,12 +1,7 @@ /* - * Copyright 2013 Canonical Ltd. + * Copyright 2013-2016 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 * by the Free Software Foundation. @@ -18,6 +13,11 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Authors: + * Charles Kerr <charles.kerr@canonical.com> + * Ted Gould <ted@canonical.com> + * Robert Tari <robert@tari.in> */ #include <glib/gi18n.h> |