aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
diff options
context:
space:
mode:
authorL Pereira <l@tia.mat.br>2021-11-07 20:36:46 -0800
committerL Pereira <l@tia.mat.br>2021-11-07 20:36:46 -0800
commitf139c5f5c562ed721c5f0d874a4dddb4c2a89e6e (patch)
tree3d3947a24d577c22583457a212a1135e519a323f /modules/devices
parentc6a5a871c2be73338e881eddf550c5433e96148f (diff)
Update copyright information
Diffstat (limited to 'modules/devices')
-rw-r--r--modules/devices/alpha/processor.c2
-rw-r--r--modules/devices/arm/processor.c2
-rw-r--r--modules/devices/battery.c2
-rw-r--r--modules/devices/devicetree.c2
-rw-r--r--modules/devices/devicetree/pmac_data.c2
-rw-r--r--modules/devices/devicetree/rpi_data.c2
-rw-r--r--modules/devices/dmi.c2
-rw-r--r--modules/devices/dmi_memory.c2
-rw-r--r--modules/devices/firmware.c2
-rw-r--r--modules/devices/gpu.c2
-rw-r--r--modules/devices/ia64/processor.c2
-rw-r--r--modules/devices/inputdevices.c2
-rw-r--r--modules/devices/m68k/processor.c2
-rw-r--r--modules/devices/mips/processor.c2
-rw-r--r--modules/devices/monitors.c2
-rw-r--r--modules/devices/parisc/processor.c2
-rw-r--r--modules/devices/pci.c2
-rw-r--r--modules/devices/ppc/processor.c2
-rw-r--r--modules/devices/printers.c2
-rw-r--r--modules/devices/resources.c2
-rw-r--r--modules/devices/riscv/processor.c2
-rw-r--r--modules/devices/s390/processor.c2
-rw-r--r--modules/devices/sensors.c2
-rw-r--r--modules/devices/sh/processor.c2
-rw-r--r--modules/devices/sparc/processor.c2
-rw-r--r--modules/devices/spd-decode.c2
-rw-r--r--modules/devices/spd-vendors.c2
-rw-r--r--modules/devices/storage.c2
-rw-r--r--modules/devices/usb.c2
-rw-r--r--modules/devices/x86/processor.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/modules/devices/alpha/processor.c b/modules/devices/alpha/processor.c
index c7862232..c820a94a 100644
--- a/modules/devices/alpha/processor.c
+++ b/modules/devices/alpha/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/arm/processor.c b/modules/devices/arm/processor.c
index 5ccfda1b..d3191ebc 100644
--- a/modules/devices/arm/processor.c
+++ b/modules/devices/arm/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/battery.c b/modules/devices/battery.c
index d2b7189c..bc3f70f8 100644
--- a/modules/devices/battery.c
+++ b/modules/devices/battery.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/devicetree.c b/modules/devices/devicetree.c
index 4fd52cbb..6999da3f 100644
--- a/modules/devices/devicetree.c
+++ b/modules/devices/devicetree.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/devicetree/pmac_data.c b/modules/devices/devicetree/pmac_data.c
index b236aef1..51298a17 100644
--- a/modules/devices/devicetree/pmac_data.c
+++ b/modules/devices/devicetree/pmac_data.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c
index d2e97150..4ef729a4 100644
--- a/modules/devices/devicetree/rpi_data.c
+++ b/modules/devices/devicetree/rpi_data.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
* This file from: rpiz - https://github.com/bp0/rpiz
* Copyright (C) 2017 Burt P. <pburt0@gmail.com>
*
diff --git a/modules/devices/dmi.c b/modules/devices/dmi.c
index 45b5e76b..4fca33c1 100644
--- a/modules/devices/dmi.c
+++ b/modules/devices/dmi.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c
index 06025e8d..3f99d650 100644
--- a/modules/devices/dmi_memory.c
+++ b/modules/devices/dmi_memory.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br>
* Copyright (C) 2019 Burt P. <pburt0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/modules/devices/firmware.c b/modules/devices/firmware.c
index 6c283d6e..4f7fb744 100644
--- a/modules/devices/firmware.c
+++ b/modules/devices/firmware.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br>
* Copyright (C) 2019 Burt P. <pburt0@gmail.com>
* Copyright (C) 2020 Ondrej Čerman
*
diff --git a/modules/devices/gpu.c b/modules/devices/gpu.c
index 29b04e5c..eee9ee25 100644
--- a/modules/devices/gpu.c
+++ b/modules/devices/gpu.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2017 L. A. F. Pereira <l@tia.mat.br>
* This file
* Copyright (C) 2018 Burt P. <pburt0@gmail.com>
*
diff --git a/modules/devices/ia64/processor.c b/modules/devices/ia64/processor.c
index c4d06a71..3cf14d7f 100644
--- a/modules/devices/ia64/processor.c
+++ b/modules/devices/ia64/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/inputdevices.c b/modules/devices/inputdevices.c
index dcc70487..65f28130 100644
--- a/modules/devices/inputdevices.c
+++ b/modules/devices/inputdevices.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/m68k/processor.c b/modules/devices/m68k/processor.c
index e030732a..5dd92867 100644
--- a/modules/devices/m68k/processor.c
+++ b/modules/devices/m68k/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/mips/processor.c b/modules/devices/mips/processor.c
index b31af7dd..082c7297 100644
--- a/modules/devices/mips/processor.c
+++ b/modules/devices/mips/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/monitors.c b/modules/devices/monitors.c
index 652d77fd..dad86d6f 100644
--- a/modules/devices/monitors.c
+++ b/modules/devices/monitors.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br>
* Copyright (C) 2019 Burt P. <pburt0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/modules/devices/parisc/processor.c b/modules/devices/parisc/processor.c
index 9ca38d12..8493a5ca 100644
--- a/modules/devices/parisc/processor.c
+++ b/modules/devices/parisc/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/pci.c b/modules/devices/pci.c
index 9ca1b847..64966b80 100644
--- a/modules/devices/pci.c
+++ b/modules/devices/pci.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/ppc/processor.c b/modules/devices/ppc/processor.c
index 3360a136..6e4a964f 100644
--- a/modules/devices/ppc/processor.c
+++ b/modules/devices/ppc/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/printers.c b/modules/devices/printers.c
index aefeaed7..bb68a188 100644
--- a/modules/devices/printers.c
+++ b/modules/devices/printers.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/resources.c b/modules/devices/resources.c
index 0e8d728f..36a413a4 100644
--- a/modules/devices/resources.c
+++ b/modules/devices/resources.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2008 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2008 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/riscv/processor.c b/modules/devices/riscv/processor.c
index afddf89d..b2191a07 100644
--- a/modules/devices/riscv/processor.c
+++ b/modules/devices/riscv/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/s390/processor.c b/modules/devices/s390/processor.c
index cf45c33c..58ec6e8b 100644
--- a/modules/devices/s390/processor.c
+++ b/modules/devices/s390/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/sensors.c b/modules/devices/sensors.c
index a007c543..2d04cff5 100644
--- a/modules/devices/sensors.c
+++ b/modules/devices/sensors.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/sh/processor.c b/modules/devices/sh/processor.c
index 9da2f9b0..8dc339fb 100644
--- a/modules/devices/sh/processor.c
+++ b/modules/devices/sh/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/sparc/processor.c b/modules/devices/sparc/processor.c
index 32c7aa94..b0cf385a 100644
--- a/modules/devices/sparc/processor.c
+++ b/modules/devices/sparc/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/spd-decode.c b/modules/devices/spd-decode.c
index bfd835ea..74dc9614 100644
--- a/modules/devices/spd-decode.c
+++ b/modules/devices/spd-decode.c
@@ -1,6 +1,6 @@
/*
* spd-decode.c, spd-vendors.c
- * Copyright (c) 2010 Leandro A. F. Pereira
+ * Copyright (c) 2010 L. A. F. Pereira
* modified by Ondrej Čerman (2019)
* modified by Burt P. (2019)
*
diff --git a/modules/devices/spd-vendors.c b/modules/devices/spd-vendors.c
index f4dfe033..80b2a6a4 100644
--- a/modules/devices/spd-vendors.c
+++ b/modules/devices/spd-vendors.c
@@ -1,6 +1,6 @@
/*
* spd-decode.c, spd-vendors.c
- * Copyright (c) 2010 Leandro A. F. Pereira
+ * Copyright (c) 2010 L. A. F. Pereira
* modified by Ondrej Čerman (2019)
* modified by Burt P. (2019)
*
diff --git a/modules/devices/storage.c b/modules/devices/storage.c
index a561be1d..970558ee 100644
--- a/modules/devices/storage.c
+++ b/modules/devices/storage.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
* modified by Ondrej Čerman (2019-2021)
*
* This program is free software; you can redistribute it and/or modify
diff --git a/modules/devices/usb.c b/modules/devices/usb.c
index c00f3330..4adc7761 100644
--- a/modules/devices/usb.c
+++ b/modules/devices/usb.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2008 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2008 L. A. F. Pereira <l@tia.mat.br>
*
* 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/modules/devices/x86/processor.c b/modules/devices/x86/processor.c
index ff1374f3..d9f4780b 100644
--- a/modules/devices/x86/processor.c
+++ b/modules/devices/x86/processor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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