|
From: <rum...@us...> - 2008-06-18 08:02:19
|
Revision: 184
http://gearbox.svn.sourceforge.net/gearbox/?rev=184&view=rev
Author: rumataxyz
Date: 2008-06-18 01:02:23 -0700 (Wed, 18 Jun 2008)
Log Message:
-----------
adjusted copy/paste licenses, added missing ones
Modified Paths:
--------------
gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp
gearbox/trunk/submitted/gbxnovatelacfr/driver.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.cpp
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.cpp
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/receiverstatusdecoder.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.cpp
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.h
gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/test/crc32test.cpp
gearbox/trunk/submitted/gbxnovatelacfr/novatel.dox
gearbox/trunk/submitted/gbxnovatelacfr/test/test.cpp
Modified: gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,9 +1,9 @@
/*
- * Orca-Robotics Project: Components for robotics
- * http://orca-robotics.sf.net/
- * Copyright (c) 2004-2008 Matthew Ridley, Ben Upcroft
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Matthew Ridley, Ben Upcroft, Michael Moser
*
- * This copy of Orca is licensed to you under the terms described in
+ * This distribution is licensed to you under the terms described in
* the LICENSE file included in this distribution.
*
*/
Modified: gearbox/trunk/submitted/gbxnovatelacfr/driver.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/driver.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/driver.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,9 +1,9 @@
/*
- * Orca-Robotics Project: Components for robotics
- * http://orca-robotics.sf.net/
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
* Copyright (c) 2004-2008 Matthew Ridley, Ben Upcroft, Michael Moser
*
- * This copy of Orca is licensed to you under the terms described in
+ * This distribution is licensed to you under the terms described in
* the LICENSE file included in this distribution.
*
*/
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include "crc32.h"
////////////////////////////////////////////
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/crc32.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include <cstddef> //for size_t
#include <stdint.h> //for fixed size integer types
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include "imudecoder.h"
#include <gbxutilacfr/gbxutilacfr.h>
#include <sstream>
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/imudecoder.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#ifndef GBX_NOVATEL_IMUDECODER_H
#define GBX_NOVATEL_IMUDECODER_H
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/novatelmessages.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#ifndef GBX_NOVATEL_MESSAGES_H
#define GBX_NOVATEL_MESSAGES_H
namespace gbxnovatelutilacfr{
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/receiverstatusdecoder.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/receiverstatusdecoder.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/receiverstatusdecoder.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#ifndef GBX_NOVATEL_RECEIVER_STATUS_DECODER_H
#define GBX_NOVATEL_RECEIVER_STATUS_DECODER_H
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include <stdlib.h>
#include <unistd.h>
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.h
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.h 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/serialconnectivity.h 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
class gbxserialacfr::Serial;
// test connectivity to a [serial] device at a [baudrate];
Modified: gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/test/crc32test.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/test/crc32test.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/gbxnovatelutilacfr/test/crc32test.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include <iostream>
#include <sstream>
#include <stdlib.h>
Modified: gearbox/trunk/submitted/gbxnovatelacfr/novatel.dox
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/novatel.dox 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/novatel.dox 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,7 +1,7 @@
/*
- * Orca-Robotics Project: Components for robotics
- * http://orca-robotics.sf.net/
- * Copyright (c) 2004-2008 Alex Brooks, Alexei Makarenko, Tobias Kaupp
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Matthew Ridley, Ben Upcroft, Michael Moser
*
* This distribution is licensed to you under the terms described in
* the LICENSE file included in this distribution.
Modified: gearbox/trunk/submitted/gbxnovatelacfr/test/test.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/test/test.cpp 2008-06-18 07:53:46 UTC (rev 183)
+++ gearbox/trunk/submitted/gbxnovatelacfr/test/test.cpp 2008-06-18 08:02:23 UTC (rev 184)
@@ -1,3 +1,12 @@
+/*
+ * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
+ * http://gearbox.sf.net/
+ * Copyright (c) 2004-2008 Michael Moser
+ *
+ * This distribution is licensed to you under the terms described in
+ * the LICENSE file included in this distribution.
+ *
+ */
#include <iostream>
#include <sstream>
#include <memory>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|