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 --- libavutil/adler32.c | 1 - libavutil/integer.c | 1 - libavutil/integer.h | 1 - libavutil/lls.c | 2 +- libavutil/lls.h | 2 +- libavutil/rational.c | 1 - libavutil/rational.h | 1 - libavutil/softfloat.h | 1 - 8 files changed, 2 insertions(+), 8 deletions(-) (limited to 'libavutil') diff --git a/libavutil/adler32.c b/libavutil/adler32.c index 50d57470b0..369cdaf6d4 100644 --- a/libavutil/adler32.c +++ b/libavutil/adler32.c @@ -18,7 +18,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * */ #include "common.h" diff --git a/libavutil/integer.c b/libavutil/integer.c index 3269a366a4..d4f5f2b51b 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.c @@ -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 - * */ /** diff --git a/libavutil/integer.h b/libavutil/integer.h index 2a6f8b0279..2a1df34bc3 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.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 - * */ /** diff --git a/libavutil/lls.c b/libavutil/lls.c index aa9467dcee..1d209f364f 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -17,7 +17,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/libavutil/lls.h b/libavutil/lls.h index 59ad2e958d..e6d352a9ef 100644 --- a/libavutil/lls.h +++ b/libavutil/lls.h @@ -17,7 +17,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 LLS_H diff --git a/libavutil/rational.c b/libavutil/rational.c index ac0c9d3714..96a4c5462e 100644 --- a/libavutil/rational.c +++ b/libavutil/rational.c @@ -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 - * */ /** diff --git a/libavutil/rational.h b/libavutil/rational.h index 8aaba667aa..b00e3a4745 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.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 - * */ /** diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index b6e5485745..a0d614bbd6 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -16,7 +16,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 AVUTIL_SOFTFLOAT_H -- cgit v1.2.3