diff options
Diffstat (limited to 'src/arctica-greeter.vala')
-rw-r--r-- | src/arctica-greeter.vala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index 6187ba8..0355534 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.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 @@ -14,7 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Authored by: Robert Ancell <robert.ancell@canonical.com> + * Authors: Robert Ancell <robert.ancell@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ public const int grid_size = 40; |