diff options
Diffstat (limited to 'apps/plugins/mpegplayer')
22 files changed, 88 insertions, 44 deletions
diff --git a/apps/plugins/mpegplayer/audio_thread.c b/apps/plugins/mpegplayer/audio_thread.c index 1fcd142..838dcad 100644 --- a/apps/plugins/mpegplayer/audio_thread.c +++ b/apps/plugins/mpegplayer/audio_thread.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/disk_buf.c b/apps/plugins/mpegplayer/disk_buf.c index 7ecf51c..f37797b 100644 --- a/apps/plugins/mpegplayer/disk_buf.c +++ b/apps/plugins/mpegplayer/disk_buf.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/disk_buf.h b/apps/plugins/mpegplayer/disk_buf.h index 04b4675..b6399c8 100644 --- a/apps/plugins/mpegplayer/disk_buf.h +++ b/apps/plugins/mpegplayer/disk_buf.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/idct_arm.S b/apps/plugins/mpegplayer/idct_arm.S index 21f47bb..7de2d7f 100644 --- a/apps/plugins/mpegplayer/idct_arm.S +++ b/apps/plugins/mpegplayer/idct_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/idct_coldfire.S b/apps/plugins/mpegplayer/idct_coldfire.S index aa9a75b..abc54b1 100644 --- a/apps/plugins/mpegplayer/idct_coldfire.S +++ b/apps/plugins/mpegplayer/idct_coldfire.S @@ -10,8 +10,10 @@ * Copyright (C) 2007 Jens Arnold * Based on the work of Karim Boucher and Rani Hod * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/motion_comp_coldfire_s.S b/apps/plugins/mpegplayer/motion_comp_coldfire_s.S index ecb46c9..55d87cb 100644 --- a/apps/plugins/mpegplayer/motion_comp_coldfire_s.S +++ b/apps/plugins/mpegplayer/motion_comp_coldfire_s.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jens Arnold * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_linkedlist.c b/apps/plugins/mpegplayer/mpeg_linkedlist.c index 74cb2cb..f2d01ee 100644 --- a/apps/plugins/mpegplayer/mpeg_linkedlist.c +++ b/apps/plugins/mpegplayer/mpeg_linkedlist.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_linkedlist.h b/apps/plugins/mpegplayer/mpeg_linkedlist.h index 17123cc..d4f8305 100644 --- a/apps/plugins/mpegplayer/mpeg_linkedlist.h +++ b/apps/plugins/mpegplayer/mpeg_linkedlist.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_misc.c b/apps/plugins/mpegplayer/mpeg_misc.c index f5ecb6d..fd564a4 100644 --- a/apps/plugins/mpegplayer/mpeg_misc.c +++ b/apps/plugins/mpegplayer/mpeg_misc.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_misc.h b/apps/plugins/mpegplayer/mpeg_misc.h index 6c5a416..aeaba56 100644 --- a/apps/plugins/mpegplayer/mpeg_misc.h +++ b/apps/plugins/mpegplayer/mpeg_misc.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 617b7fe..54a6f23 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpeg_stream.h b/apps/plugins/mpegplayer/mpeg_stream.h index 0c850f0..26fdaf0 100644 --- a/apps/plugins/mpegplayer/mpeg_stream.h +++ b/apps/plugins/mpegplayer/mpeg_stream.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 5b478d0..c775a14 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/mpegplayer.h b/apps/plugins/mpegplayer/mpegplayer.h index 571c288..4ee30b7 100644 --- a/apps/plugins/mpegplayer/mpegplayer.h +++ b/apps/plugins/mpegplayer/mpegplayer.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/parser.h b/apps/plugins/mpegplayer/parser.h index 892a8a1..4c58d2b 100644 --- a/apps/plugins/mpegplayer/parser.h +++ b/apps/plugins/mpegplayer/parser.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/pcm_output.c b/apps/plugins/mpegplayer/pcm_output.c index e17f635..e901336 100644 --- a/apps/plugins/mpegplayer/pcm_output.c +++ b/apps/plugins/mpegplayer/pcm_output.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/pcm_output.h b/apps/plugins/mpegplayer/pcm_output.h index 94ca6ee..9335235 100644 --- a/apps/plugins/mpegplayer/pcm_output.h +++ b/apps/plugins/mpegplayer/pcm_output.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c index c9601b8..ae1ff51 100644 --- a/apps/plugins/mpegplayer/stream_mgr.c +++ b/apps/plugins/mpegplayer/stream_mgr.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h index f577e5c..71a3fd5 100644 --- a/apps/plugins/mpegplayer/stream_mgr.h +++ b/apps/plugins/mpegplayer/stream_mgr.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index ddacb4b..d6e42d2 100644 --- a/apps/plugins/mpegplayer/stream_thread.h +++ b/apps/plugins/mpegplayer/stream_thread.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/video_out_rockbox.c b/apps/plugins/mpegplayer/video_out_rockbox.c index 5477688..450a8bc 100644 --- a/apps/plugins/mpegplayer/video_out_rockbox.c +++ b/apps/plugins/mpegplayer/video_out_rockbox.c @@ -9,8 +9,10 @@ * * mpegplayer video output routines * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/apps/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c index 6e7c9ae..91f08a5 100644 --- a/apps/plugins/mpegplayer/video_thread.c +++ b/apps/plugins/mpegplayer/video_thread.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. |