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 *