Skip to content

Commit

Permalink
Add license to files
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayadmn committed Mar 18, 2024
1 parent 96d1954 commit e8c2a13
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/install_hook.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# SPDX-License-Identifier: GPL-3.0-only
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Copyright (c) 2024, YeetCode Developers <[email protected]>

import os

from pathlib import Path
Expand Down

0 comments on commit e8c2a13

Please sign in to comment.