Skip to content

Commit

Permalink
Modify __init__ copyright to include 'colcon' in dictionary (#5)
Browse files Browse the repository at this point in the history
This should make it so that a trivial expansion of the template doesn't
instantly make the tests fail.

The `__init__.py` is probably not copyrightable anyway, we just include a
header to please `test_copyright_license.py`.
  • Loading branch information
cottsay authored Feb 8, 2024
1 parent d346f59 commit cacf6cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = https://colcon.readthedocs.io
project_urls =
Changelog = https://github.com/colcon/template-package/milestones?direction=desc&sort=due_date&state=closed
GitHub = https://github.com/colcon/template-package/
author = Template Author
author = Colcon Template Author
author_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Expand Down
2 changes: 1 addition & 1 deletion template_package/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2020 Dirk Thomas
# Copyright 2024 Colcon Template Author
# Licensed under the Apache License, Version 2.0

__version__ = '0.0.0'
1 change: 1 addition & 0 deletions test/spell_check.words
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apache
colcon
iterdir
linter
pathlib
Expand Down

0 comments on commit cacf6cf

Please sign in to comment.