[vlmc-devel] Fix missing copyright
Yikai Lu
git at videolan.org
Sat Jul 8 17:16:05 CEST 2017
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Fri Jul 7 18:51:36 2017 +0900| [003cddcd40f3ae829c6aad7d38383718c0eb18e8] | committer: Yikai Lu
Fix missing copyright
> https://code.videolan.org/videolan/vlmc/commit/003cddcd40f3ae829c6aad7d38383718c0eb18e8
---
src/Backend/IInfo.h | 22 ++++++++++++++++++++++
src/Backend/IParameterInfo.h | 22 ++++++++++++++++++++++
src/Backend/MLT/MLTParameterInfo.cpp | 22 ++++++++++++++++++++++
src/Backend/MLT/MLTParameterInfo.h | 22 ++++++++++++++++++++++
4 files changed, 88 insertions(+)
diff --git a/src/Backend/IInfo.h b/src/Backend/IInfo.h
index a6f8a6dd..beeea5f8 100644
--- a/src/Backend/IInfo.h
+++ b/src/Backend/IInfo.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * IInfo.h: Abstract information class
+ *****************************************************************************
+ * Copyright (C) 2008-2017 VideoLAN
+ *
+ * Authors: Yikei Lu <luyikei.qmltu at gmail.com>
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
#ifndef IINFO_H
#define IINFO_H
diff --git a/src/Backend/IParameterInfo.h b/src/Backend/IParameterInfo.h
index deb4fa6f..207a3bc1 100644
--- a/src/Backend/IParameterInfo.h
+++ b/src/Backend/IParameterInfo.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * IParameterInfo.h: Abstract parameter information class
+ *****************************************************************************
+ * Copyright (C) 2008-2017 VideoLAN
+ *
+ * Authors: Yikei Lu <luyikei.qmltu at gmail.com>
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
#ifndef IPARAMETERINFO_H
#define IPARAMETERINFO_H
diff --git a/src/Backend/MLT/MLTParameterInfo.cpp b/src/Backend/MLT/MLTParameterInfo.cpp
index 8b87abaa..e0a5f573 100644
--- a/src/Backend/MLT/MLTParameterInfo.cpp
+++ b/src/Backend/MLT/MLTParameterInfo.cpp
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * MLTParameterInfo.cpp: Parameter information
+ *****************************************************************************
+ * Copyright (C) 2008-2017 VideoLAN
+ *
+ * Authors: Yikei Lu <luyikei.qmltu at gmail.com>
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
#include "MLTParameterInfo.h"
#include <mlt++/MltProperties.h>
diff --git a/src/Backend/MLT/MLTParameterInfo.h b/src/Backend/MLT/MLTParameterInfo.h
index 1ad1d973..c73e6d9a 100644
--- a/src/Backend/MLT/MLTParameterInfo.h
+++ b/src/Backend/MLT/MLTParameterInfo.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * MLTParameterInfo.h: Parameter information
+ *****************************************************************************
+ * Copyright (C) 2008-2017 VideoLAN
+ *
+ * Authors: Yikei Lu <luyikei.qmltu at gmail.com>
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
#ifndef MLTPARAMETERINFO_H
#define MLTPARAMETERINFO_H
More information about the Vlmc-devel
mailing list