Skip to content

Commit

Permalink
Added missing copyright statement and import
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 7, 2010
1 parent a58b1d8 commit dd08f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/org/openscience/cdk/io/MDLWriterTest.java
@@ -1,6 +1,5 @@
/* $Revision$ $Author$ $Date$
*
* Copyright (C) 2004-2007 The Chemistry Development Kit (CDK) project
/* Copyright (C) 2004-2007 The Chemistry Development Kit (CDK) project
* 2010 Stefan Kuhn <Stefan.Kuhn@ebi.ac.uk>
*
* Contact: cdk-devel@slists.sourceforge.net
*
Expand Down Expand Up @@ -40,6 +39,7 @@
import org.openscience.cdk.DefaultChemObjectBuilder;
import org.openscience.cdk.Molecule;
import org.openscience.cdk.PseudoAtom;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.interfaces.IAtom;
import org.openscience.cdk.interfaces.IBond;
Expand Down

0 comments on commit dd08f5a

Please sign in to comment.