From ab0160f9fc56c6eb417eaffb8a6dee4544ffa5d2 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 28 Jul 2009 23:17:22 +0200 Subject: [PATCH] LameLibrary: fixed copyright notice Removed myself from list of copyright holders as I didn't help out with LAME support at all. Signed-off-by: Tobias Doerffel --- include/lame_library.h | 4 +--- src/core/lame_library.cpp | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/lame_library.h b/include/lame_library.h index 520de67ca..639f7a756 100644 --- a/include/lame_library.h +++ b/include/lame_library.h @@ -1,9 +1,7 @@ /* * lame_library.h - Manages loading and unloading of lame library dynamically * - * - * Copyright (c) 2004-2008 Tobias Doerffel - * 2009 Andrew Kelley + * Copyright (c) 2009 Andrew Kelley * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/lame_library.cpp b/src/core/lame_library.cpp index 6d955a977..7e80136ee 100644 --- a/src/core/lame_library.cpp +++ b/src/core/lame_library.cpp @@ -1,9 +1,7 @@ /* * lame_library.cpp - Manages loading and unloading of lame library dynamically * - * - * Copyright (c) 2004-2008 Tobias Doerffel - * 2009 Andrew Kelley + * Copyright (c) 2009 Andrew Kelley * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net *