Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid license template. #209

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ament_copyright/ament_copyright/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def read_license_data(path, name, prefix):

apache2 = read_license_data(TEMPLATE_DIRECTORY, 'Apache License, Version 2.0', 'apache2')
boost1 = read_license_data(TEMPLATE_DIRECTORY, 'Boost Software License - Version 1.0', 'boost1')
bsd2 = read_license_data(TEMPLATE_DIRECTORY, 'BSD License 2.0', 'bsd2')
bsd_3clause = read_license_data(TEMPLATE_DIRECTORY, '3-Clause BSD License', 'bsd_3clause')
mit = read_license_data(TEMPLATE_DIRECTORY, 'MIT License', 'mit')
gplv3 = read_license_data(TEMPLATE_DIRECTORY, 'GNU General Public License 3.0', 'gplv3')
Expand Down

This file was deleted.

31 changes: 0 additions & 31 deletions ament_copyright/ament_copyright/template/bsd2_header.txt

This file was deleted.

30 changes: 0 additions & 30 deletions ament_copyright/ament_copyright/template/bsd2_license.txt

This file was deleted.

1 change: 0 additions & 1 deletion ament_copyright/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'ament_copyright.license': [
'apache2 = ament_copyright.licenses:apache2',
'boost1 = ament_copyright.licenses:boost1',
'bsd2 = ament_copyright.licenses:bsd2',
'bsd_3clause = ament_copyright.licenses:bsd_3clause',
'mit = ament_copyright.licenses:mit',
'gplv3 = ament_copyright.licenses:gplv3',
Expand Down