Skip to content

Commit

Permalink
add license to the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kissiel committed Oct 19, 2023
1 parent 2bfa442 commit 40fd5d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions submission-schema/build_schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/usr/bin/env python3
# This file is part of Checkbox.
#
# Copyright 2023 Canonical Ltd.
#
# Checkbox is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3,
# as published by the Free Software Foundation.
#
# Checkbox 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 Checkbox. If not, see <http://www.gnu.org/licenses/>.

import argparse
import json
Expand Down

0 comments on commit 40fd5d1

Please sign in to comment.