# HG changeset patch # User diego # Date 1108780332 0 # Node ID 1385ec491ffb64e5e9c587635f4c6515952488e6 # Parent 0cf5722252f8fc77db59745c55b79c08b670fdb7 Mark locally modified files as such to comply more closely with GPL 2a. diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/attributes.h --- a/libmpeg2/attributes.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/attributes.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ /* use gcc attribs to align critical data structures */ diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/cpu_accel.c --- a/libmpeg2/cpu_accel.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/cpu_accel.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/cpu_state.c --- a/libmpeg2/cpu_state.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/cpu_state.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/decode.c --- a/libmpeg2/decode.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/decode.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/header.c --- a/libmpeg2/header.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/header.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/idct.c --- a/libmpeg2/idct.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/idct_alpha.c --- a/libmpeg2/idct_alpha.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct_alpha.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/idct_mmx.c --- a/libmpeg2/idct_mmx.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct_mmx.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/motion_comp.c --- a/libmpeg2/motion_comp.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/motion_comp.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/motion_comp_mmx.c --- a/libmpeg2/motion_comp_mmx.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/motion_comp_mmx.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/mpeg2.h --- a/libmpeg2/mpeg2.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/mpeg2.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #ifndef MPEG2_H diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/mpeg2_internal.h --- a/libmpeg2/mpeg2_internal.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/mpeg2_internal.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ /* macroblock modes */ diff -r 0cf5722252f8 -r 1385ec491ffb libmpeg2/slice.c --- a/libmpeg2/slice.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/slice.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"