From 0a99352128efc4af44160eee69e8990686bf9ad5 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Fri, 10 Nov 2000 14:42:24 +0000 Subject: [PATCH] =?utf8?q?Copyright=20notice=20for=20Alc=C3=B4ve,=20for=20?= =?utf8?q?paying=20me=20to=20work=20on=20dump...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- COPYRIGHT | 1 + common/dumprmt.c | 3 ++- compat/include/bsdcompat.h | 3 ++- compat/include/compaterr.h | 3 ++- compat/include/compatglob.h | 3 ++- compat/include/fstab.h | 3 ++- compat/include/pathnames.h | 3 ++- compat/include/protocols/dumprestore.h | 4 ++-- compat/lib/compaterr.c | 3 ++- compat/lib/compatglob.c | 3 ++- compat/lib/fstab.c | 3 ++- dump/dump.h | 3 ++- dump/itime.c | 3 ++- dump/main.c | 3 ++- dump/optr.c | 3 ++- dump/tape.c | 3 ++- dump/traverse.c | 3 ++- dump/unctime.c | 3 ++- restore/dirs.c | 3 ++- restore/extern.h | 3 ++- restore/interactive.c | 3 ++- restore/main.c | 3 ++- restore/restore.c | 3 ++- restore/restore.h | 3 ++- restore/symtab.c | 3 ++- restore/tape.c | 3 ++- restore/utilities.c | 3 ++- 27 files changed, 53 insertions(+), 27 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 2d6c688..1245bba 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- diff --git a/common/dumprmt.c b/common/dumprmt.c index 4f6b3c7..0444343 100644 --- a/common/dumprmt.c +++ b/common/dumprmt.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dumprmt.c,v 1.12 2000/11/03 18:28:58 stelian Exp $"; + "$Id: dumprmt.c,v 1.13 2000/11/10 14:42:24 stelian Exp $"; #endif /* not lint */ #ifdef __linux__ diff --git a/compat/include/bsdcompat.h b/compat/include/bsdcompat.h index bb39fe8..caa7290 100644 --- a/compat/include/bsdcompat.h +++ b/compat/include/bsdcompat.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: bsdcompat.h,v 1.10 2000/02/10 09:42:32 stelian Exp $ + * $Id: bsdcompat.h,v 1.11 2000/11/10 14:42:24 stelian Exp $ */ #include diff --git a/compat/include/compaterr.h b/compat/include/compaterr.h index 98a9eeb..aae4aab 100644 --- a/compat/include/compaterr.h +++ b/compat/include/compaterr.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: compaterr.h,v 1.6 2000/01/21 10:17:41 stelian Exp $ + * $Id: compaterr.h,v 1.7 2000/11/10 14:42:24 stelian Exp $ */ /*- diff --git a/compat/include/compatglob.h b/compat/include/compatglob.h index 4354571..ea77c0d 100644 --- a/compat/include/compatglob.h +++ b/compat/include/compatglob.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: compatglob.h,v 1.5 2000/01/21 10:17:41 stelian Exp $ + * $Id: compatglob.h,v 1.6 2000/11/10 14:42:24 stelian Exp $ */ /* diff --git a/compat/include/fstab.h b/compat/include/fstab.h index bb5a735..350fbc2 100644 --- a/compat/include/fstab.h +++ b/compat/include/fstab.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: fstab.h,v 1.6 2000/11/10 09:35:07 stelian Exp $ + * $Id: fstab.h,v 1.7 2000/11/10 14:42:24 stelian Exp $ */ /* diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index 34218c8..b5b025a 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: pathnames.h,v 1.8 2000/11/10 09:35:07 stelian Exp $ + * $Id: pathnames.h,v 1.9 2000/11/10 14:42:24 stelian Exp $ */ /* diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index d3e1c55..1e6c508 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -3,7 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * + * $Id: dumprestore.h,v 1.7 2000/11/10 14:42:25 stelian Exp $ */ /* @@ -42,8 +44,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: dumprestore.h,v 1.6 2000/01/21 10:17:41 stelian Exp $ */ #ifndef _PROTOCOLS_DUMPRESTORE_H_ diff --git a/compat/lib/compaterr.c b/compat/lib/compaterr.c index c50ec22..65edbf7 100644 --- a/compat/lib/compaterr.c +++ b/compat/lib/compaterr.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: compaterr.c,v 1.5 2000/01/21 10:17:41 stelian Exp $"; + "$Id: compaterr.c,v 1.6 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index aebf1cb..62b28f0 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -68,7 +69,7 @@ #ifndef lint static const char rcsid[] = - "$Id: compatglob.c,v 1.4 2000/01/21 10:17:41 stelian Exp $"; + "$Id: compatglob.c,v 1.5 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/compat/lib/fstab.c b/compat/lib/fstab.c index b3a21f0..520b6dc 100644 --- a/compat/lib/fstab.c +++ b/compat/lib/fstab.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fstab.c,v 1.7 2000/08/20 19:41:24 stelian Exp $"; + "$Id: fstab.c,v 1.8 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/dump.h b/dump/dump.h index 80d4971..7864576 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: dump.h,v 1.14 2000/11/10 11:48:31 stelian Exp $ + * $Id: dump.h,v 1.15 2000/11/10 14:42:25 stelian Exp $ */ /*- diff --git a/dump/itime.c b/dump/itime.c index f847a6a..4a9996e 100644 --- a/dump/itime.c +++ b/dump/itime.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: itime.c,v 1.11 2000/11/10 11:48:31 stelian Exp $"; + "$Id: itime.c,v 1.12 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/main.c b/dump/main.c index 876ea22..b981cd8 100644 --- a/dump/main.c +++ b/dump/main.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.28 2000/11/10 13:52:43 stelian Exp $"; + "$Id: main.c,v 1.29 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/optr.c b/dump/optr.c index 6ac8bbd..fd01cac 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.13 2000/11/10 11:54:52 stelian Exp $"; + "$Id: optr.c,v 1.14 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/tape.c b/dump/tape.c index 63b6426..579ecd6 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.23 2000/08/30 08:55:21 stelian Exp $"; + "$Id: tape.c,v 1.24 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #ifdef __linux__ diff --git a/dump/traverse.c b/dump/traverse.c index bda42a9..d85c14e 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: traverse.c,v 1.21 2000/11/10 13:52:43 stelian Exp $"; + "$Id: traverse.c,v 1.22 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/dump/unctime.c b/dump/unctime.c index 2c9920e..46b325b 100644 --- a/dump/unctime.c +++ b/dump/unctime.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /*- @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: unctime.c,v 1.7 2000/01/21 10:17:41 stelian Exp $"; + "$Id: unctime.c,v 1.8 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/dirs.c b/restore/dirs.c index 2d559fe..b2a0cc4 100644 --- a/restore/dirs.c +++ b/restore/dirs.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -45,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dirs.c,v 1.9 2000/03/01 10:16:05 stelian Exp $"; + "$Id: dirs.c,v 1.10 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/extern.h b/restore/extern.h index dfbe5fe..d81892c 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: extern.h,v 1.8 2000/02/08 12:22:43 stelian Exp $ + * $Id: extern.h,v 1.9 2000/11/10 14:42:25 stelian Exp $ */ /*- diff --git a/restore/interactive.c b/restore/interactive.c index 4f7049b..ca7b2e9 100644 --- a/restore/interactive.c +++ b/restore/interactive.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: interactive.c,v 1.12 2000/06/11 17:26:04 stelian Exp $"; + "$Id: interactive.c,v 1.13 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/main.c b/restore/main.c index 344ec5c..9991f8b 100644 --- a/restore/main.c +++ b/restore/main.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.12 2000/05/28 16:52:21 stelian Exp $"; + "$Id: main.c,v 1.13 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/restore.c b/restore/restore.c index fe6c2cc..c6490a0 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.10 2000/08/20 15:17:36 stelian Exp $"; + "$Id: restore.c,v 1.11 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/restore.h b/restore/restore.h index 480f4d0..685d464 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -3,8 +3,9 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 * - * $Id: restore.h,v 1.9 2000/05/28 16:52:21 stelian Exp $ + * $Id: restore.h,v 1.10 2000/11/10 14:42:25 stelian Exp $ */ /* diff --git a/restore/symtab.c b/restore/symtab.c index 9ad4955..caa0465 100644 --- a/restore/symtab.c +++ b/restore/symtab.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: symtab.c,v 1.9 2000/06/25 18:42:39 stelian Exp $"; + "$Id: symtab.c,v 1.10 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ /* diff --git a/restore/tape.c b/restore/tape.c index 130f3ca..ec6c5fa 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -45,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.19 2000/08/19 22:39:35 stelian Exp $"; + "$Id: tape.c,v 1.20 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include diff --git a/restore/utilities.c b/restore/utilities.c index f052071..b32c21f 100644 --- a/restore/utilities.c +++ b/restore/utilities.c @@ -3,6 +3,7 @@ * dump and restore backup suit * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000 */ /* @@ -40,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: utilities.c,v 1.8 2000/02/08 12:22:43 stelian Exp $"; + "$Id: utilities.c,v 1.9 2000/11/10 14:42:25 stelian Exp $"; #endif /* not lint */ #include -- 2.39.2