ros_team_workspace
ros_team_workspace copied to clipboard
Clarify `'(template)'` suffix in default license template files
Thank you for creating this wonderful project!
I was browsing the templates/licenses directory and noticed that both default_cpp.txt and default_py.txt include a copyright line with the literal text '(template)', for example:
// Copyright (c) $YEAR$, $NAME_ON_LICENSE$
// Copyright (c) $YEAR$, Stogl Robotics Consulting UG (haftungsbeschränkt) (template)
ref: https://github.com/b-robotized/ros_team_workspace/blob/master/templates/licenses/default_cpp.txt ref: https://github.com/b-robotized/ros_team_workspace/blob/master/templates/licenses/default_py.txt
Could you please confirm whether the inclusion of '(template)' here is intentional?
I’m asking because I’m unsure whether to carry it over into the license header for my next project and want to ensure I’m using the templates correctly.
Thank you for your guidance!