Revision: 8093
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8093&view=rev
Author:   thjc
Date:     2009-07-23 15:28:48 +0000 (Thu, 23 Jul 2009)

Log Message:
-----------
more copyright info for drivers I added

Modified Paths:
--------------
    code/player/trunk/server/drivers/mixed/khepera/khepera_serial.cc
    code/player/trunk/server/drivers/mixed/khepera/khepera_serial.h
    code/player/trunk/server/drivers/position/ascension/flockofbirds.cc
    code/player/trunk/server/drivers/position/bumpersafe/bumpersafe.cc
    code/player/trunk/server/drivers/position/lasersafe/lasersafe.cc

Modified: code/player/trunk/server/drivers/mixed/khepera/khepera_serial.cc
===================================================================
--- code/player/trunk/server/drivers/mixed/khepera/khepera_serial.cc    
2009-07-23 15:17:06 UTC (rev 8092)
+++ code/player/trunk/server/drivers/mixed/khepera/khepera_serial.cc    
2009-07-23 15:28:48 UTC (rev 8093)
@@ -1,3 +1,24 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Toby Collett
+ *
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 #include "khepera_serial.h"
 
 #include <sys/types.h>

Modified: code/player/trunk/server/drivers/mixed/khepera/khepera_serial.h
===================================================================
--- code/player/trunk/server/drivers/mixed/khepera/khepera_serial.h     
2009-07-23 15:17:06 UTC (rev 8092)
+++ code/player/trunk/server/drivers/mixed/khepera/khepera_serial.h     
2009-07-23 15:28:48 UTC (rev 8093)
@@ -1,3 +1,24 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Toby Collett
+ *
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 #ifndef KHEPERA_SERIAL_H
 #define KHEPERA_SERIAL_H
 

Modified: code/player/trunk/server/drivers/position/ascension/flockofbirds.cc
===================================================================
--- code/player/trunk/server/drivers/position/ascension/flockofbirds.cc 
2009-07-23 15:17:06 UTC (rev 8092)
+++ code/player/trunk/server/drivers/position/ascension/flockofbirds.cc 
2009-07-23 15:28:48 UTC (rev 8093)
@@ -1,3 +1,24 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Toby Collett
+ *
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 /** @ingroup drivers */
 /** @{ */
 /** @defgroup driver_flockofbirds flockofbirds

Modified: code/player/trunk/server/drivers/position/bumpersafe/bumpersafe.cc
===================================================================
--- code/player/trunk/server/drivers/position/bumpersafe/bumpersafe.cc  
2009-07-23 15:17:06 UTC (rev 8092)
+++ code/player/trunk/server/drivers/position/bumpersafe/bumpersafe.cc  
2009-07-23 15:28:48 UTC (rev 8093)
@@ -1,3 +1,24 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Toby Collett
+ *
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 /** @ingroup drivers */
 /** @{ */
 /** @defgroup driver_bumpersafe bumpersafe

Modified: code/player/trunk/server/drivers/position/lasersafe/lasersafe.cc
===================================================================
--- code/player/trunk/server/drivers/position/lasersafe/lasersafe.cc    
2009-07-23 15:17:06 UTC (rev 8092)
+++ code/player/trunk/server/drivers/position/lasersafe/lasersafe.cc    
2009-07-23 15:28:48 UTC (rev 8093)
@@ -1,3 +1,24 @@
+/*
+ *  Player - One Hell of a Robot Server
+ *  Copyright (C) 2006
+ *     Toby Collett
+ *
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 /** @ingroup drivers */
 /** @{ */
 /** @defgroup driver_lasersafe lasersafe


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to