summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hardinfo2/benchmark.c6
-rw-r--r--hardinfo2/syncmanager.c2
-rw-r--r--hardinfo2/vendor.c2
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.
*