License Updater

GitHub stars

The license updater will make it easy to update license headers:

  • 🥑 Python __copyright__ years

  • 🥑 Copyright statements in headers

  • 🥑 preview, write to new file, or write in place!

To see the code, head over to the repository.

Getting started with the License Updater

There are two primary functions - to detect and update! The first previews changes to a set of files (or directory) and the second writes the changes to file.

$ license-updater detect mypackage
$ license-updater update mypackage

And that’s it! The action comes with several Updaters that will look for particular aspects to lint or update. If you have a request for a new updater, please open an issue,

The License Updater can be installed from pypi or directly from the repository. See Installation for installation, and then the Getting Started section for using the client.

Support

  • For bugs and feature requests, please use the issue tracker.

  • For contributions, visit Caliper on Github.

Resources

GitHub Repository

The code on GitHub.