[vlc-commits] Subsdelay: add a copyright+license header
Jean-Baptiste Kempf
git at videolan.org
Sat Apr 23 15:38:15 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 23 13:42:34 2011 +0200| [e472a4a9ad96a56d3a030dd677b6d1ce1898faa9] | committer: Jean-Baptiste Kempf
Subsdelay: add a copyright+license header
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e472a4a9ad96a56d3a030dd677b6d1ce1898faa9
---
modules/video_filter/subsdelay.c | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/modules/video_filter/subsdelay.c b/modules/video_filter/subsdelay.c
index 12cbe22..b3e0952 100644
--- a/modules/video_filter/subsdelay.c
+++ b/modules/video_filter/subsdelay.c
@@ -1,4 +1,27 @@
/*****************************************************************************
+ * sepia.c : Sepia video plugin for vlc
+ *****************************************************************************
+ * Copyright © 2011 VideoLAN
+ * $Id$
+ *
+ * Authors: Yuval Tze <yuvaltze 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.
+ *****************************************************************************/
+
+/*****************************************************************************
* Preamble
*****************************************************************************/
More information about the vlc-commits
mailing list