summaryrefslogtreecommitdiff
path: root/mate-settings-daemon
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-23 22:03:14 +0200
committerraveit65 <[email protected]>2021-06-23 22:03:14 +0200
commit120d82281bff7757c3fe7619bb24fe0b72e2ccb4 (patch)
tree8ff761bf4f6becb15a26a4af1a05fcb2c8066a3e /mate-settings-daemon
parentd0f25ee219754975ea0e12f19167fb9f16636651 (diff)
downloadmate-settings-daemon-120d82281bff7757c3fe7619bb24fe0b72e2ccb4.tar.bz2
mate-settings-daemon-120d82281bff7757c3fe7619bb24fe0b72e2ccb4.tar.xz
update copyright to 2021
Diffstat (limited to 'mate-settings-daemon')
-rw-r--r--mate-settings-daemon/main.c1
-rw-r--r--mate-settings-daemon/mate-settings-bus.c1
-rw-r--r--mate-settings-daemon/mate-settings-bus.h1
-rw-r--r--mate-settings-daemon/mate-settings-manager.c1
-rw-r--r--mate-settings-daemon/mate-settings-manager.h1
-rw-r--r--mate-settings-daemon/mate-settings-module.c1
-rw-r--r--mate-settings-daemon/mate-settings-module.h1
-rw-r--r--mate-settings-daemon/mate-settings-plugin-info.c1
-rw-r--r--mate-settings-daemon/mate-settings-plugin-info.h1
-rw-r--r--mate-settings-daemon/mate-settings-plugin.c1
-rw-r--r--mate-settings-daemon/mate-settings-plugin.h1
-rw-r--r--mate-settings-daemon/mate-settings-profile.c1
-rw-r--r--mate-settings-daemon/mate-settings-profile.h1
13 files changed, 13 insertions, 0 deletions
diff --git a/mate-settings-daemon/main.c b/mate-settings-daemon/main.c
index 84a06cf..df8dff2 100644
--- a/mate-settings-daemon/main.c
+++ b/mate-settings-daemon/main.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-settings-daemon/mate-settings-bus.c b/mate-settings-daemon/mate-settings-bus.c
index 806ca04..23d96f5 100644
--- a/mate-settings-daemon/mate-settings-bus.c
+++ b/mate-settings-daemon/mate-settings-bus.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
*
* Copyright (C) 2006-2011 Richard Hughes <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* Licensed under the GNU General Public License Version 2
*
diff --git a/mate-settings-daemon/mate-settings-bus.h b/mate-settings-daemon/mate-settings-bus.h
index e97f08d..028da7b 100644
--- a/mate-settings-daemon/mate-settings-bus.h
+++ b/mate-settings-daemon/mate-settings-bus.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
*
* Copyright (C) 2010-2011 Richard Hughes <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* Licensed under the GNU General Public License Version 2
*
diff --git a/mate-settings-daemon/mate-settings-manager.c b/mate-settings-daemon/mate-settings-manager.c
index ed56f7b..91b5d13 100644
--- a/mate-settings-daemon/mate-settings-manager.c
+++ b/mate-settings-daemon/mate-settings-manager.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-settings-daemon/mate-settings-manager.h b/mate-settings-daemon/mate-settings-manager.h
index 6eaf360..f8737e6 100644
--- a/mate-settings-daemon/mate-settings-manager.h
+++ b/mate-settings-daemon/mate-settings-manager.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-settings-daemon/mate-settings-module.c b/mate-settings-daemon/mate-settings-module.c
index 02d1555..fc7d97d 100644
--- a/mate-settings-daemon/mate-settings-module.c
+++ b/mate-settings-daemon/mate-settings-module.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2005 - Paolo Maggi
+ * 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-settings-daemon/mate-settings-module.h b/mate-settings-daemon/mate-settings-module.h
index 7056cea..3b78396 100644
--- a/mate-settings-daemon/mate-settings-module.h
+++ b/mate-settings-daemon/mate-settings-module.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2005 - Paolo Maggi
+ * 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-settings-daemon/mate-settings-plugin-info.c b/mate-settings-daemon/mate-settings-plugin-info.c
index b20a9e1..1f51270 100644
--- a/mate-settings-daemon/mate-settings-plugin-info.c
+++ b/mate-settings-daemon/mate-settings-plugin-info.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-settings-daemon/mate-settings-plugin-info.h b/mate-settings-daemon/mate-settings-plugin-info.h
index 038ec11..d7d2c25 100644
--- a/mate-settings-daemon/mate-settings-plugin-info.h
+++ b/mate-settings-daemon/mate-settings-plugin-info.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-settings-daemon/mate-settings-plugin.c b/mate-settings-daemon/mate-settings-plugin.c
index c1faa14..c1253d2 100644
--- a/mate-settings-daemon/mate-settings-plugin.c
+++ b/mate-settings-daemon/mate-settings-plugin.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2002-2005 Paolo Maggi
* 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-settings-daemon/mate-settings-plugin.h b/mate-settings-daemon/mate-settings-plugin.h
index c0aaf33..0cb4d09 100644
--- a/mate-settings-daemon/mate-settings-plugin.h
+++ b/mate-settings-daemon/mate-settings-plugin.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2002-2005 Paolo Maggi
* 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-settings-daemon/mate-settings-profile.c b/mate-settings-daemon/mate-settings-profile.c
index d2ec01f..1dafdd4 100644
--- a/mate-settings-daemon/mate-settings-profile.c
+++ b/mate-settings-daemon/mate-settings-profile.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2005 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-settings-daemon/mate-settings-profile.h b/mate-settings-daemon/mate-settings-profile.h
index ad01a5c..07b35a7 100644
--- a/mate-settings-daemon/mate-settings-profile.h
+++ b/mate-settings-daemon/mate-settings-profile.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2005 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