Skip to content

Commit

Permalink
Lipinski Flag
Browse files Browse the repository at this point in the history
Added a change for the use of Lipinski compliance (or not). -lip
  • Loading branch information
C. Alvin committed Nov 25, 2015
1 parent 21308eb commit 23702fc
Show file tree
Hide file tree
Showing 94 changed files with 1,475 additions and 261 deletions.
8 changes: 4 additions & 4 deletions Atom.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include <iostream>
Expand Down
8 changes: 4 additions & 4 deletions Atom.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _ATOM_GUARD
Expand Down
8 changes: 4 additions & 4 deletions AtomT.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include <string>
Expand Down
8 changes: 4 additions & 4 deletions AtomT.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _ATOM_TYPE_GUARD
Expand Down
8 changes: 4 additions & 4 deletions Bond.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include <iostream>
Expand Down
8 changes: 4 additions & 4 deletions Bond.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _BOND_GUARD
Expand Down
8 changes: 4 additions & 4 deletions ConnectableAtom.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include "ConnectableAtom.h"
Expand Down
8 changes: 4 additions & 4 deletions ConnectableAtom.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _CONNECTABLE_ATOM_GUARD
Expand Down
8 changes: 4 additions & 4 deletions Constants.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Constants.h"
Expand Down
8 changes: 4 additions & 4 deletions Constants.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _CONSTANTS_GUARD
Expand Down
8 changes: 4 additions & 4 deletions EdgeAggregator.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _EDGE_AGGREGATOR_GUARD
Expand Down
8 changes: 4 additions & 4 deletions EdgeAnnotation.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _EDGE_ANNOTATION_GUARD
Expand Down
8 changes: 4 additions & 4 deletions EdgeDatabase.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _EDGE_DATABASE_GUARD
Expand Down
8 changes: 4 additions & 4 deletions FixedSortedList.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _FIXED_SORTED_LIST_GUARD
Expand Down
8 changes: 4 additions & 4 deletions FragmentEdgeMap.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#include "FragmentEdgeMap.h"
Expand Down
8 changes: 4 additions & 4 deletions FragmentEdgeMap.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _FRAGMENT_EDGE_MAP_GUARD
Expand Down
8 changes: 4 additions & 4 deletions IdFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*
* This file is part of synth.
* This file is part of esynth.
*
* synth is free software: you can redistribute it and/or modify
* esynth is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* synth is distributed in the hope that it will be useful,
* esynth is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with synth. If not, see <http://www.gnu.org/licenses/>.
* along with esynth. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
Loading

0 comments on commit 23702fc

Please sign in to comment.