From f21716799f1455277e366687c22c01e92bdd24e6 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 11 Oct 2002 09:20:32 +0000
Subject: [PATCH] Pointers to mailing list

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@24 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG          |  4 ++--
 sm5/Makefile           |  4 ++--
 sm5/README             |  4 ++--
 sm5/TODO               |  4 ++--
 sm5/atacmds.c          |  4 ++--
 sm5/atacmds.cpp        |  4 ++--
 sm5/atacmds.h          |  4 ++--
 sm5/ataprint.c         |  4 ++--
 sm5/ataprint.cpp       |  4 ++--
 sm5/ataprint.h         |  4 ++--
 sm5/extern.h           |  4 ++--
 sm5/scsicmds.c         |  4 ++--
 sm5/scsicmds.cpp       |  4 ++--
 sm5/scsicmds.h         |  4 ++--
 sm5/scsiprint.c        |  4 ++--
 sm5/scsiprint.cpp      |  4 ++--
 sm5/scsiprint.h        |  4 ++--
 sm5/smartctl.8         | 10 +++++-----
 sm5/smartctl.c         |  6 +++---
 sm5/smartctl.cpp       |  6 +++---
 sm5/smartctl.h         |  4 ++--
 sm5/smartd.8           |  8 ++++----
 sm5/smartd.c           |  6 +++---
 sm5/smartd.cpp         |  6 +++---
 sm5/smartd.h           |  4 ++--
 sm5/smartd.initd       |  4 ++--
 sm5/smartmontools.spec |  2 +-
 27 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index ffbdc5d20..7e5bb5c0c 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,8 +1,8 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.2 2002/10/09 18:07:17 ballen4705 Exp $
+$Id: CHANGELOG,v 1.3 2002/10/11 09:20:32 ballen4705 Exp $
 
-Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
 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 the Free
diff --git a/sm5/Makefile b/sm5/Makefile
index 7ff88db83..e0865f9c9 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -1,8 +1,8 @@
 # Makefile for smartmontools
 #
-# $Id: Makefile,v 1.8 2002/10/11 01:27:39 ballen4705 Exp $
+# $Id: Makefile,v 1.9 2002/10/11 09:20:32 ballen4705 Exp $
 #
-# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
 # 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 the Free
diff --git a/sm5/README b/sm5/README
index 9a6db5137..60193d41a 100644
--- a/sm5/README
+++ b/sm5/README
@@ -12,7 +12,7 @@ reports.
 
 
 == COPYING ==
-Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
 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 the Free
@@ -172,4 +172,4 @@ Fax: (408) 867-2115
 E-Mail: 250-1752@mcimail.com.
 
 
-$Id: README,v 1.3 2002/10/10 13:21:14 ballen4705 Exp $
+$Id: README,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
diff --git a/sm5/TODO b/sm5/TODO
index 42b2463ba..6ad5411e8 100644
--- a/sm5/TODO
+++ b/sm5/TODO
@@ -1,8 +1,8 @@
 TODO list for smartmontools:
 
-Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
-$Id: TODO,v 1.3 2002/10/10 21:38:03 ballen4705 Exp $
+$Id: TODO,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
 
 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 the Free
diff --git a/sm5/atacmds.c b/sm5/atacmds.c
index 01ae2fc14..e03b045c0 100644
--- a/sm5/atacmds.c
+++ b/sm5/atacmds.c
@@ -1,8 +1,8 @@
-//  $Id: atacmds.c,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
+//  $Id: atacmds.c,v 1.2 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * atacmds.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  * Copyright (C) 2000 Andre Hedrick <andre@linux-ide.org>
  *
diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp
index 00c2727ac..3de297e01 100644
--- a/sm5/atacmds.cpp
+++ b/sm5/atacmds.cpp
@@ -1,8 +1,8 @@
-//  $Id: atacmds.cpp,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
+//  $Id: atacmds.cpp,v 1.2 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * atacmds.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  * Copyright (C) 2000 Andre Hedrick <andre@linux-ide.org>
  *
diff --git a/sm5/atacmds.h b/sm5/atacmds.h
index 9a8c3fea8..d7a3a06b2 100644
--- a/sm5/atacmds.h
+++ b/sm5/atacmds.h
@@ -1,8 +1,8 @@
-//  $Id: atacmds.h,v 1.4 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: atacmds.h,v 1.5 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * atacmds.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/ataprint.c b/sm5/ataprint.c
index 130d2ed0f..0f981c439 100644
--- a/sm5/ataprint.c
+++ b/sm5/ataprint.c
@@ -1,8 +1,8 @@
-//  $Id: ataprint.c,v 1.5 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: ataprint.c,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * ataprint.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
index f13028983..c44b5cf29 100644
--- a/sm5/ataprint.cpp
+++ b/sm5/ataprint.cpp
@@ -1,8 +1,8 @@
-//  $Id: ataprint.cpp,v 1.5 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: ataprint.cpp,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * ataprint.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/ataprint.h b/sm5/ataprint.h
index cce26e0f2..259f565b6 100644
--- a/sm5/ataprint.h
+++ b/sm5/ataprint.h
@@ -1,9 +1,9 @@
-//  $Id: ataprint.h,v 1.2 2002/10/11 00:38:22 ballen4705 Exp $
+//  $Id: ataprint.h,v 1.3 2002/10/11 09:20:32 ballen4705 Exp $
 
 /*
  * ataprint.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/extern.h b/sm5/extern.h
index 375a348c7..25c51a6d0 100644
--- a/sm5/extern.h
+++ b/sm5/extern.h
@@ -1,8 +1,8 @@
-//  $Id: extern.h,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
+//  $Id: extern.h,v 1.2 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * extern.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsicmds.c b/sm5/scsicmds.c
index 18988b578..6882e25dc 100644
--- a/sm5/scsicmds.c
+++ b/sm5/scsicmds.c
@@ -1,9 +1,9 @@
-//  $Id: scsicmds.c,v 1.3 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: scsicmds.c,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
 
 /*
  * scsicmds.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsicmds.cpp b/sm5/scsicmds.cpp
index 1b054a119..c0c296e59 100644
--- a/sm5/scsicmds.cpp
+++ b/sm5/scsicmds.cpp
@@ -1,9 +1,9 @@
-//  $Id: scsicmds.cpp,v 1.3 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: scsicmds.cpp,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
 
 /*
  * scsicmds.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsicmds.h b/sm5/scsicmds.h
index 7d3f00aba..37e9e92ea 100644
--- a/sm5/scsicmds.h
+++ b/sm5/scsicmds.h
@@ -1,8 +1,8 @@
-//  $Id: scsicmds.h,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
+//  $Id: scsicmds.h,v 1.2 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * scsicmds.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsiprint.c b/sm5/scsiprint.c
index 3da4b3368..47a0501e4 100644
--- a/sm5/scsiprint.c
+++ b/sm5/scsiprint.c
@@ -1,8 +1,8 @@
-//  $Id: scsiprint.c,v 1.3 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: scsiprint.c,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * scsiprint.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp
index 1378da830..849647a8b 100644
--- a/sm5/scsiprint.cpp
+++ b/sm5/scsiprint.cpp
@@ -1,8 +1,8 @@
-//  $Id: scsiprint.cpp,v 1.3 2002/10/11 04:35:12 ballen4705 Exp $
+//  $Id: scsiprint.cpp,v 1.4 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * scsiprint.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/scsiprint.h b/sm5/scsiprint.h
index 119c3c2ab..b32422e25 100644
--- a/sm5/scsiprint.h
+++ b/sm5/scsiprint.h
@@ -1,8 +1,8 @@
-//  $Id: scsiprint.h,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $
+//  $Id: scsiprint.h,v 1.2 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * scsiprint.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/smartctl.8 b/sm5/smartctl.8
index 6df5f226a..4ce076dfd 100644
--- a/sm5/smartctl.8
+++ b/sm5/smartctl.8
@@ -1,6 +1,6 @@
-\# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+\# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 \#
-\# $Id: smartctl.8,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $
+\# $Id: smartctl.8,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
 \# 
 \# 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 the Free
@@ -10,7 +10,7 @@
 \# You should have received a copy of the GNU General Public License (for
 \# example COPYING); if not, write to the Free Software Foundation, Inc., 675
 \# Mass Ave, Cambridge, MA 02139, USA.
-.TH SMARTCTL 8  "$Date: 2002/10/11 03:46:17 $" "smartmontools-5.0"
+.TH SMARTCTL 8  "$Date: 2002/10/11 09:20:32 $" "smartmontools-5.0"
 .SH NAME
 smartctl \- S.M.A.R.T. control utility 
 .SH SYNOPSIS
@@ -229,7 +229,7 @@ this command on a running system.
 .PP
 .SH AUTHOR
 Bruce Allen
-.B ballen@uwm.edu
+.B smartmontools-support@lists.sourceforge.net
 .fi
 University of Wisconsin - Milwaukee Physics Department
 
@@ -296,4 +296,4 @@ Please let us know if there is an on\-line source for this document.
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartctl.8,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $
+$Id: smartctl.8,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
diff --git a/sm5/smartctl.c b/sm5/smartctl.c
index d1d3f60a9..914e69cc0 100644
--- a/sm5/smartctl.c
+++ b/sm5/smartctl.c
@@ -1,8 +1,8 @@
-//  $Id: smartctl.c,v 1.4 2002/10/11 03:46:17 ballen4705 Exp $
+//  $Id: smartctl.c,v 1.5 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartctl.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -229,7 +229,7 @@ int main (int argc, char **argv){
     printf("is free software, and you are welcome to redistribute it\n");
     printf("under the terms of the GNU General Public License Version 2.\n");
     printf("See http://www.gnu.org for further details.\n\n");
-    printf("CVS version ID %s\n","$Id: smartctl.c,v 1.4 2002/10/11 03:46:17 ballen4705 Exp $");
+    printf("CVS version ID %s\n","$Id: smartctl.c,v 1.5 2002/10/11 09:20:32 ballen4705 Exp $");
     exit(0);
  }
 
diff --git a/sm5/smartctl.cpp b/sm5/smartctl.cpp
index fc9334c47..ecbd9cb6f 100644
--- a/sm5/smartctl.cpp
+++ b/sm5/smartctl.cpp
@@ -1,8 +1,8 @@
-//  $Id: smartctl.cpp,v 1.4 2002/10/11 03:46:17 ballen4705 Exp $
+//  $Id: smartctl.cpp,v 1.5 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartctl.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -229,7 +229,7 @@ int main (int argc, char **argv){
     printf("is free software, and you are welcome to redistribute it\n");
     printf("under the terms of the GNU General Public License Version 2.\n");
     printf("See http://www.gnu.org for further details.\n\n");
-    printf("CVS version ID %s\n","$Id: smartctl.cpp,v 1.4 2002/10/11 03:46:17 ballen4705 Exp $");
+    printf("CVS version ID %s\n","$Id: smartctl.cpp,v 1.5 2002/10/11 09:20:32 ballen4705 Exp $");
     exit(0);
  }
 
diff --git a/sm5/smartctl.h b/sm5/smartctl.h
index f76ca57a5..c0ddc6254 100644
--- a/sm5/smartctl.h
+++ b/sm5/smartctl.h
@@ -1,8 +1,8 @@
-//  $Id: smartctl.h,v 1.2 2002/10/10 13:21:17 ballen4705 Exp $
+//  $Id: smartctl.h,v 1.3 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartctl.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/smartd.8 b/sm5/smartd.8
index d00d2883e..045c8fb37 100644
--- a/sm5/smartd.8
+++ b/sm5/smartd.8
@@ -1,4 +1,4 @@
-\# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+\# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 \# 
 \# 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 the Free
@@ -8,7 +8,7 @@
 \# You should have received a copy of the GNU General Public License (for
 \# example COPYING); if not, write to the Free Software Foundation, Inc., 675
 \# Mass Ave, Cambridge, MA 02139, USA.
-.TH SMARTD 8  "$Date: 2002/10/11 03:46:17 $" "smartmontools-5.0"
+.TH SMARTD 8  "$Date: 2002/10/11 09:20:32 $" "smartmontools-5.0"
 .SH NAME
 smartd \- S.M.A.R.T. Daemon
 .SH SYNOPSIS
@@ -102,7 +102,7 @@ and disabled using the command:
 .PP
 .SH AUTHOR
 Bruce Allen
-.B ballen@uwm.edu
+.B smartmontools-support@lists.sourceforge.net
 .fi
 University of Wisconsin - Milwaukee Physics Department
 
@@ -169,4 +169,4 @@ Please let us know if there is an on\-line source for this document.
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartd.8,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $
+$Id: smartd.8,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
diff --git a/sm5/smartd.c b/sm5/smartd.c
index 3ee6a2f65..23e54c513 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -1,8 +1,8 @@
-//  $Id: smartd.c,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $
+//  $Id: smartd.c,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartd.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -264,7 +264,7 @@ char copyleftstring[]=
 "is free software, and you are welcome to redistribute it\n"
 "under the terms of the GNU General Public License Version 2.\n"
 "See http://www.gnu.org for further details.\n\n"
-"CVS Version ID $Id: smartd.c,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $\n";
+"CVS Version ID $Id: smartd.c,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $\n";
 
 const char opts[] = { DEBUGMODE, EMAILNOTIFICATION, PRINTCOPYLEFT,'\0' };
 
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index 68ab0d50c..9a749fc82 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -1,8 +1,8 @@
-//  $Id: smartd.cpp,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $
+//  $Id: smartd.cpp,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartd.c
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -264,7 +264,7 @@ char copyleftstring[]=
 "is free software, and you are welcome to redistribute it\n"
 "under the terms of the GNU General Public License Version 2.\n"
 "See http://www.gnu.org for further details.\n\n"
-"CVS Version ID $Id: smartd.cpp,v 1.5 2002/10/11 03:46:17 ballen4705 Exp $\n";
+"CVS Version ID $Id: smartd.cpp,v 1.6 2002/10/11 09:20:32 ballen4705 Exp $\n";
 
 const char opts[] = { DEBUGMODE, EMAILNOTIFICATION, PRINTCOPYLEFT,'\0' };
 
diff --git a/sm5/smartd.h b/sm5/smartd.h
index 95fb91976..9490ef436 100644
--- a/sm5/smartd.h
+++ b/sm5/smartd.h
@@ -1,8 +1,8 @@
-//  $Id: smartd.h,v 1.2 2002/10/10 13:21:18 ballen4705 Exp $
+//  $Id: smartd.h,v 1.3 2002/10/11 09:20:32 ballen4705 Exp $
 /*
  * smartd.h
  *
- * Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+ * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sm5/smartd.initd b/sm5/smartd.initd
index 82a7de70f..2f57f8f21 100755
--- a/sm5/smartd.initd
+++ b/sm5/smartd.initd
@@ -6,9 +6,9 @@
 #
 # processname: smartd 
 #
-# $Id: smartd.initd,v 1.2 2002/10/09 18:07:17 ballen4705 Exp $
+# $Id: smartd.initd,v 1.3 2002/10/11 09:20:32 ballen4705 Exp $
 #
-# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
+# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
 # 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 the Free
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index d217ea22d..898efeb5f 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -73,6 +73,6 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
-* %{date} Bruce Allen ballen@uwm.edu
+* %{date} Bruce Allen smartmontools-support@lists.sourceforge.net
 Initial release.  Code is derived from smartsuite, and is
    intended to be compatible with the ATA/ATAPI-5 specifications.
-- 
GitLab