aboutsummaryrefslogtreecommitdiff
path: root/includes/hardinfo.h
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-08-01 02:06:26 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-04 09:18:31 -0700
commitf71f2fad3bbb74b534bcca4f522f2f5e0cc5f32c (patch)
tree1ee4bb5f5220c4883f0d88f0602e577a3020c69e /includes/hardinfo.h
parent7d8c642a5f1955395bfca1bf95ca32ef7bd6c288 (diff)
About dialog changes
* Use a define for copyright latest year, also used by `hardinfo --version` * Don't translate Jakub Szypulka * Add myself to contributors list Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r--includes/hardinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index 598d7717..b16a6e94 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -25,6 +25,8 @@
#include "vendor.h"
#include "gettext.h"
+#define HARDINFO_COPYRIGHT_LATEST_YEAR 2017
+
#ifndef LOCALEDIR
#define LOCALEDIR "/usr/share/locale"
#endif