Add 2005 to copyright

--HG--
branch : HEAD
diff --git a/lib/zip.h b/lib/zip.h
index 76dde93..b7950e1 100644
--- a/lib/zip.h
+++ b/lib/zip.h
@@ -2,10 +2,10 @@
 #define _HAD_ZIP_H
 
 /*
-  $NiH: zip.h,v 1.47 2004/12/22 16:31:59 dillo Exp $
+  $NiH: zip.h,v 1.48 2005/01/20 21:00:29 dillo Exp $
 
   zip.h -- exported declarations.
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 474dc4b..890f337 100644
--- a/lib/zip_close.c
+++ b/lib/zip_close.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_close.c,v 1.48 2005/05/20 21:54:53 wiz Exp $
+  $NiH: zip_close.c,v 1.49 2005/06/09 19:11:37 dillo Exp $
 
   zip_close.c -- close zip archive and update changes
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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 28e9f95..68cee93 100644
--- a/lib/zip_delete.c
+++ b/lib/zip_delete.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_delete.c,v 1.15 2004/11/18 17:11:20 wiz Exp $
+  $NiH: zip_delete.c,v 1.16 2005/06/09 19:27:16 wiz Exp $
 
   zip_delete.c -- delete file from zip archive
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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_dirent.c b/lib/zip_dirent.c
index d41715c..8c5b56c 100644
--- a/lib/zip_dirent.c
+++ b/lib/zip_dirent.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_dirent.c,v 1.4 2004/12/22 18:43:01 wiz Exp $
+  $NiH: zip_dirent.c,v 1.5 2005/01/11 19:00:34 wiz Exp $
 
   zip_dirent.c -- read directory entry (local or central), clean dirent
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 9147f7f..2fd3148 100644
--- a/lib/zip_error.c
+++ b/lib/zip_error.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_error.c,v 1.5 2004/04/16 09:40:27 dillo Exp $
+  $NiH: zip_error.c,v 1.6 2005/01/11 18:30:30 dillo Exp $
 
   zip_error.c -- struct zip_error helper functions
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 d7b73a2..7661185 100644
--- a/lib/zip_fclose.c
+++ b/lib/zip_fclose.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fclose.c,v 1.12 2004/11/18 17:11:21 wiz Exp $
+  $NiH: zip_fclose.c,v 1.13 2005/01/11 19:52:24 wiz Exp $
 
   zip_fclose.c -- close file in zip archive
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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 2a9930f..1fca478 100644
--- a/lib/zip_fopen.c
+++ b/lib/zip_fopen.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fopen.c,v 1.10 2004/04/16 09:40:28 dillo Exp $
+  $NiH: zip_fopen.c,v 1.11 2005/01/11 18:38:16 wiz Exp $
 
   zip_fopen.c -- open file in zip archive for reading
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 7ac8ebf..2d6574a 100644
--- a/lib/zip_fread.c
+++ b/lib/zip_fread.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_fread.c,v 1.14 2005/01/11 19:52:24 wiz Exp $
+  $NiH: zip_fread.c,v 1.15 2005/05/20 21:54:53 wiz Exp $
 
   zip_fread.c -- read from file
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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 b445f15..8edbf99 100644
--- a/lib/zip_free.c
+++ b/lib/zip_free.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_free.c,v 1.15 2004/12/28 18:41:22 dillo Exp $
+  $NiH: zip_free.c,v 1.16 2005/01/11 17:40:56 dillo Exp $
 
   zip_free.c -- free struct zip
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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_name_locate.c b/lib/zip_name_locate.c
index 9f5ffdb..0668aa6 100644
--- a/lib/zip_name_locate.c
+++ b/lib/zip_name_locate.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_name_locate.c,v 1.17 2004/11/30 23:02:47 wiz Exp $
+  $NiH: zip_name_locate.c,v 1.18 2005/01/11 18:52:42 wiz Exp $
 
   zip_name_locate.c -- get index by name
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 5c73227..0344cfc 100644
--- a/lib/zip_new.c
+++ b/lib/zip_new.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_new.c,v 1.9 2004/11/17 21:55:12 wiz Exp $
+  $NiH: zip_new.c,v 1.10 2005/01/11 18:38:55 dillo Exp $
 
   zip_new.c -- create and init struct zip
-  Copyright (C) 1999, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2004, 2005 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 578c6ac..68ee9bc 100644
--- a/lib/zip_open.c
+++ b/lib/zip_open.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_open.c,v 1.28 2005/01/11 19:01:53 dillo Exp $
+  $NiH: zip_open.c,v 1.29 2005/05/18 21:19:37 wiz Exp $
 
   zip_open.c -- open zip archive
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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_source_buffer.c b/lib/zip_source_buffer.c
index db788e6..b277635 100644
--- a/lib/zip_source_buffer.c
+++ b/lib/zip_source_buffer.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_source_buffer.c,v 1.3 2005/05/19 18:17:44 dillo Exp $
+  $NiH: zip_source_buffer.c,v 1.4 2005/05/20 21:54:12 wiz Exp $
 
   zip_source_buffer.c -- create zip data source from buffer
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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_source_filep.c b/lib/zip_source_filep.c
index 734561f..2737273 100644
--- a/lib/zip_source_filep.c
+++ b/lib/zip_source_filep.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_source_filep.c,v 1.4 2005/05/20 21:54:12 wiz Exp $
+  $NiH: zip_source_filep.c,v 1.5 2005/05/20 22:05:30 wiz Exp $
 
   zip_source_filep.c -- create data source from FILE *
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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_source_zip.c b/lib/zip_source_zip.c
index dc4429b..f5ad013 100644
--- a/lib/zip_source_zip.c
+++ b/lib/zip_source_zip.c
@@ -1,8 +1,8 @@
 /*
-  $NiH: zip_source_zip.c,v 1.4 2005/01/11 18:29:33 dillo Exp $
+  $NiH: zip_source_zip.c,v 1.5 2005/06/09 19:11:05 dillo Exp $
 
   zip_source_zip.c -- create data source from zip file
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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 6be5dc8..ff42dbe 100644
--- a/lib/zipint.h
+++ b/lib/zipint.h
@@ -2,10 +2,10 @@
 #define _HAD_ZIPINT_H
 
 /*
-  $NiH: zipint.h,v 1.38 2005/01/11 18:38:16 wiz Exp $
+  $NiH: zipint.h,v 1.39 2005/01/11 19:52:24 wiz Exp $
 
   zipint.h -- internal declarations.
-  Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
+  Copyright (C) 1999, 2003, 2004, 2005 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>