diff options
author | charles kerr <charlesk@canonical.com> | 2016-01-01 18:49:13 -0600 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 10:17:14 +0200 |
commit | 9b631e9353d206ab5c8bb64317f584024ebe0f4a (patch) | |
tree | 81a72b04466307d875bee4f5d4f8a8d78b68ec71 /src | |
parent | 61327b52f353c829ed10b452d17fec3d36b8c601 (diff) | |
download | ayatana-indicator-power-9b631e9353d206ab5c8bb64317f584024ebe0f4a.tar.gz ayatana-indicator-power-9b631e9353d206ab5c8bb64317f584024ebe0f4a.tar.bz2 ayatana-indicator-power-9b631e9353d206ab5c8bb64317f584024ebe0f4a.zip |
fix another touched file's copyright date
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,5 @@ /* - * Copyright 2013 Canonical Ltd. - * - * Authors: - * Charles Kerr <charles.kerr@canonical.com> + * Copyright 2013-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 @@ -15,6 +12,9 @@ * * 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> */ #include <locale.h> |