[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/playlist
From:       Seb Ruiz <ruiz () kde ! org>
Date:       2008-05-01 0:48:51
Message-ID: 1209602931.028323.21894.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 802890 by seb:

Update licensing to kde gpl v2+


 M  +16 -4     PlaylistDropVis.cpp  
 M  +16 -4     PlaylistDropVis.h  
 M  +16 -4     PlaylistGraphicsScene.cpp  
 M  +16 -4     PlaylistGraphicsScene.h  


--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistDropVis.cpp #802889:802890
@@ -1,9 +1,21 @@
 /***************************************************************************
- * copyright            : (C) 2007 Seb Ruiz <ruiz@kde.org>                 *
+ * Copyright 2007  Seb Ruiz <ruiz@kde.org>                                 *
  *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License version 2        *
- *   as published by the Free Software Foundation.                         *
+ * This program is free software; you can redistribute it and/or           *
+ * modify it under the terms of the GNU General Public License as          *
+ * published by the Free Software Foundation; either version 2 of          *
+ * the License or (at your option) version 3 or any later version          *
+ * accepted by the membership of KDE e.V. (or its successor approved       *
+ * by the membership of KDE e.V.), which shall act as a proxy              *
+ * defined in Section 14 of version 3 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.                            *
+ *                                                                         *
+ * You should have received a copy of the GNU General Public License       *
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
  ***************************************************************************/
 
 #include "PlaylistDropVis.h"
--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistDropVis.h #802889:802890
@@ -1,9 +1,21 @@
 /***************************************************************************
- * copyright            : (C) 2007 Seb Ruiz <ruiz@kde.org>                 *
+ * Copyright 2007  Seb Ruiz <ruiz@kde.org>                                 *
  *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License version 2        *
- *   as published by the Free Software Foundation.                         *
+ * This program is free software; you can redistribute it and/or           *
+ * modify it under the terms of the GNU General Public License as          *
+ * published by the Free Software Foundation; either version 2 of          *
+ * the License or (at your option) version 3 or any later version          *
+ * accepted by the membership of KDE e.V. (or its successor approved       *
+ * by the membership of KDE e.V.), which shall act as a proxy              *
+ * defined in Section 14 of version 3 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.                            *
+ *                                                                         *
+ * You should have received a copy of the GNU General Public License       *
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
  ***************************************************************************/
 
 #ifndef AMAROK_PLAYLISTDROPVIS_H
--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistGraphicsScene.cpp #802889:802890
@@ -1,9 +1,21 @@
 /***************************************************************************
- * copyright            : (C) 2007 Seb Ruiz <ruiz@kde.org>                 *
+ * Copyright 2007  Seb Ruiz <ruiz@kde.org>                                 *
  *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License version 2        *
- *   as published by the Free Software Foundation.                         *
+ * This program is free software; you can redistribute it and/or           *
+ * modify it under the terms of the GNU General Public License as          *
+ * published by the Free Software Foundation; either version 2 of          *
+ * the License or (at your option) version 3 or any later version          *
+ * accepted by the membership of KDE e.V. (or its successor approved       *
+ * by the membership of KDE e.V.), which shall act as a proxy              *
+ * defined in Section 14 of version 3 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.                            *
+ *                                                                         *
+ * You should have received a copy of the GNU General Public License       *
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
  ***************************************************************************/
 
 #include "debug.h"
--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistGraphicsScene.h #802889:802890
@@ -1,9 +1,21 @@
 /***************************************************************************
- * copyright            : (C) 2007 Seb Ruiz <ruiz@kde.org>                 *
+ * Copyright 2007  Seb Ruiz <ruiz@kde.org>                                 *
  *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License version 2        *
- *   as published by the Free Software Foundation.                         *
+ * This program is free software; you can redistribute it and/or           *
+ * modify it under the terms of the GNU General Public License as          *
+ * published by the Free Software Foundation; either version 2 of          *
+ * the License or (at your option) version 3 or any later version          *
+ * accepted by the membership of KDE e.V. (or its successor approved       *
+ * by the membership of KDE e.V.), which shall act as a proxy              *
+ * defined in Section 14 of version 3 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.                            *
+ *                                                                         *
+ * You should have received a copy of the GNU General Public License       *
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
  ***************************************************************************/
 
 #ifndef AMAROK_PLAYLISTGRAPHICSSCENE_H
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic