Skip to content

Commit 1602565

Browse files
committed
Added Copyright and eliminated unused import
1 parent 68464b5 commit 1602565

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

descriptor/qsarmolecular/src/test/java/org/openscience/cdk/qsar/descriptors/molecular/AtomTyperTests.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/* Copyright (C) 2018 Jeffrey Plante (Lhasa Limited) <Jeffrey.Plante@lhasalimited.org>
2+
*
3+
* This program is free software; you can redistribute it and/or
4+
* modify it under the terms of the GNU Lesser General Public License
5+
* as published by the Free Software Foundation; either version 2.1
6+
* of the License, or (at your option) any later version.
7+
*
8+
* This program is distributed in the hope that it will be useful,
9+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
* GNU Lesser General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU Lesser General Public License
14+
* along with this program; if not, write to the Free Software
15+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
16+
*/
117
package org.openscience.cdk.qsar.descriptors.molecular;
218

319
import static org.junit.Assert.assertEquals;
@@ -15,7 +31,6 @@
1531
import org.openscience.cdk.qsar.descriptors.molecular.JPlogPDescriptor;
1632
import org.openscience.cdk.silent.SilentChemObjectBuilder;
1733
import org.openscience.cdk.smiles.SmilesParser;
18-
import org.openscience.cdk.tools.CDKHydrogenAdder;
1934
import org.openscience.cdk.tools.manipulator.AtomContainerManipulator;
2035

2136
public class AtomTyperTests {

descriptor/qsarmolecular/src/test/java/org/openscience/cdk/qsar/descriptors/molecular/JPlogPDescriptorTest.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/* Copyright (C) 2018 Jeffrey Plante (Lhasa Limited) <Jeffrey.Plante@lhasalimited.org>
2+
*
3+
* This program is free software; you can redistribute it and/or
4+
* modify it under the terms of the GNU Lesser General Public License
5+
* as published by the Free Software Foundation; either version 2.1
6+
* of the License, or (at your option) any later version.
7+
*
8+
* This program is distributed in the hope that it will be useful,
9+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
* GNU Lesser General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU Lesser General Public License
14+
* along with this program; if not, write to the Free Software
15+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
16+
*/
117
package org.openscience.cdk.qsar.descriptors.molecular;
218

319
import static org.junit.Assert.*;
@@ -14,7 +30,6 @@
1430
import org.openscience.cdk.qsar.result.DoubleResult;
1531
import org.openscience.cdk.silent.SilentChemObjectBuilder;
1632
import org.openscience.cdk.smiles.SmilesParser;
17-
import org.openscience.cdk.tools.CDKHydrogenAdder;
1833
import org.openscience.cdk.tools.manipulator.AtomContainerManipulator;
1934

2035
public class JPlogPDescriptorTest {

0 commit comments

Comments
 (0)