Skip to content

Commit e1a7c17

Browse files
author
dozencrows
committed
Added copyright messages
1 parent b5ab3b5 commit e1a7c17

7 files changed

+49
-0
lines changed

Backlight.py

100755100644
+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
#!/usr/bin/python
29
import sys
310
import os

I2C.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
import smbus
29

310
I2C_BUS = 1

IR.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
import socket
29

310
LIRCD_ADDRESS = "/var/run/lirc/lircd"

PiMony.py

100755100644
+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
#!/usr/bin/python
29
'''
310
PiMony -- Smart remote control prototype

PyGameInterface.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
'''
29
Created on 25 May 2014
310

Style.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
BACKGROUND_COLOUR = "background-colour"
29
BORDER_COLOUR = "border-colour"
310
BORDER_WIDTH = "border-width"

TouchScreenButton.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#=======================================================================
2+
# Copyright Nicholas Tuckett 2015.
3+
# Distributed under the MIT License.
4+
# (See accompanying file license.txt or copy at
5+
# http://opensource.org/licenses/MIT)
6+
#=======================================================================
7+
18
#
29
# Style data:
310
# text_colour

0 commit comments

Comments
 (0)