summaryrefslogtreecommitdiff
path: root/modules/computer
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/computer
parentc6a5a871c2be73338e881eddf550c5433e96148f (diff)
Update copyright information
Diffstat (limited to 'modules/computer')
-rw-r--r--modules/computer/alsa.c2
-rw-r--r--modules/computer/boots.c2
-rw-r--r--modules/computer/display.c2
-rw-r--r--modules/computer/environment.c2
-rw-r--r--modules/computer/filesystem.c2
-rw-r--r--modules/computer/groups.c2
-rw-r--r--modules/computer/languages.c2
-rw-r--r--modules/computer/loadavg.c2
-rw-r--r--modules/computer/memory.c2
-rw-r--r--modules/computer/memory_usage.c2
-rw-r--r--modules/computer/modules.c2
-rw-r--r--modules/computer/os.c2
-rw-r--r--modules/computer/ubuntu_flavors.c2
-rw-r--r--modules/computer/uptime.c2
-rw-r--r--modules/computer/users.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/modules/computer/alsa.c b/modules/computer/alsa.c
index 00c1fceb..d3a6bbcd 100644
--- a/modules/computer/alsa.c
+++ b/modules/computer/alsa.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/computer/boots.c b/modules/computer/boots.c
index 63122994..3d6492d6 100644
--- a/modules/computer/boots.c
+++ b/modules/computer/boots.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/computer/display.c b/modules/computer/display.c
index ef7d1f89..56b68442 100644
--- a/modules/computer/display.c
+++ b/modules/computer/display.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/computer/environment.c b/modules/computer/environment.c
index dc0fb6f3..697bf38f 100644
--- a/modules/computer/environment.c
+++ b/modules/computer/environment.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/computer/filesystem.c b/modules/computer/filesystem.c
index 78faf5fe..db5bbe97 100644
--- a/modules/computer/filesystem.c
+++ b/modules/computer/filesystem.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/computer/groups.c b/modules/computer/groups.c
index 244b8000..75b7f645 100644
--- a/modules/computer/groups.c
+++ b/modules/computer/groups.c
@@ -1,6 +1,6 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2012 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2012 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/computer/languages.c b/modules/computer/languages.c
index 105b9e58..97223dda 100644
--- a/modules/computer/languages.c
+++ b/modules/computer/languages.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/computer/loadavg.c b/modules/computer/loadavg.c
index 7311dbf0..c3faaaed 100644
--- a/modules/computer/loadavg.c
+++ b/modules/computer/loadavg.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/computer/memory.c b/modules/computer/memory.c
index dc8599c2..add2bafe 100644
--- a/modules/computer/memory.c
+++ b/modules/computer/memory.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/computer/memory_usage.c b/modules/computer/memory_usage.c
index 041d1591..2693fbd9 100644
--- a/modules/computer/memory_usage.c
+++ b/modules/computer/memory_usage.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/computer/modules.c b/modules/computer/modules.c
index 88c178aa..15ffa4b7 100644
--- a/modules/computer/modules.c
+++ b/modules/computer/modules.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/computer/os.c b/modules/computer/os.c
index 14f61e06..1a367881 100644
--- a/modules/computer/os.c
+++ b/modules/computer/os.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/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c
index f50afb0e..b1ff0758 100644
--- a/modules/computer/ubuntu_flavors.c
+++ b/modules/computer/ubuntu_flavors.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>
* This file Burt P. <pburt0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/modules/computer/uptime.c b/modules/computer/uptime.c
index 6ef3d250..6fd1fe8f 100644
--- a/modules/computer/uptime.c
+++ b/modules/computer/uptime.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/computer/users.c b/modules/computer/users.c
index f47320bb..35291ca5 100644
--- a/modules/computer/users.c
+++ b/modules/computer/users.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