diff options
Diffstat (limited to 'src/greeter-list.vala')
-rw-r--r-- | src/greeter-list.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/greeter-list.vala b/src/greeter-list.vala index 47724f1..110428f 100644 --- a/src/greeter-list.vala +++ b/src/greeter-list.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2012 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 @@ -17,6 +18,7 @@ * Authors: Robert Ancell <robert.ancell@canonical.com> * Michael Terry <michael.terry@canonical.com> * Scott Sweeny <scott.sweeny@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ private const int MAX_FIELD_SIZE = 200; |