Licensed under GPLv3

This commit is contained in:
Sebastian Lohff 2015-08-19 11:20:51 +02:00
parent 9860896d20
commit c9dc16d634
10 changed files with 41 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# write a thread that reads buttoninput from fifo or pyserial or something # Licensed under GPLv3
# https://gist.github.com/elshaka/2999082 # Written by Sebastian Lohff (seba@someserver.de)
# and make this configureable # http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import os import os

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import sys import sys

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
from PySide import QtCore, QtGui from PySide import QtCore, QtGui

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import datetime import datetime

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import os import os

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import yaml import yaml

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
import os import os
import yaml import yaml

View File

@ -1,4 +1,9 @@
#!/usr/bin/python #!/usr/bin/python
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
import argparse import argparse

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function from __future__ import print_function
from PySide import phonon from PySide import phonon

View File

@ -1,3 +1,7 @@
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from PySide import QtGui, QtCore from PySide import QtGui, QtCore
import copy import copy