From b93b789854cbeddd742481b1bcb71638f4371a82 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sat, 29 Jan 2022 17:04:31 +0800 Subject: [PATCH] deleted security component from iris-kit --- src/IRbabySecurity.cpp | 32 -------------------------------- src/IRbabySecurity.h | 29 ----------------------------- 2 files changed, 61 deletions(-) delete mode 100644 src/IRbabySecurity.cpp delete mode 100644 src/IRbabySecurity.h diff --git a/src/IRbabySecurity.cpp b/src/IRbabySecurity.cpp deleted file mode 100644 index 4d53489..0000000 --- a/src/IRbabySecurity.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/** - * - * Copyright (c) 2020-2021 IRbaby-IRext - * - * 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. - */ - -#include -#include -#include -#include - -#include - -#include "IRbabySerial.h" -#include "IRbabyAlink.h" \ No newline at end of file diff --git a/src/IRbabySecurity.h b/src/IRbabySecurity.h deleted file mode 100644 index 12818a3..0000000 --- a/src/IRbabySecurity.h +++ /dev/null @@ -1,29 +0,0 @@ -/** - * - * Copyright (c) 2020-2021 IRbaby-IRext - * - * 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. - */ - -#ifndef IRBABY_SECURITY_H -#define IRBABY_SECURITY_H - -void lsocInfoReport(); - -#endif // IRBABY_SECURITY_H \ No newline at end of file