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/hardinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hardinfo/hardinfo.c') 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" -- cgit v1.2.3