summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/asf-enc.c2
-rw-r--r--libavformat/asf.c2
-rw-r--r--libavformat/asf.h2
-rw-r--r--libavformat/au.c2
-rw-r--r--libavformat/avienc.c2
-rw-r--r--libavformat/avisynth.c2
-rw-r--r--libavformat/crcenc.c2
-rw-r--r--libavformat/dv.c2
-rw-r--r--libavformat/dv.h2
-rw-r--r--libavformat/dvenc.c2
-rw-r--r--libavformat/dxa.c2
-rw-r--r--libavformat/ffm.h2
-rw-r--r--libavformat/ffmdec.c2
-rw-r--r--libavformat/ffmenc.c2
-rw-r--r--libavformat/flv.h2
-rw-r--r--libavformat/flvdec.c2
-rw-r--r--libavformat/flvenc.c2
-rw-r--r--libavformat/framecrcenc.c2
-rw-r--r--libavformat/framehook.c2
-rw-r--r--libavformat/gif.c2
-rw-r--r--libavformat/gxf.c2
-rw-r--r--libavformat/gxfenc.c2
-rw-r--r--libavformat/http.c2
-rw-r--r--libavformat/img2.c2
-rw-r--r--libavformat/isom.c2
-rw-r--r--libavformat/isom.h2
-rw-r--r--libavformat/mov.c2
-rw-r--r--libavformat/movenc.c4
-rw-r--r--libavformat/mp3.c2
-rw-r--r--libavformat/mpeg.c2
-rw-r--r--libavformat/mpeg.h2
-rw-r--r--libavformat/mpegenc.c2
-rw-r--r--libavformat/mpegts.c2
-rw-r--r--libavformat/mpegts.h2
-rw-r--r--libavformat/mpegtsenc.c2
-rw-r--r--libavformat/mpjpeg.c2
-rw-r--r--libavformat/mxf.c2
-rw-r--r--libavformat/mxf.h2
-rw-r--r--libavformat/mxfdec.c2
-rw-r--r--libavformat/network.h2
-rw-r--r--libavformat/nsvdec.c2
-rw-r--r--libavformat/nuv.c2
-rw-r--r--libavformat/raw.c2
-rw-r--r--libavformat/riff.c2
-rw-r--r--libavformat/rm.h2
-rw-r--r--libavformat/rmdec.c2
-rw-r--r--libavformat/rmenc.c2
-rw-r--r--libavformat/rtp.c2
-rw-r--r--libavformat/rtp.h2
-rw-r--r--libavformat/rtp_h264.c2
-rw-r--r--libavformat/rtp_h264.h2
-rw-r--r--libavformat/rtp_mpv.c4
-rw-r--r--libavformat/rtpdec.c2
-rw-r--r--libavformat/rtpenc.c2
-rw-r--r--libavformat/rtpenc_h264.c2
-rw-r--r--libavformat/rtpproto.c2
-rw-r--r--libavformat/rtsp.c2
-rw-r--r--libavformat/rtsp.h2
-rw-r--r--libavformat/siff.c2
-rw-r--r--libavformat/smacker.c2
-rw-r--r--libavformat/sol.c2
-rw-r--r--libavformat/swf.h4
-rw-r--r--libavformat/swfdec.c4
-rw-r--r--libavformat/swfenc.c4
-rw-r--r--libavformat/tcp.c2
-rw-r--r--libavformat/thp.c2
-rw-r--r--libavformat/udp.c2
-rw-r--r--libavformat/wav.c2
-rw-r--r--libavformat/wv.c2
-rw-r--r--libavformat/yuv4mpeg.c2
70 files changed, 75 insertions, 75 deletions
diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c
index 94d208ffa6..64c5200826 100644
--- a/libavformat/asf-enc.c
+++ b/libavformat/asf-enc.c
@@ -1,6 +1,6 @@
/*
* ASF muxer
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 33cde4c6c9..d0afa56e00 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -1,6 +1,6 @@
/*
* ASF compatible demuxer
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/asf.h b/libavformat/asf.h
index afb015e13b..40fb3a29e9 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/au.c b/libavformat/au.c
index caa7f4dff3..0d2cc8a48f 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -1,6 +1,6 @@
/*
* AU muxer and demuxer
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 7c8a1bbc1e..4e8c2f5c3a 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -1,6 +1,6 @@
/*
* AVI muxer
- * Copyright (c) 2000 Fabrice Bellard.
+ * Copyright (c) 2000 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 88e841c793..9f6e6a802b 100644
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -1,6 +1,6 @@
/*
* AVISynth support for ffmpeg system
- * Copyright (c) 2006 DivX, Inc.
+ * Copyright (c) 2006 DivX, Inc
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c
index a709c955d9..b343464c49 100644
--- a/libavformat/crcenc.c
+++ b/libavformat/crcenc.c
@@ -1,6 +1,6 @@
/*
* CRC encoder (for codec/format testing)
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/dv.c b/libavformat/dv.c
index eb02e3bc4b..fa529f68d2 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -6,7 +6,7 @@
* of DV technical info.
*
* Raw DV format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* 50 Mbps (DVCPRO50) and 100 Mbps (DVCPRO HD) support
* Copyright (c) 2006 Daniel Maas <dmaas@maasdigital.com>
diff --git a/libavformat/dv.h b/libavformat/dv.h
index 6bfb4ab0dd..ae16befd57 100644
--- a/libavformat/dv.h
+++ b/libavformat/dv.h
@@ -6,7 +6,7 @@
* of DV technical info.
*
* Raw DV format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/dvenc.c b/libavformat/dvenc.c
index 428d4a0656..4551cd516f 100644
--- a/libavformat/dvenc.c
+++ b/libavformat/dvenc.c
@@ -6,7 +6,7 @@
* of DV technical info.
*
* Raw DV format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* 50 Mbps (DVCPRO50) support
* Copyright (c) 2006 Daniel Maas <dmaas@maasdigital.com>
diff --git a/libavformat/dxa.c b/libavformat/dxa.c
index 1ff44cfd56..35b9fe26b6 100644
--- a/libavformat/dxa.c
+++ b/libavformat/dxa.c
@@ -1,6 +1,6 @@
/*
* DXA demuxer
- * Copyright (c) 2007 Konstantin Shishkov.
+ * Copyright (c) 2007 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/ffm.h b/libavformat/ffm.h
index 4a52c407ad..05d6eb1053 100644
--- a/libavformat/ffm.h
+++ b/libavformat/ffm.h
@@ -1,6 +1,6 @@
/*
* FFM (ffserver live feed) common header
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index e5d98f11f8..03b7bd82ff 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -1,6 +1,6 @@
/*
* FFM (ffserver live feed) demuxer
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c
index 4bb28e23e8..9a55264b44 100644
--- a/libavformat/ffmenc.c
+++ b/libavformat/ffmenc.c
@@ -1,6 +1,6 @@
/*
* FFM (ffserver live feed) muxer
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/flv.h b/libavformat/flv.h
index 89d0d10ffe..c2a037b026 100644
--- a/libavformat/flv.h
+++ b/libavformat/flv.h
@@ -2,7 +2,7 @@
* @file flv.h
* FLV common header
*
- * Copyright (c) 2006 The FFmpeg Project.
+ * Copyright (c) 2006 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 01da9e89e0..5fee6b70af 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -1,6 +1,6 @@
/*
* FLV demuxer
- * Copyright (c) 2003 The FFmpeg Project.
+ * Copyright (c) 2003 The FFmpeg Project
*
* This demuxer will generate a 1 byte extradata for VP6F content.
* It is composed of:
diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
index 3b63ecaa12..1f0ea5cbcf 100644
--- a/libavformat/flvenc.c
+++ b/libavformat/flvenc.c
@@ -1,6 +1,6 @@
/*
* FLV muxer
- * Copyright (c) 2003 The FFmpeg Project.
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/framecrcenc.c b/libavformat/framecrcenc.c
index beb1bde0c3..f59a0c8c2d 100644
--- a/libavformat/framecrcenc.c
+++ b/libavformat/framecrcenc.c
@@ -1,6 +1,6 @@
/*
* frame CRC encoder (for codec/format testing)
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/framehook.c b/libavformat/framehook.c
index 8dba5bc85c..494b30b5b1 100644
--- a/libavformat/framehook.c
+++ b/libavformat/framehook.c
@@ -1,6 +1,6 @@
/*
* Video processing hooks
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/gif.c b/libavformat/gif.c
index 827570c7db..0cda9748c3 100644
--- a/libavformat/gif.c
+++ b/libavformat/gif.c
@@ -1,6 +1,6 @@
/*
* Animated GIF muxer
- * Copyright (c) 2000 Fabrice Bellard.
+ * Copyright (c) 2000 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/gxf.c b/libavformat/gxf.c
index 30cb4f7316..d7aaabf161 100644
--- a/libavformat/gxf.c
+++ b/libavformat/gxf.c
@@ -1,6 +1,6 @@
/*
* GXF demuxer.
- * Copyright (c) 2006 Reimar Doeffinger.
+ * Copyright (c) 2006 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/gxfenc.c b/libavformat/gxfenc.c
index 396555a61a..587e0d61ea 100644
--- a/libavformat/gxfenc.c
+++ b/libavformat/gxfenc.c
@@ -1,6 +1,6 @@
/*
* GXF muxer.
- * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>.
+ * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/http.c b/libavformat/http.c
index 6b3004d75c..2e6a1db20a 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -1,6 +1,6 @@
/*
* HTTP protocol for ffmpeg client
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 7e17794411..113f431a48 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -1,6 +1,6 @@
/*
* Image format
- * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
* Copyright (c) 2004 Michael Niedermayer
*
* This file is part of FFmpeg.
diff --git a/libavformat/isom.c b/libavformat/isom.c
index b5e09c573f..73ee3285f0 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -1,6 +1,6 @@
/*
* ISO Media common code
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2002 Francois Revol <revol@free.fr>
* Copyright (c) 2006 Baptiste Coudurier <baptiste.coudurier@free.fr>
*
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 64bde46781..934dde8388 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -1,6 +1,6 @@
/*
* ISO Media common code
- * copyright (c) 2001 Fabrice Bellard.
+ * copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002 Francois Revol <revol@free.fr>
* copyright (c) 2006 Baptiste Coudurier <baptiste.coudurier@free.fr>
*
diff --git a/libavformat/mov.c b/libavformat/mov.c
index b510d7cab3..25f96e79d8 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1,6 +1,6 @@
/*
* MOV demuxer
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index e07ded3a11..c46bcc207d 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1,7 +1,7 @@
/*
* MOV, 3GP, MP4 muxer
- * Copyright (c) 2003 Thomas Raivio.
- * Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>.
+ * Copyright (c) 2003 Thomas Raivio
+ * Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index 99095414a6..1a3c5e23cf 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -1,6 +1,6 @@
/*
* MP3 muxer and demuxer
- * Copyright (c) 2003 Fabrice Bellard.
+ * Copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index ec89d5a9a2..0c43a5ec5d 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -1,6 +1,6 @@
/*
* MPEG1/2 demuxer
- * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index ff146bba14..d09b2e81bc 100644
--- a/libavformat/mpeg.h
+++ b/libavformat/mpeg.h
@@ -1,6 +1,6 @@
/*
* MPEG1/2 muxer and demuxer common defines
- * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c
index 69063a8e43..0a740af698 100644
--- a/libavformat/mpegenc.c
+++ b/libavformat/mpegenc.c
@@ -1,6 +1,6 @@
/*
* MPEG1/2 muxer
- * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index ac7737eaa0..e25a0d0891 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -1,6 +1,6 @@
/*
* MPEG2 transport stream (aka DVB) demuxer
- * Copyright (c) 2002-2003 Fabrice Bellard.
+ * Copyright (c) 2002-2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
index 896836d7a1..4d06b1d1c7 100644
--- a/libavformat/mpegts.h
+++ b/libavformat/mpegts.h
@@ -1,6 +1,6 @@
/*
* MPEG2 transport stream defines
- * Copyright (c) 2003 Fabrice Bellard.
+ * Copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index acadc28bac..ea78721de0 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -1,6 +1,6 @@
/*
* MPEG2 transport stream (aka DVB) muxer
- * Copyright (c) 2003 Fabrice Bellard.
+ * Copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c
index ecaad55ea7..b09bac23b3 100644
--- a/libavformat/mpjpeg.c
+++ b/libavformat/mpjpeg.c
@@ -1,6 +1,6 @@
/*
* Multipart JPEG format
- * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mxf.c b/libavformat/mxf.c
index 5fc0bfc2b0..1893d21ca4 100644
--- a/libavformat/mxf.c
+++ b/libavformat/mxf.c
@@ -1,6 +1,6 @@
/*
* MXF
- * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>.
+ * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 39c8c16113..dca074f913 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -1,6 +1,6 @@
/*
* MXF
- * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>.
+ * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 6dafdc6f5b..ce6de5f0d9 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1,6 +1,6 @@
/*
* MXF demuxer.
- * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>.
+ * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/network.h b/libavformat/network.h
index ef08b557e9..bd30368137 100644
--- a/libavformat/network.h
+++ b/libavformat/network.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007 The FFmpeg Project.
+ * Copyright (c) 2007 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index dbc2d00a24..5a11724010 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -1,6 +1,6 @@
/*
* NSV demuxer
- * Copyright (c) 2004 The FFmpeg Project.
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/nuv.c b/libavformat/nuv.c
index 747f2384c7..fed0d69777 100644
--- a/libavformat/nuv.c
+++ b/libavformat/nuv.c
@@ -1,6 +1,6 @@
/*
* NuppelVideo demuxer.
- * Copyright (c) 2006 Reimar Doeffinger.
+ * Copyright (c) 2006 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/raw.c b/libavformat/raw.c
index f3214ac01c..2ca011e509 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -1,6 +1,6 @@
/*
* RAW muxer and demuxer
- * Copyright (c) 2001 Fabrice Bellard.
+ * Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2005 Alex Beregszaszi
*
* This file is part of FFmpeg.
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 73ebc91e09..44332750ba 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -1,6 +1,6 @@
/*
* RIFF codec tags
- * Copyright (c) 2000 Fabrice Bellard.
+ * Copyright (c) 2000 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 2f45c0ff95..4d019f704d 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -1,6 +1,6 @@
/*
* "Real" compatible muxer and demuxer.
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index de81446f5c..84c1ba3021 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -1,6 +1,6 @@
/*
* "Real" compatible demuxer.
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c
index 84a265a7d4..bac4c23a08 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -1,6 +1,6 @@
/*
* "Real" compatible muxer.
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index b1501e6704..be70629681 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -1,6 +1,6 @@
/*
* RTP input/output format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 7819ceb687..08114c8cc5 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -1,6 +1,6 @@
/*
* RTP definitions
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtp_h264.c b/libavformat/rtp_h264.c
index 7d6f96c6b5..470a546604 100644
--- a/libavformat/rtp_h264.c
+++ b/libavformat/rtp_h264.c
@@ -1,6 +1,6 @@
/*
* RTP H264 Protocol (RFC3984)
- * Copyright (c) 2006 Ryan Martell.
+ * Copyright (c) 2006 Ryan Martell
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h
index 07c4b5ef4b..79e08f02ee 100644
--- a/libavformat/rtp_h264.h
+++ b/libavformat/rtp_h264.h
@@ -1,6 +1,6 @@
/*
* RTP H264 Protocol (RFC3984)
- * Copyright (c) 2006 Ryan Martell.
+ * Copyright (c) 2006 Ryan Martell
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtp_mpv.c b/libavformat/rtp_mpv.c
index 59d8c181a2..c6a46c802e 100644
--- a/libavformat/rtp_mpv.c
+++ b/libavformat/rtp_mpv.c
@@ -1,7 +1,7 @@
/*
* RTP packetization for MPEG video
- * Copyright (c) 2002 Fabrice Bellard.
- * Copyright (c) 2007 Luca Abeni.
+ * Copyright (c) 2002 Fabrice Bellard
+ * Copyright (c) 2007 Luca Abeni
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index 7d8fc2c1de..ebe1b45221 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -1,6 +1,6 @@
/*
* RTP input format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c
index 2317f5cc30..0ef363c2ad 100644
--- a/libavformat/rtpenc.c
+++ b/libavformat/rtpenc.c
@@ -1,6 +1,6 @@
/*
* RTP output format
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtpenc_h264.c b/libavformat/rtpenc_h264.c
index 95d5fff81f..f488386a79 100644
--- a/libavformat/rtpenc_h264.c
+++ b/libavformat/rtpenc_h264.c
@@ -1,6 +1,6 @@
/*
* RTP packetization for H.264 (RFC3984)
- * Copyright (c) 2008 Luca Abeni.
+ * Copyright (c) 2008 Luca Abeni
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 1933ab06dc..9a192b1e77 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -1,6 +1,6 @@
/*
* RTP network protocol
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 46a715909c..f8aa3a0556 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -1,6 +1,6 @@
/*
* RTSP/SDP client
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index ec3477b5d4..ce010eca20 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -1,6 +1,6 @@
/*
* RTSP definitions
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/siff.c b/libavformat/siff.c
index 9e6c85da3e..63fc0d6fac 100644
--- a/libavformat/siff.c
+++ b/libavformat/siff.c
@@ -1,6 +1,6 @@
/*
* Beam Software SIFF demuxer
- * Copyright (c) 2007 Konstantin Shishkov.
+ * Copyright (c) 2007 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/smacker.c b/libavformat/smacker.c
index eeab64f0b1..8ec28bcd3b 100644
--- a/libavformat/smacker.c
+++ b/libavformat/smacker.c
@@ -1,6 +1,6 @@
/*
* Smacker demuxer
- * Copyright (c) 2006 Konstantin Shishkov.
+ * Copyright (c) 2006 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/sol.c b/libavformat/sol.c
index 8b680be742..aa566647bb 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -1,6 +1,6 @@
/*
* Sierra SOL demuxer
- * Copyright Konstantin Shishkov.
+ * Copyright Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 93377dcccf..0fee1e6e80 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -1,7 +1,7 @@
/*
* Flash Compatible Streaming Format common header.
- * Copyright (c) 2000 Fabrice Bellard.
- * Copyright (c) 2003 Tinic Uro.
+ * Copyright (c) 2000 Fabrice Bellard
+ * Copyright (c) 2003 Tinic Uro
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c
index dc85c270e0..468611ca63 100644
--- a/libavformat/swfdec.c
+++ b/libavformat/swfdec.c
@@ -1,7 +1,7 @@
/*
* Flash Compatible Streaming Format demuxer
- * Copyright (c) 2000 Fabrice Bellard.
- * Copyright (c) 2003 Tinic Uro.
+ * Copyright (c) 2000 Fabrice Bellard
+ * Copyright (c) 2003 Tinic Uro
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/swfenc.c b/libavformat/swfenc.c
index 1431daf589..7aead8562c 100644
--- a/libavformat/swfenc.c
+++ b/libavformat/swfenc.c
@@ -1,7 +1,7 @@
/*
* Flash Compatible Streaming Format muxer
- * Copyright (c) 2000 Fabrice Bellard.
- * Copyright (c) 2003 Tinic Uro.
+ * Copyright (c) 2000 Fabrice Bellard
+ * Copyright (c) 2003 Tinic Uro
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index d7eede61d2..b81ab93cfc 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -1,6 +1,6 @@
/*
* TCP protocol
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/thp.c b/libavformat/thp.c
index e25872002e..a5c9476d1a 100644
--- a/libavformat/thp.c
+++ b/libavformat/thp.c
@@ -1,6 +1,6 @@
/*
* THP Demuxer
- * Copyright (c) 2007 Marco Gerards.
+ * Copyright (c) 2007 Marco Gerards
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/udp.c b/libavformat/udp.c
index f433e075af..26c4383c41 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -1,6 +1,6 @@
/*
* UDP prototype streaming system
- * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 7aec532fe9..f9a3444d76 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -1,6 +1,6 @@
/*
* WAV muxer and demuxer
- * Copyright (c) 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/wv.c b/libavformat/wv.c
index 2fc6115500..1dda1fdaa2 100644
--- a/libavformat/wv.c
+++ b/libavformat/wv.c
@@ -1,6 +1,6 @@
/*
* WavPack demuxer
- * Copyright (c) 2006 Konstantin Shishkov.
+ * Copyright (c) 2006 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/yuv4mpeg.c b/libavformat/yuv4mpeg.c
index 6a5e8ee09d..3fd7927884 100644
--- a/libavformat/yuv4mpeg.c
+++ b/libavformat/yuv4mpeg.c
@@ -1,6 +1,6 @@
/*
* YUV4MPEG format
- * Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
+ * Copyright (c) 2001, 2002, 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*