summaryrefslogtreecommitdiffstats
path: root/gamt.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2008-12-19 14:55:49 +0000
committerkraxel <kraxel>2008-12-19 14:55:49 +0000
commit955840fce6a2862821e4bb0582f07f465d31e826 (patch)
tree0c0ea6253255e6731198e1f9a46b52f59db7388b /gamt.c
parent9baa8aadc712b981108d6fa1796dec23c0dc96fe (diff)
downloadamtterm-955840fce6a2862821e4bb0582f07f465d31e826.tar.gz
- minor tweaks, bumb version.
Diffstat (limited to 'gamt.c')
-rw-r--r--gamt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gamt.c b/gamt.c
index 2b3ba42..a519c04 100644
--- a/gamt.c
+++ b/gamt.c
@@ -1,7 +1,7 @@
/*
* amtterm -- Intel AMT serial-over-lan client, gtk version.
*
- * Copyright (C) 2007 Gerd Hoffmann <kraxel@redhat.com
+ * Copyright (C) 2007,08 Gerd Hoffmann <kraxel@redhat.com
*
* 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
@@ -386,7 +386,7 @@ static void menu_cb_man_amt_howto(GtkAction *action, void *data)
static void menu_cb_about(GtkAction *action, void *data)
{
static char *comments = "Intel AMT serial-over-lan client";
- static char *copyright = "(c) 2007 Gerd Hoffmann";
+ static char *copyright = "(c) 2007,08 Gerd Hoffmann";
static char *website = "http://dl.bytesex.org/releases/amtterm/";
static char *authors[] = { "Gerd Hoffmann <kraxel@redhat.com>", NULL };
struct gamt_window *gamt = data;
@@ -893,7 +893,7 @@ static void usage(FILE *fp)
"If no password is given " APPNAME " will ask for one.\n"
"\n"
"-- \n"
- "(c) 2007 Gerd Hoffmann <kraxel@redhat.com>\n"
+ "(c) 2007,08 Gerd Hoffmann <kraxel@redhat.com>\n"
"\n");
}