Skip to content

Commit ee46abb

Browse files
committed
Add licence (LGPL)
1 parent 8d91815 commit ee46abb

7 files changed

+626
-0
lines changed

CompoundFilter.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
#***************************************************************************
2+
#* *
3+
#* Copyright (c) 2015 - Victor Titov (DeepSOIC) *
4+
5+
#* *
6+
#* This program is free software; you can redistribute it and/or modify *
7+
#* it under the terms of the GNU Lesser General Public License (LGPL) *
8+
#* as published by the Free Software Foundation; either version 2 of *
9+
#* the License, or (at your option) any later version. *
10+
#* for detail see the LICENCE text file. *
11+
#* *
12+
#* This program is distributed in the hope that it will be useful, *
13+
#* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14+
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15+
#* GNU Library General Public License for more details. *
16+
#* *
17+
#* You should have received a copy of the GNU Library General Public *
18+
#* License along with this program; if not, write to the Free Software *
19+
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
20+
#* USA *
21+
#* *
22+
#***************************************************************************
23+
124
from latticeCommon import *
225
import latticeMarkers as markers
326
import math

FuseCompound.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
#***************************************************************************
2+
#* *
3+
#* Copyright (c) 2015 - Victor Titov (DeepSOIC) *
4+
5+
#* *
6+
#* This program is free software; you can redistribute it and/or modify *
7+
#* it under the terms of the GNU Lesser General Public License (LGPL) *
8+
#* as published by the Free Software Foundation; either version 2 of *
9+
#* the License, or (at your option) any later version. *
10+
#* for detail see the LICENCE text file. *
11+
#* *
12+
#* This program is distributed in the hope that it will be useful, *
13+
#* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14+
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15+
#* GNU Library General Public License for more details. *
16+
#* *
17+
#* You should have received a copy of the GNU Library General Public *
18+
#* License along with this program; if not, write to the Free Software *
19+
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
20+
#* USA *
21+
#* *
22+
#***************************************************************************
23+
124
from latticeCommon import *
225

326

InitGui.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#***************************************************************************
2+
#* *
3+
#* Copyright (c) 2015 - Victor Titov (DeepSOIC) *
4+
5+
#* *
6+
#* This program is free software; you can redistribute it and/or modify *
7+
#* it under the terms of the GNU Lesser General Public License (LGPL) *
8+
#* as published by the Free Software Foundation; either version 2 of *
9+
#* the License, or (at your option) any later version. *
10+
#* for detail see the LICENCE text file. *
11+
#* *
12+
#* This program is distributed in the hope that it will be useful, *
13+
#* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14+
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15+
#* GNU Library General Public License for more details. *
16+
#* *
17+
#* You should have received a copy of the GNU Library General Public *
18+
#* License along with this program; if not, write to the Free Software *
19+
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
20+
#* USA *
21+
#* *
22+
#***************************************************************************
23+
24+
125
class LatticeWorkbench (Workbench):
226
MenuText = 'Lattice'
327
def Initialize(self):

0 commit comments

Comments
 (0)