Removed RCS Log entries as recommended in CVS Faq-O-Matic.
authorshort <>
Mon, 6 Sep 1999 15:15:39 +0000 (15:15 +0000)
committershort <>
Mon, 6 Sep 1999 15:15:39 +0000 (15:15 +0000)
Makefile.am
acconfig.h
autogen.sh
configure.in
manfmt.c
mdsms.1.c
mdsms.1.in
mdsms.c
setup.h
strdup.c

index f0ac284..4b2bef3 100644 (file)
@@ -1,12 +1,4 @@
 # $Id$
 # $Id$
-#
-# $Log$
-# Revision 1.2  1999/06/02 18:26:32  short
-# Makefile target dist-tarZ added for 'compress'-ed archives.
-#
-# Revision 1.1.1.1  1999/05/26 13:06:26  short
-# First alpha release.
-#
 
 AUTOMAKE_OPTIONS = dist-tarZ
 
 
 AUTOMAKE_OPTIONS = dist-tarZ
 
index 39bf846..6d7a2b0 100644 (file)
@@ -1,11 +1,6 @@
 /* acconfig.h  Generated manually for use by autoheader.  */
 /*
  * $Id$
 /* acconfig.h  Generated manually for use by autoheader.  */
 /*
  * $Id$
- *
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
  */
 
 /* __NORETURN define - usually a GCC extension. */
  */
 
 /* __NORETURN define - usually a GCC extension. */
index 75602a8..e5791fa 100755 (executable)
@@ -2,14 +2,6 @@
 # Run this to generate all the initial makefiles, etc.
 
 # $Id$
 # Run this to generate all the initial makefiles, etc.
 
 # $Id$
-#
-# $Log$
-# Revision 1.2  1999/06/02 18:26:32  short
-# Makefile target dist-tarZ added for 'compress'-ed archives.
-#
-# Revision 1.1.1.1  1999/05/26 13:06:26  short
-# First alpha release.
-#
 
 CONFDEFS="--enable-maintainer-mode --enable-debug"
 
 
 CONFDEFS="--enable-maintainer-mode --enable-debug"
 
index bb1e3b7..db61cf3 100644 (file)
@@ -1,18 +1,4 @@
 # $Id$
 # $Id$
-#
-# $Log$
-# Revision 1.4  1999/07/28 10:47:15  short
-# Version bumped to 1.3.
-#
-# Revision 1.3  1999/07/14 01:02:51  short
-# Version bumped to 1.2.
-#
-# Revision 1.2  1999/06/03 11:48:18  short
-# Version bumped to 1.1.
-#
-# Revision 1.1.1.1  1999/05/26 13:06:26  short
-# First alpha release.
-#
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mdsms.c)
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mdsms.c)
index 344a56c..47092a8 100644 (file)
--- a/manfmt.c
+++ b/manfmt.c
@@ -3,13 +3,6 @@
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
-/*
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
- */
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
index 64240a4..23d8ae1 100644 (file)
--- a/mdsms.1.c
+++ b/mdsms.1.c
@@ -1,10 +1,5 @@
 /*
  * $Id$
 /*
  * $Id$
- *
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
  */
 
 #include "config.h"
  */
 
 #include "config.h"
index debcbe6..d645d68 100644 (file)
@@ -1,20 +1,6 @@
 .TH MDSMS 1 "17 May 1999" ~    VERSION ~ "SendSMS Manual"
 
 .\~ $Id$
 .TH MDSMS 1 "17 May 1999" ~    VERSION ~ "SendSMS Manual"
 
 .\~ $Id$
-.\~
-.\~ $Log$
-.\~ Revision 1.4  1999/07/03 18:56:49  short
-.\~ Documentation fixes.
-.\~
-.\~ Revision 1.3  1999/06/03 11:46:41  short
-.\~ Logging (--log) implemented.
-.\~
-.\~ Revision 1.2  1999/06/03 10:38:52  short
-.\~ Implemented remaining communication timeouts and maximum retry count.
-.\~
-.\~ Revision 1.1.1.1  1999/05/26 13:06:26  short
-.\~ First alpha release.
-.\~
 
 .SH NAME
 mdsms \- send SMSes through MobilDock
 
 .SH NAME
 mdsms \- send SMSes through MobilDock
diff --git a/mdsms.c b/mdsms.c
index 39a9c03..a4e6498 100644 (file)
--- a/mdsms.c
+++ b/mdsms.c
@@ -3,31 +3,6 @@
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
-/*
- * $Log$
- * Revision 1.7  1999/07/29 14:39:38  short
- * '-f' flag is working now.
- *
- * Revision 1.6  1999/07/28 10:46:37  short
- * Removed strict converting/checking of symbol characters to '?'.
- *
- * Revision 1.5  1999/07/19 10:02:51  short
- * Removed '\xXY' chars for compatibility with Digital UNIX vendor "cc".
- *
- * Revision 1.4  1999/07/14 01:01:11  short
- * Termios made compatible with Digital UNIX 4.0, cfset[io]speed() missing.
- *
- * Revision 1.3  1999/06/03 11:46:41  short
- * Logging (--log) implemented.
- *
- * Revision 1.2  1999/06/03 10:38:52  short
- * Implemented remaining communication timeouts and maximum retry count.
- *
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
- */
-
 #include "setup.h"
 
 #include <stdio.h>
 #include "setup.h"
 
 #include <stdio.h>
diff --git a/setup.h b/setup.h
index 1d6fbec..c057cb9 100644 (file)
--- a/setup.h
+++ b/setup.h
@@ -1,22 +1,5 @@
 /*
  * $Id$
 /*
  * $Id$
- *
- * $Log$
- * Revision 1.5  1999/07/03 18:56:49  short
- * Documentation fixes.
- *
- * Revision 1.4  1999/06/03 11:46:41  short
- * Logging (--log) implemented.
- *
- * Revision 1.3  1999/06/03 10:52:32  short
- * Commented all the entries in setup.h.
- *
- * Revision 1.2  1999/06/03 10:38:52  short
- * Implemented remaining communication timeouts and maximum retry count.
- *
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
  */
 
 #define CONFIG_MAIN "/etc/" PACKAGE "rc" /* global configuration file */
  */
 
 #define CONFIG_MAIN "/etc/" PACKAGE "rc" /* global configuration file */
index 3bd92a3..f67630f 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -3,13 +3,6 @@
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
-/*
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
- */
-
 /* This part of code is a public domain */
 
 #include <string.h>
 /* This part of code is a public domain */
 
 #include <string.h>