add copyright notice
This commit is contained in:
parent
538b07f0da
commit
bd097aef4a
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ procedure circuit_enumeration;
|
||||||
end;
|
end;
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Copyright (C) 2012 Johannes Schauer <j.schauer@email.de>
|
||||||
|
#
|
||||||
|
# This library is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Lesser General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if len(sys.argv) < 3:
|
if len(sys.argv) < 3:
|
||||||
|
|
Loading…
Reference in a new issue