add 2004 to copyright line

--HG--
branch : HEAD
diff --git a/lib/zip.h b/lib/zip.h
index d97f489..e5dc65c 100644
--- a/lib/zip.h
+++ b/lib/zip.h
@@ -2,10 +2,10 @@
 #define _HAD_ZIP_H
 
 /*
-  $NiH: zip.h,v 1.35.4.6 2004/04/14 09:21:33 dillo Exp $
+  $NiH: zip.h,v 1.36 2004/04/14 14:01:22 dillo Exp $
 
   zip.h -- exported declarations.
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_add.c b/lib/zip_add.c
index 9ebc7b0..1b927d0 100644
--- a/lib/zip_add.c
+++ b/lib/zip_add.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_add.c,v 1.9.4.1 2004/03/20 09:54:03 dillo Exp $
+  $NiH: zip_add.c,v 1.10 2004/04/14 14:01:22 dillo Exp $
 
   zip_add.c -- add file via callback function
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_add_data.c b/lib/zip_add_data.c
index d9fdd2c..7d3f7b0 100644
--- a/lib/zip_add_data.c
+++ b/lib/zip_add_data.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_add_data.c,v 1.6.4.1 2004/03/20 09:54:03 dillo Exp $
+  $NiH: zip_add_data.c,v 1.7 2004/04/14 14:01:22 dillo Exp $
 
   zip_add_data.c -- add file from buffer
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_add_file.c b/lib/zip_add_file.c
index 8a845b5..1b1fad6 100644
--- a/lib/zip_add_file.c
+++ b/lib/zip_add_file.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_add_file.c,v 1.7.4.1 2004/03/20 09:54:04 dillo Exp $
+  $NiH: zip_add_file.c,v 1.8 2004/04/14 14:01:22 dillo Exp $
 
   zip_add_file.c -- add file from file system
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_add_filep.c b/lib/zip_add_filep.c
index c4e0acd..a32959f 100644
--- a/lib/zip_add_filep.c
+++ b/lib/zip_add_filep.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_add_filep.c,v 1.6.4.1 2004/03/20 09:54:04 dillo Exp $
+  $NiH: zip_add_filep.c,v 1.7 2004/04/14 14:01:22 dillo Exp $
 
   zip_add_filep.c -- add file from FILE*
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_add_zip.c b/lib/zip_add_zip.c
index 44468fa..b1f05b8 100644
--- a/lib/zip_add_zip.c
+++ b/lib/zip_add_zip.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_add_zip.c,v 1.7.4.2 2004/04/14 09:21:33 dillo Exp $
+  $NiH: zip_add_zip.c,v 1.8 2004/04/14 14:01:22 dillo Exp $
 
   zip_add_zip.c -- add file from zip file
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_close.c b/lib/zip_close.c
index acba3be..c7a39a8 100644
--- a/lib/zip_close.c
+++ b/lib/zip_close.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_close.c,v 1.38 2004/04/14 14:01:23 dillo Exp $
+  $NiH: zip_close.c,v 1.39 2004/04/15 12:54:20 dillo Exp $
 
   zip_close.c -- close zip archive and update changes
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_delete.c b/lib/zip_delete.c
index 8913ec9..9d6c5f0 100644
--- a/lib/zip_delete.c
+++ b/lib/zip_delete.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_delete.c,v 1.11.4.1 2004/03/20 09:54:05 dillo Exp $
+  $NiH: zip_delete.c,v 1.12 2004/04/14 14:01:23 dillo Exp $
 
   zip_delete.c -- delete file from zip archive
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_error.c b/lib/zip_error.c
index 99a2f77..2fc6097 100644
--- a/lib/zip_error.c
+++ b/lib/zip_error.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_error.c,v 1.3.4.1 2004/03/23 16:07:21 dillo Exp $
+  $NiH: zip_error.c,v 1.4 2004/04/14 14:01:23 dillo Exp $
 
   zip_error.c -- struct zip_error helper functions
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_error_str.c b/lib/zip_error_str.c
index dfe4db3..9f6560f 100644
--- a/lib/zip_error_str.c
+++ b/lib/zip_error_str.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_error_str.c,v 1.1.4.1 2004/03/20 09:54:05 dillo Exp $
+  $NiH: zip_error_str.c,v 1.2 2004/04/14 14:01:23 dillo Exp $
 
   zip_error_str.c -- get string representation of zip error code
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_fclose.c b/lib/zip_fclose.c
index 6fd1ed8..7be734c 100644
--- a/lib/zip_fclose.c
+++ b/lib/zip_fclose.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fclose.c,v 1.8.4.1 2004/04/13 19:47:58 dillo Exp $
+  $NiH: zip_fclose.c,v 1.9 2004/04/14 14:01:24 dillo Exp $
 
   zip_fclose.c -- close file in zip archive
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_fopen.c b/lib/zip_fopen.c
index 3e542cd..dc10929 100644
--- a/lib/zip_fopen.c
+++ b/lib/zip_fopen.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fopen.c,v 1.8.4.1 2004/04/08 16:53:07 dillo Exp $
+  $NiH: zip_fopen.c,v 1.9 2004/04/14 14:01:24 dillo Exp $
 
   zip_fopen.c -- open file in zip archvie for reading
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_fopen_index.c b/lib/zip_fopen_index.c
index 605d39c..502b551 100644
--- a/lib/zip_fopen_index.c
+++ b/lib/zip_fopen_index.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fopen_index.c,v 1.16 2004/04/14 14:01:24 dillo Exp $
+  $NiH: zip_fopen_index.c,v 1.17 2004/04/15 23:48:10 dillo Exp $
 
   zip_fopen_index.c -- open file in zip archive for reading by index
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_fread.c b/lib/zip_fread.c
index 1e21326..6a71337 100644
--- a/lib/zip_fread.c
+++ b/lib/zip_fread.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fread.c,v 1.8.4.3 2004/04/13 19:47:59 dillo Exp $
+  $NiH: zip_fread.c,v 1.9 2004/04/14 14:01:24 dillo Exp $
 
   zip_fread.c -- read from file
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_free.c b/lib/zip_free.c
index 38d8947..21378eb 100644
--- a/lib/zip_free.c
+++ b/lib/zip_free.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_free.c,v 1.8.4.2 2004/04/08 16:55:36 dillo Exp $
+  $NiH: zip_free.c,v 1.9 2004/04/14 14:01:24 dillo Exp $
 
   zip_free.c -- free struct zip
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_free_entry.c b/lib/zip_free_entry.c
index 259befb..719864b 100644
--- a/lib/zip_free_entry.c
+++ b/lib/zip_free_entry.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_free_entry.c,v 1.9.4.3 2004/04/06 20:30:05 dillo Exp $
+  $NiH: zip_free_entry.c,v 1.10 2004/04/14 14:01:25 dillo Exp $
 
   zip_free_entry.c -- free struct zip_entry
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_get_name.c b/lib/zip_get_name.c
index b3672c9..6b8ba22 100644
--- a/lib/zip_get_name.c
+++ b/lib/zip_get_name.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_get_name.c,v 1.6.4.1 2004/04/06 20:30:05 dillo Exp $
+  $NiH: zip_get_name.c,v 1.7 2004/04/14 14:01:25 dillo Exp $
 
   zip_get_name.c -- get filename for a file in zip file
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_new.c b/lib/zip_new.c
index 9129c20..1e6ae10 100644
--- a/lib/zip_new.c
+++ b/lib/zip_new.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_new.c,v 1.6.4.3 2004/04/06 20:30:05 dillo Exp $
+  $NiH: zip_new.c,v 1.7 2004/04/14 14:01:26 dillo Exp $
 
   zip_new.c -- create and init struct zip
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_new_entry.c b/lib/zip_new_entry.c
index 0c59f51..d8971ac 100644
--- a/lib/zip_new_entry.c
+++ b/lib/zip_new_entry.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_new_entry.c,v 1.7.4.4 2004/04/07 12:08:22 dillo Exp $
+  $NiH: zip_new_entry.c,v 1.8 2004/04/14 14:01:26 dillo Exp $
 
   zip_new_entry.c -- create and init struct zip_entry
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_open.c b/lib/zip_open.c
index 4341258..1905264 100644
--- a/lib/zip_open.c
+++ b/lib/zip_open.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_open.c,v 1.19.4.6 2004/04/13 19:47:59 dillo Exp $
+  $NiH: zip_open.c,v 1.20 2004/04/14 14:01:26 dillo Exp $
 
   zip_open.c -- open zip archive
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_rename.c b/lib/zip_rename.c
index 258f289..70ebedc 100644
--- a/lib/zip_rename.c
+++ b/lib/zip_rename.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_rename.c,v 1.10.4.1 2004/03/20 09:54:07 dillo Exp $
+  $NiH: zip_rename.c,v 1.11 2004/04/14 14:01:27 dillo Exp $
 
   zip_rename.c -- rename file in zip archive
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_replace.c b/lib/zip_replace.c
index 347c337..7d2266d 100644
--- a/lib/zip_replace.c
+++ b/lib/zip_replace.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_replace.c,v 1.11.4.3 2004/04/10 23:52:15 dillo Exp $
+  $NiH: zip_replace.c,v 1.12 2004/04/14 14:01:27 dillo Exp $
 
   zip_replace.c -- replace file via callback function
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_replace_data.c b/lib/zip_replace_data.c
index 5b1c533..9ff8e2a 100644
--- a/lib/zip_replace_data.c
+++ b/lib/zip_replace_data.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_replace_data.c,v 1.12.4.1 2004/03/20 09:54:08 dillo Exp $
+  $NiH: zip_replace_data.c,v 1.13 2004/04/14 14:01:27 dillo Exp $
 
   zip_replace_data.c -- replace file from buffer
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_replace_file.c b/lib/zip_replace_file.c
index 4d70e7b..7983c34 100644
--- a/lib/zip_replace_file.c
+++ b/lib/zip_replace_file.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_replace_file.c,v 1.11.4.1 2004/03/20 09:54:08 dillo Exp $
+  $NiH: zip_replace_file.c,v 1.12 2004/04/14 14:01:27 dillo Exp $
 
   zip_replace_file.c -- replace file from file system
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_replace_filep.c b/lib/zip_replace_filep.c
index d0bbb21..95d7d0b 100644
--- a/lib/zip_replace_filep.c
+++ b/lib/zip_replace_filep.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_replace_filep.c,v 1.7.4.1 2004/03/20 09:54:08 dillo Exp $
+  $NiH: zip_replace_filep.c,v 1.8 2004/04/14 14:01:27 dillo Exp $
 
   zip_replace_filep.c -- replace file from FILE*
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_replace_zip.c b/lib/zip_replace_zip.c
index 2ecf9a3..1842bed 100644
--- a/lib/zip_replace_zip.c
+++ b/lib/zip_replace_zip.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_replace_zip.c,v 1.17.4.10 2004/04/14 09:21:34 dillo Exp $
+  $NiH: zip_replace_zip.c,v 1.18 2004/04/14 14:01:27 dillo Exp $
 
   zip_replace_zip.c -- replace file from zip file
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_set_name.c b/lib/zip_set_name.c
index 57dcab8..ba4230d 100644
--- a/lib/zip_set_name.c
+++ b/lib/zip_set_name.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_set_name.c,v 1.10.4.1 2004/04/06 20:30:07 dillo Exp $
+  $NiH: zip_set_name.c,v 1.11 2004/04/14 14:01:28 dillo Exp $
 
   zip_set_name.c -- rename helper function
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_stat.c b/lib/zip_stat.c
index 81f6b26..7926f21 100644
--- a/lib/zip_stat.c
+++ b/lib/zip_stat.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_stat.c,v 1.1.4.1 2004/04/14 09:21:34 dillo Exp $
+  $NiH: zip_stat.c,v 1.2 2004/04/14 14:01:28 dillo Exp $
 
   zip_stat.c -- get information about file by name
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_stat_index.c b/lib/zip_stat_index.c
index ba439de..8822659 100644
--- a/lib/zip_stat_index.c
+++ b/lib/zip_stat_index.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_stat_index.c,v 1.2 2004/04/14 14:01:28 dillo Exp $
+  $NiH: zip_stat_index.c,v 1.3 2004/04/15 23:47:42 dillo Exp $
 
   zip_stat_index.c -- get information about file by index
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_unchange.c b/lib/zip_unchange.c
index 7cd76ca..e3a76ee 100644
--- a/lib/zip_unchange.c
+++ b/lib/zip_unchange.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_unchange.c,v 1.11.4.2 2004/04/06 20:30:07 dillo Exp $
+  $NiH: zip_unchange.c,v 1.12 2004/04/14 14:01:28 dillo Exp $
 
   zip_unchange.c -- undo changes to file in zip archive
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zip_unchange_data.c b/lib/zip_unchange_data.c
index 880f489..ab88ae0 100644
--- a/lib/zip_unchange_data.c
+++ b/lib/zip_unchange_data.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_unchange_data.c,v 1.9.4.2 2004/04/06 20:30:07 dillo Exp $
+  $NiH: zip_unchange_data.c,v 1.10 2004/04/14 14:01:28 dillo Exp $
 
   zip_unchange_data.c -- undo helper function
-  Copyright (C) 1999 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>
diff --git a/lib/zipint.h b/lib/zipint.h
index ce43d06..e95c540 100644
--- a/lib/zipint.h
+++ b/lib/zipint.h
@@ -3,10 +3,10 @@
 #define _HAD_ZIPINT_H
 
 /*
-  $NiH: zipint.h,v 1.22.4.12 2004/04/14 09:21:35 dillo Exp $
+  $NiH: zipint.h,v 1.23 2004/04/14 14:01:28 dillo Exp $
 
   zipint.h -- internal declarations.
-  Copyright (C) 1999, 2003 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
 
   This file is part of libzip, a library to manipulate ZIP archives.
   The authors can be contacted at <nih@giga.or.at>