aboutsummaryrefslogtreecommitdiff
path: root/hardinfo
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 /hardinfo
parentc6a5a871c2be73338e881eddf550c5433e96148f (diff)
Update copyright information
Diffstat (limited to 'hardinfo')
-rw-r--r--hardinfo/cpu_util.c2
-rw-r--r--hardinfo/dmi_util.c2
-rw-r--r--hardinfo/dt_util.c2
-rw-r--r--hardinfo/expr.c2
-rw-r--r--hardinfo/gpu_util.c2
-rw-r--r--hardinfo/hardinfo.c4
-rw-r--r--hardinfo/info.c2
-rw-r--r--hardinfo/pci_util.c2
-rw-r--r--hardinfo/socket.c2
-rw-r--r--hardinfo/usb_util.c2
-rw-r--r--hardinfo/util.c2
-rw-r--r--hardinfo/vendor.c2
-rw-r--r--hardinfo/x_util.c2
13 files changed, 14 insertions, 14 deletions
diff --git a/hardinfo/cpu_util.c b/hardinfo/cpu_util.c
index 60f2bbae..8db5f61a 100644
--- a/hardinfo/cpu_util.c
+++ b/hardinfo/cpu_util.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 file by Burt P. <pburt0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hardinfo/dmi_util.c b/hardinfo/dmi_util.c
index 91be8508..fc2762ad 100644
--- a/hardinfo/dmi_util.c
+++ b/hardinfo/dmi_util.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) 2017 Burt P. <pburt0@gmail.com>
*
diff --git a/hardinfo/dt_util.c b/hardinfo/dt_util.c
index 2d1b60a0..1f65d9c6 100644
--- a/hardinfo/dt_util.c
+++ b/hardinfo/dt_util.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/hardinfo/expr.c b/hardinfo/expr.c
index 32e303d7..83e1e02c 100644
--- a/hardinfo/expr.c
+++ b/hardinfo/expr.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/hardinfo/gpu_util.c b/hardinfo/gpu_util.c
index d7b31d4d..29f6c77e 100644
--- a/hardinfo/gpu_util.c
+++ b/hardinfo/gpu_util.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/hardinfo/hardinfo.c b/hardinfo/hardinfo.c
index 6d1bf8ce..1488e0a1 100644
--- a/hardinfo/hardinfo.c
+++ b/hardinfo/hardinfo.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2009 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
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
if (params.show_version) {
g_print("HardInfo version " VERSION "\n");
g_print
- (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n\n"), HARDINFO_COPYRIGHT_LATEST_YEAR );
+ (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-%d L. A. F. Pereira. See COPYING for details.\n\n"), HARDINFO_COPYRIGHT_LATEST_YEAR );
g_print(_("Compile-time options:\n"
" Release version: %s (%s)\n"
diff --git a/hardinfo/info.c b/hardinfo/info.c
index 641e740d..5e6db7e4 100644
--- a/hardinfo/info.c
+++ b/hardinfo/info.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2017 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2017 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/hardinfo/pci_util.c b/hardinfo/pci_util.c
index e96eda9c..ccf4f7c4 100644
--- a/hardinfo/pci_util.c
+++ b/hardinfo/pci_util.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/hardinfo/socket.c b/hardinfo/socket.c
index 40cb8e50..6e3a3f9e 100644
--- a/hardinfo/socket.c
+++ b/hardinfo/socket.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/hardinfo/usb_util.c b/hardinfo/usb_util.c
index 990ae78e..6f9f9ef8 100644
--- a/hardinfo/usb_util.c
+++ b/hardinfo/usb_util.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) 2017 Burt P. <pburt0@gmail.com>
* Copyright (C) 2019 Ondrej Čerman
diff --git a/hardinfo/util.c b/hardinfo/util.c
index ec91565a..38c7bce1 100644
--- a/hardinfo/util.c
+++ b/hardinfo/util.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/hardinfo/vendor.c b/hardinfo/vendor.c
index 9cf84fa5..cb9cc9ba 100644
--- a/hardinfo/vendor.c
+++ b/hardinfo/vendor.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2009 L. A. F. Pereira <l@tia.mat.br>
*
* List of vendors based on GtkSysInfo (c) Pissens Sebastien.
*
diff --git a/hardinfo/x_util.c b/hardinfo/x_util.c
index 1508f525..2187b224 100644
--- a/hardinfo/x_util.c
+++ b/hardinfo/x_util.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>
*