Author: remi
Date: 2008-11-29 11:08:20 +0100 (Sat, 29 Nov 2008)
New Revision: 2917

Modified:
   software_suite_v2/tuxware/tuxdriver/trunk/src/svnrev.tmpl.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_cmd.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_types.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.h
   software_suite_v2/tuxware/tuxdriver/trunk/src/version.h
Log:
* fixed author in code sources

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/svnrev.tmpl.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/svnrev.tmpl.h 2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/svnrev.tmpl.h 2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - svnrev template
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.c   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.c   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Audio
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.h   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_audio.h   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Audio
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.c 2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.c 2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Battery
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h 2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h 2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Battery
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.c      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.c      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Command parser
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.h      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_cmd_parser.h      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Command parser
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.c      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.c      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Descriptor
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.h      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_descriptor.h      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Status descriptor
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c  2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c  2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Driver
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.c   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.c   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Error
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.h   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_error.h   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Error
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.c    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.c    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Eyes
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.h    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_eyes.h    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Eyes
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.c        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.c        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Firmware
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.h        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_firmware.h        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Firmware
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.c        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.c        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Flippers
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.h        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_flippers.h        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Flippers
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.c        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.c        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Hid interface (only for unix)
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.h        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_unix.h        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Hid interface (only for unix)
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.c       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.c       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Hid interface (only for windows)
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.h       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hid_win32.h       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Hid interface (only for windows)
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_cmd.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_cmd.h  2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_cmd.h  2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Low level commands
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.c       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.c       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Low level status
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.h       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_hw_status.h       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Low level status
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.c      2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.c      2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - ID connection
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.h      2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_id.h      2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - ID
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.c    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.c    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Leds
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.h    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_leds.h    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Leds
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.c   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.c   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Light
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.h   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_light.h   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Light
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.c    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.c    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Misc
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.h    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_misc.h    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Misc
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.c   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.c   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Mouth
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.h   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_mouth.h   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Mouth
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.c       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.c       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Movements
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.h       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_movements.h       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Movements
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.c    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.c    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Pong
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.h    2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_pong.h    2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Pong
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c     
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.c     
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Sound flash
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.h     
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sound_flash.h     
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Sound flash
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.c        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.c        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Spinning
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.h        
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_spinning.h        
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Spinning
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.c       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.c       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - High level status
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.h       
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_sw_status.h       
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - High level status
- * Copyright (C) 2008 C2ME Sa <[EMAIL PROTECTED]>
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_types.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_types.h   2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_types.h   2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - tux types
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.c     2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.c     2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - USB interface
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.h     2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_usb.h     2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - USB interface
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.c     
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.c     
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - User inputs
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.h     
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_user_inputs.h     
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - User inputs
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.c      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.c      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - WIFI avoidance
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.h      
2008-11-29 09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_wifi_avoid.h      
2008-11-29 10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - WIFI avoidance
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/version.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/version.h     2008-11-29 
09:02:07 UTC (rev 2916)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/version.h     2008-11-29 
10:08:20 UTC (rev 2917)
@@ -1,6 +1,6 @@
 /*
  * Tux Droid - Version
- * Copyright (C) 2008 C2ME Sa
+ * Copyright (C) 2008 C2ME Sa <Acness : [EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to