diff options
Diffstat (limited to 'src/user-list.vala')
-rw-r--r-- | src/user-list.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user-list.vala b/src/user-list.vala index 4398586..65feaa2 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2011,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 @@ -16,6 +17,7 @@ * * Authors: Robert Ancell <robert.ancell@canonical.com> * Michael Terry <michael.terry@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ int remote_server_field_sort_function (RemoteServerField? item1, RemoteServerField? item2) |