add RCS ids

--HG--
branch : HEAD
diff --git a/lib/zip.h b/lib/zip.h
index 7a2d08b..2c4cd4a 100644
--- a/lib/zip.h
+++ b/lib/zip.h
@@ -2,6 +2,8 @@
 #define _HAD_ZIP_H
 
 /*
+  $NiH$
+
   zip.h -- exported declarations.
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_add.c b/lib/zip_add.c
index 82439d2..23af9c2 100644
--- a/lib/zip_add.c
+++ b/lib/zip_add.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_add.c -- add file via callback function
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_add_data.c b/lib/zip_add_data.c
index 9979172..3e5ffb1 100644
--- a/lib/zip_add_data.c
+++ b/lib/zip_add_data.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_add_data.c -- add file from buffer
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_add_file.c b/lib/zip_add_file.c
index 2124e91..e5062ea 100644
--- a/lib/zip_add_file.c
+++ b/lib/zip_add_file.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_add_file.c -- add file from file system
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_add_filep.c b/lib/zip_add_filep.c
index a438554..e945ebf 100644
--- a/lib/zip_add_filep.c
+++ b/lib/zip_add_filep.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_add_filep.c -- add file from FILE*
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_add_zip.c b/lib/zip_add_zip.c
index 5b67f53..6499a28 100644
--- a/lib/zip_add_zip.c
+++ b/lib/zip_add_zip.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_add_zip.c -- add file from zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_close.c b/lib/zip_close.c
index 7ddefee..df42906 100644
--- a/lib/zip_close.c
+++ b/lib/zip_close.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_close.c -- close zip file and update changes
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_delete.c b/lib/zip_delete.c
index f298c0c..f531c0b 100644
--- a/lib/zip_delete.c
+++ b/lib/zip_delete.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_delete.c -- delete file from zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_fclose.c b/lib/zip_fclose.c
index 3bdbce2..6657154 100644
--- a/lib/zip_fclose.c
+++ b/lib/zip_fclose.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_fclose.c -- close file in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_fopen.c b/lib/zip_fopen.c
index dd574ce..2d4f329 100644
--- a/lib/zip_fopen.c
+++ b/lib/zip_fopen.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_fopen.c -- open file in zip file for reading
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_fopen_index.c b/lib/zip_fopen_index.c
index fb47611..deb126d 100644
--- a/lib/zip_fopen_index.c
+++ b/lib/zip_fopen_index.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_fopen_index.c -- open file in zip file for reading by index
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_fread.c b/lib/zip_fread.c
index bbc8d28..a1bd356 100644
--- a/lib/zip_fread.c
+++ b/lib/zip_fread.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_fread.c -- read from file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_free.c b/lib/zip_free.c
index 09eb844..aa41736 100644
--- a/lib/zip_free.c
+++ b/lib/zip_free.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_free.c -- free struct zip
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_free_entry.c b/lib/zip_free_entry.c
index e02a1b9..c9397c6 100644
--- a/lib/zip_free_entry.c
+++ b/lib/zip_free_entry.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_free_entry.c -- free struct zip_entry
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_free_meta.c b/lib/zip_free_meta.c
index a6fe91d..2d1c0a6 100644
--- a/lib/zip_free_meta.c
+++ b/lib/zip_free_meta.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_free_meta.c -- free struct zip_meta
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_get_meta.c b/lib/zip_get_meta.c
index f8ac9be..1cf14b3 100644
--- a/lib/zip_get_meta.c
+++ b/lib/zip_get_meta.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_get_meta.c -- get meta information for file in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_get_name.c b/lib/zip_get_name.c
index 92c3487..e2b5357 100644
--- a/lib/zip_get_name.c
+++ b/lib/zip_get_name.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_get_name.c -- get filename for a file in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_merge_meta.c b/lib/zip_merge_meta.c
index df42f45..1e05301 100644
--- a/lib/zip_merge_meta.c
+++ b/lib/zip_merge_meta.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_merge_meta.c -- merge two meta information structures
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_name_locate.c b/lib/zip_name_locate.c
index 59e302a..ddae9b7 100644
--- a/lib/zip_name_locate.c
+++ b/lib/zip_name_locate.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_name_locate.c -- get index by name
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_new.c b/lib/zip_new.c
index 1f8863a..f11ce8e 100644
--- a/lib/zip_new.c
+++ b/lib/zip_new.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_new.c -- create and init struct zip
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_new_entry.c b/lib/zip_new_entry.c
index 93c662b..4bf9a3c 100644
--- a/lib/zip_new_entry.c
+++ b/lib/zip_new_entry.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_new_entry.c -- create and init struct zip_entry
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_new_meta.c b/lib/zip_new_meta.c
index f9b554e..3152239 100644
--- a/lib/zip_new_meta.c
+++ b/lib/zip_new_meta.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_new_meta.c -- create and init struct zip_meta
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_open.c b/lib/zip_open.c
index 44e215b..769fafa 100644
--- a/lib/zip_open.c
+++ b/lib/zip_open.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_open.c -- open zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_rename.c b/lib/zip_rename.c
index 9cfea64..578def7 100644
--- a/lib/zip_rename.c
+++ b/lib/zip_rename.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_rename.c -- rename file in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_replace.c b/lib/zip_replace.c
index c217386..2f93e27 100644
--- a/lib/zip_replace.c
+++ b/lib/zip_replace.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_replace.c -- replace file via callback function
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_replace_data.c b/lib/zip_replace_data.c
index 4e80de2..f451558 100644
--- a/lib/zip_replace_data.c
+++ b/lib/zip_replace_data.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_replace_data.c -- replace file from buffer
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_replace_file.c b/lib/zip_replace_file.c
index 83eee08..456de22 100644
--- a/lib/zip_replace_file.c
+++ b/lib/zip_replace_file.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_replace_file.c -- replace file from file system
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_replace_filep.c b/lib/zip_replace_filep.c
index 2e31900..866e700 100644
--- a/lib/zip_replace_filep.c
+++ b/lib/zip_replace_filep.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_replace_filep.c -- replace file from FILE*
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_replace_zip.c b/lib/zip_replace_zip.c
index 63ccd83..644788b 100644
--- a/lib/zip_replace_zip.c
+++ b/lib/zip_replace_zip.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_replace_zip.c -- replace file from zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_set_name.c b/lib/zip_set_name.c
index 7542d3c..13b57f4 100644
--- a/lib/zip_set_name.c
+++ b/lib/zip_set_name.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_set_name.c -- rename helper function
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_unchange.c b/lib/zip_unchange.c
index 9cd04fd..7cff93b 100644
--- a/lib/zip_unchange.c
+++ b/lib/zip_unchange.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_unchange.c -- undo changes to file in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_unchange_all.c b/lib/zip_unchange_all.c
index 94eb898..c5e94b6 100644
--- a/lib/zip_unchange_all.c
+++ b/lib/zip_unchange_all.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_unchange.c -- undo changes to all files in zip file
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zip_unchange_data.c b/lib/zip_unchange_data.c
index 10a8d37..350b78f 100644
--- a/lib/zip_unchange_data.c
+++ b/lib/zip_unchange_data.c
@@ -1,4 +1,6 @@
 /*
+  $NiH$
+
   zip_unchange_data.c -- undo helper function
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser
 
diff --git a/lib/zipint.h b/lib/zipint.h
index a9e42da..cf565cd 100644
--- a/lib/zipint.h
+++ b/lib/zipint.h
@@ -2,6 +2,8 @@
 #define _HAD_ZIPINT_H
 
 /*
+  $NiH$
+
   zipint.h -- internal declarations.
   Copyright (C) 1999 Dieter Baron and Thomas Klaunser