From 5bed713c128ba68ec3f310f8e3de4e693c8fa791 Mon Sep 17 00:00:00 2001 From: Yibai Zhang Date: Sat, 13 Jun 2020 23:51:52 +0800 Subject: [PATCH] chore(license): Add GPLv2 header to newly added files Signed-off-by: Yibai Zhang --- src/obs-autosub-filter.cpp | 2 +- src/vendor/ASRBase.cpp | 20 +++++++++++++++++--- src/vendor/ASRBase.h | 20 +++++++++++++++++--- src/vendor/AliNLS.cpp | 21 ++++++++++++++++++--- src/vendor/AliNLS.h | 20 +++++++++++++++++--- src/vendor/HwCloudRASR.cpp | 21 ++++++++++++++++++--- src/vendor/HwCloudRASR.h | 20 +++++++++++++++++--- src/vendor/XFRtASR.cpp | 21 ++++++++++++++++++--- src/vendor/XFRtASR.h | 20 +++++++++++++++++--- 9 files changed, 140 insertions(+), 25 deletions(-) diff --git a/src/obs-autosub-filter.cpp b/src/obs-autosub-filter.cpp index e7f5859..efef6e2 100644 --- a/src/obs-autosub-filter.cpp +++ b/src/obs-autosub-filter.cpp @@ -1,6 +1,6 @@ /* obs-auto-subtitle - Copyright (C) 2016-2018 Yibai Zhang + Copyright (C) 2019-2020 Yibai Zhang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/vendor/ASRBase.cpp b/src/vendor/ASRBase.cpp index da62df3..9d70f16 100644 --- a/src/vendor/ASRBase.cpp +++ b/src/vendor/ASRBase.cpp @@ -1,6 +1,20 @@ -// -// Created by Yibai Zhang on 2020/6/13. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 "ASRBase.h" diff --git a/src/vendor/ASRBase.h b/src/vendor/ASRBase.h index 2c0d725..61f6568 100644 --- a/src/vendor/ASRBase.h +++ b/src/vendor/ASRBase.h @@ -1,6 +1,20 @@ -// -// Created by Yibai Zhang on 2020/6/13. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 +*/ #ifndef OBS_AUTO_SUBTITLE_ASRBASE_H #define OBS_AUTO_SUBTITLE_ASRBASE_H diff --git a/src/vendor/AliNLS.cpp b/src/vendor/AliNLS.cpp index 5d5a50a..3ef970c 100644 --- a/src/vendor/AliNLS.cpp +++ b/src/vendor/AliNLS.cpp @@ -1,6 +1,21 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 #include #include diff --git a/src/vendor/AliNLS.h b/src/vendor/AliNLS.h index 63ab5a3..18704eb 100644 --- a/src/vendor/AliNLS.h +++ b/src/vendor/AliNLS.h @@ -1,6 +1,20 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 +*/ #ifndef OBS_AUTO_SUBTITLE_ALINLS_H #define OBS_AUTO_SUBTITLE_ALINLS_H diff --git a/src/vendor/HwCloudRASR.cpp b/src/vendor/HwCloudRASR.cpp index b970d12..283a39a 100644 --- a/src/vendor/HwCloudRASR.cpp +++ b/src/vendor/HwCloudRASR.cpp @@ -1,6 +1,21 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 #include #include diff --git a/src/vendor/HwCloudRASR.h b/src/vendor/HwCloudRASR.h index e54c6f3..a5de81d 100644 --- a/src/vendor/HwCloudRASR.h +++ b/src/vendor/HwCloudRASR.h @@ -1,6 +1,20 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 +*/ #ifndef OBS_AUTO_SUBTITLE_HW_RASR_H #define OBS_AUTO_SUBTITLE_HW_RASR_H diff --git a/src/vendor/XFRtASR.cpp b/src/vendor/XFRtASR.cpp index e9a6aaf..c205e33 100644 --- a/src/vendor/XFRtASR.cpp +++ b/src/vendor/XFRtASR.cpp @@ -1,6 +1,21 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 #include #include diff --git a/src/vendor/XFRtASR.h b/src/vendor/XFRtASR.h index 77cf566..9f94c88 100644 --- a/src/vendor/XFRtASR.h +++ b/src/vendor/XFRtASR.h @@ -1,6 +1,20 @@ -// -// Created by Yibai Zhang on 2020/6/10. -// +/* +obs-auto-subtitle + Copyright (C) 2019-2020 Yibai Zhang + +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 +*/ #ifndef OBS_AUTO_SUBTITLE_XFRTASR_H #define OBS_AUTO_SUBTITLE_XFRTASR_H