diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 16:24:30 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 16:24:30 +0000 |
commit | 15bc02200336c0b032d79e7a4afa63bb26637481 (patch) | |
tree | b070e80fe5d99c8a042cdcc38ac3d2ff0ab6747a /hardinfo2/hardinfo.c | |
parent | 889509323b1372b76ce4ab38828c4bcaa3571d75 (diff) |
Update copyright year.
Diffstat (limited to 'hardinfo2/hardinfo.c')
-rw-r--r-- | hardinfo2/hardinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c index 63257818..807b3239 100644 --- a/hardinfo2/hardinfo.c +++ b/hardinfo2/hardinfo.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@linuxmag.com.br> + * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@linuxmag.com.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 @@ -39,7 +39,7 @@ main(int argc, char **argv) /* show version information and quit */ if (params.show_version) { g_print("HardInfo version " VERSION "\n"); - g_print("Copyright (C) 2003-2006 Leandro A. F. Pereira. See COPYING for details.\n\n"); + g_print("Copyright (C) 2003-2007 Leandro A. F. Pereira. See COPYING for details.\n\n"); g_print("Compile-time options:\n" " Release version: %s (%s)\n" |