diff options
author | David Elsing <david.elsing@posteo.net> | 2023-03-12 11:47:05 +0100 |
---|---|---|
committer | David Elsing <david.elsing@posteo.net> | 2023-03-30 17:36:40 +0200 |
commit | 562a71a5f3e4e29067103c250c3f2e83d4937d82 (patch) | |
tree | ce8851e94a37b0ca8ff5d7333276d6287cf36eba /src/voip | |
parent | Support screen sharing with xdg-desktop-portal (diff) | |
download | nheko-562a71a5f3e4e29067103c250c3f2e83d4937d82.tar.xz |
Add missing license headers
Diffstat (limited to 'src/voip')
-rw-r--r-- | src/voip/ScreenCastPortal.cpp | 4 | ||||
-rw-r--r-- | src/voip/ScreenCastPortal.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/voip/ScreenCastPortal.cpp b/src/voip/ScreenCastPortal.cpp index 321373d9..41e6c0a2 100644 --- a/src/voip/ScreenCastPortal.cpp +++ b/src/voip/ScreenCastPortal.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + #ifdef GSTREAMER_AVAILABLE #include "ScreenCastPortal.h" diff --git a/src/voip/ScreenCastPortal.h b/src/voip/ScreenCastPortal.h index 068dbddb..853ece04 100644 --- a/src/voip/ScreenCastPortal.h +++ b/src/voip/ScreenCastPortal.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #ifdef GSTREAMER_AVAILABLE |