From b7ae9190144e9113b5bebdcba0fb63e396ab7a56 Mon Sep 17 00:00:00 2001 From: Thomas Frauendorfer Date: Sat, 26 Jan 2008 06:16:59 +0100 Subject: [PATCH] Added GPL-header to files --- src/BrowseDialog.cpp | 15 +++++++++++++++ src/BrowseDialog.h | 15 +++++++++++++++ src/BrowseModel.cpp | 15 +++++++++++++++ src/BrowseModel.h | 15 +++++++++++++++ src/Button.cpp | 15 +++++++++++++++ src/Button.h | 15 +++++++++++++++ src/ClutterBar.cpp | 15 +++++++++++++++ src/ClutterBar.h | 15 +++++++++++++++ src/Display.cpp | 15 +++++++++++++++ src/Display.h | 15 +++++++++++++++ src/FileDialog.cpp | 15 +++++++++++++++ src/FileDialog.h | 15 +++++++++++++++ src/MainDisplay.cpp | 15 +++++++++++++++ src/MainDisplay.h | 15 +++++++++++++++ src/MainWindow.cpp | 15 +++++++++++++++ src/MainWindow.h | 15 +++++++++++++++ src/NumberDisplay.cpp | 15 +++++++++++++++ src/NumberDisplay.h | 15 +++++++++++++++ src/PixWidget.cpp | 15 +++++++++++++++ src/PixWidget.h | 15 +++++++++++++++ src/PlayStatus.cpp | 15 +++++++++++++++ src/PlayStatus.h | 15 +++++++++++++++ src/PosBar.cpp | 15 +++++++++++++++ src/PosBar.h | 15 +++++++++++++++ src/ServerBrowser.cpp | 15 +++++++++++++++ src/ServerBrowser.h | 15 +++++++++++++++ src/ShadedDisplay.cpp | 15 +++++++++++++++ src/ShadedDisplay.h | 15 +++++++++++++++ src/Skin.cpp | 15 +++++++++++++++ src/Skin.h | 15 +++++++++++++++ src/SkinChooser.cpp | 15 +++++++++++++++ src/SkinChooser.h | 15 +++++++++++++++ src/SmallNumberDisplay.cpp | 15 +++++++++++++++ src/SmallNumberDisplay.h | 15 +++++++++++++++ src/StereoMono.cpp | 15 +++++++++++++++ src/StereoMono.h | 15 +++++++++++++++ src/TextBar.cpp | 15 +++++++++++++++ src/TextBar.h | 15 +++++++++++++++ src/TimeDisplay.cpp | 15 +++++++++++++++ src/TimeDisplay.h | 15 +++++++++++++++ src/TitleBar.cpp | 15 +++++++++++++++ src/TitleBar.h | 15 +++++++++++++++ src/VolumeSlider.cpp | 15 +++++++++++++++ src/VolumeSlider.h | 15 +++++++++++++++ src/XMMSHandler.cpp | 15 +++++++++++++++ src/XMMSHandler.h | 15 +++++++++++++++ src/equalizer/equalizer.cpp | 15 +++++++++++++++ src/equalizer/equalizer.h | 15 +++++++++++++++ src/playlist/playlist.cpp | 16 ++++++++++++++++ src/playlist/playlist.h | 16 ++++++++++++++++ src/playlist/playlistmenu.cpp | 15 +++++++++++++++ src/playlist/playlistmenu.h | 15 +++++++++++++++ src/playlist/playlistshade.cpp | 15 +++++++++++++++ src/playlist/playlistshade.h | 15 +++++++++++++++ src/playlist/playlistview.cpp | 18 +++++++++++++++++- src/playlist/playlistview.h | 16 ++++++++++++++++ src/settingsdialog.cpp | 15 +++++++++++++++ src/settingsdialog.h | 15 +++++++++++++++ 58 files changed, 875 insertions(+), 1 deletion(-) diff --git a/src/BrowseDialog.cpp b/src/BrowseDialog.cpp index 23ea683..d90b457 100644 --- a/src/BrowseDialog.cpp +++ b/src/BrowseDialog.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "XMMSHandler.h" #include "BrowseModel.h" #include "BrowseDialog.h" diff --git a/src/BrowseDialog.h b/src/BrowseDialog.h index 8404c30..6f4fa12 100644 --- a/src/BrowseDialog.h +++ b/src/BrowseDialog.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __BROWSEDIALOG_H__ #define __BROWSEDIALOG_H__ diff --git a/src/BrowseModel.cpp b/src/BrowseModel.cpp index 428a658..ff8ed60 100644 --- a/src/BrowseModel.cpp +++ b/src/BrowseModel.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "XMMSHandler.h" #include "BrowseModel.h" diff --git a/src/BrowseModel.h b/src/BrowseModel.h index 417cbbf..abab703 100644 --- a/src/BrowseModel.h +++ b/src/BrowseModel.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __BROWSEMODEL_H__ #define __BROWSEMODEL_H__ diff --git a/src/Button.cpp b/src/Button.cpp index db722c3..cee0b21 100644 --- a/src/Button.cpp +++ b/src/Button.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "Button.h" diff --git a/src/Button.h b/src/Button.h index e493b1f..070486c 100644 --- a/src/Button.h +++ b/src/Button.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __BUTTON_H__ #define __BUTTON_H__ diff --git a/src/ClutterBar.cpp b/src/ClutterBar.cpp index f2d8d2f..4cd2b24 100644 --- a/src/ClutterBar.cpp +++ b/src/ClutterBar.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "ClutterBar.h" #include "Skin.h" diff --git a/src/ClutterBar.h b/src/ClutterBar.h index c6d7328..b3c8352 100644 --- a/src/ClutterBar.h +++ b/src/ClutterBar.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __CLUTTERBAR_H__ #define __CLUTTERBAR_H__ diff --git a/src/Display.cpp b/src/Display.cpp index 808ece1..30f9817 100644 --- a/src/Display.cpp +++ b/src/Display.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "Display.h" diff --git a/src/Display.h b/src/Display.h index 6a76096..cfe5534 100644 --- a/src/Display.h +++ b/src/Display.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SKINDISPLAY_H__ #define __SKINDISPLAY_H__ diff --git a/src/FileDialog.cpp b/src/FileDialog.cpp index e7cf42f..b2a0200 100644 --- a/src/FileDialog.cpp +++ b/src/FileDialog.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "FileDialog.h" #include diff --git a/src/FileDialog.h b/src/FileDialog.h index f38a9c6..94d37d3 100644 --- a/src/FileDialog.h +++ b/src/FileDialog.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __FILEDIALOG_H__ #define __FILEDIALOG_H__ diff --git a/src/MainDisplay.cpp b/src/MainDisplay.cpp index 42072e0..53f4c09 100644 --- a/src/MainDisplay.cpp +++ b/src/MainDisplay.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include #include "XMMSHandler.h" #include "MainDisplay.h" diff --git a/src/MainDisplay.h b/src/MainDisplay.h index a6a5a75..9c3e7e1 100644 --- a/src/MainDisplay.h +++ b/src/MainDisplay.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __MAINDISPLAY_H__ #define __MAINDISPLAY_H__ diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 7e04563..c9a8d34 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #ifdef HAVE_SERVERBROWSER diff --git a/src/MainWindow.h b/src/MainWindow.h index ed35632..5f2c1af 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __MAINWINDOW_H__ #define __MAINWINDOW_H__ diff --git a/src/NumberDisplay.cpp b/src/NumberDisplay.cpp index 8ea9aaf..77518a4 100644 --- a/src/NumberDisplay.cpp +++ b/src/NumberDisplay.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "NumberDisplay.h" diff --git a/src/NumberDisplay.h b/src/NumberDisplay.h index 4040fc4..b17e8c0 100644 --- a/src/NumberDisplay.h +++ b/src/NumberDisplay.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __NUMBERDISPLAY_H__ #define __NUMBERDISPLAY_H__ diff --git a/src/PixWidget.cpp b/src/PixWidget.cpp index 70cf956..7d0da0d 100644 --- a/src/PixWidget.cpp +++ b/src/PixWidget.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "Skin.h" diff --git a/src/PixWidget.h b/src/PixWidget.h index 59d3351..3e2dca8 100644 --- a/src/PixWidget.h +++ b/src/PixWidget.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PIXWIDGET_H__ #define __PIXWIDGET_H__ diff --git a/src/PlayStatus.cpp b/src/PlayStatus.cpp index c89f2f6..c483323 100644 --- a/src/PlayStatus.cpp +++ b/src/PlayStatus.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include #include "PlayStatus.h" #include "Skin.h" diff --git a/src/PlayStatus.h b/src/PlayStatus.h index a806fb6..437fbda 100644 --- a/src/PlayStatus.h +++ b/src/PlayStatus.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PLAYSTATUS_H__ #define __PLAYSTATUS_H__ diff --git a/src/PosBar.cpp b/src/PosBar.cpp index 9c36165..270dedb 100644 --- a/src/PosBar.cpp +++ b/src/PosBar.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "PosBar.h" diff --git a/src/PosBar.h b/src/PosBar.h index fafa62a..b87c327 100644 --- a/src/PosBar.h +++ b/src/PosBar.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SLIDER_H__ #define __SLIDER_H__ diff --git a/src/ServerBrowser.cpp b/src/ServerBrowser.cpp index e2deddd..31f5f00 100644 --- a/src/ServerBrowser.cpp +++ b/src/ServerBrowser.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "ServerBrowser.h" #include diff --git a/src/ServerBrowser.h b/src/ServerBrowser.h index 1dd4e6f..ce8b8f6 100644 --- a/src/ServerBrowser.h +++ b/src/ServerBrowser.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SERVER_BROWSER_H__ #define __SERVER_BROWSER_H__ diff --git a/src/ShadedDisplay.cpp b/src/ShadedDisplay.cpp index 6ef38a5..24fb55d 100644 --- a/src/ShadedDisplay.cpp +++ b/src/ShadedDisplay.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include #include "XMMSHandler.h" diff --git a/src/ShadedDisplay.h b/src/ShadedDisplay.h index 5627156..1039775 100644 --- a/src/ShadedDisplay.h +++ b/src/ShadedDisplay.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SHADEDDISPLAY_H__ #define __SHADEDDISPLAY_H__ diff --git a/src/Skin.cpp b/src/Skin.cpp index d89718a..14b8e45 100644 --- a/src/Skin.cpp +++ b/src/Skin.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "Skin.h" Skin *Skin::singleton = NULL; diff --git a/src/Skin.h b/src/Skin.h index a13ed74..c0e25db 100644 --- a/src/Skin.h +++ b/src/Skin.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SKIN_H__ #define __SKIN_H__ diff --git a/src/SkinChooser.cpp b/src/SkinChooser.cpp index c14187b..dd44641 100644 --- a/src/SkinChooser.cpp +++ b/src/SkinChooser.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "Skin.h" #include "SkinChooser.h" diff --git a/src/SkinChooser.h b/src/SkinChooser.h index 59a69d2..bc96e64 100644 --- a/src/SkinChooser.h +++ b/src/SkinChooser.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include diff --git a/src/SmallNumberDisplay.cpp b/src/SmallNumberDisplay.cpp index 246c426..996ddeb 100644 --- a/src/SmallNumberDisplay.cpp +++ b/src/SmallNumberDisplay.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "SmallNumberDisplay.h" #include "Skin.h" diff --git a/src/SmallNumberDisplay.h b/src/SmallNumberDisplay.h index d7419ed..aa99995 100644 --- a/src/SmallNumberDisplay.h +++ b/src/SmallNumberDisplay.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SMALLNUMBERDISPLAY_H__ #define __SMALLNUMBERDISPLAY_H__ diff --git a/src/StereoMono.cpp b/src/StereoMono.cpp index b51b383..99599f2 100644 --- a/src/StereoMono.cpp +++ b/src/StereoMono.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "StereoMono.h" #include "Skin.h" diff --git a/src/StereoMono.h b/src/StereoMono.h index c89bec7..5e051d9 100644 --- a/src/StereoMono.h +++ b/src/StereoMono.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __STEREOMONO_H__ #define __STEREOMONO_H__ diff --git a/src/TextBar.cpp b/src/TextBar.cpp index 0a21c9c..316630c 100644 --- a/src/TextBar.cpp +++ b/src/TextBar.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "Display.h" #include "TextBar.h" diff --git a/src/TextBar.h b/src/TextBar.h index e808e4b..76f1b4a 100644 --- a/src/TextBar.h +++ b/src/TextBar.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __TEXTBOX_H__ #define __TEXTBOX_H__ diff --git a/src/TimeDisplay.cpp b/src/TimeDisplay.cpp index ff624af..a2cdd65 100644 --- a/src/TimeDisplay.cpp +++ b/src/TimeDisplay.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainDisplay.h" #include "TimeDisplay.h" #include "NumberDisplay.h" diff --git a/src/TimeDisplay.h b/src/TimeDisplay.h index f0f878b..207e3cc 100644 --- a/src/TimeDisplay.h +++ b/src/TimeDisplay.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __TIMEDISPLAY_H__ #define __TIMEDISPLAY_H__ diff --git a/src/TitleBar.cpp b/src/TitleBar.cpp index 7ed06d2..aebcd01 100644 --- a/src/TitleBar.cpp +++ b/src/TitleBar.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "TitleBar.h" #include "Display.h" diff --git a/src/TitleBar.h b/src/TitleBar.h index d50ef68..244b844 100644 --- a/src/TitleBar.h +++ b/src/TitleBar.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __TITLEBAR_H__ #define __TITLEBAR_H__ diff --git a/src/VolumeSlider.cpp b/src/VolumeSlider.cpp index 8479d78..4307cce 100644 --- a/src/VolumeSlider.cpp +++ b/src/VolumeSlider.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "XMMSHandler.h" #include diff --git a/src/VolumeSlider.h b/src/VolumeSlider.h index b020b6a..f18b540 100644 --- a/src/VolumeSlider.h +++ b/src/VolumeSlider.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __VOLUMESLIDER_H__ #define __VOLUMESLIDER_H__ diff --git a/src/XMMSHandler.cpp b/src/XMMSHandler.cpp index cd46487..35f0ce2 100644 --- a/src/XMMSHandler.cpp +++ b/src/XMMSHandler.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include #include "xmmsqt4.h" diff --git a/src/XMMSHandler.h b/src/XMMSHandler.h index 330ab22..1224445 100644 --- a/src/XMMSHandler.h +++ b/src/XMMSHandler.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __XMMS_HANDLER_H__ #define __XMMS_HANDLER_H__ diff --git a/src/equalizer/equalizer.cpp b/src/equalizer/equalizer.cpp index b046cbb..45f0ec4 100644 --- a/src/equalizer/equalizer.cpp +++ b/src/equalizer/equalizer.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "TitleBar.h" #include "equalizer.h" diff --git a/src/equalizer/equalizer.h b/src/equalizer/equalizer.h index b2d2ad4..2bbb578 100644 --- a/src/equalizer/equalizer.h +++ b/src/equalizer/equalizer.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __EQUALIZER_H__ #define __EQUALIZER_H__ diff --git a/src/playlist/playlist.cpp b/src/playlist/playlist.cpp index c8d2d49..626bfd8 100644 --- a/src/playlist/playlist.cpp +++ b/src/playlist/playlist.cpp @@ -1,3 +1,19 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * Copyright (C) 2007 Thomas Frauendorfer + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "BrowseDialog.h" #include "playlist.h" diff --git a/src/playlist/playlist.h b/src/playlist/playlist.h index ddbb124..56d34e9 100644 --- a/src/playlist/playlist.h +++ b/src/playlist/playlist.h @@ -1,3 +1,19 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * Copyright (C) 2007 Thomas Frauendorfer + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PLAYLIST_H__ #define __PLAYLIST_H__ diff --git a/src/playlist/playlistmenu.cpp b/src/playlist/playlistmenu.cpp index 7da4bea..aaa8726 100644 --- a/src/playlist/playlistmenu.cpp +++ b/src/playlist/playlistmenu.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "playlistmenu.h" #include diff --git a/src/playlist/playlistmenu.h b/src/playlist/playlistmenu.h index 0a4274f..56bda44 100644 --- a/src/playlist/playlistmenu.h +++ b/src/playlist/playlistmenu.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PLAYLISTMENU_H__ #define __PLAYLISTMENU_H__ diff --git a/src/playlist/playlistshade.cpp b/src/playlist/playlistshade.cpp index 99b3b91..2b40956 100644 --- a/src/playlist/playlistshade.cpp +++ b/src/playlist/playlistshade.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "XMMSHandler.h" #include diff --git a/src/playlist/playlistshade.h b/src/playlist/playlistshade.h index 3c43fd9..6dedede 100644 --- a/src/playlist/playlistshade.h +++ b/src/playlist/playlistshade.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PLAYLISTSHADE_H__ #define __PLAYLISTSHADE_H__ diff --git a/src/playlist/playlistview.cpp b/src/playlist/playlistview.cpp index af475b7..f376754 100644 --- a/src/playlist/playlistview.cpp +++ b/src/playlist/playlistview.cpp @@ -1,4 +1,20 @@ -// TODO might not need those two +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * Copyright (C) 2007,2008 Thomas Frauendorfer + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + +// FIXME should not need those two #include #include "XMMSHandler.h" diff --git a/src/playlist/playlistview.h b/src/playlist/playlistview.h index b40b727..10cbd6a 100644 --- a/src/playlist/playlistview.h +++ b/src/playlist/playlistview.h @@ -1,3 +1,19 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * Copyright (C) 2007,2008 Thomas Frauendorfer + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __PLAYLISTVIEW_H__ #define __PLAYLISTVIEW_H__ diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index ca2b79c..990cd3e 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #include "MainWindow.h" #include "settingsdialog.h" diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 864e8dd..7f0acdc 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -1,3 +1,18 @@ +/** + * This file is a part of Prome, an XMMS2 Client. + * + * Copyright (C) 2005-2007 XMMS2 Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * 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. + */ + #ifndef __SETTINGSWINDOW_H__ #define __SETTINGSWINDOW_H__