From ccd1461855b19ed581954e0a02f416b1bda3edb7 Mon Sep 17 00:00:00 2001 From: Rikhard Kuutti Date: Fri, 5 Mar 2010 14:58:45 +0200 Subject: [PATCH] Added license information to source codes --- Client/accelerometer.cpp | 9 +++++++++ Client/accelerometer.h | 9 +++++++++ Client/calculate.cpp | 9 +++++++++ Client/calculate.h | 8 ++++++++ 4 files changed, 35 insertions(+) diff --git a/Client/accelerometer.cpp b/Client/accelerometer.cpp index 1a36361..5c16c98 100644 --- a/Client/accelerometer.cpp +++ b/Client/accelerometer.cpp @@ -1,3 +1,12 @@ +/* + * Accelerometer class to access the device accelerometer + * + * @author Rikhard Kuutti + * @author Kai Rasilainen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "accelerometer.h" #include "math.h" diff --git a/Client/accelerometer.h b/Client/accelerometer.h index 52990df..2ee3ec9 100644 --- a/Client/accelerometer.h +++ b/Client/accelerometer.h @@ -1,3 +1,12 @@ +/* + * Accelerometer class to access the device accelerometer + * + * @author Rikhard Kuutti + * @author Kai Rasilainen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef ACCELEROMETER_H #define ACCELEROMETER_H diff --git a/Client/calculate.cpp b/Client/calculate.cpp index ad535b1..85afca3 100644 --- a/Client/calculate.cpp +++ b/Client/calculate.cpp @@ -1,3 +1,12 @@ +/* + * Calculate class to process accelerometer data + * + * @author Kai Rasilainen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + + #include "calculate.h" #include diff --git a/Client/calculate.h b/Client/calculate.h index 421990f..ef000ba 100644 --- a/Client/calculate.h +++ b/Client/calculate.h @@ -1,3 +1,11 @@ +/* + * Calculate class to process accelerometer data + * + * @author Kai Rasilainen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef CALCULATE_H #define CALCULATE_H -- 1.7.9.5