]> git.wh0rd.org - dump.git/commitdiff
Copyright notice for Alcôve, for paying me to work on dump...
authorStelian Pop <stelian@popies.net>
Fri, 10 Nov 2000 14:42:24 +0000 (14:42 +0000)
committerStelian Pop <stelian@popies.net>
Fri, 10 Nov 2000 14:42:24 +0000 (14:42 +0000)
27 files changed:
COPYRIGHT
common/dumprmt.c
compat/include/bsdcompat.h
compat/include/compaterr.h
compat/include/compatglob.h
compat/include/fstab.h
compat/include/pathnames.h
compat/include/protocols/dumprestore.h
compat/lib/compaterr.c
compat/lib/compatglob.c
compat/lib/fstab.c
dump/dump.h
dump/itime.c
dump/main.c
dump/optr.c
dump/tape.c
dump/traverse.c
dump/unctime.c
restore/dirs.c
restore/extern.h
restore/interactive.c
restore/main.c
restore/restore.c
restore/restore.h
restore/symtab.c
restore/tape.c
restore/utilities.c

index 2d6c688432262469be219fecfe5e4e0bd22d5b7f..1245bbaf9278e81269b8147627b42e8fa9896992 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
  */
 
 /*-
index 4f6b3c790e674f224362dd704e39be4631efdf2f..0444343d558b2cb9a531058f7247aa340d8cc6b9 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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__
index bb39fe8a292bfd49c20d08880492b079d043bad6..caa7290c5a00fe364c6240aaf6a2b29753bc1355 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <config.h>
index 98a9eeb58c54c1ae69bab325464a22406d2d76a3..aae4aab732608d51ef756b75c7253ce376a8cf65 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*-
index 435457165bfe3425c33fd8deada4ca5ff58eabbb..ea77c0d2d7b1ef6f5eca4f2c717f802a2da414c0 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*
index bb5a735924cea34123bc903a678c3d24118528eb..350fbc2d74607592be697c265d8a5d27c16d7921 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*
index 34218c8c89ecabdd5f9d3c2c99a83120670a444d..b5b025a161c105a5f4ae082dc77627cafc471654 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*
index d3e1c55a7995d9cbca8f1d8f96de43a38f75a377..1e6c508e88bcac325d6b4c14ac029fb13a368910 100644 (file)
@@ -3,7 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *      Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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_
index c50ec2293dbec8168990a879700c70dd6e32c8c1..65edbf72fbdfa2266274ccfa09a75ba7ca24ba5b 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <compaterr.h>
index aebf1cb1baac5970f825b937a15463ea8338cb64..62b28f0e476371b99bd8ac95ea9504ff51a77b1c 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <config.h>
index b3a21f0c66c074d78e87c158cfdb53f40896f0a2..520b6dc766184f6181faa2a3c30c71c7be1ffae7 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <errno.h>
index 80d4971d5d2dc5d36735e4955fba2782907b5ee8..786457637fb9bb3c814890f1c64f8d99f37278d6 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*-
index f847a6a95fff06dcfc64ef62c9d05b9b761a495c..4a9996e94f108ff9b299daf28143b4b340c89ff9 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index 876ea22e6d6b4cdee8793434901e83ad83c75667..b981cd8c92aa6f098c5d1b2116254bfe8a3c258e 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index 6ac8bbde3d01821dfd3409530f6b7ae34b9b834a..fd01cac08ae0900bc4125662e46859b5ed80effe 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index 63b64260db1d73cf928b5dd426def5feaf650771..579ecd6eb209a931a95a0696edc45aae03ca69cf 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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__
index bda42a999817540cdb059ccc3cfaa174383168be..d85c14e6a28b606a065d16d01b8497de17359805 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index 2c9920ed6ff8b9ef6e99dbbf7e77a5c9dddcbfe4..46b325bcaf5334bffe41f11dfbd614c9cb87f5e7 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <time.h>
index 2d559fea248efd3078ad63a21c6eb5cf8e9098d1..b2a0cc4b3a8945b90e227f7065d2da9ec32bc502 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index dfbe5fe8322c8edaff8a53682b56e46c510a8ca9..d81892c4544be9a19b924e915bb69010c4543f94 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*-
index 4f7049b6a7e7eacfb2df45a2218fbd6ffae6c2cc..ca7b2e93841d7c4e1fa24cadc5fa6bc3e6af0094 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index 344ec5cacf0567ea5561991e30dbc4473e033a9d..9991f8b6aab930e50dc5068f6b420c45930d8c1a 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index fe6c2ccd3454b0377dd2a994d5c26d3389c840db..c6490a052d1677d5886208f4944f768942382790 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/types.h>
index 480f4d028ffdc068b75dd566949f7dd393322316..685d464dc087498e1ca1bc434450494053c10d3c 100644 (file)
@@ -3,8 +3,9 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 $
  */
 
 /*
index 9ad4955463a8beabf6202b5b20d5accbc6035c44..caa04658e9258c684d79d696c5fd19f818bd58a9 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 */
 
 /*
index 130f3cabcf5f105fb0d8ca857e3b18430c42c52e..ec6c5fae656871e7cbc995421fa5815839f686c4 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>
index f052071484824a7fc41db11ad265f0e90507c728..b32c21f2a0614d6aaff0ef13a4a667d742bba603 100644 (file)
@@ -3,6 +3,7 @@
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 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 <sys/param.h>