Skip to content

Commit

Permalink
chore(license): Add GPLv2 header to newly added files
Browse files Browse the repository at this point in the history
Signed-off-by: Yibai Zhang <[email protected]>
  • Loading branch information
summershrimp committed Jun 13, 2020
1 parent 747fd4b commit 5bed713
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/obs-autosub-filter.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 17 additions & 3 deletions src/vendor/ASRBase.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#include "ASRBase.h"

Expand Down
20 changes: 17 additions & 3 deletions src/vendor/ASRBase.h
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#ifndef OBS_AUTO_SUBTITLE_ASRBASE_H
#define OBS_AUTO_SUBTITLE_ASRBASE_H
Expand Down
21 changes: 18 additions & 3 deletions src/vendor/AliNLS.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#include <QDebug>
#include <QCryptographicHash>
#include <QUrl>
Expand Down
20 changes: 17 additions & 3 deletions src/vendor/AliNLS.h
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#ifndef OBS_AUTO_SUBTITLE_ALINLS_H
#define OBS_AUTO_SUBTITLE_ALINLS_H
Expand Down
21 changes: 18 additions & 3 deletions src/vendor/HwCloudRASR.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#include <time.h>
#include <QDebug>
#include <QCryptographicHash>
Expand Down
20 changes: 17 additions & 3 deletions src/vendor/HwCloudRASR.h
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#ifndef OBS_AUTO_SUBTITLE_HW_RASR_H
#define OBS_AUTO_SUBTITLE_HW_RASR_H
Expand Down
21 changes: 18 additions & 3 deletions src/vendor/XFRtASR.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#include <time.h>
#include <QDebug>
#include <QCryptographicHash>
Expand Down
20 changes: 17 additions & 3 deletions src/vendor/XFRtASR.h
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>
*/

#ifndef OBS_AUTO_SUBTITLE_XFRTASR_H
#define OBS_AUTO_SUBTITLE_XFRTASR_H
Expand Down

0 comments on commit 5bed713

Please sign in to comment.