Skip to content

Commit

Permalink
Updating licensing information and adding Eigen MPL-only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Moore committed Jan 22, 2016
1 parent 247a7c6 commit ff9a9e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(NOT EIGEN3_FOUND)
set(EIGEN3_LIBRARIES ${EIGEN_LIBRARIES})
endif()

add_definitions(-DEIGEN_NO_DEBUG)
add_definitions(-DEIGEN_NO_DEBUG -DEIGEN_MPL2_ONLY)

roslint_cpp()

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
All code within the robot_localization package that was developed by Charles
River Analytics is released under the BSD license:

Copyright (c) 2015, Charles River Analytics, Inc.
Copyright (c) 2014, 2015, 2016, Charles River Analytics, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
robot_localization
===========
==================

robot_localization is a package of nonlinear state estimation nodes. The package was developed by Charles River Analytics, Inc.

Expand Down

0 comments on commit ff9a9e8

Please sign in to comment.