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:
p.resume()
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
class window(wx.Frame):
......
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows)
......
#!/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 threading import Thread
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import xml.etree.ElementTree
import wx
import time
......
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import cmd, printcore, sys
import glob, os, time
import sys, subprocess
......
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext
# 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
def cross(v1,v2):
......
#!/usr/bin/python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import os
import math
import stltool
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math
from bufferedcanvas import *
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math
from bufferedcanvas import *
......
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx,math
from stltool import *
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