C

CodeLicenseManager

Manages project and license information in project sourcecode and provides license text files for inclusion in builds. Supports multiple languages and it is relatively easy to add a new language and to make your own custom source code updater.
https://github.com/tombensve/CodeLicenseManager
Apache 2.0
${copyrightHolder}
${developer1Name}
Files download
File Operation
CodeLicenseManager-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>se.natusoft.tools.codelicmgr</groupId>
  <artifactId>CodeLicenseManager</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'se.natusoft.tools.codelicmgr:CodeLicenseManager:2.1.1'
Gradle Kotlin
implementation("se.natusoft.tools.codelicmgr:CodeLicenseManager:2.1.1")
Scala SBT
libraryDependencies += "se.natusoft.tools.codelicmgr" % "CodeLicenseManager" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='se.natusoft.tools.codelicmgr', module='CodeLicenseManager', version='2.1.1')
)
Apache Ivy
<dependency org="se.natusoft.tools.codelicmgr" name="CodeLicenseManager" rev="2.1.1" />
Leiningen
[se.natusoft.tools.codelicmgr/CodeLicenseManager "2.1.1"]
Apache Buildr
'se.natusoft.tools.codelicmgr:CodeLicenseManager:jar:2.1.1'