diff options
Diffstat (limited to 'src/settings-daemon.vala')
-rw-r--r-- | src/settings-daemon.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings-daemon.vala b/src/settings-daemon.vala index c7d5f57..5230b0a 100644 --- a/src/settings-daemon.vala +++ b/src/settings-daemon.vala @@ -1,6 +1,7 @@ /* -*- Mode:Vala; indent-tabs-mode:nil; tab-width:4 -*- * * Copyright (C) 2011 Canonical Ltd + * Copyright (C) 2015,2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * 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 @@ -15,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authored by: Michael Terry <michael.terry@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ public class SettingsDaemon : Object |