diff --git a/actioncollection.cpp b/actioncollection.cpp index 8fa8430b07b0714fe0a3d3bf6ff5f4f8374afcd0..5c6ad4e7f4d08a753ca757a83d434d485ebab2a9 100644 --- a/actioncollection.cpp +++ b/actioncollection.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Feb 27 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #include "actioncollection.h" #include "juk.h" diff --git a/actioncollection.h b/actioncollection.h index 7e29602f805d373258c3f2e7aa19ea8b910f518f..99c44fcf30a58c1a0fb242dcab45238ab20ac177 100644 --- a/actioncollection.h +++ b/actioncollection.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Feb 27 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef ACTIONCOLLECTION_H #define ACTIONCOLLECTION_H diff --git a/advancedsearchdialog.cpp b/advancedsearchdialog.cpp index 99d0b013f47b895896dc5e673b36e18b948ad22b..e2c6dd9854219911b1527ce44a394fbe85a26efc 100644 --- a/advancedsearchdialog.cpp +++ b/advancedsearchdialog.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Jul 31 00:31:51 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "advancedsearchdialog.h" diff --git a/advancedsearchdialog.h b/advancedsearchdialog.h index ddcbde73a9ac378817a94f49e753e63b0a1b0f14..de0c192f5ae0798b9f2f2ad028500ac5d88ffcc2 100644 --- a/advancedsearchdialog.h +++ b/advancedsearchdialog.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Jul 31 00:31:51 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef ADVANCEDSEARCHDIALOG_H #define ADVANCEDSEARCHDIALOG_H diff --git a/cache.cpp b/cache.cpp index b0865714b8dd195452f9a23ef82412bb3410ca4e..8b66fabe6c616b514370cc50b304c6290805ecd0 100644 --- a/cache.cpp +++ b/cache.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sat Sep 7 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2008, 2013 by Michael Pyne - email : mpyne@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2008, 2013 Michael Pyne + * + * 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, see . + */ #include "cache.h" #include "juk-exception.h" diff --git a/cache.h b/cache.h index 2c33336f23cde3086e6cb849c5d87df1fca12efa..339bd074e0a26d945efd6cfedd5e205c11b56219 100644 --- a/cache.h +++ b/cache.h @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sat Sep 7 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2008, 2013 by Michael Pyne - email : mpyne@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2008, 2013 Michael Pyne + * + * 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, see . + */ #ifndef JUK_CACHE_H #define JUK_CACHE_H diff --git a/categoryreaderinterface.cpp b/categoryreaderinterface.cpp index 543f30ae378c498f2ad50cc96362f44848ca0cc4..0c56b65671e6f9d8f9d6c84296e987ec473e5098 100644 --- a/categoryreaderinterface.cpp +++ b/categoryreaderinterface.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Oct 31 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "categoryreaderinterface.h" #include "filerenameroptions.h" diff --git a/categoryreaderinterface.h b/categoryreaderinterface.h index 28f1a52edfb00d15b2fa95359138fd7689d145b0..25b229fae2bb9ecab591a2bc2bad3b3476becff7 100644 --- a/categoryreaderinterface.h +++ b/categoryreaderinterface.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Oct 31 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef CATEGORYREADERINTERFACE_H #define CATEGORYREADERINTERFACE_H @@ -28,7 +29,7 @@ template class QList; * This class is used to map categories into values. You should implement the * functionality in a subclass. * - * @author Michael Pyne + * @author Michael Pyne */ class CategoryReaderInterface { diff --git a/collectionlist.cpp b/collectionlist.cpp index 1b2d07616a1a336ed667cf803195724c4251c352..a5d95d66d7e642a8b89ea93f74db1871880efcb8 100644 --- a/collectionlist.cpp +++ b/collectionlist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "collectionlist.h" diff --git a/collectionlist.h b/collectionlist.h index 1bda6c14f90bea8fcb8d63c5392569cc20825ac4..053874c9e6878fd8077bd52d4be920c0f05d0910 100644 --- a/collectionlist.h +++ b/collectionlist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef COLLECTIONLIST_H #define COLLECTIONLIST_H diff --git a/coverdialog.cpp b/coverdialog.cpp index abde4201bac2287d27a70fe116101f4b4eb9fca5..47a532abfc9a82070e8bdb3170cb6ad8f92612eb 100644 --- a/coverdialog.cpp +++ b/coverdialog.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun May 15 2005 - copyright : (C) 2005 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005 Michael Pyne + * + * 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, see . + */ #include "coverdialog.h" diff --git a/coverdialog.h b/coverdialog.h index bef3caa5839cf25e44392a637e84e4cf2b61a61d..a002c00f8dca6528439cbfc839761d6239f40d75 100644 --- a/coverdialog.h +++ b/coverdialog.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun May 15 2005 - copyright : (C) 2005 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005 Michael Pyne + * + * 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, see . + */ #ifndef COVERDIALOG_H #define COVERDIALOG_H diff --git a/covericonview.cpp b/covericonview.cpp index 59885688f727c37b20894e3f4eaa4cc7ca6e20e8..499c58cbb5ca2b1a9126e09952bf8122a584500b 100644 --- a/covericonview.cpp +++ b/covericonview.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Jul 9 2005 - copyright : (C) 2005 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005 Michael Pyne + * + * 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, see . + */ #include "covericonview.h" #include "covermanager.h" diff --git a/covericonview.h b/covericonview.h index bcd37e4934b506cf951b2a8c97e5b9c84e87f0be..26fe10ee47275c79d98f2f954b556f9eae1c162c 100644 --- a/covericonview.h +++ b/covericonview.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Jul 9 2005 - copyright : (C) 2005 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005 Michael Pyne + * + * 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, see . + */ #ifndef COVERICONVIEW_H #define COVERICONVIEW_H @@ -45,7 +46,7 @@ using CoverUtility::CoverIconViewItem; * This class subclasses K3IconView in order to provide cover drag-and-drop * support. * - * @author Michael Pyne + * @author Michael Pyne */ class CoverIconView : public K3IconView { diff --git a/coverinfo.cpp b/coverinfo.cpp index 2dac3cd8280058382041b98c2827d2420ca9ba54..01c1cb0053a6d7020b7f938b7a233f11b57c2518 100644 --- a/coverinfo.cpp +++ b/coverinfo.cpp @@ -1,17 +1,19 @@ -/*************************************************************************** - copyright : (C) 2004 Nathan Toone - : (C) 2005, 2008 Michael Pyne - email : nathan@toonetown.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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Nathan Toone + * Copyright (C) 2005, 2008 Michael Pyne + * + * 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, see . + */ #include "coverinfo.h" diff --git a/coverinfo.h b/coverinfo.h index 230c0d1d41cb73465908ad05a20d4b7fda6d577c..91fce54e3735291ce9cb8dac7017d0451ff6746b 100644 --- a/coverinfo.h +++ b/coverinfo.h @@ -1,19 +1,19 @@ -/*************************************************************************** - copyright : (C) 2004 Nathan Toone - email : nathan@toonetown.com - - copyright : (C) 2008 Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Nathan Toone + * Copyright (C) 2008 Michael Pyne + * + * 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, see . + */ #ifndef COVERINFO_H #define COVERINFO_H diff --git a/covermanager.cpp b/covermanager.cpp index a97f03cc38448085c76e9158bb1608ac6a3ac398..caa57c7bc3039981b3f2b975e9ac1a0e06dd0255 100644 --- a/covermanager.cpp +++ b/covermanager.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun May 15 2005 - copyright : (C) 2005, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005, 2008 Michael Pyne + * + * 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, see . + */ #include "covermanager.h" @@ -97,7 +98,7 @@ QPixmap CoverData::thumbnail() const * different covers and such. It holds the covers, and the map of path names * to cover ids, and has a few utility methods to load and save the data. * - * @author Michael Pyne + * @author Michael Pyne * @see CoverManager */ class CoverManagerPrivate diff --git a/covermanager.h b/covermanager.h index 408bfc8d952b2e2a28b2d5ca62b82833104e8aea..fcbef1a6c3be14171c6052270e792ec6d400fb37 100644 --- a/covermanager.h +++ b/covermanager.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun May 15 2005 - copyright : (C) 2005, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2005, 2008 Michael Pyne + * + * 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, see . + */ #ifndef JUK_COVERMANAGER_H #define JUK_COVERMANAGER_H @@ -64,7 +65,7 @@ private: * there to allow the CoverManager to try to automatically assign covers to * new tracks. * - * @author Michael Pyne + * @author Michael Pyne * @see CoverManager */ class CoverData : public KShared @@ -97,7 +98,7 @@ typedef QList CoverList; * * As of this writing the mimetype is application/x-juk-coverid * - * @author Michael Pyne + * @author Michael Pyne */ class CoverDrag : public QMimeData { @@ -127,7 +128,7 @@ public: * CoverManager::instance()->method() * \endcode * - * @author Michael Pyne + * @author Michael Pyne */ class CoverManager { diff --git a/coverproxy.cpp b/coverproxy.cpp index 36d72fff0bf6adc438c49ef0819d6f717c50da12..22e4e20c44112dd44ead3bfb43d02fce07815cfd 100644 --- a/coverproxy.cpp +++ b/coverproxy.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Mar 01 2009 - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "coverproxy.h" #include "covermanager.h" diff --git a/coverproxy.h b/coverproxy.h index e9811ccfe0bca169775a6499d708e63fe95766a0..6f63dd37f8c73f957177e5b7fbce27ae7e285271 100644 --- a/coverproxy.h +++ b/coverproxy.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Mar 01 2009 - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #ifndef JUK_COVERPROXY_H #define JUK_COVERPROXY_H diff --git a/dbuscollectionproxy.cpp b/dbuscollectionproxy.cpp index bc2dfb262e1a3c0abf98b52202ff10e96308b12d..4b172dcc0224f0a2dd8f432c3a17b210930d7229 100644 --- a/dbuscollectionproxy.cpp +++ b/dbuscollectionproxy.cpp @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "dbuscollectionproxy.h" diff --git a/dbuscollectionproxy.h b/dbuscollectionproxy.h index 780053779f36a7bb15633aa4d6c4a011328fab33..c1097533f09ab8d703b59eddcf52e90727bafd6d 100644 --- a/dbuscollectionproxy.h +++ b/dbuscollectionproxy.h @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #ifndef DBUS_COLLECTION_PROXY_H #define DBUS_COLLECTION_PROXY_H diff --git a/deletedialog.cpp b/deletedialog.cpp index 12e30395ecf422fa3f6f89e0f3c2efd827b41ee1..c2fc5f13b8df8eb3a667a908b9d9348b20ddf602 100644 --- a/deletedialog.cpp +++ b/deletedialog.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Aug 31 21:59:58 EST 2004 - copyright : (C) 2004, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004, 2008 Michael Pyne + * + * 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, see . + */ #include "deletedialog.h" #include "ui_deletedialogbase.h" diff --git a/deletedialog.h b/deletedialog.h index 419217f7bd38a773d4c987bdde173c230769a9fb..826bbb29347b128dd373729b5e4c9e2c5ddb746c 100644 --- a/deletedialog.h +++ b/deletedialog.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Aug 31 21:54:20 EST 2004 - copyright : (C) 2004, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004, 2008 Michael Pyne + * + * 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, see . + */ #ifndef DELETEDIALOG_H #define DELETEDIALOG_H diff --git a/directorylist.cpp b/directorylist.cpp index ed89ce320a9de6f1381bef2bba98f5d8539bd16d..d60654e7470c7f0979a53c1697e65f0087706954 100644 --- a/directorylist.cpp +++ b/directorylist.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Tue Feb 4 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Georg Grabler - email : ggrabler@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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * Copyright (C) 2009 Georg Grabler + * + * 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, see . + */ #include "directorylist.h" diff --git a/directorylist.h b/directorylist.h index 5736415cd9de9a889704f528aa35ccd1eb98be3f..4d37595ddb58464049667d5f1035ce05a144e8b3 100644 --- a/directorylist.h +++ b/directorylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Feb 4 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef DIRECTORYLIST_H #define DIRECTORYLIST_H diff --git a/dynamicplaylist.cpp b/dynamicplaylist.cpp index d0ce0fea4b245a1981fed2e1d35dab5712da1afa..013814455f297b3c6a2bff288b8c0057b21c1b35 100644 --- a/dynamicplaylist.cpp +++ b/dynamicplaylist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 5 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "dynamicplaylist.h" #include "collectionlist.h" diff --git a/dynamicplaylist.h b/dynamicplaylist.h index 85d7b7130dcbeb91f837b300f94a1911f9be6934..f7589e7d7dfe60de72c928623d3849409796d0ce 100644 --- a/dynamicplaylist.h +++ b/dynamicplaylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 5 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef DYNAMICPLAYLIST_H #define DYNAMICPLAYLIST_H diff --git a/exampleoptions.cpp b/exampleoptions.cpp index bf57744b3da796a144a1ae3111fef9236a2ef6da..f296763e364eed663faa48c8240a11abac3d5903 100644 --- a/exampleoptions.cpp +++ b/exampleoptions.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "exampleoptions.h" diff --git a/exampleoptions.h b/exampleoptions.h index b097c46e0bb0e8566b61578833ce02df679380a1..a3c43f2da2b7a35cb66d659cfb5afc3634c14649 100644 --- a/exampleoptions.h +++ b/exampleoptions.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef EXAMPLEOPTIONS_H #define EXAMPLEOPTIONS_H diff --git a/filehandle.cpp b/filehandle.cpp index 78571b18d1635fe0f709a33095e67515d7cf17a7..38a9fca1a127b691f0df9a1cfaa9b2c390a25f55 100644 --- a/filehandle.cpp +++ b/filehandle.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Feb 29 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #include "filehandle.h" diff --git a/filehandle.h b/filehandle.h index fb62d49c743407ebad97ad184392bd51ac8b0ae5..40121a7246e847cc06f808cdf13fe3cb30889166 100644 --- a/filehandle.h +++ b/filehandle.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Feb 29 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef FILEHANDLE_H #define FILEHANDLE_H diff --git a/filehandleproperties.h b/filehandleproperties.h index 4de4250dd49ffee19cbd4351f39df03b859492e0..7fac903f97473c906b243543d648f7346754d92e 100644 --- a/filehandleproperties.h +++ b/filehandleproperties.h @@ -1,15 +1,18 @@ -/*************************************************************************** - Copyright (C) 2004 by Scott Wheeler -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef FILEHANDLEPROPERTIES_H #define FILEHANDLEPROPERTIES_H diff --git a/filerenamer.cpp b/filerenamer.cpp index b9907a0c15b19ae97b3632b45f6b8a66dc8ceb48..f705dbd00388017319ec5a192b00a46a257248ed 100644 --- a/filerenamer.cpp +++ b/filerenamer.cpp @@ -1,18 +1,19 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004, 2007, 2009 by Michael Pyne - : (c) 2003 Frerich Raabe - email : mpyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004, 2007, 2009 Michael Pyne + * Copyright (C) 2003 Frerich Raabe + * + * 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, see . + */ #include "filerenamer.h" diff --git a/filerenamer.h b/filerenamer.h index abc42b20ea47f23e41c0a273362fffbf2dc18eab..3bf7a8e209787c65578ef2da80988357026c8647 100644 --- a/filerenamer.h +++ b/filerenamer.h @@ -1,18 +1,19 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004, 2007 by Michael Pyne - : (C) 2003 Frerich Raabe - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004, 2007 Michael Pyne + * Copyright (C) 2003 Frerich Raabe + * + * 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, see . + */ #ifndef FILERENAMER_H #define FILERENAMER_H @@ -89,7 +90,7 @@ typedef QMap CategoryOptionsMap; * from whatever the given PlaylistItem is. You can assign different * PlaylistItems in order to change the returned tag category information. * - * @author Michael Pyne + * @author Michael Pyne */ class ConfigCategoryReader : public CategoryReaderInterface { @@ -136,7 +137,7 @@ private: * It also implements the CategoryReaderInterface in order to implement the * example filename functionality. * - * @author Michael Pyne + * @author Michael Pyne */ class FileRenamerWidget : public QWidget, public CategoryReaderInterface { @@ -493,7 +494,7 @@ private: * based off of the user's options (see ConfigCategoryReader) and of setting folder icons * if appropriate. * - * @author Michael Pyne + * @author Michael Pyne */ class FileRenamer { diff --git a/filerenamerconfigdlg.cpp b/filerenamerconfigdlg.cpp index be23fddd0d2b2e7777d0f17ea5cef6da8b52c00e..d7e9d661c298789b760f25559fedda1e54f1b895 100644 --- a/filerenamerconfigdlg.cpp +++ b/filerenamerconfigdlg.cpp @@ -1,18 +1,19 @@ -/*************************************************************************** - begin : Mon Nov 01 2004 - copyright : (C) 2004 by Michael Pyne - : (c) 2003 Frerich Raabe - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * Copyright (C) 2003 Frerich Raabe + * + * 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, see . + */ #include "filerenamerconfigdlg.h" #include "filerenamer.h" diff --git a/filerenamerconfigdlg.h b/filerenamerconfigdlg.h index 38f0b4d44d41552759f50c0c4cdf41aa4fb1f5e2..eb551dee3c90fec0609cd02706090f715e7a7caf 100644 --- a/filerenamerconfigdlg.h +++ b/filerenamerconfigdlg.h @@ -1,18 +1,19 @@ -/*************************************************************************** - begin : Mon Nov 01 2004 - copyright : (C) 2004 by Michael Pyne - : (c) 2003 Frerich Raabe - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * Copyright (C) 2003 Frerich Raabe + * + * 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, see . + */ #ifndef FILERENAMERCONFIGDLG_H #define FILERENAMERCONFIGDLG_H diff --git a/filerenameroptions.cpp b/filerenameroptions.cpp index 20a2b06d918e595c2e027e6b796df3f7a2c7d586..8a83ecee3cc5391eb2fc956c8f229d918c40046f 100644 --- a/filerenameroptions.cpp +++ b/filerenameroptions.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "filerenameroptions.h" diff --git a/filerenameroptions.h b/filerenameroptions.h index 1df871d507200819ffcf78d894a74d6d7ffee87b..290ce00a5765ce9bc8671cfb3fea21cf27935b88 100644 --- a/filerenameroptions.h +++ b/filerenameroptions.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef FILERENAMEROPTIONS_H #define FILERENAMEROPTIONS_H @@ -23,7 +24,7 @@ /** * Base widget implementing the options for a particular tag type. * - * @author Michael Pyne + * @author Michael Pyne */ class FileRenamerTagOptions : public QWidget, public Ui::FileRenamerTagOptionsBase { @@ -46,7 +47,7 @@ private: /** * This defines the dialog that actually gets the options from the user. * - * @author Michael Pyne + * @author Michael Pyne */ class TagOptionsDialog : public KDialog { diff --git a/folderplaylist.cpp b/folderplaylist.cpp index 3dc727e6c3cb8279326f9ce31882a914f5daa6ff..9ed785ae6d4fa1411b5d63de235d4ebf9eb99687 100644 --- a/folderplaylist.cpp +++ b/folderplaylist.cpp @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #include "folderplaylist.h" #include "playlistcollection.h" diff --git a/folderplaylist.h b/folderplaylist.h index 3b30684b8f7a8a15f99e8f6eeead8673cb9cee9f..26bc0248237937773fdb2a50e68eb9c4328cc74b 100644 --- a/folderplaylist.h +++ b/folderplaylist.h @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef FOLDERPLAYLIST_H #define FOLDERPLAYLIST_H diff --git a/historyplaylist.cpp b/historyplaylist.cpp index 614c6825084e04315224495270e33cd6dfdf4b5d..0f29764c511b7b78ab438dfdc48216589dcbc59a 100644 --- a/historyplaylist.cpp +++ b/historyplaylist.cpp @@ -1,17 +1,18 @@ - /*************************************************************************** - begin : Fri Aug 8 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "historyplaylist.h" #include "collectionlist.h" diff --git a/historyplaylist.h b/historyplaylist.h index d5b903f65dcc24ab2e58bde03d53a87706920cf5..1ea11cab011b242df6634b153d6d35cead1a6c24 100644 --- a/historyplaylist.h +++ b/historyplaylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Aug 8 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef HISTORYPLAYLIST_H #define HISTORYPLAYLIST_H diff --git a/juk-exception.h b/juk-exception.h index c86afebf555ff6260db5849930626e08e9b39f2c..998f8416f6ed4bd14eea80d6a973191867d176ac 100644 --- a/juk-exception.h +++ b/juk-exception.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Jan 08 2008 - copyright : (C) 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2008 Michael Pyne + * + * 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, see . + */ #ifndef JUK_EXCEPTION_H #define JUK_EXCEPTION_H diff --git a/juk.cpp b/juk.cpp index a1da0aefc6ba110b0f59e079aacc77f722d9b557..7898647855e18bd9ffa02cd96f72bcfa7371a8e0 100644 --- a/juk.cpp +++ b/juk.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Mon Feb 4 23:40:41 EST 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2008, 2009 by Michael Pyne - email : mpyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2008, 2009 Michael Pyne + * + * 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, see . + */ #include "juk.h" diff --git a/juk.h b/juk.h index 488aaafb36b6e0d474a4edae2f8fa2a49e8fdc78..b17b6790bb781e730a70bd56a4365b41e2319816 100644 --- a/juk.h +++ b/juk.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon Feb 4 23:40:41 EST 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef JUK_H #define JUK_H diff --git a/jukIface.h b/jukIface.h index 7ce555771070bab31ad4db210bbf57df1bd4913c..961e0cffd0250fe41032b0e0bc092d89d4b14727 100644 --- a/jukIface.h +++ b/jukIface.h @@ -1,15 +1,24 @@ +/** + * Copyright (C) 2003 Antonia Larrosa + * Copyright (C) 2003-2006 Scott Wheeler + * Copyright (C) 2004-2006 Michael Pyne + * + * 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, see . + */ + /* * Definition of the DCOP interface for JuK. * TODO: Port to DBUS. - * - * Copyright 2003 Antonia Larrosa - * Copyright 2003-2006 Scott Wheeler - * Copyright 2004-2006 Michael Pyne - * - * 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. */ #ifndef JUKIFACE_H diff --git a/k3bexporter.cpp b/k3bexporter.cpp index 6a98cb059a1ef8404d542d1c40c14188126e7572..a9477a5597544323946c552dee8d6340e3e699a8 100644 --- a/k3bexporter.cpp +++ b/k3bexporter.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 31 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "k3bexporter.h" diff --git a/k3bexporter.h b/k3bexporter.h index e4c7f4d6f6bca9f4fce397c39b5a506e3468993d..6438d0c1eefad3d05b4e891d1df44df421cf9feb 100644 --- a/k3bexporter.h +++ b/k3bexporter.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 31 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef K3BEXPORTER_H #define K3BEXPORTER_H diff --git a/keydialog.cpp b/keydialog.cpp index 8464365243fb45ca78ab08ada3fd56fd8bb8657e..30b86cb932fa8acf00204f7ce1251a3642bf6abe 100644 --- a/keydialog.cpp +++ b/keydialog.cpp @@ -1,19 +1,19 @@ -/*************************************************************************** - begin : Tue Mar 11 19:00:00 CET 2003 - copyright : (C) 2003 by Stefan Asserhall - email : stefan.asserhall@telia.com - copyright : (c) 2007, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Stefan Asserhall + * Copyright (C) 2007, 2008 Michael Pyne + * + * 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, see . + */ #include "keydialog.h" #include "actioncollection.h" diff --git a/keydialog.h b/keydialog.h index 3f18337cc0f12f86ee37a2323722ae054de2c9d6..317ac6d364536520d13ec74ef12a0ef7d574346d 100644 --- a/keydialog.h +++ b/keydialog.h @@ -1,19 +1,19 @@ -/*************************************************************************** - begin : Tue Mar 11 19:00:00 CET 2003 - copyright : (C) 2003 by Stefan Asserhall - email : stefan.asserhall@telia.com - copyright : (c) 2007, 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Stefan Asserhall + * Copyright (C) 2007, 2008 Michael Pyne + * + * 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, see . + */ #ifndef KEYDIALOG_H #define KEYDIALOG_H diff --git a/ktrm.cpp b/ktrm.cpp index fa85490f97f2e06542d28afad680b2999af8b406..5942d1ed588b71b4fe59b5e3a3c1b509f3fbde40 100644 --- a/ktrm.cpp +++ b/ktrm.cpp @@ -1,25 +1,23 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - copyright : (c) 2007 by Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * This library is free software; you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License version * - * 2.1 as published by the Free Software Foundation. * - * * - * This library 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 * - * Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU Lesser General Public * - * License along with this library; if not, write to the Free Software * - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * - * 02110-1301, USA * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * Copyright (C) 2007 Michael Pyne + */ + +/** + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version + * 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA + */ #include "ktrm.h" #include diff --git a/ktrm.h b/ktrm.h index ee5f732e76dc275e9e3fa890e8e88a6130f69ac0..c45d2504f77dc99618289b3651c0f720c776c4ba 100644 --- a/ktrm.h +++ b/ktrm.h @@ -1,23 +1,22 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * This library is free software; you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License version * - * 2.1 as published by the Free Software Foundation. * - * * - * This library 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 * - * Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU Lesser General Public * - * License along with this library; if not, write to the Free Software * - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * - * USA * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + */ + +/** + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version + * 2.1 as published by the Free Software Foundation. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + */ /* * At some point this will likely be a library class, as such it's been written diff --git a/lyricswidget.cpp b/lyricswidget.cpp index 7bb591ac24a7e9ea00bea6771bcfab5246ba3d81..56d7778f9c4721a3a9b555385c9ba3fe7044040f 100644 --- a/lyricswidget.cpp +++ b/lyricswidget.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed May 9 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #include #include diff --git a/lyricswidget.h b/lyricswidget.h index 8e8d0305eb169d02a878b03a62daf3ad4f2005db..9ad34aaca9e8d1a5ab0827648e4fdcb931bc0649 100644 --- a/lyricswidget.h +++ b/lyricswidget.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed May 9 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #ifndef LYRICSWIDGET_H #define LYRICSWIDGET_H diff --git a/main.cpp b/main.cpp index c41f96a49c59ae9b9f6acb948b0ba5015ce41853..b5418fa7caf7dd94c1751cbd47377499165800fa 100644 --- a/main.cpp +++ b/main.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon Feb 4 23:40:41 EST 2002 - copyright : (C) 2002 - 2007 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2007 Scott Wheeler + * + * 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, see . + */ #include #include diff --git a/mediafiles.cpp b/mediafiles.cpp index 400f1c754076178cbc303cc125db8e3c27e92eac..c62466af9f6320a15375410f49b666f39565f65a 100644 --- a/mediafiles.cpp +++ b/mediafiles.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "mediafiles.h" diff --git a/mediafiles.h b/mediafiles.h index 8b9d90a7095ffcad258c3ad61538fe584ca37d7c..355afbd9d2a905cb347a6800c44176451f9c6ec8 100644 --- a/mediafiles.h +++ b/mediafiles.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef MEDIAFILES_H #define MEDIAFILES_H diff --git a/musicbrainzquery.cpp b/musicbrainzquery.cpp index da971404f16f4b910bb59370c7e3f9002dff66fd..788e554abf601a16078e6a5cc073cd0b01186251 100644 --- a/musicbrainzquery.cpp +++ b/musicbrainzquery.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Aug 3 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #include "musicbrainzquery.h" diff --git a/musicbrainzquery.h b/musicbrainzquery.h index db1f7bb4e953573e739b65447bafe45a9079ae6d..9377732ca90c0167620c924cedc00659d0338e0d 100644 --- a/musicbrainzquery.h +++ b/musicbrainzquery.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Aug 3 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef MUSICBRAINZQUERY_H #define MUSICBRAINZQUERY_H diff --git a/nowplaying.cpp b/nowplaying.cpp index 85f4ba1ab5ea4d3b7b70df3f7f4ebc1a34288091..d5bf63bbf84a91082fb06d34697448eae20ef15f 100644 --- a/nowplaying.cpp +++ b/nowplaying.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Tue Nov 9 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Michael Pyne - email : mpyne@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "nowplaying.h" diff --git a/nowplaying.h b/nowplaying.h index 9321b7845c09052dd56bd170e8414b445d2a5f07..a671f5555d9245e4fa4acc81a60c18135e6aa461 100644 --- a/nowplaying.h +++ b/nowplaying.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Nov 9 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef NOWPLAYING_H #define NOWPLAYING_H diff --git a/playermanager.cpp b/playermanager.cpp index 33171d9e908c1a2c70dc0a280ec2da3bbe07066b..90425612de1df42038127f16e7e4b14b7f432339 100644 --- a/playermanager.cpp +++ b/playermanager.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - begin : Sat Feb 14 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2007 by Matthias Kretz - email : kretz@kde.org - - copyright : (C) 2008, 2009 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * Copyright (C) 2007 Matthias Kretz + * Copyright (C) 2008, 2009 Michael Pyne + * + * 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, see . + */ #include "playermanager.h" diff --git a/playermanager.h b/playermanager.h index 9b3f177520d83c45a5bfa85cd6ad1a7e68666e7f..6c7756e1cc04d7db59ed6d2f949a65cccd75d130 100644 --- a/playermanager.h +++ b/playermanager.h @@ -1,23 +1,20 @@ -/*************************************************************************** - begin : Sat Feb 14 2004 - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2007 by Matthias Kretz - email : kretz@kde.org - - copyright : (C) 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * Copyright (C) 2007 Matthias Kretz + * Copyright (C) 2008 Michael Pyne + * + * 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, see . + */ #ifndef PLAYERMANAGER_H #define PLAYERMANAGER_H diff --git a/playlist.cpp b/playlist.cpp index 6fa65e10bc1f3fa25973943604f4e4b7c75dd995..a4ca917fe2cbc4b2bfbf3bec801c6a93778327c6 100644 --- a/playlist.cpp +++ b/playlist.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sat Feb 16 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2008 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2008 Michael Pyne + * + * 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, see . + */ #include "playlist.h" #include "juk-exception.h" diff --git a/playlist.h b/playlist.h index 13db5baa47b2daad5ad6a7fa6c165df26821c6af..98722fad72e997aa508b2d0179307f6daa616b72 100644 --- a/playlist.h +++ b/playlist.h @@ -1,19 +1,19 @@ -/*************************************************************************** - begin : Sat Feb 16 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - copyright : (c) 2007 Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2007 Michael Pyne + * + * 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, see . + */ #ifndef PLAYLIST_H #define PLAYLIST_H diff --git a/playlistbox.cpp b/playlistbox.cpp index 857c0d7bb150785d7b331e6e49b5f97b03991e3c..da4a44f7c6c5ef05c4906d70dc1b13bdb05d3981 100644 --- a/playlistbox.cpp +++ b/playlistbox.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Sep 12 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler, - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "playlistbox.h" diff --git a/playlistbox.h b/playlistbox.h index 70773136de9a3b44cf8414d5c9cd99c1156bc2bd..db42e4fbcc8acbef4ed3bdf3925879182dd4b4ff 100644 --- a/playlistbox.h +++ b/playlistbox.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Sep 12 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLISTBOX_H #define PLAYLISTBOX_H diff --git a/playlistcollection.cpp b/playlistcollection.cpp index a63935e226bbd9981e4e82392d1e11b52ad4c247..268621e8826f053b2a64db8860bb08788e08e810 100644 --- a/playlistcollection.cpp +++ b/playlistcollection.cpp @@ -1,19 +1,19 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "playlistcollection.h" diff --git a/playlistcollection.h b/playlistcollection.h index 0f2a40d02559d6d4195c3864dc62f0f1ac8d739e..1bc7ac23a925ba55c4c3fd7aff0a4198d296c3d3 100644 --- a/playlistcollection.h +++ b/playlistcollection.h @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLIST_COLLECTION_H #define PLAYLIST_COLLECTION_H diff --git a/playlistexporter.cpp b/playlistexporter.cpp index af2c400924069ef3fa130e8c4d1e940b3d6f772a..2b7c662cb6ea18ae4a075c3e7741c7ca21c73907 100644 --- a/playlistexporter.cpp +++ b/playlistexporter.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Jun 1 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ // Just a quick hack to get Q_OBJECT to work in playlistexporter.h --amth diff --git a/playlistexporter.h b/playlistexporter.h index 85c3d3076bd2b083bdcf260de61f1ddb5fe95dd3..98913a205914d8f3e9c3aaf9a3a206f3a8b2b65b 100644 --- a/playlistexporter.h +++ b/playlistexporter.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Jun 1 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef PLAYLISTEXPORTER_H #define PLAYLISTEXPORTER_H @@ -24,7 +25,7 @@ class KAction; * Abstract base class to define an interface for classes that export * PlaylistItem data. * - * @author Michael Pyne + * @author Michael Pyne * @see K3bExporter */ class PlaylistExporter : public QObject diff --git a/playlistinterface.cpp b/playlistinterface.cpp index 28ae0a0dc0932c8fa4a0517129c108f26e1ebf0e..8ebb2a94b5a5ab8bda0164865f3cf98252d519d9 100644 --- a/playlistinterface.cpp +++ b/playlistinterface.cpp @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #include "playlistinterface.h" diff --git a/playlistinterface.h b/playlistinterface.h index 966339bb6095b415bd7f9cd481c304506ec41526..4886e453d6374523838b2e4b1401e949d9c5db93 100644 --- a/playlistinterface.h +++ b/playlistinterface.h @@ -1,16 +1,18 @@ -/*************************************************************************** - copyright : (C) 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLISTINTERFACE_H #define PLAYLISTINTERFACE_H diff --git a/playlistitem.cpp b/playlistitem.cpp index a8a408e829511d9d44bbfc8db37759db17295ebb..475c301643f19cec7b2c844fedc31ddc34c07b7f 100644 --- a/playlistitem.cpp +++ b/playlistitem.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Feb 17 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "playlistitem.h" diff --git a/playlistitem.h b/playlistitem.h index 72917948f91107e6e806fbfaa08c66d5775e1109..fdbc15fe661a6f9b93a5723592efb1ede250e80e 100644 --- a/playlistitem.h +++ b/playlistitem.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Feb 17 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLISTITEM_H #define PLAYLISTITEM_H diff --git a/playlistsearch.cpp b/playlistsearch.cpp index 1f86138a1b6c22fd520f3763043346c5158b05f1..61cc5995b282779ffeab8d26b80999d31342d852 100644 --- a/playlistsearch.cpp +++ b/playlistsearch.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Mar 6 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "playlistsearch.h" #include "playlist.h" diff --git a/playlistsearch.h b/playlistsearch.h index e5e64c4e177ac7ecd0c1e648d0ad4e6919607f99..673302751bb6e0737b7fd6b9b3571a9b5f2abd1e 100644 --- a/playlistsearch.h +++ b/playlistsearch.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Mar 6 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLISTSEARCH_H #define PLAYLISTSEARCH_H diff --git a/playlistsplitter.cpp b/playlistsplitter.cpp index 9fc99f4151a868e7ddd88ff3ac5b1545b494c046..e2e020f52335af9730768f6775b1e3fcf8a231cb 100644 --- a/playlistsplitter.cpp +++ b/playlistsplitter.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "playlistsplitter.h" diff --git a/playlistsplitter.h b/playlistsplitter.h index 8985d12529b02f218698b5324534efba56a9df63..42ea0ccd8d0ce1f7fca023030863331c9b739bc8 100644 --- a/playlistsplitter.h +++ b/playlistsplitter.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Sep 13 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef PLAYLISTSPLITTER_H #define PLAYLISTSPLITTER_H diff --git a/scrobbleconfigdlg.cpp b/scrobbleconfigdlg.cpp index 3ced8de111f194f98c10143897b79c13dc1cd85f..7bcf19d03360f86a082c6d02a3e649794a5c39d4 100644 --- a/scrobbleconfigdlg.cpp +++ b/scrobbleconfigdlg.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Feb 23 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #include "scrobbleconfigdlg.h" #include "scrobbler.h" diff --git a/scrobbleconfigdlg.h b/scrobbleconfigdlg.h index 8be1589b7f9b0c9bcd0b1f7366f991497ce882a5..139b65e1db695badd981353f441435c3401de48f 100644 --- a/scrobbleconfigdlg.h +++ b/scrobbleconfigdlg.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Feb 23 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #ifndef SCROBBLESETTINGS_H #define SCROBBLESETTINGS_H diff --git a/scrobbler.cpp b/scrobbler.cpp index 0c5a5b9c52bab2e1b062b0b52c15c640d2cf3830..01661caf3c900d46bdb64757de68be8d8427297c 100644 --- a/scrobbler.cpp +++ b/scrobbler.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Feb 21 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #include "scrobbler.h" diff --git a/scrobbler.h b/scrobbler.h index c2e1654f2b9f93e346266fe67453caa0986135be..5027459f33be94ee81dc4907a8503df13f6b942b 100644 --- a/scrobbler.h +++ b/scrobbler.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Tue Feb 21 2012 - copyright : (C) 2012 by Martin Sandsmark - email : martin.sandsmark@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #ifndef JUK_SCROBBLER_H #define JUK_SCROBBLER_H diff --git a/searchplaylist.cpp b/searchplaylist.cpp index 9d1db4d97e30f62ecbf02df194ccaba281bdc997..721b05d722742b7dbd1c871bdd6e89701b50d138 100644 --- a/searchplaylist.cpp +++ b/searchplaylist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 5 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "searchplaylist.h" #include "juk-exception.h" diff --git a/searchplaylist.h b/searchplaylist.h index a5de27dfe6d85f8afafd501d7dad69b30811fa3d..af90206728380b971ab1a3e220fbc3a46fe06c43 100644 --- a/searchplaylist.h +++ b/searchplaylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon May 5 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef SEARCHPLAYLIST_H #define SEARCHPLAYLIST_H diff --git a/searchwidget.cpp b/searchwidget.cpp index 5efe720a4818d8e55125bb31704f6434b8cf408f..5e3bb537864f8f28cc17cacd21d9f66d76181c09 100644 --- a/searchwidget.cpp +++ b/searchwidget.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sun Mar 6 2003 - copyright : (C) 2003 by Richard Lärkäng - email : nouseforaname@home.se - - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Richard Lärkäng + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "searchwidget.h" #include "collectionlist.h" diff --git a/searchwidget.h b/searchwidget.h index 73c7a22e8d8b4c33b4467618c337c6c75e01e3fc..3af2bc24baab0578043f2e53eccd27fe6b4f51d0 100644 --- a/searchwidget.h +++ b/searchwidget.h @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sun Mar 6 2003 - copyright : (C) 2003 by Richard Lärkäng - email : nouseforaname@home.se - - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Richard Lärkäng + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef SEARCHWIDGET_H #define SEARCHWIDGET_H diff --git a/slider.cpp b/slider.cpp index a167b65d857ea00b1abaa3c91a378f62e202fb47..95151f52e8da7373e13886f37310be6fbcff1a7d 100644 --- a/slider.cpp +++ b/slider.cpp @@ -1,20 +1,20 @@ -/**************************************************************************************** - * Copyright (c) 2003-2009 Mark Kretschmann * - * Copyright (c) 2005 Gabor Lehel * - * Copyright (c) 2008 Dan Meltzer * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2003-2009 Mark Kretschmann + * Copyright (c) 2005 Gabor Lehel + * Copyright (c) 2008 Dan Meltzer + * + * 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, see . + */ #include "slider.h" #include "svghandler.h" diff --git a/slider.h b/slider.h index b53d8d12b8c9751854d18df86c0b85f0351ef13a..7c4c6f899b581bae02e9fd5420bb901a0e6d501c 100644 --- a/slider.h +++ b/slider.h @@ -1,20 +1,20 @@ -/**************************************************************************************** - * Copyright (c) 2003-2009 Mark Kretschmann * - * Copyright (c) 2005 Gabor Lehel * - * Copyright (c) 2008 Dan Meltzer * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2003-2009 Mark Kretschmann + * Copyright (c) 2005 Gabor Lehel + * Copyright (c) 2008 Dan Meltzer + * + * 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, see . + */ #ifndef SLIDERWIDGET_H #define SLIDERWIDGET_H diff --git a/slideraction.cpp b/slideraction.cpp index afc6aa07e42cc47b28507a18cc49c41b9ab92c77..256845675745e05139c9de1baa759464f6148ee3 100644 --- a/slideraction.cpp +++ b/slideraction.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Feb 6 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "slideraction.h" diff --git a/slideraction.h b/slideraction.h index d2e620d80680c8cb5eda6fcd52a0646ea798eb4b..53f30b7012997d01c571d769897e710413fa2821 100644 --- a/slideraction.h +++ b/slideraction.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Feb 6 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef SLIDERACTION_H #define SLIDERACTION_H diff --git a/sortedstringlist.cpp b/sortedstringlist.cpp index 60d6e32a5aec8dbc3b3bb56c5d018cf2b6a4245f..74b98588e5252a5e2d14827da1eaee6ab1734f4d 100644 --- a/sortedstringlist.cpp +++ b/sortedstringlist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Jan 29 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "sortedstringlist.h" diff --git a/sortedstringlist.h b/sortedstringlist.h index d80ce6b4857ea5389187398c4e06bd1ca1668e7e..fa56ed5fcf7ec8387ab528f8936d20192c1c1d75 100644 --- a/sortedstringlist.h +++ b/sortedstringlist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Jan 29 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef SORTEDSTRINGLIST_H #define SORTEDSTRINGLIST_H diff --git a/splashscreen.cpp b/splashscreen.cpp index bd1706e16baf381d3fd74cbd6d26bf1634228a25..ce44fea59198bdd41557d8295774f24a48ef1bb4 100644 --- a/splashscreen.cpp +++ b/splashscreen.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Dec 8 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "splashscreen.h" diff --git a/splashscreen.h b/splashscreen.h index f1d61ae220bd432a2d57a2974651da88c3cf7f20..5ef87e742a927e5eb104ae1f4b36b9c3a36f10a1 100644 --- a/splashscreen.h +++ b/splashscreen.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Dec 8 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef SPLASHSCREEN_H #define SPLASHSCREEN_H diff --git a/statuslabel.cpp b/statuslabel.cpp index f482033ec2ae475275efa35e229ee5887a58d4a1..e13a0dd05233dd22c19f5a95e7249bb2de6cd86a 100644 --- a/statuslabel.cpp +++ b/statuslabel.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Oct 18 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "statuslabel.h" diff --git a/statuslabel.h b/statuslabel.h index 6a65e1e68e0d8db23552a8b270c8b637964a37d8..c52b69573eeedd2b85f32ac33740fc2bd6ff659b 100644 --- a/statuslabel.h +++ b/statuslabel.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Fri Oct 18 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef STATUSLABEL_H #define STATUSLABEL_H diff --git a/stringhash.h b/stringhash.h index 281e482444216f54c1a5fb9beb99ef50125d83b2..f64617f8a5db6b11cf123edc3ae64b3a04ef9335 100644 --- a/stringhash.h +++ b/stringhash.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Feb 2 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef STRINGHASH_H #define STRINGHASH_H diff --git a/stringshare.cpp b/stringshare.cpp index bfe9498c4e728295f0300130b65a2e73751ba452..2c7b70e1d175f909efaa55e5076812d584373090 100644 --- a/stringshare.cpp +++ b/stringshare.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Oct 25 2003 - copyright : (C) 2003 by Maksim Orlovich - email : maksim.orlovich@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Maksim Orlovich + * + * 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, see . + */ #include "stringshare.h" #include diff --git a/stringshare.h b/stringshare.h index 902e413c69e99c3688eefd6d2eedbe479ba5ba87..de94815849933aedbe05f7d4e2166375325fcc85 100644 --- a/stringshare.h +++ b/stringshare.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Oct 25 2003 - copyright : (C) 2003 by Maksim Orlovich - email : maksim.orlovich@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003 Maksim Orlovich + * + * 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, see . + */ #ifndef STRING_SHARE_H #define STRING_SHARE_H diff --git a/svghandler.cpp b/svghandler.cpp index 283e0376159b7b087744a17206bc1acbda2df6cf..d9aee923f175135af6ea10a1baac4349105603bc 100644 --- a/svghandler.cpp +++ b/svghandler.cpp @@ -1,20 +1,20 @@ -/**************************************************************************************** - * Copyright (c) 2008 Nikolaj Hald Nielsen * - * Copyright (c) 2008 Jeff Mitchell * - * Copyright (c) 2009 Mark Kretschmann * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2008 Nikolaj Hald Nielsen + * Copyright (c) 2008 Jeff Mitchell + * Copyright (c) 2009 Mark Kretschmann + * + * 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, see . + */ #include "svghandler.h" diff --git a/svghandler.h b/svghandler.h index 8b372b4354fbd841caf0d34d2809407284a96d8c..0a289c0a9043bbdd4909ba1a96113a8033328c00 100644 --- a/svghandler.h +++ b/svghandler.h @@ -1,20 +1,20 @@ -/**************************************************************************************** - * Copyright (c) 2008 Nikolaj Hald Nielsen * - * Copyright (c) 2008 Jeff Mitchell * - * Copyright (c) 2009 Mark Kretschmann * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2008 Nikolaj Hald Nielsen + * Copyright (c) 2008 Jeff Mitchell + * Copyright (c) 2009 Mark Kretschmann + * + * 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, see . + */ #ifndef SVGHANDLER_H #define SVGHANDLER_H diff --git a/systemtray.cpp b/systemtray.cpp index 6e8e912338d28a4284e804eb4c87b7cbfaa6942b..f39a34bbffcb021af706f83ccd64edfae9a3a6a9 100644 --- a/systemtray.cpp +++ b/systemtray.cpp @@ -1,22 +1,20 @@ -/*************************************************************************** - copyright : (C) 2002 by Daniel Molkentin - email : molkentin@kde.org - - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2004 - 2009 by Michael Pyne - email : mpyne@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002 Daniel Molkentin + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2004-2009 Michael Pyne + * + * 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, see . + */ #include "systemtray.h" diff --git a/systemtray.h b/systemtray.h index 45d9ff49d784e97bb9f04ba3c9d219f7434ff474..b02d259c90240863055e9601c75255e129683d90 100644 --- a/systemtray.h +++ b/systemtray.h @@ -1,22 +1,20 @@ -/*************************************************************************** - copyright : (C) 2002 by Daniel Molkentin - email : molkentin@kde.org - - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2007, 2008, 2009 by Michael Pyne - email : mpyne@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002 Daniel Molkentin + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2007, 2008, 2009 Michael Pyne + * + * 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, see . + */ #ifndef JUK_SYSTEMTRAY_H #define JUK_SYSTEMTRAY_H diff --git a/tag.cpp b/tag.cpp index 4e36e3c29a34a2cf20b880799cf1c45ad9883456..b5b387934f1002c67586ae3b785e1a49c037b1a8 100644 --- a/tag.cpp +++ b/tag.cpp @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sun Feb 17 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Michael Pyne - email : mpyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #include "tag.h" diff --git a/tag.h b/tag.h index 00195ed82b0b349edfe2777e22d56cd887524b5e..ec5e5fae4694c9fed7ccd69adb39ac688fa0de22 100644 --- a/tag.h +++ b/tag.h @@ -1,20 +1,19 @@ -/*************************************************************************** - begin : Sun Feb 17 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - - copyright : (C) 2009 by Michael Pyne - email : mpyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * Copyright (C) 2009 Michael Pyne + * + * 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, see . + */ #ifndef TAG_H #define TAG_H diff --git a/tageditor.cpp b/tageditor.cpp index 66117e8da42cefb664885ec46026b379164d6262..56fecb9d2d64a0959aa21ee65649a85fb81738e3 100644 --- a/tageditor.cpp +++ b/tageditor.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Sep 7 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #include "tageditor.h" #include "collectionlist.h" diff --git a/tageditor.h b/tageditor.h index 017ab4240a93357cbab0ba72116e9647ebaf7737..2a6c7cd87a57459fe837abd97a36b960d633bb07 100644 --- a/tageditor.h +++ b/tageditor.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Sep 7 2002 - copyright : (C) 2002 - 2004 by Scott Wheeler - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Scott Wheeler + * + * 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, see . + */ #ifndef TAGEDITOR_H #define TAGEDITOR_H diff --git a/tagguesser.cpp b/tagguesser.cpp index 3e7a602ad8a920ab725b384580900eb480222f83..4412e19904119ee077171939b69778819a667877 100644 --- a/tagguesser.cpp +++ b/tagguesser.cpp @@ -1,11 +1,19 @@ -/* - * tagguesser.cpp - Copyright (c) 2003 Frerich Raabe +/** + * Copyright (C) 2003 Frerich Raabe * - * 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 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, see . */ + #include "tagguesser.h" #include diff --git a/tagguesser.h b/tagguesser.h index 99fec206ebd8656219342d8bc66dd8e7cdb4f21e..0673ef4e8ec1d1f6f803ce4c91386d9bb71345fb 100644 --- a/tagguesser.h +++ b/tagguesser.h @@ -1,11 +1,19 @@ -/* - * tagguesser.h - Copyright (c) 2003 Frerich Raabe +/** + * Copyright (C) 2003 Frerich Raabe * - * 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 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, see . */ + #ifndef TAGGUESSER_H #define TAGGUESSER_H diff --git a/tagguesserconfigdlg.cpp b/tagguesserconfigdlg.cpp index 476bf0b2f3b57cf28ad99b67becc7e9b40184cd4..db585cb9aaf2bc0a63ee10314120a255eb13549c 100644 --- a/tagguesserconfigdlg.cpp +++ b/tagguesserconfigdlg.cpp @@ -1,11 +1,19 @@ -/* - * tagguesserconfigdlg.cpp - Copyright (c) 2003 Frerich Raabe +/** + * Copyright (C) 2003 Frerich Raabe * - * 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 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, see . */ + #include "tagguesserconfigdlg.h" #include "tagguesser.h" diff --git a/tagguesserconfigdlg.h b/tagguesserconfigdlg.h index f9357d37ad05a9bfbe4bc5cd80800a8d4e426c1d..93ebd16e8c4ff864c9db672e69472b8923790f5e 100644 --- a/tagguesserconfigdlg.h +++ b/tagguesserconfigdlg.h @@ -1,11 +1,19 @@ -/* - * tagguesserconfigdlg.h - Copyright (c) 2003 Frerich Raabe +/** + * Copyright (C) 2003 Frerich Raabe * - * 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 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, see . */ + #ifndef TAGGUESSERCONFIGDLG_H #define TAGGUESSERCONFIGDLG_H diff --git a/tagrenameroptions.cpp b/tagrenameroptions.cpp index cb40dd4d499d0aa1034ef6c0ea84ea76d64dc87f..eee67bf9280f5f61457c2a95f90dc905b42021c2 100644 --- a/tagrenameroptions.cpp +++ b/tagrenameroptions.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Oct 28 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "tagrenameroptions.h" diff --git a/tagrenameroptions.h b/tagrenameroptions.h index b5bf8e8db574f9be694873c0cecd5f4f81e61bed..d459de3ce68843f427a5071353d3551f69554e5a 100644 --- a/tagrenameroptions.h +++ b/tagrenameroptions.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sun Oct 31 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef TAGRENAMEROPTIONS_H #define TAGRENAMEROPTIONS_H @@ -81,7 +82,7 @@ struct CategoryID * Defines options for a tag type. Used by FileRenamerTagOptions as its * data type. * - * @author Michael Pyne + * @author Michael Pyne */ class TagRenamerOptions { diff --git a/tagtransactionmanager.cpp b/tagtransactionmanager.cpp index c231833e19499d07ef5e28b271b52c748b08ace7..5a615d9221d440f6306a93690a5c08a7fc596dbd 100644 --- a/tagtransactionmanager.cpp +++ b/tagtransactionmanager.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Sep 22 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "tagtransactionmanager.h" diff --git a/tagtransactionmanager.h b/tagtransactionmanager.h index 0ffb4d55479a7d14aac007c29d9ed026275d9df0..5f50b0acac0c5594951d4c72fbbcf4245dd5d584 100644 --- a/tagtransactionmanager.h +++ b/tagtransactionmanager.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Wed Sep 22 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef TAGTRANSACTIONMANAGER_H #define TAGTRANSACTIONMANAGER_H @@ -28,7 +29,7 @@ class QFileInfo; * Class to encapsulate a change to the tag, and optionally the file name, of * a PlaylistItem. * - * @author Michael Pyne + * @author Michael Pyne * @see TagTransactionManager */ class TagTransactionAtom @@ -103,7 +104,7 @@ typedef QList TagAlterationList; * things were (except possibly for file renames). You can call forget() to * forget a series of changes as well. * - * @author Michael Pyne + * @author Michael Pyne */ class TagTransactionManager : public QObject { diff --git a/trackpickerdialog.cpp b/trackpickerdialog.cpp index 0412752c5cef372417f83dfb556d120010ae655e..5bf2c119fb560efb41fd89e93acc7ad8a289a225 100644 --- a/trackpickerdialog.cpp +++ b/trackpickerdialog.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Sep 6 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include diff --git a/trackpickerdialog.h b/trackpickerdialog.h index f5e73118e774248fca489ed797e6dbcfdcf28b09..aff306e066cc5bc59334a4b3b3ba4ea47ada55eb 100644 --- a/trackpickerdialog.h +++ b/trackpickerdialog.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Sep 6 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler - email : wheeler@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #ifndef TRACKPICKERDIALOG_H #define TRACKPICKERDIALOG_H diff --git a/tracksequenceiterator.cpp b/tracksequenceiterator.cpp index 2961b8c1018af4f8fba74e486c2279e811335b07..ddaef5898c08137d8877ca81cf0efc8e520f216f 100644 --- a/tracksequenceiterator.cpp +++ b/tracksequenceiterator.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Michael Pyne + * + * 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, see . + */ #include "tracksequenceiterator.h" diff --git a/tracksequenceiterator.h b/tracksequenceiterator.h index c25cf46f024e03390388ca3dfdd8203b080c8284..a0416588d937645b81004d17bd6f85ec46232c18 100644 --- a/tracksequenceiterator.h +++ b/tracksequenceiterator.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Michael Pyne + * + * 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, see . + */ #ifndef TRACKSEQUENCEITERATOR_H #define TRACKSEQUENCEITERATOR_H @@ -27,7 +28,7 @@ class Playlist; * in order to define your own ordering for playlist sequences. For an example, * see the UpcomingPlaylist class. * - * @author Michael Pyne + * @author Michael Pyne * @see UpcomingPlaylist * @see TrackSequenceManager */ @@ -132,7 +133,7 @@ private: * This is the default iterator for JuK, supporting normal, random, and album * random playback with or without looping. * - * @author Michael Pyne + * @author Michael Pyne */ class DefaultSequenceIterator : public TrackSequenceIterator { diff --git a/tracksequencemanager.cpp b/tracksequencemanager.cpp index bdc06157a57e479ea57858e918a0ada055aade2c..5b0313938012ad29eb400486b8e8cb7bf2a6ddf3 100644 --- a/tracksequencemanager.cpp +++ b/tracksequencemanager.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Michael Pyne + * + * 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, see . + */ #include #include diff --git a/tracksequencemanager.h b/tracksequencemanager.h index 7c1cd76a47edc131711bd98d4470d77c27163c63..7274adeac30dd0d41c742f55cdee75537f5ef222 100644 --- a/tracksequencemanager.h +++ b/tracksequencemanager.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Michael Pyne + * + * 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, see . + */ #ifndef TRACKSEQUENCEMANAGER_H #define TRACKSEQUENCEMANAGER_H @@ -32,7 +33,7 @@ class Playlist; * * @see Playlist * @see TrackSequenceIterator - * @author Michael Pyne + * @author Michael Pyne */ class TrackSequenceManager : public QObject { diff --git a/treeviewitemplaylist.cpp b/treeviewitemplaylist.cpp index f4b1f20a98c99c3f6fc594269faa40d9e920f59f..5de141dc1227193dcdad7476a9eb584eacc51953 100644 --- a/treeviewitemplaylist.cpp +++ b/treeviewitemplaylist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon Jun 21 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #include "treeviewitemplaylist.h" diff --git a/treeviewitemplaylist.h b/treeviewitemplaylist.h index 90b8aca1158ede12f1ef07b5116b688a4ec7c7db..faf322c5aca30f9857fa45d42e92c6208a25c88d 100644 --- a/treeviewitemplaylist.h +++ b/treeviewitemplaylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Mon Jun 21 2004 - copyright : (C) 2004 by Michael Pyne - email : michael.pyne@kdemail.net -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Michael Pyne + * + * 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, see . + */ #ifndef TREEVIEWITEMPLAYLIST_H #define TREEVIEWITEMPLAYLIST_H diff --git a/upcomingplaylist.cpp b/upcomingplaylist.cpp index 6d328b64bf866400adbe2f4867337efd736c9856..e32d486490c27132449985b7fd3bf0881fffbf21 100644 --- a/upcomingplaylist.cpp +++ b/upcomingplaylist.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004, 2008 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004, 2008 Michael Pyne + * + * 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, see . + */ #include "upcomingplaylist.h" #include "juk-exception.h" diff --git a/upcomingplaylist.h b/upcomingplaylist.h index 16293c7d937b9eb7628d9ced48a1cb52a9700fe3..3e503d357fc39d52b4f264060e73e6a39af6b142 100644 --- a/upcomingplaylist.h +++ b/upcomingplaylist.h @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Thu Aug 19 2004 - copyright : (C) 2002 - 2004 by Michael Pyne - email : michael.pyne@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2002-2004 Michael Pyne + * + * 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, see . + */ #ifndef UPCOMINGPLAYLIST_H #define UPCOMINGPLAYLIST_H @@ -37,7 +38,7 @@ class TrackSequenceManager; * it is added to the top of this playlist automatically, replacing any * currently playing song. * - * @author Michael Pyne + * @author Michael Pyne * @see UpcomingSequenceIterator */ class UpcomingPlaylist : public Playlist @@ -134,7 +135,7 @@ private: * * @see UpcomingPlaylist * @see TrackSequenceManager - * @author Michael Pyne + * @author Michael Pyne */ class UpcomingPlaylist::UpcomingSequenceIterator : public TrackSequenceIterator { diff --git a/viewmode.cpp b/viewmode.cpp index b3f123971166d5eed4237fa906204c8db5f0975b..400d5c32b4d2a2934ae117c74b1e49cd4832a42f 100644 --- a/viewmode.cpp +++ b/viewmode.cpp @@ -1,17 +1,18 @@ -/*************************************************************************** - begin : Sat Jun 7 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler, - email : wheeler@kde.org - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * + * 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, see . + */ #include "viewmode.h" diff --git a/viewmode.h b/viewmode.h index 51826412791a081c95961675f28841f715cb00a7..96633b446fc60476415e01d1c1345f8faaa9cd5e 100644 --- a/viewmode.h +++ b/viewmode.h @@ -1,19 +1,19 @@ -/*************************************************************************** - begin : Sat Jun 7 2003 - copyright : (C) 2003 - 2004 by Scott Wheeler, - email : wheeler@kde.org - copyright : (c) 2007 Michael Pyne - email : michael.pyne@kdemail.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2003-2004 Scott Wheeler + * Copyright (C) 2007 Michael Pyne + * + * 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, see . + */ #ifndef VIEWMODE_H #define VIEWMODE_H diff --git a/volumepopupbutton.cpp b/volumepopupbutton.cpp index 5ac5e93387d2327f5ec25d8a264f8ddf1e9b4fdf..2608e539a1059b067f0d46bb7e21c1e5c3de407a 100644 --- a/volumepopupbutton.cpp +++ b/volumepopupbutton.cpp @@ -1,19 +1,19 @@ -/**************************************************************************************** - * Copyright (c) 2009 Nikolaj Hald Nielsen * - * Copyright (c) 2009 Mark Kretschmann * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2009 Nikolaj Hald Nielsen + * Copyright (c) 2009 Mark Kretschmann + * + * 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, see . + */ #include "volumepopupbutton.h" #include "slider.h" diff --git a/volumepopupbutton.h b/volumepopupbutton.h index b09a96761bcfbd8183ab43cffae86622982ef32b..a7853a74bd9837a35e1bbfee90c3069984496287 100644 --- a/volumepopupbutton.h +++ b/volumepopupbutton.h @@ -1,19 +1,19 @@ -/**************************************************************************************** - * Copyright (c) 2009 Nikolaj Hald Nielsen * - * Copyright (c) 2009 Mark Kretschmann * - * * - * 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, see . * - ****************************************************************************************/ +/** + * Copyright (c) 2009 Nikolaj Hald Nielsen + * Copyright (c) 2009 Mark Kretschmann + * + * 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, see . + */ #ifndef VOLUMEPOPUPBUTTON_H #define VOLUMEPOPUPBUTTON_H diff --git a/webimagefetcher.cpp b/webimagefetcher.cpp index a5517068294f62fc4e00c0ebaa31251e98631d49..0d465513090065fe5eb8a0dc19029d3191cb2213 100644 --- a/webimagefetcher.cpp +++ b/webimagefetcher.cpp @@ -1,17 +1,20 @@ -/*************************************************************************** - copyright : (C) 2004 Nathan Toone - copyright : (C) 2007 Michael Pyne - copyright : (C) 2012 Martin Sandsmark -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Nathan Toone + * Copyright (C) 2007 Michael Pyne + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #include "webimagefetcher.h" diff --git a/webimagefetcher.h b/webimagefetcher.h index b8747da4a08a46016db3cda2439178f58c80e14a..e0904a49d22ff1cad80fd797daee5b3b8b526990 100644 --- a/webimagefetcher.h +++ b/webimagefetcher.h @@ -1,20 +1,20 @@ -/*************************************************************************** - copyright : (C) 2004 Nathan Toone - email : nathan@toonetown.com - copyright : (C) 2007 Michael Pyne - email : michael.pyne@kdemail.net - copyright : (C) 2012 Martin Sandsmark - email : martin.sandsmark@kde.org -***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/** + * Copyright (C) 2004 Nathan Toone + * Copyright (C) 2007 Michael Pyne + * Copyright (C) 2012 Martin Sandsmark + * + * 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, see . + */ #ifndef WEBIMAGEFETCHER_H #define WEBIMAGEFETCHER_H