Skip to content

Commit

Permalink
Add missing header to audio_driver_info.py (New) (#793)
Browse files Browse the repository at this point in the history
Add missing header to audio_driver_info.py
  • Loading branch information
yphus authored Oct 25, 2023
1 parent 2aa8c90 commit 120bb96
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions providers/base/bin/audio_driver_info.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 sys
import re
Expand Down

0 comments on commit 120bb96

Please sign in to comment.