Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.17.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Audrow Nash
- Brandon Ong
- Claire Wang
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_copyright
0.17.2 (2025-04-02)
0.17.1 (2024-06-27)
- Fix error path for search_copyright_information. (#491) (#492) Callers now expect it to return a 4-tuple, but in the case that there was no data it was only returning a 2-tuple. (cherry picked from commit f5d1cad324be721f87fa87a416aa70701e75dcca) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
- Contributors: mergify[bot]
0.17.0 (2024-04-16)
0.16.4 (2024-03-28)
- Small fixes for modern flake8. (#484)
- Fix add-copyright year function (#466)
- Update maintainer list in package.xml files (#474)
- Contributors: Chris Lalancette, Lloyd Pearson, Michael Jeronimo
0.16.3 (2024-02-07)
0.16.2 (2023-12-26)
0.16.1 (2023-11-06)
0.16.0 (2023-10-04)
0.15.2 (2023-07-11)
0.15.1 (2023-06-07)
0.15.0 (2023-04-27)
0.14.1 (2023-04-11)
0.14.0 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#421)
- Contributors: Audrow Nash
0.13.2 (2022-09-13)
- Support for matching license header within multiline comment block (#361)
- Improved licencse matching (#358)
- Updated regex and adding test cases for copyright search (#363)
- Update maintainers (#379)
- Contributors: Will, methylDragon
0.13.1 (2022-05-09)
0.13.0 (2022-04-29)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.19.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | kilted |
Last Updated | 2025-06-03 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Audrow Nash
- Brandon Ong
- Claire Wang
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_copyright
0.19.2 (2025-04-17)
0.19.1 (2025-02-02)
- Improve ament_copyright performance drastically. (#515)
- Contributors: Chris Lalancette
0.19.0 (2024-11-20)
0.18.1 (2024-06-17)
- Fix error path for search_copyright_information. (#491)
- Contributors: Chris Lalancette
0.18.0 (2024-04-26)
0.17.0 (2024-04-16)
0.16.4 (2024-03-28)
- Small fixes for modern flake8. (#484)
- Fix add-copyright year function (#466)
- Update maintainer list in package.xml files (#474)
- Contributors: Chris Lalancette, Lloyd Pearson, Michael Jeronimo
0.16.3 (2024-02-07)
0.16.2 (2023-12-26)
0.16.1 (2023-11-06)
0.16.0 (2023-10-04)
0.15.2 (2023-07-11)
0.15.1 (2023-06-07)
0.15.0 (2023-04-27)
0.14.1 (2023-04-11)
0.14.0 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#421)
- Contributors: Audrow Nash
0.13.2 (2022-09-13)
- Support for matching license header within multiline comment block (#361)
- Improved licencse matching (#358)
- Updated regex and adding test cases for copyright search (#363)
- Update maintainers (#379)
- Contributors: Will, methylDragon
0.13.1 (2022-05-09)
0.13.0 (2022-04-29)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.20.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Audrow Nash
- Brandon Ong
- Claire Wang
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_copyright
0.20.0 (2025-04-24)
0.19.2 (2025-04-17)
0.19.1 (2025-02-02)
- Improve ament_copyright performance drastically. (#515)
- Contributors: Chris Lalancette
0.19.0 (2024-11-20)
0.18.1 (2024-06-17)
- Fix error path for search_copyright_information. (#491)
- Contributors: Chris Lalancette
0.18.0 (2024-04-26)
0.17.0 (2024-04-16)
0.16.4 (2024-03-28)
- Small fixes for modern flake8. (#484)
- Fix add-copyright year function (#466)
- Update maintainer list in package.xml files (#474)
- Contributors: Chris Lalancette, Lloyd Pearson, Michael Jeronimo
0.16.3 (2024-02-07)
0.16.2 (2023-12-26)
0.16.1 (2023-11-06)
0.16.0 (2023-10-04)
0.15.2 (2023-07-11)
0.15.1 (2023-06-07)
0.15.0 (2023-04-27)
0.14.1 (2023-04-11)
0.14.0 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#421)
- Contributors: Audrow Nash
0.13.2 (2022-09-13)
- Support for matching license header within multiline comment block (#361)
- Improved licencse matching (#358)
- Updated regex and adding test cases for copyright search (#363)
- Update maintainers (#379)
- Contributors: Will, methylDragon
0.13.1 (2022-05-09)
0.13.0 (2022-04-29)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.4.0 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | ardent |
Last Updated | 2017-12-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_flake8 | |
ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.5.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | bouncy |
Last Updated | 2018-06-28 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.6.4 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2019-03-10 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.8.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2020-12-04 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_lint | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.7.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2020-07-11 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_lint | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.10.7 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-04-28 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Claire Wang
Changelog for package ament_copyright
0.10.7 (2022-04-28)
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
- Contributors: Alfi Maulana, Christophe Bedard
0.10.3 (2021-03-03)
- 0.10.3
- Contributors: Audrow Nash
0.10.2 (2021-02-12)
- Add Audrow as a maintainer (#294)
- Drop trailing tab from package manifests (#291) Follow-up to 8bf194aa1ac282db5483dd0d3fefff8f325b0db8
- Contributors: Audrow Nash, Scott K Logan
0.10.1 (2021-01-25)
- add mit-0 as a valid license to ament_copyright (#284)
- Support Python 3.8-provided importlib.metadata (#290) The importlib_metadata package is a backport of the importlib.metadata module from Python 3.8. Fedora (and possibly others) no longer package importlib_metadata because they ship Python versions which have the functionality built-in.
- Update maintainer
(#274)
- update maintainer
- add authors
- Contributors: Claire Wang, M. Mei, Scott K Logan
0.10.0 (2020-09-18)
-
added bsd 2 clause simplified license to ament_copyright (#267)
- added bsd 2 clause simplified license to ament_copyright
-
Remove use of pkg_resources from ament_lint. (#260) Replace it with the use of the more modern importlib_metadata library. There are a couple of reasons to do this:
1. pkg_resources is quite slow to import; on my machine, just firing up the python interpreter takes ~35ms, while firing up the python interpreter and importing pkg_resources takes ~175ms. Firing up the python interpreter and importing importlib_metadata takes ~70ms. Removing 100ms per invocation of the command-line both makes it speedier for users, and will speed up our tests (which call out to the command-line quite a lot).
2. pkg_resources is somewhat deprecated and being replaced by importlib. https://importlib-metadata.readthedocs.io/en/latest/using.html describes some of it Note: By itself, this change is not enough to completely remove our dependence on pkg_resources. We'll also have to do something about the console_scripts that setup.py generates. That will be a separate effort.
-
Add pytest.ini so local tests don't display warning. (#259)
-
Contributors: Chris Lalancette, Evan Flynn
0.9.4 (2020-05-26)
0.9.3 (2020-05-18)
- Remove output on stderr for case that is not an error
(#248)
- Remove output on stderr for case that is not an error
- Remove early return to generate xml result file
- Contributors: Jorge Perez
0.9.2 (2020-05-08)
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.9.8 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2023-03-06 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_lint | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.14.4 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-07-11 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
Authors
- Audrow Nash
- Brandon Ong
- Claire Wang
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_copyright
0.14.4 (2024-07-11)
0.14.3 (2024-02-07)
0.14.2 (2023-09-08)
0.14.1 (2023-04-11)
0.14.0 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#421)
- Contributors: Audrow Nash
0.13.2 (2022-09-13)
- Support for matching license header within multiline comment block (#361)
- Improved licencse matching (#358)
- Updated regex and adding test cases for copyright search (#363)
- Update maintainers (#379)
- Contributors: Will, methylDragon
0.13.1 (2022-05-09)
0.13.0 (2022-04-29)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_copyright at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.12.12 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_lint.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-30 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Audrow Nash
- Claire Wang
- Dirk Thomas
Changelog for package ament_copyright
0.12.12 (2025-03-25)
0.12.11 (2024-05-15)
0.12.10 (2024-01-24)
0.12.9 (2023-11-13)
0.12.8 (2023-09-19)
0.12.7 (2023-07-17)
0.12.6 (2023-04-25)
0.12.5 (2023-01-12)
0.12.4 (2022-05-09)
0.12.3 (2022-04-08)
- Fix importlib_metadata warning on Python 3.10. (#365)
- Contributors: Chris Lalancette
0.12.2 (2022-03-28)
0.12.1 (2022-03-01)
0.12.0 (2022-02-18)
0.11.4 (2022-01-14)
- Update forthcoming version in changelogs
- Contributors: Audrow Nash
0.11.3 (2022-01-14)
-
Update maintainers to Michael Jeronimo and Michel Hidalgo (#340)
-
[ament_copyright] Fix file exclusion behavior (#327)
* [ament_copyright] Fix file exclusion behavior This commit fixes the faulty file exclusion behavior reported in https://github.com/ament/ament_lint/issues/326. Specifically, the exclusion list is matched against traversed files in the [crawler]{.title-ref} module. Changes inspired by https://github.com/ament/ament_lint/pull/299/.
* Update excluded file path in copyright tests Since file names are not indiscriminately matched throughout the search tree anymore, the excluded files listed in the copyright tests need to be updated relative to the root of the package.
* Add test cases to check exclusion behavior Specifically, these tests check for:
- Incorrect exclusion of single filenames.
- Correct exclusion of relatively/absolutely addressed filenames.
- Correct exclusion of wildcarded paths.
* Add unit tests for crawler module These unit tests make sure both search and exclusion behaviors are correctly demonstrated by the [ament_copyright.crawler]{.title-ref} module.
-
Contributors: Abrar Rahman Protyasha, Audrow Nash
0.11.2 (2021-06-18)
0.11.1 (2021-06-18)
0.11.0 (2021-06-18)
- Add SPDX identifiers to the licenses. (#315)
- Contributors: Chris Lalancette
0.10.6 (2021-05-06)
0.10.5 (2021-04-14)
- Remove Claire as a maintainer.
(#312)
- Remove Claire as a maintainer.
- Remove dead email addresses.
- Remove more dead email addresses.
- Switch setup.py maintainer to Audrow.
- Contributors: Chris Lalancette
0.10.4 (2021-03-18)
- Use non-blind except for open() (#307)
- Add optional file header style
(#304)
- Add optional file header style
- Fix test on ament_copyright
File truncated at 100 lines see the full file