diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-29 17:03:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-29 17:03:12 +0000 |
| commit | 30376b78e2f1cddc35b4a566c38f6f684b0f02be (patch) | |
| tree | 284c8376a625fe44b0119d5d595329f802a184e6 | |
| parent | 1a88fd317318094a4fc084b8ecf84f0c1ba76a9e (diff) | |
| download | qmmp-30376b78e2f1cddc35b4a566c38f6f684b0f02be.tar.gz qmmp-30376b78e2f1cddc35b4a566c38f6f684b0f02be.tar.bz2 qmmp-30376b78e2f1cddc35b4a566c38f6f684b0f02be.zip | |
fixed copyrights
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2655 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Input/aac/aacfile.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/Input/aac/aacfile.h | 2 | ||||
| -rw-r--r-- | src/plugins/Input/aac/decoder_aac.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/Input/aac/decoder_aac.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Input/aac/aacfile.cpp b/src/plugins/Input/aac/aacfile.cpp index 2e1cc5dd6..14ae08a43 100644 --- a/src/plugins/Input/aac/aacfile.cpp +++ b/src/plugins/Input/aac/aacfile.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/plugins/Input/aac/aacfile.h b/src/plugins/Input/aac/aacfile.h index 59eb4939c..c72a09f0b 100644 --- a/src/plugins/Input/aac/aacfile.h +++ b/src/plugins/Input/aac/aacfile.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/plugins/Input/aac/decoder_aac.cpp b/src/plugins/Input/aac/decoder_aac.cpp index 6c0ae2e90..bbb5c4061 100644 --- a/src/plugins/Input/aac/decoder_aac.cpp +++ b/src/plugins/Input/aac/decoder_aac.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2009 by Ilya Kotov * + * Copyright (C) 2006-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/plugins/Input/aac/decoder_aac.h b/src/plugins/Input/aac/decoder_aac.h index 78a4c6e2c..8e64b1729 100644 --- a/src/plugins/Input/aac/decoder_aac.h +++ b/src/plugins/Input/aac/decoder_aac.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2009 by Ilya Kotov * + * Copyright (C) 2006-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * |
