[Sumover-dev] [svn commit] r4449 - vic/branches/mpeg4/render

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed May 27 13:03:51 BST 2009


Author: douglask
Date: Wed May 27 13:03:47 2009
New Revision: 4449

Modified:
   vic/branches/mpeg4/render/xvideo.cpp
   vic/branches/mpeg4/render/xvideo.h

Log:
Added GPL v2 license comment header to code which contains functions and macros from GPL'ed VLC.


Modified: vic/branches/mpeg4/render/xvideo.cpp
==============================================================================
--- vic/branches/mpeg4/render/xvideo.cpp	(original)
+++ vic/branches/mpeg4/render/xvideo.cpp	Wed May 27 13:03:47 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 <stdio.h>
 #include <stdlib.h>
 

Modified: vic/branches/mpeg4/render/xvideo.h
==============================================================================
--- vic/branches/mpeg4/render/xvideo.h	(original)
+++ vic/branches/mpeg4/render/xvideo.h	Wed May 27 13:03:47 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 _XVIDEO_H_
 #define _XVIDEO_H_
 



More information about the Sumover-dev mailing list