aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 14:05:59 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 14:05:59 +0200
commitb78391b76207643b1c4d8ad6b7550c503c3c32e9 (patch)
treef4c87c0f3979a0313371abafcdc022694a5376ee
parentafdb9fcd1f5975eead0e7cfed5c712f12011f3fe (diff)
downloadarctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.tar.gz
arctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.tar.bz2
arctica-greeter-b78391b76207643b1c4d8ad6b7550c503c3c32e9.zip
copyright holdership: Add myself as copyright holder and author to file headers of files I have worked on.
-rw-r--r--src/animate-timer.vala2
-rw-r--r--src/arctica-greeter.vala4
-rw-r--r--src/background.vala2
-rw-r--r--src/dash-box.vala4
-rw-r--r--src/dash-button.vala2
-rw-r--r--src/dash-entry.vala2
-rw-r--r--src/flat-button.vala2
-rw-r--r--src/greeter-list.vala2
-rw-r--r--src/idle-monitor.vala20
-rw-r--r--src/list-stack.vala3
-rw-r--r--src/main-window.vala2
-rw-r--r--src/menubar.vala2
-rw-r--r--src/prompt-box.vala2
-rw-r--r--src/remote-logon-service.vala1
-rw-r--r--src/session-list.vala2
-rw-r--r--src/settings-daemon.vala2
-rw-r--r--src/settings.vala2
-rw-r--r--src/shutdown-dialog.vala2
-rw-r--r--src/toggle-box.vala2
-rw-r--r--src/user-list.vala2
-rw-r--r--src/user-prompt-box.vala1
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 <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>
*/
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 <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;
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 <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>
*/
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 <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: Michael Terry <michael.terry@canonical.com>
+ * Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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/>.
*
* Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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/>.
*
* Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
/* 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 <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/>.
*
* Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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;
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 <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
+ * 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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+
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 <http://www.gnu.org/licenses/>.
*
- * Authored by: Michael Terry <michael.terry@canonical.com>
+ * Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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>
*/
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 <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>
*/
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 <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>
*/
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 <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
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 <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/>.
*
* Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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
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 <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>
*/
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 <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>
* Marco Trevisan <marco.trevisan@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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/>.
*
* Authors: Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
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 <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)
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 <robert.ancell@canonical.com>
* Michael Terry <michael.terry@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
public class UserPromptBox : PromptBox