Commit 7d2ef9a6 authored by Alessandro Ranellucci's avatar Alessandro Ranellucci

Added licensing info to README and all source files

parent 589debc2
...@@ -114,4 +114,6 @@ sender, or the following code example: ...@@ -114,4 +114,6 @@ sender, or the following code example:
p.resume() p.resume()
p.disconnect() p.disconnect()
# LICENSE
The Printrun suite is licensed under the terms of GPL version 3, or, at your option, any later version.
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx,time import wx,time
class window(wx.Frame): class window(wx.Frame):
......
#!/usr/bin/env python #!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext # Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows) # searching for installed locales on /usr/share; uses relative folder if not found (windows)
......
#!/usr/bin/env python #!/usr/bin/env python
# Licensed under GPLv3 # Licensed under the terms of GPL version 3, or, at your option, any later version.
from serial import Serial from serial import Serial
from threading import Thread from threading import Thread
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import xml.etree.ElementTree import xml.etree.ElementTree
import wx import wx
import time import time
......
#!/usr/bin/env python #!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import cmd, printcore, sys import cmd, printcore, sys
import glob, os, time import glob, os, time
import sys, subprocess import sys, subprocess
......
#!/usr/bin/env python #!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext # Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows) # searching for installed locales on /usr/share; uses relative folder if not found (windows)
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import sys, struct, math import sys, struct, math
def cross(v1,v2): def cross(v1,v2):
......
#!/usr/bin/python #!/usr/bin/python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import os import os
import math import math
import stltool import stltool
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math import wx, os, math
from bufferedcanvas import * from bufferedcanvas import *
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math import wx, os, math
from bufferedcanvas import * from bufferedcanvas import *
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx,math import wx,math
from stltool import * from stltool import *
a=wx.App() a=wx.App()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment