gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ./ChangeLog testsuite/misc-ming.all/defin...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ./ChangeLog testsuite/misc-ming.all/defin...
Date: Thu, 18 May 2006 17:28:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Sandro Santilli <address@hidden>        06/05/18 17:28:48

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: definebitsjpeg2.c 
                                 moviecliploader_test.c 

Log message:
        * testsuite/misc-ming.all/definebitsjpeg2.c: added copyright header
        * testsuite/misc-ming.all/moviecliploader_test.c: added copyright header

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.358&tr2=1.359&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/misc-ming.all/definebitsjpeg2.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/misc-ming.all/moviecliploader_test.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.358 gnash/ChangeLog:1.359
--- gnash/ChangeLog:1.358       Thu May 18 16:42:52 2006
+++ gnash/ChangeLog     Thu May 18 17:28:48 2006
@@ -1,5 +1,9 @@
 2006-05-18 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/definebitsjpeg2.c: added copyright
+       header
+       * testsuite/misc-ming.all/moviecliploader_test.c: added
+       copyright header
        * Makefile.am, configure.ac, macros/firefox.m4:
        moved handling of --enable-plugin from firefox macro
        to top-level configure so you can disable build in
Index: gnash/testsuite/misc-ming.all/definebitsjpeg2.c
diff -u gnash/testsuite/misc-ming.all/definebitsjpeg2.c:1.2 
gnash/testsuite/misc-ming.all/definebitsjpeg2.c:1.3
--- gnash/testsuite/misc-ming.all/definebitsjpeg2.c:1.2 Tue May  9 18:52:30 2006
+++ gnash/testsuite/misc-ming.all/definebitsjpeg2.c     Thu May 18 17:28:48 2006
@@ -1,3 +1,47 @@
+/***********************************************************************
+ *
+ *   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ *
+ * 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 St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * Linking Gnash statically or dynamically with other modules is making a
+ * combined work based on Gnash. Thus, the terms and conditions of the GNU
+ * General Public License cover the whole combination.
+ *
+ * As a special exception, the copyright holders of Gnash give you
+ * permission to combine Gnash with free software programs or libraries
+ * that are released under the GNU LGPL and with code included in any
+ * release of Talkback distributed by the Mozilla Foundation. You may
+ * copy and distribute such a system following the terms of the GNU GPL
+ * for all but the LGPL-covered parts and Talkback, and following the
+ * LGPL for the LGPL-covered parts.
+ *
+ * Note that people who make modified versions of Gnash are not obligated
+ * to grant this special exception for their modified versions; it is their
+ * choice whether to do so. The GNU General Public License gives permission
+ * to release a modified version without this exception; this exception
+ * also makes it possible to release a modified version which carries
+ * forward this exception.
+ *
+ ***********************************************************************
+ *
+ * Test case for the DefineBitsJPEG2 tag
+ *
+ ***********************************************************************/
+
 #include <stdio.h>
 #include <ming.h>
 
Index: gnash/testsuite/misc-ming.all/moviecliploader_test.c
diff -u gnash/testsuite/misc-ming.all/moviecliploader_test.c:1.3 
gnash/testsuite/misc-ming.all/moviecliploader_test.c:1.4
--- gnash/testsuite/misc-ming.all/moviecliploader_test.c:1.3    Tue May  9 
21:23:53 2006
+++ gnash/testsuite/misc-ming.all/moviecliploader_test.c        Thu May 18 
17:28:48 2006
@@ -1,3 +1,47 @@
+/***********************************************************************
+ *
+ *   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ *
+ * 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 St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * Linking Gnash statically or dynamically with other modules is making a
+ * combined work based on Gnash. Thus, the terms and conditions of the GNU
+ * General Public License cover the whole combination.
+ *
+ * As a special exception, the copyright holders of Gnash give you
+ * permission to combine Gnash with free software programs or libraries
+ * that are released under the GNU LGPL and with code included in any
+ * release of Talkback distributed by the Mozilla Foundation. You may
+ * copy and distribute such a system following the terms of the GNU GPL
+ * for all but the LGPL-covered parts and Talkback, and following the
+ * LGPL for the LGPL-covered parts.
+ *
+ * Note that people who make modified versions of Gnash are not obligated
+ * to grant this special exception for their modified versions; it is their
+ * choice whether to do so. The GNU General Public License gives permission
+ * to release a modified version without this exception; this exception
+ * also makes it possible to release a modified version which carries
+ * forward this exception.
+ *
+ ***********************************************************************
+ *
+ * Test case for the MovieClipLoader actionscript class
+ *
+ ***********************************************************************/
+
 /*
  * run as ./movieclip_loader <mediadir>
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]