From b78391b76207643b1c4d8ad6b7550c503c3c32e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 14:05:59 +0200 Subject: copyright holdership: Add myself as copyright holder and author to file headers of files I have worked on. --- src/animate-timer.vala | 2 ++ src/arctica-greeter.vala | 4 +++- src/background.vala | 2 ++ src/dash-box.vala | 4 +++- src/dash-button.vala | 2 ++ src/dash-entry.vala | 2 ++ src/flat-button.vala | 2 ++ src/greeter-list.vala | 2 ++ src/idle-monitor.vala | 20 ++++++++++++++++++++ src/list-stack.vala | 3 ++- src/main-window.vala | 2 ++ src/menubar.vala | 2 ++ src/prompt-box.vala | 2 ++ src/remote-logon-service.vala | 1 + src/session-list.vala | 2 ++ src/settings-daemon.vala | 2 ++ src/settings.vala | 2 ++ src/shutdown-dialog.vala | 2 ++ src/toggle-box.vala | 2 ++ src/user-list.vala | 2 ++ src/user-prompt-box.vala | 1 + 21 files changed, 60 insertions(+), 3 deletions(-) diff --git a/src/animate-timer.vala b/src/animate-timer.vala index e4abab3..9f92448 100644 --- a/src/animate-timer.vala +++ b/src/animate-timer.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2011,2012 Canonical Ltd + * Copyright (C) 2015 Mike Gabriel * * 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 * Michael Terry + * Mike Gabriel */ private class AnimateTimer : Object 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 * * 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 . * - * Authored by: Robert Ancell + * Authors: Robert Ancell + * Mike Gabriel */ public const int grid_size = 40; diff --git a/src/background.vala b/src/background.vala index 5385805..a70df81 100644 --- a/src/background.vala +++ b/src/background.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 * * 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 * Michael Terry + * Mike Gabriel */ class BackgroundLoader : Object diff --git a/src/dash-box.vala b/src/dash-box.vala index e5a64c6..cc1d715 100644 --- a/src/dash-box.vala +++ b/src/dash-box.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2011,2012 Canonical Ltd + * Copyright (C) 2015 Mike Gabriel * * 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 . * - * Authored by: Michael Terry + * Authors: Michael Terry + * Mike Gabriel */ public class DashBox : Gtk.Box diff --git a/src/dash-button.vala b/src/dash-button.vala index d48ef70..7668e97 100644 --- a/src/dash-button.vala +++ b/src/dash-button.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2012 Canonical Ltd + * Copyright (C) 2014,2015 Mike Gabriel * * 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 . * * Authors: Michael Terry + * Mike Gabriel */ public class DashButton : FlatButton, Fadable diff --git a/src/dash-entry.vala b/src/dash-entry.vala index d209602..4bd8982 100644 --- a/src/dash-entry.vala +++ b/src/dash-entry.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2012 Canonical Ltd + * Copyright (C) 2015 Mike Gabriel * * 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 . * * Authors: Michael Terry + * Mike Gabriel */ /* Vala's vapi for gtk3 is broken for lookup_color (it forgets the out keyword) */ diff --git a/src/flat-button.vala b/src/flat-button.vala index 9177f22..cf846b8 100644 --- a/src/flat-button.vala +++ b/src/flat-button.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2012 Canonical Ltd + * Copyright (C) 2015-2016, Mike Gabriel * * 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 . * * Authors: Michael Terry + * Mike Gabriel */ public class FlatButton : Gtk.Button 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 * * 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 * Michael Terry * Scott Sweeny + * Mike Gabriel */ private const int MAX_FIELD_SIZE = 200; diff --git a/src/idle-monitor.vala b/src/idle-monitor.vala index 2068330..ee841b3 100644 --- a/src/idle-monitor.vala +++ b/src/idle-monitor.vala @@ -1,3 +1,23 @@ +/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- + * + * Copyright (C) 2014 Canonical Ltd + * Copyright (C) 2017 Mike Gabriel + * + * 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 by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + + public delegate void IdleMonitorWatchFunc (IdleMonitor monitor, uint id); public class IdleMonitor diff --git a/src/list-stack.vala b/src/list-stack.vala index 89e1171..9aa0ede 100644 --- a/src/list-stack.vala +++ b/src/list-stack.vala @@ -14,7 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * Authored by: Michael Terry + * Authors: Michael Terry + * Mike Gabriel */ public class ListStack : Gtk.Fixed diff --git a/src/main-window.vala b/src/main-window.vala index 4ffd51f..99c0a1b 100644 --- a/src/main-window.vala +++ b/src/main-window.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 * * 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 * Michael Terry + * Mike Gabriel */ public class MainWindow : Gtk.Window diff --git a/src/menubar.vala b/src/menubar.vala index 3b25791..514a3bf 100644 --- a/src/menubar.vala +++ b/src/menubar.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 * * 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 * Michael Terry + * Mike Gabriel */ private class IndicatorMenuItem : Gtk.MenuItem diff --git a/src/prompt-box.vala b/src/prompt-box.vala index f6d8588..43e6cf4 100644 --- a/src/prompt-box.vala +++ b/src/prompt-box.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 * * 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 * Michael Terry + * Mike Gabriel */ public class PromptBox : FadableBox diff --git a/src/remote-logon-service.vala b/src/remote-logon-service.vala index 8238190..f0bfa7d 100644 --- a/src/remote-logon-service.vala +++ b/src/remote-logon-service.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2012 Canonical Ltd + * Copyright (C) 2015-2016 Mike Gabriel * * 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 diff --git a/src/session-list.vala b/src/session-list.vala index 770186d..60d7767 100644 --- a/src/session-list.vala +++ b/src/session-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 * * 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 . * * Authors: Michael Terry + * Mike Gabriel */ public class SessionPrompt : PromptBox 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 * * 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 . * * Authored by: Michael Terry + * Mike Gabriel */ public class SettingsDaemon : Object diff --git a/src/settings.vala b/src/settings.vala index 4598d7c..9969751 100644 --- a/src/settings.vala +++ b/src/settings.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 * * 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 * Michael Terry + * Mike Gabriel */ public class AGSettings diff --git a/src/shutdown-dialog.vala b/src/shutdown-dialog.vala index 6cc88e9..cf5e4a0 100644 --- a/src/shutdown-dialog.vala +++ b/src/shutdown-dialog.vala @@ -1,6 +1,7 @@ /* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- * * Copyright (C) 2013 Canonical Ltd + * Copyright (C) 2015,2016 Mike Gabriel * * 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 * Marco Trevisan + * Mike Gabriel */ public enum ShutdownDialogType diff --git a/src/toggle-box.vala b/src/toggle-box.vala index d953b2f..cea71f4 100644 --- a/src/toggle-box.vala +++ b/src/toggle-box.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 * * 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 . * * Authors: Michael Terry + * Mike Gabriel */ public class ToggleBox : Gtk.Box 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 * * 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 * Michael Terry + * Mike Gabriel */ int remote_server_field_sort_function (RemoteServerField? item1, RemoteServerField? item2) diff --git a/src/user-prompt-box.vala b/src/user-prompt-box.vala index 9b285da..4483eec 100644 --- a/src/user-prompt-box.vala +++ b/src/user-prompt-box.vala @@ -16,6 +16,7 @@ * * Authors: Robert Ancell * Michael Terry + * Mike Gabriel */ public class UserPromptBox : PromptBox -- cgit v1.2.3