From: short <> Date: Mon, 6 Sep 1999 15:15:39 +0000 (+0000) Subject: Removed RCS Log entries as recommended in CVS Faq-O-Matic. X-Git-Tag: bp_sms9110~2 X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=8409e729e576b28d6c74c9fae7971aa64bd4a906 Removed RCS Log entries as recommended in CVS Faq-O-Matic. --- diff --git a/Makefile.am b/Makefile.am index f0ac284..4b2bef3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,4 @@ # $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 diff --git a/acconfig.h b/acconfig.h index 39bf846..6d7a2b0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,11 +1,6 @@ /* 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. */ diff --git a/autogen.sh b/autogen.sh index 75602a8..e5791fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,14 +2,6 @@ # 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" diff --git a/configure.in b/configure.in index bb1e3b7..db61cf3 100644 --- a/configure.in +++ b/configure.in @@ -1,18 +1,4 @@ # $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) diff --git a/manfmt.c b/manfmt.c index 344a56c..47092a8 100644 --- a/manfmt.c +++ b/manfmt.c @@ -3,13 +3,6 @@ static char rcsid[] ATTR_UNUSED = "$Id$"; #endif -/* - * $Log$ - * Revision 1.1.1.1 1999/05/26 13:06:26 short - * First alpha release. - * - */ - #include #include #include diff --git a/mdsms.1.c b/mdsms.1.c index 64240a4..23d8ae1 100644 --- a/mdsms.1.c +++ b/mdsms.1.c @@ -1,10 +1,5 @@ /* * $Id$ - * - * $Log$ - * Revision 1.1.1.1 1999/05/26 13:06:26 short - * First alpha release. - * */ #include "config.h" diff --git a/mdsms.1.in b/mdsms.1.in index debcbe6..d645d68 100644 --- a/mdsms.1.in +++ b/mdsms.1.in @@ -1,20 +1,6 @@ .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 diff --git a/mdsms.c b/mdsms.c index 39a9c03..a4e6498 100644 --- a/mdsms.c +++ b/mdsms.c @@ -3,31 +3,6 @@ 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 diff --git a/setup.h b/setup.h index 1d6fbec..c057cb9 100644 --- a/setup.h +++ b/setup.h @@ -1,22 +1,5 @@ /* * $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 */ diff --git a/strdup.c b/strdup.c index 3bd92a3..f67630f 100644 --- a/strdup.c +++ b/strdup.c @@ -3,13 +3,6 @@ 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