aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharles kerr <charlesk@canonical.com>2016-01-01 20:14:14 -0600
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 10:17:14 +0200
commitdeca915372eddd1e0a1fa219cb26d7f6541d1f80 (patch)
tree59e7a17043898ea9c6ae0eec2f91449691acd1ca
parent97130ad08300c3ec6ab2165ff7506cd7f25af0d6 (diff)
downloadayatana-indicator-power-deca915372eddd1e0a1fa219cb26d7f6541d1f80.tar.gz
ayatana-indicator-power-deca915372eddd1e0a1fa219cb26d7f6541d1f80.tar.bz2
ayatana-indicator-power-deca915372eddd1e0a1fa219cb26d7f6541d1f80.zip
update copyright dates on changed files (again)
-rw-r--r--src/datafiles.c2
-rw-r--r--src/datafiles.h2
-rw-r--r--src/service.c12
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>