diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-03-05 01:04:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 01:04:36 +0000 |
commit | 56c44d0454c2685f6976fc2319b3e1e0349dcb48 (patch) | |
tree | 15676560210bdbc36c29a89ab80b0f0612c8d664 /src/WebRTCSession.h | |
parent | Fix linting (diff) | |
parent | Update license headers (diff) | |
download | nheko-56c44d0454c2685f6976fc2319b3e1e0349dcb48.tar.xz |
Merge pull request #505 from Nheko-Reborn/license-headers
License headers
Diffstat (limited to 'src/WebRTCSession.h')
-rw-r--r-- | src/WebRTCSession.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WebRTCSession.h b/src/WebRTCSession.h index 3d3e9a69..97487c5c 100644 --- a/src/WebRTCSession.h +++ b/src/WebRTCSession.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include <string> |