summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-22 22:29:55 +0200
committerraveit65 <[email protected]>2021-06-22 22:32:29 +0200
commit0362552452b416bd06cda9f9d6c01c461c2acb7b (patch)
treeb8fc50be2bcb86edce1406e0fafda359020814eb
parent86a994e945403e014d4ac554e0e16ca02072ca03 (diff)
downloadmate-session-manager-0362552452b416bd06cda9f9d6c01c461c2acb7b.tar.bz2
mate-session-manager-0362552452b416bd06cda9f9d6c01c461c2acb7b.tar.xz
update copyright to 2021
-rw-r--r--capplet/gsm-app-dialog.c1
-rw-r--r--capplet/gsm-app-dialog.h1
-rw-r--r--capplet/gsm-properties-dialog.c1
-rw-r--r--capplet/gsm-properties-dialog.h1
-rw-r--r--capplet/gsp-app-manager.c1
-rw-r--r--capplet/gsp-app-manager.h1
-rw-r--r--capplet/gsp-app.c1
-rw-r--r--capplet/gsp-app.h1
-rw-r--r--capplet/gsp-keyfile.c1
-rw-r--r--capplet/gsp-keyfile.h1
-rw-r--r--capplet/main.c1
-rw-r--r--mate-session/gs-idle-monitor.c1
-rw-r--r--mate-session/gs-idle-monitor.h1
-rw-r--r--mate-session/gsm-app.c1
-rw-r--r--mate-session/gsm-app.h1
-rw-r--r--mate-session/gsm-autostart-app.c1
-rw-r--r--mate-session/gsm-autostart-app.h1
-rw-r--r--mate-session/gsm-client.c1
-rw-r--r--mate-session/gsm-client.h1
-rw-r--r--mate-session/gsm-consolekit.c1
-rw-r--r--mate-session/gsm-consolekit.h1
-rw-r--r--mate-session/gsm-dbus-client.c1
-rw-r--r--mate-session/gsm-dbus-client.h1
-rw-r--r--mate-session/gsm-inhibit-dialog.c1
-rw-r--r--mate-session/gsm-inhibit-dialog.h1
-rw-r--r--mate-session/gsm-inhibitor.c1
-rw-r--r--mate-session/gsm-inhibitor.h1
-rw-r--r--mate-session/gsm-logout-dialog.c1
-rw-r--r--mate-session/gsm-logout-dialog.h1
-rw-r--r--mate-session/gsm-manager.c1
-rw-r--r--mate-session/gsm-manager.h1
-rw-r--r--mate-session/gsm-presence.c1
-rw-r--r--mate-session/gsm-presence.h1
-rw-r--r--mate-session/gsm-session-save.c1
-rw-r--r--mate-session/gsm-session-save.h1
-rw-r--r--mate-session/gsm-store.c1
-rw-r--r--mate-session/gsm-store.h1
-rw-r--r--mate-session/gsm-systemd.c1
-rw-r--r--mate-session/gsm-systemd.h1
-rw-r--r--mate-session/gsm-util.c1
-rw-r--r--mate-session/gsm-util.h1
-rw-r--r--mate-session/gsm-xsmp-client.c1
-rw-r--r--mate-session/gsm-xsmp-client.h1
-rw-r--r--mate-session/gsm-xsmp-server.c1
-rw-r--r--mate-session/gsm-xsmp-server.h1
-rw-r--r--mate-session/main.c1
-rw-r--r--mate-session/mdm-log.c1
-rw-r--r--mate-session/mdm-log.h1
-rw-r--r--mate-session/mdm-signal-handler.c1
-rw-r--r--mate-session/mdm-signal-handler.h1
-rw-r--r--mate-session/mdm.c1
-rw-r--r--mate-session/mdm.h1
-rw-r--r--mate-session/msm-gnome.c1
-rw-r--r--mate-session/msm-gnome.h1
-rw-r--r--mate-session/test-client-dbus.c1
-rw-r--r--mate-session/test-inhibit.c1
-rw-r--r--tools/mate-session-check-accelerated-common.h2
-rw-r--r--tools/mate-session-check-accelerated-gl-helper.c1
-rw-r--r--tools/mate-session-check-accelerated-gles-helper.c1
-rw-r--r--tools/mate-session-check-accelerated.c1
-rw-r--r--tools/mate-session-inhibit.c1
-rw-r--r--tools/mate-session-save.c1
62 files changed, 62 insertions, 1 deletions
diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c
index 831e800..cdd39cc 100644
--- a/capplet/gsm-app-dialog.c
+++ b/capplet/gsm-app-dialog.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsm-app-dialog.h b/capplet/gsm-app-dialog.h
index bef0535..23d8301 100644
--- a/capplet/gsm-app-dialog.h
+++ b/capplet/gsm-app-dialog.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c
index a42e2af..a67d81a 100644
--- a/capplet/gsm-properties-dialog.c
+++ b/capplet/gsm-properties-dialog.c
@@ -4,6 +4,7 @@
* Copyright (C) 2007 Vincent Untz.
* Copyright (C) 2008 Lucas Rocha.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsm-properties-dialog.h b/capplet/gsm-properties-dialog.h
index 93ef91b..9e93a5d 100644
--- a/capplet/gsm-properties-dialog.h
+++ b/capplet/gsm-properties-dialog.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsp-app-manager.c b/capplet/gsp-app-manager.c
index 5c30dfd..3f663ad 100644
--- a/capplet/gsp-app-manager.c
+++ b/capplet/gsp-app-manager.c
@@ -4,6 +4,7 @@
* Copyright (C) 2007, 2009 Vincent Untz.
* Copyright (C) 2008 Lucas Rocha.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsp-app-manager.h b/capplet/gsp-app-manager.h
index 515c67c..13a1c19 100644
--- a/capplet/gsp-app-manager.h
+++ b/capplet/gsp-app-manager.h
@@ -4,6 +4,7 @@
* Copyright (C) 2007, 2009 Vincent Untz.
* Copyright (C) 2008 Lucas Rocha.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsp-app.c b/capplet/gsp-app.c
index 0c310b0..bd55353 100644
--- a/capplet/gsp-app.c
+++ b/capplet/gsp-app.c
@@ -4,6 +4,7 @@
* Copyright (C) 2007, 2009 Vincent Untz.
* Copyright (C) 2008 Lucas Rocha.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsp-app.h b/capplet/gsp-app.h
index f327d72..eaaccff 100644
--- a/capplet/gsp-app.h
+++ b/capplet/gsp-app.h
@@ -4,6 +4,7 @@
* Copyright (C) 2007, 2009 Vincent Untz.
* Copyright (C) 2008 Lucas Rocha.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/capplet/gsp-keyfile.c b/capplet/gsp-keyfile.c
index 2fbf2b5..434ec97 100644
--- a/capplet/gsp-keyfile.c
+++ b/capplet/gsp-keyfile.c
@@ -2,6 +2,7 @@
* gsp-keyfile.c: GKeyFile extensions
*
* Copyright (C) 2008, 2009 Novell, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* Based on code from panel-keyfile.c (from mate-panel)
*
diff --git a/capplet/gsp-keyfile.h b/capplet/gsp-keyfile.h
index aecd2ef..7838017 100644
--- a/capplet/gsp-keyfile.h
+++ b/capplet/gsp-keyfile.h
@@ -2,6 +2,7 @@
* gsp-keyfile.h: GKeyFile extensions
*
* Copyright (C) 2008, 2009 Novell, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* Based on code from panel-keyfile.h (from mate-panel)
*
diff --git a/capplet/main.c b/capplet/main.c
index f23ad2d..add1acc 100644
--- a/capplet/main.c
+++ b/capplet/main.c
@@ -2,6 +2,7 @@
* main.c
* Copyright (C) 1999 Free Software Foundation, Inc.
* Copyright (C) 2008 Lucas Rocha.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gs-idle-monitor.c b/mate-session/gs-idle-monitor.c
index a188af5..375cf5d 100644
--- a/mate-session/gs-idle-monitor.c
+++ b/mate-session/gs-idle-monitor.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gs-idle-monitor.h b/mate-session/gs-idle-monitor.h
index cf4be06..d547d0d 100644
--- a/mate-session/gs-idle-monitor.h
+++ b/mate-session/gs-idle-monitor.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-app.c b/mate-session/gsm-app.c
index 7d693b8..6d7a058 100644
--- a/mate-session/gsm-app.c
+++ b/mate-session/gsm-app.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-app.h b/mate-session/gsm-app.h
index af7db2b..96a06d1 100644
--- a/mate-session/gsm-app.h
+++ b/mate-session/gsm-app.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-autostart-app.c b/mate-session/gsm-autostart-app.c
index deaa05d..29d66f5 100644
--- a/mate-session/gsm-autostart-app.c
+++ b/mate-session/gsm-autostart-app.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-autostart-app.h b/mate-session/gsm-autostart-app.h
index 08237c4..c3a68d1 100644
--- a/mate-session/gsm-autostart-app.h
+++ b/mate-session/gsm-autostart-app.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-client.c b/mate-session/gsm-client.c
index 13c6169..87bdd37 100644
--- a/mate-session/gsm-client.c
+++ b/mate-session/gsm-client.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-client.h b/mate-session/gsm-client.h
index 0afff15..95e93be 100644
--- a/mate-session/gsm-client.h
+++ b/mate-session/gsm-client.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-consolekit.c b/mate-session/gsm-consolekit.c
index 82e04a5..5930269 100644
--- a/mate-session/gsm-consolekit.c
+++ b/mate-session/gsm-consolekit.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-consolekit.h b/mate-session/gsm-consolekit.h
index ce4a821..c41f92a 100644
--- a/mate-session/gsm-consolekit.h
+++ b/mate-session/gsm-consolekit.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-dbus-client.c b/mate-session/gsm-dbus-client.c
index eba098c..d6c0ef0 100644
--- a/mate-session/gsm-dbus-client.c
+++ b/mate-session/gsm-dbus-client.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-dbus-client.h b/mate-session/gsm-dbus-client.h
index a1007cc..c264c92 100644
--- a/mate-session/gsm-dbus-client.h
+++ b/mate-session/gsm-dbus-client.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-inhibit-dialog.c b/mate-session/gsm-inhibit-dialog.c
index 89f46e0..73c322c 100644
--- a/mate-session/gsm-inhibit-dialog.c
+++ b/mate-session/gsm-inhibit-dialog.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-inhibit-dialog.h b/mate-session/gsm-inhibit-dialog.h
index 89c7121..313b493 100644
--- a/mate-session/gsm-inhibit-dialog.h
+++ b/mate-session/gsm-inhibit-dialog.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-inhibitor.c b/mate-session/gsm-inhibitor.c
index 6129ddb..8632c15 100644
--- a/mate-session/gsm-inhibitor.c
+++ b/mate-session/gsm-inhibitor.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-inhibitor.h b/mate-session/gsm-inhibitor.h
index 653f717..a4d20e9 100644
--- a/mate-session/gsm-inhibitor.h
+++ b/mate-session/gsm-inhibitor.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-logout-dialog.c b/mate-session/gsm-logout-dialog.c
index a775283..35f36e2 100644
--- a/mate-session/gsm-logout-dialog.c
+++ b/mate-session/gsm-logout-dialog.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2006 Vincent Untz
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-logout-dialog.h b/mate-session/gsm-logout-dialog.h
index 2166521..686af38 100644
--- a/mate-session/gsm-logout-dialog.h
+++ b/mate-session/gsm-logout-dialog.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2006 Vincent Untz
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-manager.c b/mate-session/gsm-manager.c
index b7ed55b..9b5374e 100644
--- a/mate-session/gsm-manager.c
+++ b/mate-session/gsm-manager.c
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-manager.h b/mate-session/gsm-manager.h
index 36575ee..db9743c 100644
--- a/mate-session/gsm-manager.h
+++ b/mate-session/gsm-manager.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-presence.c b/mate-session/gsm-presence.c
index 1e1d602..7fc2304 100644
--- a/mate-session/gsm-presence.c
+++ b/mate-session/gsm-presence.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2009 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-presence.h b/mate-session/gsm-presence.h
index 36041ff..27d611b 100644
--- a/mate-session/gsm-presence.h
+++ b/mate-session/gsm-presence.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2009 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-session-save.c b/mate-session/gsm-session-save.c
index 67d9945..4c88f08 100644
--- a/mate-session/gsm-session-save.c
+++ b/mate-session/gsm-session-save.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
* gsm-session-save.c
* Copyright (C) 2008 Lucas Rocha.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-session-save.h b/mate-session/gsm-session-save.h
index 4e0cf47..3d8b837 100644
--- a/mate-session/gsm-session-save.h
+++ b/mate-session/gsm-session-save.h
@@ -1,5 +1,6 @@
/* gsm-session-save.h
* Copyright (C) 2008 Lucas Rocha.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-store.c b/mate-session/gsm-store.c
index 67d6520..de13a33 100644
--- a/mate-session/gsm-store.c
+++ b/mate-session/gsm-store.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007-2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-store.h b/mate-session/gsm-store.h
index 94da2f7..0474f77 100644
--- a/mate-session/gsm-store.h
+++ b/mate-session/gsm-store.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007-2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-systemd.c b/mate-session/gsm-systemd.c
index 1ef7ddf..b463bbe 100644
--- a/mate-session/gsm-systemd.c
+++ b/mate-session/gsm-systemd.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2013 Stefano Karapetsas <[email protected]>
+ * Copyright (C) 2013-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-systemd.h b/mate-session/gsm-systemd.h
index 9522709..5ee663b 100644
--- a/mate-session/gsm-systemd.h
+++ b/mate-session/gsm-systemd.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2013 Stefano Karapetsas
+ * Copyright (C) 2013-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-util.c b/mate-session/gsm-util.c
index 76bf9cd..6799cd0 100644
--- a/mate-session/gsm-util.c
+++ b/mate-session/gsm-util.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
* gsm-util.c
* Copyright (C) 2008 Lucas Rocha.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-util.h b/mate-session/gsm-util.h
index d1c3c5c..fc76fef 100644
--- a/mate-session/gsm-util.h
+++ b/mate-session/gsm-util.h
@@ -1,5 +1,6 @@
/* gsm-util.h
* Copyright (C) 2008 Lucas Rocha.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-xsmp-client.c b/mate-session/gsm-xsmp-client.c
index 5e15744..8db3390 100644
--- a/mate-session/gsm-xsmp-client.c
+++ b/mate-session/gsm-xsmp-client.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-xsmp-client.h b/mate-session/gsm-xsmp-client.h
index d080948..c9ec9b8 100644
--- a/mate-session/gsm-xsmp-client.h
+++ b/mate-session/gsm-xsmp-client.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 Novell, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/gsm-xsmp-server.c b/mate-session/gsm-xsmp-server.c
index 10eb434..b908fb7 100644
--- a/mate-session/gsm-xsmp-server.c
+++ b/mate-session/gsm-xsmp-server.c
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/gsm-xsmp-server.h b/mate-session/gsm-xsmp-server.h
index 29f72db..a82bc17 100644
--- a/mate-session/gsm-xsmp-server.h
+++ b/mate-session/gsm-xsmp-server.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/main.c b/mate-session/main.c
index 25fe52d..96c1092 100644
--- a/mate-session/main.c
+++ b/mate-session/main.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2006 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/mdm-log.c b/mate-session/mdm-log.c
index 021060d..7195d74 100644
--- a/mate-session/mdm-log.c
+++ b/mate-session/mdm-log.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/mdm-log.h b/mate-session/mdm-log.h
index 9e78449..eee6c29 100644
--- a/mate-session/mdm-log.h
+++ b/mate-session/mdm-log.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/mdm-signal-handler.c b/mate-session/mdm-signal-handler.c
index 56287b2..b2b00ac 100644
--- a/mate-session/mdm-signal-handler.c
+++ b/mate-session/mdm-signal-handler.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2006 Red Hat, Inc.
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/mdm-signal-handler.h b/mate-session/mdm-signal-handler.h
index dd4dc04..6fca4f7 100644
--- a/mate-session/mdm-signal-handler.h
+++ b/mate-session/mdm-signal-handler.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/mdm.c b/mate-session/mdm.c
index 2e0e712..cef3755 100644
--- a/mate-session/mdm.c
+++ b/mate-session/mdm.c
@@ -4,6 +4,7 @@
* Copyright (C) 2005 Red Hat, Inc.
* Copyright (C) 2002, 2003 George Lebl
* Copyright (C) 2001 Queen of England,
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/mdm.h b/mate-session/mdm.h
index 4eec264..5f7eed8 100644
--- a/mate-session/mdm.h
+++ b/mate-session/mdm.h
@@ -3,6 +3,7 @@
* Copyright (C) 2005 Red Hat, Inc.
* Copyright (C) 2002, 2003 George Lebl
* Copyright (C) 2001 Queen of England,
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
index b43f1ad..db5a153 100644
--- a/mate-session/msm-gnome.c
+++ b/mate-session/msm-gnome.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2004-2005 Benedikt Meurer <[email protected]>
* 2013 Stefano Karapetsas <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/msm-gnome.h b/mate-session/msm-gnome.h
index e3c2e60..b658ba2 100644
--- a/mate-session/msm-gnome.h
+++ b/mate-session/msm-gnome.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2004 Benedikt Meurer <[email protected]>
* 2013 Stefano Karapetsas <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mate-session/test-client-dbus.c b/mate-session/test-client-dbus.c
index ccb40b1..6b3afc5 100644
--- a/mate-session/test-client-dbus.c
+++ b/mate-session/test-client-dbus.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/mate-session/test-inhibit.c b/mate-session/test-inhibit.c
index 7207cb9..8c9f694 100644
--- a/mate-session/test-inhibit.c
+++ b/mate-session/test-inhibit.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/tools/mate-session-check-accelerated-common.h b/tools/mate-session-check-accelerated-common.h
index 1333fbd..c2f8852 100644
--- a/tools/mate-session-check-accelerated-common.h
+++ b/tools/mate-session-check-accelerated-common.h
@@ -2,7 +2,7 @@
/* Tool to set the property _GNOME_SESSION_ACCELERATED on the root window */
/*
* Copyright (C) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
- *
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tools/mate-session-check-accelerated-gl-helper.c b/tools/mate-session-check-accelerated-gl-helper.c
index 0526336..9c1cc0b 100644
--- a/tools/mate-session-check-accelerated-gl-helper.c
+++ b/tools/mate-session-check-accelerated-gl-helper.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2010 Novell, Inc.
* Copyright (C) 2006-2009 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tools/mate-session-check-accelerated-gles-helper.c b/tools/mate-session-check-accelerated-gles-helper.c
index 4dac1d5..e6312c6 100644
--- a/tools/mate-session-check-accelerated-gles-helper.c
+++ b/tools/mate-session-check-accelerated-gles-helper.c
@@ -2,6 +2,7 @@
/*
*
* Copyright (C) 2016 Endless Mobile, Inc
+ * Copyright (C) 2016-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tools/mate-session-check-accelerated.c b/tools/mate-session-check-accelerated.c
index d264953..6fe6ec4 100644
--- a/tools/mate-session-check-accelerated.c
+++ b/tools/mate-session-check-accelerated.c
@@ -2,6 +2,7 @@
/* Tool to set the property _GNOME_SESSION_ACCELERATED on the root window */
/*
* Copyright (C) 2011 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tools/mate-session-inhibit.c b/tools/mate-session-inhibit.c
index 77f12e3..48b035d 100644
--- a/tools/mate-session-inhibit.c
+++ b/tools/mate-session-inhibit.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2012 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tools/mate-session-save.c b/tools/mate-session-save.c
index 3b76373..69027b8 100644
--- a/tools/mate-session-save.c
+++ b/tools/mate-session-save.c
@@ -3,6 +3,7 @@
Copyright (C) 1998 Tom Tromey
Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by