doxygen: Do not include license boilerplates in Doxygen comment blocks.
authorDiego Biurrun <diego@biurrun.de>
Sun, 5 Feb 2012 10:31:33 +0000 (11:31 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 6 Feb 2012 18:39:24 +0000 (19:39 +0100)
15 files changed:
libavcodec/alacenc.c
libavcodec/arm/vp8.h
libavcodec/arm/vp8_armv6.S
libavcodec/arm/vp8dsp_init_arm.c
libavcodec/arm/vp8dsp_neon.S
libavcodec/flacenc.c
libavcodec/jfdctint.c
libavcodec/lpc.c
libavcodec/lpc.h
libavcodec/ppc/vp8dsp_altivec.c
libavcodec/vp8.c
libavcodec/vp8.h
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_qcelp.c

index 89d8e09..19708eb 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * ALAC audio encoder
  * Copyright (c) 2008  Jaikrishnan Menon <realityman@gmx.net>
  *
index 76a0397..0fb4edf 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
index 594046d..c9dc30b 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (C) 2010 Mans Rullgard
  *
  * This file is part of Libav.
index 269c6e3..5eea846 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
index 4ff53ad..e9f5b29 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 NEON optimisations
  *
  * Copyright (c) 2010 Rob Clark <rob@ti.com>
index 47fcca1..9007141 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * FLAC audio encoder
  * Copyright (c) 2006  Justin Ruggles <justin.ruggles@gmail.com>
  *
index 0482bc5..ed6b7ff 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
index d1833cb..0d6910f 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * LPC utility code
  * Copyright (c) 2006  Justin Ruggles <justin.ruggles@gmail.com>
  *
index 2a944b6..1775374 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * LPC utility code
  * Copyright (c) 2006  Justin Ruggles <justin.ruggles@gmail.com>
  *
index 06874b8..bdda7df 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
index 8338198..7669af1 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
index 6cbdca2..a738cb7 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
index 96f4e83..ed0a435 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * RTP Depacketization of MP4A-LATM, RFC 3016
  * Copyright (c) 2010 Martin Storsjo
  *
index b143c1a..99792c9 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Common code for the RTP depacketization of MPEG-4 formats.
  * Copyright (c) 2010 Fabrice Bellard
  *                    Romain Degez
index 325683c..2382613 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * RTP Depacketization of QCELP/PureVoice, RFC 2658
  * Copyright (c) 2010 Martin Storsjo
  *