Metadata-Version: 2.1
Name: prependlicense
Version: 0.1.0a0
Summary: Python package for adding Apache v2.0 license for source files.
Home-page: https://github.com/oddaspa/addlicense
Author: Odd Gunnar Aspaas
Author-email: odd.gunnar.aspaas@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/oddaspa/addlicense/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# addlicence

Python package for adding license for source files.

```sh
$ pip install addlicense
```

Usage:

```sh
python -m addlicense -extension py -folder src -author Odd Gunnar Aspaas -year 2021
```

Currently only support Apache v2.0.


