[vlmc-devel] ClipLibraryView: Fix missing copyright

Yikai Lu git at videolan.org
Thu Jul 13 14:35:13 CEST 2017


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Thu Jul 13 19:55:39 2017 +0900| [43bcf0b560e3d00827a5825fa22eeb0c3466d8da] | committer: Yikai Lu

ClipLibraryView: Fix missing copyright

> https://code.videolan.org/videolan/vlmc/commit/43bcf0b560e3d00827a5825fa22eeb0c3466d8da
---

 src/Gui/library/ClipLibraryView.cpp | 21 +++++++++++++++++++++
 src/Gui/library/ClipLibraryView.h   | 22 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/src/Gui/library/ClipLibraryView.cpp b/src/Gui/library/ClipLibraryView.cpp
index 963cbe47..144da366 100644
--- a/src/Gui/library/ClipLibraryView.cpp
+++ b/src/Gui/library/ClipLibraryView.cpp
@@ -1,3 +1,24 @@
+/*****************************************************************************
+ * ClipLibraryView.h: Clip Library View
+ *****************************************************************************
+ * 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.
+ *****************************************************************************/
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
diff --git a/src/Gui/library/ClipLibraryView.h b/src/Gui/library/ClipLibraryView.h
index af0426d6..a935df64 100644
--- a/src/Gui/library/ClipLibraryView.h
+++ b/src/Gui/library/ClipLibraryView.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * ClipLibraryView.h: Clip Library View
+ *****************************************************************************
+ * 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 CLIPLIBRARYVIEW_H
 #define CLIPLIBRARYVIEW_H
 



More information about the Vlmc-devel mailing list