From 19170fe6d9a220c6a6506b052c9a0192c9f2951f Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 27 May 2023 22:06:46 -0700 Subject: [PATCH] WebSocketApi: Add missing GPL license headers --- src/WebSocketApi.cpp | 18 ++++++++++++++++++ src/WebSocketApi.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/WebSocketApi.cpp b/src/WebSocketApi.cpp index 554b5061..15c27150 100644 --- a/src/WebSocketApi.cpp +++ b/src/WebSocketApi.cpp @@ -1,3 +1,21 @@ +/* +obs-websocket +Copyright (C) 2020-2023 Kyle Manning + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +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. + +You should have received a copy of the GNU General Public License along +with this program. If not, see +*/ + #include "WebSocketApi.h" #include "requesthandler/RequestHandler.h" #include "obs-websocket.h" diff --git a/src/WebSocketApi.h b/src/WebSocketApi.h index e175bb58..cb8b9816 100644 --- a/src/WebSocketApi.h +++ b/src/WebSocketApi.h @@ -1,3 +1,21 @@ +/* +obs-websocket +Copyright (C) 2020-2023 Kyle Manning + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +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. + +You should have received a copy of the GNU General Public License along +with this program. If not, see +*/ + #pragma once #include