Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWesierski4 committed Jan 9, 2025
1 parent 2ec7f0e commit aa2a357
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 98 deletions.
50 changes: 25 additions & 25 deletions ATTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
> for any licensing fees due, in connection with your use of Ffmpeg or Gstreamer.

| Component Name | Origin | License |
|------------------------------- |-----------------------------------------------------|----------------------------------------------|
| libpthread.so.0 (Linux) | https://sourceware.org/git/?p=glibc.git | Part of GNU glibc / LGPLv2.1 |
| libwinpthread-1.dll (Windows) | https://sourceforge.net/projects/mingw-w64/ | Part of GNU glibc / LGPLv2.1 |
| libm.so.6 (Linux) | Same as libpthread.so.0 | Part of GNU glibc / LGPLv2.1 |
| libc.so.6 (Linux) | Same as libpthread.so.0 | Part of GNU glibc / LGPLv2.1 |
| DPDK | https://github.com/DPDK/dpdk | BSD-3-clause |
| Simple DirectMedia Layer (SDL2) | https://github.com/libsdl-org/SDL | zlib license |
| libpcap | https://github.com/the-tcpdump-group/libpcap | BSD-3-clause |
| Json-c | https://github.com/json-c/json-c | MIT license |
| OpenSSL | https://github.com/openssl/openssl | OpenSSL License |
| google/googletest | https://github.com/google/googletest | BSD 3-Clause "New" or "Revised" License |
| Libgcc_s_seh-1.dll(Windows) | GCC Repository: https://gcc.gnu.org/git/?p=gcc.git | Part of GNU glibc /LGPLv2.1 |
| Libgcc_s_seh-1.dll (Windows) | GCC Repository: https://gcc.gnu.org/git/?p=gcc.git | Part of GNU glibc / LGPLv2.1 |
| FFMPEG | https://git.ffmpeg.org/ffmpeg.git | GNU Lesser General Public License version 2.1|
| MediaSDK | https://github.com/Intel-Media-SDK/MediaSDK | MIT License |
| LibRIST | https://code.videolan.org/rist/librist | BSD-2-Clause |
| Libbpf | https://github.com/libbpf/libbpf | LGPL-2.1 OR BSD-2-Clause |
| Libxdp | https://github.com/xdp-project/xdp-tools/tree/master| LGPL-2.1 OR BSD-2-Clause |
| Gstreamer | https://github.com/GStreamer/gstreamer | LGPL v2.1 |
| libibverbs | https://github.com/linux-rdma/rdma-core/blob/master/libibverbs | GPLv2 |
| librdmacm | https://github.com/linux-rdma/rdma-core/tree/master/librdmacm | GPLv2 |
| level-zero | https://github.com/oneapi-src/level-zero | MIT |
| level-zero-dev | https://github.com/oneapi-src/level-zero | MIT |
| xpu-smi | https://github.com/intel/xpumanager | MIT |
| Component Name | Origin | License |
|---------------------------------|---------------------------------- |-----------------------------------------------|
| libpthread.so.0 (Linux) | [GNU C Library (glibc)](https://sourceware.org/git/?p=glibc.git) | Part of GNU glibc / LGPLv2.1 |
| libwinpthread-1.dll (Windows) | [MinGW-w64](https://sourceforge.net/projects/mingw-w64/) | Part of GNU glibc / LGPLv2.1 |
| libm.so.6 (Linux) | Same as libpthread.so.0 | Part of GNU glibc / LGPLv2.1 |
| libc.so.6 (Linux) | Same as libpthread.so.0 | Part of GNU glibc / LGPLv2.1 |
| DPDK | [DPDK](https://github.com/DPDK/dpdk) | BSD-3-clause |
| Simple DirectMedia Layer (SDL2) | [Simple DirectMedia Layer (SDL2)](https://github.com/libsdl-org/SDL) | zlib license |
| libpcap | [libpcap](https://github.com/the-tcpdump-group/libpcap) | BSD-3-clause |
| Json-c | [Json-c](https://github.com/json-c/json-c) | MIT license |
| OpenSSL | [OpenSSL](https://github.com/openssl/openssl) | OpenSSL License |
| google/googletest | [Google Test (googletest)](https://github.com/google/googletest) | BSD 3-Clause "New" or "Revised" License |
| Libgcc_s_seh-1.dll(Windows) | [GCC Repository](https://gcc.gnu.org/git/?p=gcc.git) | Part of GNU glibc /LGPLv2.1 |
| Libgcc_s_seh-1.dll (Windows) | [GCC Repository](https://gcc.gnu.org/git/?p=gcc.git) | Part of GNU glibc / LGPLv2.1 |
| FFMPEG | [FFmpeg](https://git.ffmpeg.org/ffmpeg.git) | GNU Lesser General Public License version 2.1 |
| MediaSDK | [Intel Media SDK](https://github.com/Intel-Media-SDK/MediaSDK) | MIT License |
| LibRIST | [LibRIST](https://code.videolan.org/rist/librist) | BSD-2-Clause |
| Libbpf | [Libbpf](https://github.com/libbpf/libbpf) | LGPL-2.1 OR BSD-2-Clause |
| Libxdp | [Libxdp](https://github.com/xdp-project/xdp-tools/tree/master) | LGPL-2.1 OR BSD-2-Clause |
| Gstreamer | [GStreamer](https://github.com/GStreamer/gstreamer) | LGPL v2.1 |
| libibverbs | [libibverbs](https://github.com/linux-rdma/rdma-core/blob/master/libibverbs) | GPLv2 |
| librdmacm | [librdmacm](https://github.com/linux-rdma/rdma-core/tree/master/librdmacm) | GPLv2 |
| level-zero | [Level Zero](https://github.com/oneapi-src/level-zero) | MIT |
| level-zero-dev | [Level Zero Dev](https://github.com/oneapi-src/level-zero) | MIT |
| xpu-smi | [XPU SMI](https://github.com/intel/xpumanager) | MIT |
73 changes: 44 additions & 29 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,29 +1,44 @@
BSD 3-Clause License

Copyright (c) 2022, Intel Corporation
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
GStreamer plugins for MTL

Copyright (C) 2005 Thomas Vander Stichele <[email protected]>
Copyright (C) 2005 Ronald S. Bultje <[email protected]>
Copyright (C) 2020 Niels De Graef <[email protected]>
Copyright (C) 2024 Intel Corporation

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Alternatively, the contents of this file may be used under the
GNU Lesser General Public License Version 2.1 (the "LGPL"), in
which case the following provisions apply instead of the ones
mentioned above:

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library 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
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
44 changes: 0 additions & 44 deletions ecosystem/gstreamer_plugin/LICENSE.md

This file was deleted.

0 comments on commit aa2a357

Please sign in to comment.