Mercurial > mplayer.hg
changeset 21977:cea0eb833758
Fix FSF address and otherwise broken license headers.
author | diego |
---|---|
date | Mon, 22 Jan 2007 08:02:06 +0000 |
parents | 8aac0a59f9c7 |
children | 1dbe952f3b56 |
files | TOOLS/netstream/netstream.c drivers/3dfx.h libaf/af_surround.c libao2/ao_macosx.c libmpcodecs/native/RTjpegN.c libmpcodecs/native/RTjpegN.h libmpcodecs/vf_kerndeint.c libvo/jpeg_enc.c libvo/jpeg_enc.h libvo/video_out_internal.h libvo/vo_3dfx.c libvo/vo_null.c libvo/vo_syncfb.c libvo/vo_tdfx_vid.c stream/stream_dvb.c stream/stream_netstream.c stream/stream_vstream.c |
diffstat | 17 files changed, 32 insertions(+), 46 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c Mon Jan 22 01:21:36 2007 +0000 +++ b/TOOLS/netstream/netstream.c Mon Jan 22 08:02:06 2007 +0000 @@ -16,10 +16,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * - * + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdlib.h>
--- a/drivers/3dfx.h Mon Jan 22 01:21:36 2007 +0000 +++ b/drivers/3dfx.h Mon Jan 22 08:02:06 2007 +0000 @@ -15,10 +15,9 @@ * 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 GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * You should have received a copy of the GNU General Public License along + * with mpeg2dec; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
--- a/libaf/af_surround.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libaf/af_surround.c Mon Jan 22 08:02:06 2007 +0000 @@ -13,9 +13,9 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * 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. Original author: Steve Davies <steve@daviesfam.org> */
--- a/libao2/ao_macosx.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libao2/ao_macosx.c Mon Jan 22 08:02:06 2007 +0000 @@ -17,9 +17,9 @@ * 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 GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License along + * with libao; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /*
--- a/libmpcodecs/native/RTjpegN.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libmpcodecs/native/RTjpegN.c Mon Jan 22 08:02:06 2007 +0000 @@ -18,8 +18,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. - + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libmpcodecs/native/RTjpegN.h Mon Jan 22 01:21:36 2007 +0000 +++ b/libmpcodecs/native/RTjpegN.h Mon Jan 22 08:02:06 2007 +0000 @@ -18,8 +18,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. - + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define __u8 uint8_t
--- a/libmpcodecs/vf_kerndeint.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libmpcodecs/vf_kerndeint.c Mon Jan 22 08:02:06 2007 +0000 @@ -13,7 +13,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libvo/jpeg_enc.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/jpeg_enc.c Mon Jan 22 08:02:06 2007 +0000 @@ -16,7 +16,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * For an excellent introduction to the JPEG format, see: * http://www.ece.purdue.edu/~bouman/grad-labs/lab8/pdf/lab.pdf
--- a/libvo/jpeg_enc.h Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/jpeg_enc.h Mon Jan 22 08:02:06 2007 +0000 @@ -16,7 +16,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * For an excellent introduction to the JPEG format, see: * http://www.ece.purdue.edu/~bourman/grad-labs/lab8/pdf/lab.pdf
--- a/libvo/video_out_internal.h Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/video_out_internal.h Mon Jan 22 08:02:06 2007 +0000 @@ -16,9 +16,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * along with mpeg2dec; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* All video drivers will want this */
--- a/libvo/vo_3dfx.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/vo_3dfx.c Mon Jan 22 08:02:06 2007 +0000 @@ -17,9 +17,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * along with mpeg2dec; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libvo/vo_null.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/vo_null.c Mon Jan 22 08:02:06 2007 +0000 @@ -16,9 +16,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * along with mpeg2dec; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libvo/vo_syncfb.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/vo_syncfb.c Mon Jan 22 08:02:06 2007 +0000 @@ -20,9 +20,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * along with mpeg2dec; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h>
--- a/libvo/vo_tdfx_vid.c Mon Jan 22 01:21:36 2007 +0000 +++ b/libvo/vo_tdfx_vid.c Mon Jan 22 08:02:06 2007 +0000 @@ -15,10 +15,9 @@ * 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 GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h>
--- a/stream/stream_dvb.c Mon Jan 22 01:21:36 2007 +0000 +++ b/stream/stream_dvb.c Mon Jan 22 08:02:06 2007 +0000 @@ -23,7 +23,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
--- a/stream/stream_netstream.c Mon Jan 22 01:21:36 2007 +0000 +++ b/stream/stream_netstream.c Mon Jan 22 08:02:06 2007 +0000 @@ -16,10 +16,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * - * + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*
--- a/stream/stream_vstream.c Mon Jan 22 01:21:36 2007 +0000 +++ b/stream/stream_vstream.c Mon Jan 22 08:02:06 2007 +0000 @@ -16,10 +16,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * - * + * along with MPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*