summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--amttool.man4
-rw-r--r--gamt.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 9459d4b..5625e59 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1
+1.2
diff --git a/amttool.man b/amttool.man
index 1e6aa20..e253f7e 100644
--- a/amttool.man
+++ b/amttool.man
@@ -1,8 +1,8 @@
-.TH amttool 1 "(c) 2007 Gerd Hoffmann"
+.TH amttool 1 "(c) 2007,08 Gerd Hoffmann"
.SH NAME
amttool - remotely control Intel AMT managed machines.
.SH SYNOPSIS
-.B amttool host [ command ] [ arg ]
+.B amttool host [ command ] [ arg(s) ]
.SH DESCRIPTION
.B amttool
is a perl script which speaks SOAP to Intel AMT managed machines.
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");
}