Relicense all GPLv2 only code to GPLv2+.
[kdenetwork.git] / kget / core / transfercontainer.cpp
blob2a192705226cc14c25f1057491bba192b3f5c2e9
1 /* This file is part of the KDE project
3 Copyright (C) 2007 Urs Wolfer <uwolfer @ kde.org>
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9 */
11 #include "core/transfercontainer.h"
13 #include <KDebug>
15 TransferContainer::TransferContainer()
19 TransferContainer::~TransferContainer()
23 #include "transfercontainer.moc"