Skip to content

Commit

Permalink
Added licensing info to README and all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Jan 23, 2012
1 parent 589debc commit 7d2ef9a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions gviz.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
1 change: 1 addition & 0 deletions plater.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion printcore.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions projectlayer.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions pronsole.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions pronterface.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions stltool.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
1 change: 1 addition & 0 deletions stlview.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions xybuttons.py
Original file line number Diff line number Diff line change
@@ -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 *

Expand Down
1 change: 1 addition & 0 deletions zbuttons.py
Original file line number Diff line number Diff line change
@@ -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 *

Expand Down
1 change: 1 addition & 0 deletions zscaper.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 7d2ef9a

Please sign in to comment.