summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/daemon.c1
-rw-r--r--src/daemon/daemon.h1
-rw-r--r--src/daemon/engines.c1
-rw-r--r--src/daemon/engines.h1
-rw-r--r--src/daemon/mnd-daemon.c1
-rw-r--r--src/daemon/sound.c1
-rw-r--r--src/daemon/sound.h1
-rw-r--r--src/daemon/stack.c1
-rw-r--r--src/daemon/stack.h1
-rw-r--r--src/daemon/wayland.c1
-rw-r--r--src/daemon/wayland.h1
11 files changed, 11 insertions, 0 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 2eaeaaa..3b09873 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -4,6 +4,7 @@
* Copyright (C) 2005 John (J5) Palmieri <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/daemon.h b/src/daemon/daemon.h
index 06d56e4..494fdab 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -4,6 +4,7 @@
* Copyright (C) 2005 John (J5) Palmieri <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/engines.c b/src/daemon/engines.c
index daceaf7..72a9c9e 100644
--- a/src/daemon/engines.c
+++ b/src/daemon/engines.c
@@ -4,6 +4,7 @@
* Copyright (C) 2005 John (J5) Palmieri <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/engines.h b/src/daemon/engines.h
index be3c498..7c55cbf 100644
--- a/src/daemon/engines.h
+++ b/src/daemon/engines.h
@@ -4,6 +4,7 @@
* Copyright (C) 2005 John (J5) Palmieri <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/mnd-daemon.c b/src/daemon/mnd-daemon.c
index f5d33db..81a0b99 100644
--- a/src/daemon/mnd-daemon.c
+++ b/src/daemon/mnd-daemon.c
@@ -3,6 +3,7 @@
* mnd-daemon.c: This file is part of mate-notification-daemon
*
* Copyright (C) 2018 Wu Xiaotian <[email protected]>
+ * Copyright (C) 2018-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/src/daemon/sound.c b/src/daemon/sound.c
index 7dbed64..d16cb52 100644
--- a/src/daemon/sound.c
+++ b/src/daemon/sound.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Jim Ramsay <[email protected]>
* Copyright (C) 2011 Perberos <[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/src/daemon/sound.h b/src/daemon/sound.h
index 93ec61d..5c9988f 100644
--- a/src/daemon/sound.h
+++ b/src/daemon/sound.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2007 Jim Ramsay <[email protected]>
* Copyright (C) 2011 Perberos <[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/src/daemon/stack.c b/src/daemon/stack.c
index 7a36d6a..c4c3622 100644
--- a/src/daemon/stack.c
+++ b/src/daemon/stack.c
@@ -3,6 +3,7 @@
* Copyright (C) 2006 Christian Hammond <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/stack.h b/src/daemon/stack.h
index 4159a9b..2795beb 100644
--- a/src/daemon/stack.h
+++ b/src/daemon/stack.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006 Christian Hammond <[email protected]>
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Perberos <[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/src/daemon/wayland.c b/src/daemon/wayland.c
index 7a76e61..1659bd3 100644
--- a/src/daemon/wayland.c
+++ b/src/daemon/wayland.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* Copyright (C) 2020 William Wold <[email protected]>
+ * Copyright (C) 2020-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/src/daemon/wayland.h b/src/daemon/wayland.h
index 3779f5f..f83b9a2 100644
--- a/src/daemon/wayland.h
+++ b/src/daemon/wayland.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* Copyright (C) 2020 William Wold <[email protected]>
+ * Copyright (C) 2020-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