aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-06-14 21:32:05 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-06-14 21:32:05 +0000
commit20a8ddffc62dae0b3915a6a52d08ba9224db07c0 (patch)
treed9b6dbc2b3f9484a9bd541a95bba2455946bc4e5
parent2f7c0e92abf336139446f7f5f3722c86c1fd5b68 (diff)
update copyright notice
-rw-r--r--watch.12
-rw-r--r--watch.c7
2 files changed, 2 insertions, 7 deletions
diff --git a/watch.1 b/watch.1
index ab60627..79dffc7 100644
--- a/watch.1
+++ b/watch.1
@@ -45,4 +45,4 @@ The original
was written by Tony Rems <rembo@unisoft.com> in 1991,
with mods and corrections by Francois Pinard.
.Pp
-It was rewritten by demon <demon@vhost.dyndns.org> in 2003.
+It was rewritten by Dimitri Sokolyuk <demon@vhost.dyndns.org> in 2003.
diff --git a/watch.c b/watch.c
index ba78c30..c90a2c6 100644
--- a/watch.c
+++ b/watch.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2003, 2004, 2005 demon <demon@vhost.dymdns.org>
+ * Copyright (c) 2003, 2004, 2005 Dimitri Sokolyuk <demon@vhost.dymdns.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -21,11 +21,6 @@
*/
#ifndef lint
-static const char copyright[] =
-"@(#)Copyright (c) 2003-2005 demon@vhost.dyndns.org\n";
-#endif /* not lint */
-
-#ifndef lint
static const char rcsid[] =
"$Id$";
#endif /* not lint */