cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / wizard / PublishWizardXML.java
index 7e9c4c011b9199a546358a29c2d84b37d5929984..bae7c2b1ed10b4084c608c123d2e59274e4d8ed6 100644 (file)
@@ -1,22 +1,25 @@
 /**
- * 
- */
+* Copyright (C) 2007 EDIT
+* European Distributed Institute of Taxonomy 
+* http://www.e-taxonomy.eu
+* 
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
 package eu.etaxonomy.taxeditor.printpublisher.wizard;
 
 import org.eclipse.ui.IExportWizard;
 
 import eu.etaxonomy.cdm.print.out.xml.XMLOutputModule;
 
-
-
 /**
  * <p>PublishWizardXML class.</p>
  *
  * @author n.hoffmann
  * @created Apr 1, 2010
- * @version 1.0
  */
 public class PublishWizardXML extends AbstractPublishWizard implements IExportWizard{
+
        /**
         * <p>Constructor for PublishWizardXML.</p>
         */
@@ -24,4 +27,4 @@ public class PublishWizardXML extends AbstractPublishWizard implements IExportWi
                setOutputModule(new XMLOutputModule());
                setWindowTitle("Publish XML");
        }
-}
+}
\ No newline at end of file