diff --git a/PS3BT.cpp b/PS3BT.cpp index 6cc22a7c..dcce1fbf 100644 --- a/PS3BT.cpp +++ b/PS3BT.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 TKJ Electronics. All rights reserved. +/* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics. All rights reserved. This software may be distributed and modified under the terms of the GNU General Public License version 2 (GPL2) as published by the Free Software @@ -10,9 +10,9 @@ Contact information ------------------- - TKJ Electronics + Kristian Lauszus, TKJ Electronics Web : http://www.tkjelectronics.com - e-mail : mail@tkjelectronics.com + e-mail : kristianl@tkjelectronics.com */ #include "PS3BT.h" diff --git a/PS3BT.h b/PS3BT.h index d2fb2126..189d0cb6 100644 --- a/PS3BT.h +++ b/PS3BT.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 TKJ Electronics. All rights reserved. +/* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics. All rights reserved. This software may be distributed and modified under the terms of the GNU General Public License version 2 (GPL2) as published by the Free Software @@ -10,9 +10,9 @@ Contact information ------------------- - TKJ Electronics + Kristian Lauszus, TKJ Electronics Web : http://www.tkjelectronics.com - e-mail : mail@tkjelectronics.com + e-mail : kristianl@tkjelectronics.com */ #ifndef _ps3bt_h_ diff --git a/examples/PS3BT/PS3BT.ino b/examples/PS3BT/PS3BT.ino index 4841e263..3ec0f73f 100644 --- a/examples/PS3BT/PS3BT.ino +++ b/examples/PS3BT/PS3BT.ino @@ -1,3 +1,9 @@ +/* + Example sketch for the PS3 Bluetooth library - developed by Kristian Lauszus + For more information visit my blog: http://blog.tkjelectronics.dk/ or + send me an e-mail: kristianl@tkjelectronics.com +*/ + #include USB Usb; PS3BT BT(&Usb);