Index: trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.c	(revision 3246)
+++ trunk/psLib/src/astronomy/psAstrometry.c	(revision 3264)
@@ -8,8 +8,8 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-17 23:25:09 $
+ *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-17 19:26:23 $
  *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 3264)
@@ -8,8 +8,8 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-12-30 20:18:36 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
Index: trunk/psLib/src/astronomy/psAstronomyErrors.h
===================================================================
--- trunk/psLib/src/astronomy/psAstronomyErrors.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psAstronomyErrors.h	(revision 3264)
@@ -7,8 +7,8 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-03 00:45:06 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-17 19:26:23 $
  *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
Index: trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- trunk/psLib/src/astronomy/psCoord.c	(revision 3246)
+++ trunk/psLib/src/astronomy/psCoord.c	(revision 3264)
@@ -10,8 +10,8 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-10 02:36:41 $
+*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 /******************************************************************************/
Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 3264)
@@ -10,8 +10,8 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:45:06 $
-*
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
+*
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
Index: trunk/psLib/src/astronomy/psMetadata.c
===================================================================
--- trunk/psLib/src/astronomy/psMetadata.c	(revision 3246)
+++ trunk/psLib/src/astronomy/psMetadata.c	(revision 3264)
@@ -12,8 +12,8 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 01:58:42 $
-*
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
+*
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
Index: trunk/psLib/src/astronomy/psMetadata.h
===================================================================
--- trunk/psLib/src/astronomy/psMetadata.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psMetadata.h	(revision 3264)
@@ -11,8 +11,8 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 01:58:42 $
-*
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
+*
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 #ifndef PS_METADATA_H
@@ -46,4 +46,15 @@
     PS_META_NTYPE                      ///< Number of types. Must be last.
 } psMetadataType;
+
+/** Option flags for psMetadata functions
+ *
+ *  Enumeration for the modification of the behaviour in psMetadataAddItem.
+ * 
+ *  @see psMetadataAddItem
+ */
+typedef enum {
+    PS_META_DEFAULT = 0,               ///< default behaviour (duplicate entry is an error)
+    PS_META_REPLACE                    ///< allow entry to be replaced
+} psMetadataFlags;
 
 /** Metadata data structure.
Index: trunk/psLib/src/astronomy/psMetadataIO.c
===================================================================
--- trunk/psLib/src/astronomy/psMetadataIO.c	(revision 3246)
+++ trunk/psLib/src/astronomy/psMetadataIO.c	(revision 3264)
@@ -9,8 +9,8 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:45:06 $
+*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
Index: trunk/psLib/src/astronomy/psMetadataIO.h
===================================================================
--- trunk/psLib/src/astronomy/psMetadataIO.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psMetadataIO.h	(revision 3264)
@@ -9,8 +9,8 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-12-06 20:00:03 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 #ifndef PS_METADATAIO_H
Index: trunk/psLib/src/astronomy/psPhotometry.h
===================================================================
--- trunk/psLib/src/astronomy/psPhotometry.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psPhotometry.h	(revision 3264)
@@ -10,8 +10,8 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:45:06 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
Index: trunk/psLib/src/astronomy/psTime.c
===================================================================
--- trunk/psLib/src/astronomy/psTime.c	(revision 3246)
+++ trunk/psLib/src/astronomy/psTime.c	(revision 3264)
@@ -10,8 +10,8 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-15 03:02:53 $
+ *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-17 19:26:23 $
  *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
Index: trunk/psLib/src/astronomy/psTime.h
===================================================================
--- trunk/psLib/src/astronomy/psTime.h	(revision 3246)
+++ trunk/psLib/src/astronomy/psTime.h	(revision 3264)
@@ -10,8 +10,8 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-15 03:02:53 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+ *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-17 19:26:23 $
+ *
+ *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
Index: trunk/psLib/src/astronomy/slalib.h
===================================================================
--- trunk/psLib/src/astronomy/slalib.h	(revision 3246)
+++ trunk/psLib/src/astronomy/slalib.h	(revision 3264)
@@ -7,8 +7,8 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-07 23:26:24 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-17 19:26:23 $
 *
-*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
 
