]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java
Set copyright texts for java files in the latest development branches.
[simantics/3d.git] / org.simantics.proconf.g3d.shapeeditor / src / org / simantics / proconf / g3d / shapeeditor / actions / ImportAction.java
index 7a4d063ab5b1f8a148489122b084fb0282a57c5c..28bdc023df373ccc44fa41b7f2bce073c1468e26 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.proconf.g3d.shapeeditor.actions;\r
 \r
 import java.io.BufferedInputStream;\r
@@ -17,7 +27,7 @@ import org.simantics.layer0.utils.serialization.ConnectionPointList;
 import org.simantics.layer0.utils.serialization.TransferableGraph;\r
 import org.simantics.layer0.utils.serialization.TransferableGraphUtils;\r
 import org.simantics.proconf.g3d.shapeeditor.views.ShapeEditorBase;\r
-import org.simantics.utils.ErrorLogger;\r
+import org.simantics.utils.ui.ErrorLogger;\r
 \r
 public class ImportAction extends Action {\r
        \r