Enhancement
Major
Detail
Detail
Enhancement
Currently, when generating wrapper classes, the BOS copyright header or a header in the form
Copyright (c) {year} {copyright_holder}. All Rights Reserved.
It should be possible to set the entire copyright header.
Implementation
- The copyright header can be specified via the environment variable / SystemProperty "tl_copyright_header". The string ${year} is replaced by the current year.
- When the Maven Goal "tl:generate-java@generate-binding" is called, the copyright header can be set in the pom.xml via the copyrightHeader configuration option.
Test
No test.