diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-14 22:33:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-14 22:33:06 +0000 |
| commit | ee386da333fad3a34d9392b17a6f4e637e0d179a (patch) | |
| tree | 7804d42a40f21c3a6e52cf3bf344590bda8534d4 /src/ui/button.cpp | |
| parent | 235db3c44f6ff072a055ab67231c017344a969f5 (diff) | |
| download | qmmp-ee386da333fad3a34d9392b17a6f4e637e0d179a.tar.gz qmmp-ee386da333fad3a34d9392b17a6f4e637e0d179a.tar.bz2 qmmp-ee386da333fad3a34d9392b17a6f4e637e0d179a.zip | |
fixed GPL violation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@265 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/button.cpp')
| -rw-r--r-- | src/ui/button.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/button.cpp b/src/ui/button.cpp index 8bd006ed3..463b2352f 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -1,7 +1,10 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * + * Based on Promoe, an XMMS2 Client * + * Copyright (C) 2005-2006 by XMMS2 Team * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -17,6 +20,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #include "button.h" #include "skin.h" |
