Skip to content

Commit

Permalink
docs: Add missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Nov 10, 2024
1 parent 05c8602 commit c0b7bf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git_authorship/cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2024 Joseph Hale
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
import argparse
import logging
from dataclasses import dataclass
Expand Down

0 comments on commit c0b7bf7

Please sign in to comment.