summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-22 20:29:20 +0200
committerraveit65 <[email protected]>2021-06-22 20:29:20 +0200
commitf8a0c8476dfa9b6a45bc45f1c171632a546b61fb (patch)
tree83d6876b04609864e0f8135fddd4db04a635bc05 /plugins
parenteb92b0a428e199bc375379c8d7a3e9eb877516c3 (diff)
downloadmate-sensors-applet-f8a0c8476dfa9b6a45bc45f1c171632a546b61fb.tar.bz2
mate-sensors-applet-f8a0c8476dfa9b6a45bc45f1c171632a546b61fb.tar.xz
update copyright to 2021
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acpi/acpi-plugin.c1
-rw-r--r--plugins/acpi/acpi-plugin.h1
-rw-r--r--plugins/dummy/dummy-plugin.c1
-rw-r--r--plugins/dummy/dummy-plugin.h1
-rw-r--r--plugins/hddtemp/hddtemp-plugin.c1
-rw-r--r--plugins/hddtemp/hddtemp-plugin.h1
-rw-r--r--plugins/i2c-proc/i2c-proc-plugin.c1
-rw-r--r--plugins/i2c-proc/i2c-proc-plugin.h1
-rw-r--r--plugins/i2c-sys/i2c-sys-plugin.c1
-rw-r--r--plugins/i2c-sys/i2c-sys-plugin.h1
-rw-r--r--plugins/i8k/i8k-plugin.c1
-rw-r--r--plugins/i8k/i8k-plugin.h1
-rw-r--r--plugins/ibm-acpi/ibm-acpi-plugin.c1
-rw-r--r--plugins/ibm-acpi/ibm-acpi-plugin.h1
-rw-r--r--plugins/libsensors/libsensors-plugin.c1
-rw-r--r--plugins/libsensors/libsensors-plugin.h1
-rw-r--r--plugins/mbmon/mbmon-plugin.c1
-rw-r--r--plugins/mbmon/mbmon-plugin.h1
-rw-r--r--plugins/netbsd/netbsd-plugin.c1
-rw-r--r--plugins/netbsd/netbsd-plugin.h1
-rw-r--r--plugins/nvidia/nvidia-plugin.c1
-rw-r--r--plugins/nvidia/nvidia-plugin.h1
-rw-r--r--plugins/omnibook/omnibook-plugin.c1
-rw-r--r--plugins/omnibook/omnibook-plugin.h1
-rw-r--r--plugins/pmu-sys/pmu-sys-plugin.c1
-rw-r--r--plugins/pmu-sys/pmu-sys-plugin.h1
-rw-r--r--plugins/smu-sys/smu-sys-plugin.c1
-rw-r--r--plugins/smu-sys/smu-sys-plugin.h1
-rw-r--r--plugins/sonypi/sonypi-plugin.c1
-rw-r--r--plugins/sonypi/sonypi-plugin.h1
-rw-r--r--plugins/udisks2/udisks2-plugin.c1
-rw-r--r--plugins/udisks2/udisks2-plugin.h1
32 files changed, 32 insertions, 0 deletions
diff --git a/plugins/acpi/acpi-plugin.c b/plugins/acpi/acpi-plugin.c
index 01a2afb..3f3cb07 100644
--- a/plugins/acpi/acpi-plugin.c
+++ b/plugins/acpi/acpi-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/acpi/acpi-plugin.h b/plugins/acpi/acpi-plugin.h
index 15f3f35..122d82c 100644
--- a/plugins/acpi/acpi-plugin.h
+++ b/plugins/acpi/acpi-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/dummy/dummy-plugin.c b/plugins/dummy/dummy-plugin.c
index 8c33fac..ed3ae6b 100644
--- a/plugins/dummy/dummy-plugin.c
+++ b/plugins/dummy/dummy-plugin.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2018 info-cppsp <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/dummy/dummy-plugin.h b/plugins/dummy/dummy-plugin.h
index b3565f0..e5c4b85 100644
--- a/plugins/dummy/dummy-plugin.h
+++ b/plugins/dummy/dummy-plugin.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2018 info-cppsp <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/hddtemp/hddtemp-plugin.c b/plugins/hddtemp/hddtemp-plugin.c
index be77b1d..c540172 100644
--- a/plugins/hddtemp/hddtemp-plugin.c
+++ b/plugins/hddtemp/hddtemp-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/hddtemp/hddtemp-plugin.h b/plugins/hddtemp/hddtemp-plugin.h
index 07772f2..697d9d2 100644
--- a/plugins/hddtemp/hddtemp-plugin.h
+++ b/plugins/hddtemp/hddtemp-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i2c-proc/i2c-proc-plugin.c b/plugins/i2c-proc/i2c-proc-plugin.c
index 3b2ae5a..379fdaa 100644
--- a/plugins/i2c-proc/i2c-proc-plugin.c
+++ b/plugins/i2c-proc/i2c-proc-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i2c-proc/i2c-proc-plugin.h b/plugins/i2c-proc/i2c-proc-plugin.h
index ee5e401..1765522 100644
--- a/plugins/i2c-proc/i2c-proc-plugin.h
+++ b/plugins/i2c-proc/i2c-proc-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i2c-sys/i2c-sys-plugin.c b/plugins/i2c-sys/i2c-sys-plugin.c
index 3e86fa5..4232283 100644
--- a/plugins/i2c-sys/i2c-sys-plugin.c
+++ b/plugins/i2c-sys/i2c-sys-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i2c-sys/i2c-sys-plugin.h b/plugins/i2c-sys/i2c-sys-plugin.h
index 56e6dab..a3941d3 100644
--- a/plugins/i2c-sys/i2c-sys-plugin.h
+++ b/plugins/i2c-sys/i2c-sys-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i8k/i8k-plugin.c b/plugins/i8k/i8k-plugin.c
index 5fc8741..826c7bd 100644
--- a/plugins/i8k/i8k-plugin.c
+++ b/plugins/i8k/i8k-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/i8k/i8k-plugin.h b/plugins/i8k/i8k-plugin.h
index 28a0eb4..9d1ab31 100644
--- a/plugins/i8k/i8k-plugin.h
+++ b/plugins/i8k/i8k-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/ibm-acpi/ibm-acpi-plugin.c b/plugins/ibm-acpi/ibm-acpi-plugin.c
index 1a7437f..24972d0 100644
--- a/plugins/ibm-acpi/ibm-acpi-plugin.c
+++ b/plugins/ibm-acpi/ibm-acpi-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/ibm-acpi/ibm-acpi-plugin.h b/plugins/ibm-acpi/ibm-acpi-plugin.h
index 180967e..cfc9f30 100644
--- a/plugins/ibm-acpi/ibm-acpi-plugin.h
+++ b/plugins/ibm-acpi/ibm-acpi-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/libsensors/libsensors-plugin.c b/plugins/libsensors/libsensors-plugin.c
index b57bf89..b587933 100644
--- a/plugins/libsensors/libsensors-plugin.c
+++ b/plugins/libsensors/libsensors-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/libsensors/libsensors-plugin.h b/plugins/libsensors/libsensors-plugin.h
index 71940a2..2c4f1dd 100644
--- a/plugins/libsensors/libsensors-plugin.h
+++ b/plugins/libsensors/libsensors-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/mbmon/mbmon-plugin.c b/plugins/mbmon/mbmon-plugin.c
index 754b0f6..1bbf3fc 100644
--- a/plugins/mbmon/mbmon-plugin.c
+++ b/plugins/mbmon/mbmon-plugin.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2010 Daniele Napolitano <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/mbmon/mbmon-plugin.h b/plugins/mbmon/mbmon-plugin.h
index 54f7814..74333fd 100644
--- a/plugins/mbmon/mbmon-plugin.h
+++ b/plugins/mbmon/mbmon-plugin.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2010 Daniele Napolitano <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/netbsd/netbsd-plugin.c b/plugins/netbsd/netbsd-plugin.c
index 50f5da3..ae413a9 100644
--- a/plugins/netbsd/netbsd-plugin.c
+++ b/plugins/netbsd/netbsd-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2018 Jared McNeill <[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/plugins/netbsd/netbsd-plugin.h b/plugins/netbsd/netbsd-plugin.h
index c2d2013..275ae60 100644
--- a/plugins/netbsd/netbsd-plugin.h
+++ b/plugins/netbsd/netbsd-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2018 Jared McNeill <[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/plugins/nvidia/nvidia-plugin.c b/plugins/nvidia/nvidia-plugin.c
index 4a30e34..0aaa649 100644
--- a/plugins/nvidia/nvidia-plugin.c
+++ b/plugins/nvidia/nvidia-plugin.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006 Sven Peter <[email protected]>
* Copyright (C) 2006 Alex Murray <[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/plugins/nvidia/nvidia-plugin.h b/plugins/nvidia/nvidia-plugin.h
index e307f86..68d8f01 100644
--- a/plugins/nvidia/nvidia-plugin.h
+++ b/plugins/nvidia/nvidia-plugin.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006 Sven Peter <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/omnibook/omnibook-plugin.c b/plugins/omnibook/omnibook-plugin.c
index 386511c..4e237b9 100644
--- a/plugins/omnibook/omnibook-plugin.c
+++ b/plugins/omnibook/omnibook-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/omnibook/omnibook-plugin.h b/plugins/omnibook/omnibook-plugin.h
index 7212bbc..e5caf07 100644
--- a/plugins/omnibook/omnibook-plugin.h
+++ b/plugins/omnibook/omnibook-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/pmu-sys/pmu-sys-plugin.c b/plugins/pmu-sys/pmu-sys-plugin.c
index 8a3821b..6585ddf 100644
--- a/plugins/pmu-sys/pmu-sys-plugin.c
+++ b/plugins/pmu-sys/pmu-sys-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/pmu-sys/pmu-sys-plugin.h b/plugins/pmu-sys/pmu-sys-plugin.h
index b0c1291..39aee14 100644
--- a/plugins/pmu-sys/pmu-sys-plugin.h
+++ b/plugins/pmu-sys/pmu-sys-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/smu-sys/smu-sys-plugin.c b/plugins/smu-sys/smu-sys-plugin.c
index 75f2b6a..22f97f0 100644
--- a/plugins/smu-sys/smu-sys-plugin.c
+++ b/plugins/smu-sys/smu-sys-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/smu-sys/smu-sys-plugin.h b/plugins/smu-sys/smu-sys-plugin.h
index 854b131..f3d068c 100644
--- a/plugins/smu-sys/smu-sys-plugin.h
+++ b/plugins/smu-sys/smu-sys-plugin.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/sonypi/sonypi-plugin.c b/plugins/sonypi/sonypi-plugin.c
index 8430d5f..e37eaf1 100644
--- a/plugins/sonypi/sonypi-plugin.c
+++ b/plugins/sonypi/sonypi-plugin.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2006-2008 Alex Murray <[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/plugins/sonypi/sonypi-plugin.h b/plugins/sonypi/sonypi-plugin.h
index 9f529fe..6b9776d 100644
--- a/plugins/sonypi/sonypi-plugin.h
+++ b/plugins/sonypi/sonypi-plugin.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006 Thanate Dhirasakdanon <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/udisks2/udisks2-plugin.c b/plugins/udisks2/udisks2-plugin.c
index f2e23c6..f8a0c41 100644
--- a/plugins/udisks2/udisks2-plugin.c
+++ b/plugins/udisks2/udisks2-plugin.c
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2017 info-cppsp <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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/plugins/udisks2/udisks2-plugin.h b/plugins/udisks2/udisks2-plugin.h
index 6962f42..43cf5f6 100644
--- a/plugins/udisks2/udisks2-plugin.h
+++ b/plugins/udisks2/udisks2-plugin.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2017 info-cppsp <[email protected]>
* Copyright (C) 2005-2009 Alex Murray <[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