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
# https://gist.github.com/elshaka/2999082
# and make this configureable
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function
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
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 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
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
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
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 yaml

View File

@ -1,4 +1,9 @@
#!/usr/bin/python
# Licensed under GPLv3
# Written by Sebastian Lohff (seba@someserver.de)
# http://seba-geek.de/projects/seopardy/
from __future__ import print_function
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 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
import copy