Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: AudioReach-kernel
Source: https://github.com/qualcomm-linux/audioreach-kernel
Upstream-Name: audioreach-kernel
Source: https://github.com/AudioReach/audioreach-kernel

Files: *
Copyright: Qualcomm Technologies, Inc. and/or its subsidiaries.
Copyright: 2024 Qualcomm Technologies, Inc. and/or its subsidiaries.
License: GPL-2.0-only
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 and
only version 2 as published by the Free Software Foundation.

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.
License: GPL-2.0-only
On Debian systems, the full text of the GNU General Public License
version 2 can be found in:
/usr/share/common-licenses/GPL-2
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ override_dh_install:
-path ./.pc -prune -o \
-path ./.git -prune -o \
-path ./.github -prune -o \
-name ".gitignore" -prune -o \
-print0 | cpio -0p $(DKMS_STAGED)/
dh_install

Expand Down
Loading