[vlmc-devel] Add license

Yikai Lu git at videolan.org
Fri Jun 10 12:09:20 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun May 22 15:53:51 2016 +0900| [29d4f55739978c48621a9810ac0d658bf2a68682] | committer: Hugo Beauzée-Luyssen

Add license

Sorry, I forgot to add it to files that I created recently.

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/29d4f55739978c48621a9810ac0d658bf2a68682
---

 src/Backend/IRenderTarget.h         | 22 ++++++++++++++++++++++
 src/Backend/Target/FileTarget.cpp   | 22 ++++++++++++++++++++++
 src/Backend/Target/FileTarget.h     | 22 ++++++++++++++++++++++
 src/Backend/Target/WidgetTarget.cpp | 22 ++++++++++++++++++++++
 src/Backend/Target/WidgetTarget.h   | 22 ++++++++++++++++++++++
 5 files changed, 110 insertions(+)

diff --git a/src/Backend/IRenderTarget.h b/src/Backend/IRenderTarget.h
index 9efbf0f..2bdd5ea 100644
--- a/src/Backend/IRenderTarget.h
+++ b/src/Backend/IRenderTarget.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * IRenderTarget.h: Defines an interface to configure render targets
+ *****************************************************************************
+ * Copyright (C) 2008-2016 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 IRENDERTARGET_H
 #define IRENDERTARGET_H
 
diff --git a/src/Backend/Target/FileTarget.cpp b/src/Backend/Target/FileTarget.cpp
index 1ed1ea6..b7bf53a 100644
--- a/src/Backend/Target/FileTarget.cpp
+++ b/src/Backend/Target/FileTarget.cpp
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * FileTarget.cpp: RenderTarget for File
+ *****************************************************************************
+ * Copyright (C) 2008-2016 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 "FileTarget.h"
 
 #include "Backend/ISourceRenderer.h"
diff --git a/src/Backend/Target/FileTarget.h b/src/Backend/Target/FileTarget.h
index 6d26a28..02831c2 100644
--- a/src/Backend/Target/FileTarget.h
+++ b/src/Backend/Target/FileTarget.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * FileTarget.h: RenderTarget for File
+ *****************************************************************************
+ * Copyright (C) 2008-2016 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 FILETARGET_H
 #define FILETARGET_H
 
diff --git a/src/Backend/Target/WidgetTarget.cpp b/src/Backend/Target/WidgetTarget.cpp
index 05f74ad..7ad2e27 100644
--- a/src/Backend/Target/WidgetTarget.cpp
+++ b/src/Backend/Target/WidgetTarget.cpp
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * WidgetTarget.cpp: RenderTarget for Widget
+ *****************************************************************************
+ * Copyright (C) 2008-2016 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 "WidgetTarget.h"
 
 #include "Backend/ISourceRenderer.h"
diff --git a/src/Backend/Target/WidgetTarget.h b/src/Backend/Target/WidgetTarget.h
index 6b1a0f9..05b3829 100644
--- a/src/Backend/Target/WidgetTarget.h
+++ b/src/Backend/Target/WidgetTarget.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * WidgetTarget.h: RenderTarget for Widget
+ *****************************************************************************
+ * Copyright (C) 2008-2016 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 WIDGETTARGET_H
 #define WIDGETTARGET_H
 



More information about the Vlmc-devel mailing list