From f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e Mon Sep 17 00:00:00 2001 From: L Pereira Date: Sun, 7 Nov 2021 20:36:46 -0800 Subject: Update copyright information --- hardinfo/cpu_util.c | 2 +- hardinfo/dmi_util.c | 2 +- hardinfo/dt_util.c | 2 +- hardinfo/expr.c | 2 +- hardinfo/gpu_util.c | 2 +- hardinfo/hardinfo.c | 4 ++-- hardinfo/info.c | 2 +- hardinfo/pci_util.c | 2 +- hardinfo/socket.c | 2 +- hardinfo/usb_util.c | 2 +- hardinfo/util.c | 2 +- hardinfo/vendor.c | 2 +- hardinfo/x_util.c | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) (limited to 'hardinfo') 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 + * Copyright (C) 2003-2006 L. A. F. Pereira * This file by Burt P. * * 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 + * Copyright (C) 2003-2017 L. A. F. Pereira * This file * Copyright (C) 2017 Burt P. * 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 + * Copyright (C) 2003-2007 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2007 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2017 L. A. F. Pereira * This file * Copyright (C) 2018 Burt P. * 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 + * Copyright (C) 2003-2009 L. A. F. Pereira * * 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 + * Copyright (C) 2017 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2017 L. A. F. Pereira * This file * Copyright (C) 2018 Burt P. * 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 + * Copyright (C) 2003-2007 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2017 L. A. F. Pereira * This file * Copyright (C) 2017 Burt P. * 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 + * Copyright (C) 2003-2007 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2009 L. A. F. Pereira * * 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 + * Copyright (C) 2003-2017 L. A. F. Pereira * This file * Copyright (C) 2018 Burt P. * -- cgit v1.2.3