diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 15:02:19 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 15:02:19 -0300 |
commit | 0f373fa57f5251094d9ee61fb87406ced0027836 (patch) | |
tree | f27fa03e038ccff71f8aa73190fd739c4656d377 /hardinfo2 | |
parent | a67822f88fd8c67fbc49a1510669647d490e6ee0 (diff) |
Update copyright years; make syncmanager case consistent
Diffstat (limited to 'hardinfo2')
-rw-r--r-- | hardinfo2/benchmark.c | 6 | ||||
-rw-r--r-- | hardinfo2/syncmanager.c | 2 | ||||
-rw-r--r-- | hardinfo2/vendor.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index 6a902b93..e31d6b34 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> * * 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 @@ -398,12 +398,12 @@ void hi_module_init(void) { static SyncEntry se[] = { { - .fancy_name = "Send Benchmark Results", + .fancy_name = "Send benchmark results", .name = "SendBenchmarkResults", .save_to = NULL, .get_data = get_benchmark_results}, { - .fancy_name = "Receive Benchmark Results", + .fancy_name = "Receive benchmark results", .name = "RecvBenchmarkResults", .save_to = "benchmark.conf", .get_data = NULL} diff --git a/hardinfo2/syncmanager.c b/hardinfo2/syncmanager.c index d39d506b..37788a7b 100644 --- a/hardinfo2/syncmanager.c +++ b/hardinfo2/syncmanager.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> * * 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/hardinfo2/vendor.c b/hardinfo2/vendor.c index 4a1a41a1..005664ff 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> * * List of vendors based on GtkSysInfo (c) Pissens Sebastien. * |