- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(

This commit is contained in:
Christophe Dumez 2007-07-14 14:31:59 +00:00
parent f0353e50b2
commit 8df61db644
31 changed files with 545 additions and 794 deletions

View file

@ -1,11 +1,11 @@
/*
* Bittorrent Client using Qt4 and libtorrent.
* Copyright (C) 2006-2007 Christophe Dumez
* Copyright (C) 2006 Christophe Dumez
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 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
@ -13,9 +13,11 @@
* 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/>
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contact : chris@qbittorrent.org
*/
#include <QFileDialog>
#include <QTime>
#include <QMessageBox>