Added licensing info to README and all source files

master
Alessandro Ranellucci 2012-01-23 12:17:28 +01:00
parent 589debc28f
commit 7d2ef9a6b6
12 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx,time
class window(wx.Frame):

View File

@ -1,4 +1,5 @@
#!/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)

View File

@ -1,5 +1,5 @@
#!/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

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import xml.etree.ElementTree
import wx
import time

View File

@ -1,4 +1,5 @@
#!/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

View File

@ -1,4 +1,5 @@
#!/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)

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import sys, struct, math
def cross(v1,v2):

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import os
import math
import stltool

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math
from bufferedcanvas import *

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx, os, math
from bufferedcanvas import *

View File

@ -1,3 +1,4 @@
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import wx,math
from stltool import *
a=wx.App()