From e5a389a1b70a32a56aa83377e88bf718251aa8f0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 5 Jul 2007 10:40:25 +0000 Subject: license header consistency cosmetics Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avs.c | 2 +- libavformat/c93.c | 3 +-- libavformat/dv1394.h | 1 - libavformat/mm.c | 2 +- libavformat/mpc.c | 2 +- libavformat/nut.h | 1 - libavformat/nutdec.c | 1 - libavformat/tta.c | 2 +- libavformat/voc.c | 2 +- libavformat/voc.h | 2 +- libavformat/vocdec.c | 2 +- libavformat/vocenc.c | 2 +- libavformat/x11grab.c | 6 +++--- 13 files changed, 12 insertions(+), 16 deletions(-) (limited to 'libavformat') diff --git a/libavformat/avs.c b/libavformat/avs.c index 5325ff6..79a2ed8 100644 --- a/libavformat/avs.c +++ b/libavformat/avs.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" diff --git a/libavformat/c93.c b/libavformat/c93.c index 636f3e0..369ae8e 100644 --- a/libavformat/c93.c +++ b/libavformat/c93.c @@ -16,8 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" diff --git a/libavformat/dv1394.h b/libavformat/dv1394.h index f7db401..5f94650 100644 --- a/libavformat/dv1394.h +++ b/libavformat/dv1394.h @@ -23,7 +23,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef _DV_1394_H diff --git a/libavformat/mm.c b/libavformat/mm.c index 304d318..a2c8a0c 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavformat/mpc.c b/libavformat/mpc.c index 5e75f16..0c73b4e 100644 --- a/libavformat/mpc.c +++ b/libavformat/mpc.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" #include "bitstream.h" diff --git a/libavformat/nut.h b/libavformat/nut.h index 323d549..8ef65c8 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef AVFORMAT_NUT_H diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index fab6720..72d3ea0 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "tree.h" diff --git a/libavformat/tta.c b/libavformat/tta.c index b4b3522..b6b79a0 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" #include "bitstream.h" diff --git a/libavformat/voc.c b/libavformat/voc.c index 97b73d1..750f78d 100644 --- a/libavformat/voc.c +++ b/libavformat/voc.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "voc.h" diff --git a/libavformat/voc.h b/libavformat/voc.h index 9b2bb8c..e98ca39 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VOC_H diff --git a/libavformat/vocdec.c b/libavformat/vocdec.c index 8ed4fcb..c33bfbd 100644 --- a/libavformat/vocdec.c +++ b/libavformat/vocdec.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "voc.h" diff --git a/libavformat/vocenc.c b/libavformat/vocenc.c index 6a07c92..7ef96bf 100644 --- a/libavformat/vocenc.c +++ b/libavformat/vocenc.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "voc.h" diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c index 8916d79..65e3139 100644 --- a/libavformat/x11grab.c +++ b/libavformat/x11grab.c @@ -24,9 +24,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 FFmpeg; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU General Public License + * along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** -- cgit v1.1