Open
Conversation
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR changes the project license from GPLv3 to Apache 2.0 across the entire Easy Navigation (EasyNav) codebase. The license change is comprehensive and systematic, affecting the root LICENSE file, all package.xml files, all source file headers (.cpp and .hpp files), and all README documentation files.
Changes:
- Replaced GPLv3 LICENSE file with Apache License 2.0 text
- Updated license field in all package.xml files from "GPL-3.0-only" to "Apache-2.0"
- Updated all source file headers from GPLv3 boilerplate to Apache 2.0 standard header format
- Updated license sections in all README.md files
Reviewed changes
Copilot reviewed 96 out of 96 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| LICENSE | Complete replacement of GPLv3 text with Apache License 2.0, Version 2.0, January 2004 |
| README.md | Updated main repository license statement to Apache-2.0 |
| planners/*/package.xml | Updated license fields for simple_planner, navmap_planner, and costmap_planner packages |
| planners//.cpp, *.hpp | Updated file headers with Apache 2.0 license boilerplate |
| planners/*/README.md | Updated license sections in documentation |
| maps_managers/*/package.xml | Updated license fields for all map manager packages (simple, octomap, navmap, costmap, bonxai) |
| maps_managers//.cpp, *.hpp | Updated file headers with Apache 2.0 license boilerplate |
| maps_managers/*/README.md | Updated license sections in documentation |
| localizers/*/package.xml | Updated license fields for all localizer packages (simple, navmap, gps, costmap) |
| localizers//.cpp, *.hpp | Updated file headers with Apache 2.0 license boilerplate |
| localizers/*/README.md | Updated license sections in documentation |
| controllers/*/package.xml | Updated license fields for all controller packages (simple, serest, mppi, vff) |
| controllers//.cpp, *.hpp | Updated file headers with Apache 2.0 license boilerplate |
| controllers/*/README.md | Updated license sections in documentation |
| common/*/package.xml | Updated license fields for common packages (simple_common, costmap_common) |
| common//.cpp, *.hpp | Updated file headers with Apache 2.0 license boilerplate |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi
Changing license to Apache 2.0