Skip to main content

A tool for automatically adding your license as a header in your source code.

Project description

add-license-header

A tool for automatically adding your license as a header in your source code.

Installation

pip install add-license-header

pre-commit hook

See pre-commit for instructions.

Sample with license template file:

- repo: https://github.com/arkinmodi/add-license-header
  rev: v2.4.1
  hooks:
      - id: add-license-header
        args:
            - --license-file
            - MIT-LICENSE.template

Sample with inline license template:

- repo: https://github.com/arkinmodi/add-license-header
  rev: v2.4.1
  hooks:
      - id: add-license-header
        args:
            - --license
            - |
                MIT License

                Copyright (c) $create_year $author_name
                ...

Template Options

You can use template markers to dynamically change your license.

Template Marker Default CLI Flag
$author_name Empty string. --author-name
$create_year Introduction into git history. If not managed by git, then the current year. --create-year
$edit_year Current year. --edit-year
$year_delimiter ", " --year-delimiter

For example:

MIT License

Copyright (c) $create_year $author_name

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

What does it do?

$ cat example.py
print("Hello World")

$ add-license-header \
    --license-file MIT-LICENSE.template \
    --author-name 'Arkin Modi' \
    --create-year 2023 \
    example.py
updating license in example.py

$ cat example.py
# LICENSE HEADER MANAGED BY add-license-header
#
# MIT License
#
# Copyright (c) 2023 Arkin Modi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#

print("Hello World")

Managed vs Un-Managed

In managed mode (the default), the license header will contain LICENSE HEADER MANAGED BY add-license-header in first line of the comment block. This enabled the tool to be able to accurately find the license header and allows you to place the license header anywhere in the file.

In unmanaged mode, enabled with the --unmanaged flag, the top-most comment block will be assumed to be the license header. Block comments that have been condensed to a single will not be treated as a block comment. This mode is less predictable and may require manual correction when first adding the license header.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

add_license_header-2.4.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

add_license_header-2.4.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file add_license_header-2.4.1.tar.gz.

File metadata

  • Download URL: add_license_header-2.4.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for add_license_header-2.4.1.tar.gz
Algorithm Hash digest
SHA256 7fe44b43b6bd4fdfe107720ed3b69961b3d059bf271133b48d68bfaec5265b2c
MD5 711a2e6e9fff0c3709e49a12b0b50ac9
BLAKE2b-256 101430d5503a0ef4091b14b549c3a3843641dad6150f74d75e02dab67da53765

See more details on using hashes here.

Provenance

The following attestation bundles were made for add_license_header-2.4.1.tar.gz:

Publisher: build.yml on arkinmodi/add-license-header

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file add_license_header-2.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for add_license_header-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1fdb49ca2bddf0bcd7a428f71fad30e682560d4b009ea8ba40e14bd7a83de73
MD5 6caf2b69556dd9fbab7bf38dfb3335f4
BLAKE2b-256 3d1b7b591ca2d5f5c02715c0f201b1122593b6a42897ff5ee40b4bd73e8bd3cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for add_license_header-2.4.1-py3-none-any.whl:

Publisher: build.yml on arkinmodi/add-license-header

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page