Cleaned up licenses info

This commit is contained in:
simondlevy
2017-08-27 20:45:05 -04:00
parent b32b267ba5
commit 597e36eed5
6 changed files with 3 additions and 39 deletions

3
.gitignore vendored
View File

@@ -2,7 +2,10 @@ examples/__pycache__
examples/*.pyc examples/*.pyc
examples/*.pgm examples/*.pgm
examples/*.png examples/*.png
python/breezyslam/*.pyc
python/breezyslam/__pycache__ python/breezyslam/__pycache__
python/build python/build
cpp/*.o
cpp/*.so
*.swp *.swp

View File

@@ -21,12 +21,6 @@
# #
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with this code. If not, see <http:#www.gnu.org/licenses/>. # along with this code. If not, see <http:#www.gnu.org/licenses/>.
# You should also have received a copy of the Parrot Parrot AR.Drone
# Development License and Parrot AR.Drone copyright notice and disclaimer
# and If not, see
# <https:#projects.ardrone.org/attachments/277/ParrotLicense.txt>
# and
# <https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = BreezySLAM PROJECT_NAME = BreezySLAM

View File

@@ -14,12 +14,6 @@
# #
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with this code. If not, see <http:#www.gnu.org/licenses/>. # along with this code. If not, see <http:#www.gnu.org/licenses/>.
# You should also have received a copy of the Parrot Parrot AR.Drone
# Development License and Parrot AR.Drone copyright notice and disclaimer
# and If not, see
# <https:#projects.ardrone.org/attachments/277/ParrotLicense.txt>
# and
# <https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
# Where you want to put the library # Where you want to put the library
LIBDIR = /usr/local/lib LIBDIR = /usr/local/lib

View File

@@ -16,9 +16,4 @@ GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with this code. If not, see <http:#www.gnu.org/licenses/>. along with this code. If not, see <http:#www.gnu.org/licenses/>.
You should also have received a copy of the Parrot Parrot AR.Drone You should also have received a copy of the Parrot Parrot AR.Drone
Development License and Parrot AR.Drone copyright notice and disclaimer
and If not, see
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
and
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
''' '''

View File

@@ -18,12 +18,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with this code. If not, see <http:#www.gnu.org/licenses/>. along with this code. If not, see <http:#www.gnu.org/licenses/>.
You should also have received a copy of the Parrot Parrot AR.Drone
Development License and Parrot AR.Drone copyright notice and disclaimer
and If not, see
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
and
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
''' '''
# These classes are implemented as C extensions # These classes are implemented as C extensions

View File

@@ -17,22 +17,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with this code. If not, see <http:#www.gnu.org/licenses/>. along with this code. If not, see <http:#www.gnu.org/licenses/>.
You should also have received a copy of the Parrot Parrot AR.Drone
Development License and Parrot AR.Drone copyright notice and disclaimer
and If not, see
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
and
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
'''
'''
Change Log:
01-MAR-2014: Simon D. Levy - Initial release
19-MAR-2014: SDL - Added Laser class
31-MAR-2014: SDL - Robot.computeVelocities returns dtheta in degrees
01-MAY-2014: SDL - Migrated Laser class to C extension
04-MAY-2014: SDL - Changed from meters to millimeters
''' '''
import math import math