cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 29 Jun 2022 16:13:57 +0000 (18:13 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 29 Jun 2022 16:14:52 +0000 (18:14 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/TaxonRelationshipTypeInverseContainer.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/TaxonTransfer.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/termtree/e4/handler/TermTreeExportWordHandler.java

index 694e4e2981fe128a7ca201e5b3d7f72f065fdaf8..ed6717aefc82a1ee6ccb76b91b624fa28e71f5a1 100644 (file)
@@ -1,6 +1,11 @@
 /**
- *
- */
+* 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.model;
 
 import org.apache.commons.lang3.NotImplementedException;
@@ -21,6 +26,7 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
 public class TaxonRelationshipTypeInverseContainer  {
 
        private static final long serialVersionUID = 7225140304186547675L;
+
        private boolean inverse;
        private TaxonRelationshipType type;
 
index 78332335faf4b61aa1d28b1d94a7f9b256bdc77f..c450729cfc2026fa6975110592d1cab71595dff8 100644 (file)
@@ -1,3 +1,11 @@
+/**
+* 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.model;
 
 import org.eclipse.swt.dnd.ByteArrayTransfer;
index d74d3c912979a615e87e2f4bb18f04b095a7586e..bd98397fc17157a09de5f8299d2c2f9f7406f88f 100644 (file)
@@ -36,7 +36,6 @@ import eu.etaxonomy.taxeditor.termtree.e4.ITermTreeEditor;
 /**
  * @author pplitzner
  * @since Jul 12, 2017
- *
  */
 public class TermTreeExportWordHandler {