|
| 1 | +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 2 | +Source: https://github.com/oracle/bpftune |
| 3 | +Upstream-Name: bpftune |
| 4 | +Upstream-Contact: https://github.com/oracle/bpftune/issues |
| 5 | + |
| 6 | +Files: |
| 7 | + * |
| 8 | +Copyright: |
| 9 | + 2023 Oracle and/or its affiliates |
| 10 | +License: GPL-2.0 WITH Linux-syscall-note |
| 11 | + This package is free software; you can redistribute it and/or modify |
| 12 | + it under the terms of the GNU General Public License as published by |
| 13 | + the Free Software Foundation; either version 2 of the License, or |
| 14 | + (at your option) any later version. |
| 15 | + . |
| 16 | + This package is distributed in the hope that it will be useful, |
| 17 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | + GNU General Public License for more details. |
| 20 | + . |
| 21 | + You should have received a copy of the GNU General Public License |
| 22 | + along with this package. If not, see <https://www.gnu.org/licenses/>. |
| 23 | + . |
| 24 | + With an explicit syscall exception, as stated: |
| 25 | + . |
| 26 | + SPDX-Exception-Identifier: Linux-syscall-note |
| 27 | + SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html |
| 28 | + SPDX-Licenses: GPL-2.0 |
| 29 | + Usage-Guide: |
| 30 | + This exception is used together with one of the above SPDX-Licenses |
| 31 | + to mark user space API (uapi) header files so they can be included |
| 32 | + into non GPL compliant user space application code. |
| 33 | + To use this exception add it with the keyword WITH to one of the |
| 34 | + identifiers in the SPDX-Licenses tag: |
| 35 | + SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note |
| 36 | + License-Text: |
| 37 | + . |
| 38 | + NOTE! This copyright does *not* cover user programs that use kernel |
| 39 | + services by normal system calls - this is merely considered normal use |
| 40 | + of the kernel, and does *not* fall under the heading of "derived work". |
| 41 | + Also note that the GPL below is copyrighted by the Free Software |
| 42 | + Foundation, but the instance of code that it refers to (the Linux |
| 43 | + kernel) is copyrighted by me and others who actually wrote it. |
| 44 | + . |
| 45 | + Also note that the only valid version of the GPL as far as the kernel |
| 46 | + is concerned is _this_ particular version of the license (ie v2, not |
| 47 | + v2.2 or v3.x or whatever), unless explicitly otherwise stated. |
| 48 | +Comment: |
| 49 | + On Debian systems, the complete text of the GNU General |
| 50 | + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". |
| 51 | + |
| 52 | + |
| 53 | +Files: |
| 54 | + debian/* |
| 55 | +Copyright: |
| 56 | + 2024 Bernd Zeimetz < [email protected]> |
| 57 | +License: GPL-2.0 WITH Linux-syscall-note |
0 commit comments