diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-28 15:30:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-28 15:30:03 +0000 |
| commit | 33b3fdd2f0f75e83e542a5a73a26c50440c6f7d4 (patch) | |
| tree | f03d7244c0b6582c5b82d1937ccd4adf8a70f3da /src/plugins/Output/jack/outputjack.cpp | |
| parent | 75bc866c8a3179e8374b737318bd2fb55efbc5ed (diff) | |
| download | qmmp-33b3fdd2f0f75e83e542a5a73a26c50440c6f7d4.tar.gz qmmp-33b3fdd2f0f75e83e542a5a73a26c50440c6f7d4.tar.bz2 qmmp-33b3fdd2f0f75e83e542a5a73a26c50440c6f7d4.zip | |
imported fixes from 0.2
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@482 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/jack/outputjack.cpp')
| -rw-r--r-- | src/plugins/Output/jack/outputjack.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/Output/jack/outputjack.cpp b/src/plugins/Output/jack/outputjack.cpp index 79080c205..2ecc27ed5 100644 --- a/src/plugins/Output/jack/outputjack.cpp +++ b/src/plugins/Output/jack/outputjack.cpp @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2007 by Zhuravlev Uriy * + * stalkerg@gmail.com * + * * + * 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 * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #include <QObject> #include <QApplication> #include <QtGlobal> |
