diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-07-30 04:35:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-07-30 04:35:47 +0300 |
commit | 8dbca102c584d73cd1ce9493e52aad3c2ed18305 (patch) | |
tree | e37b80bb3bc8e30e09abb64eca71b2c0d05726be /client-qt/udm-client-qt/udm_main.cpp | |
parent | 5c48d14a9ab31a31f7f17c715dcf5847251dd204 (diff) |
client-qt:
license added
Diffstat (limited to 'client-qt/udm-client-qt/udm_main.cpp')
-rw-r--r-- | client-qt/udm-client-qt/udm_main.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/client-qt/udm-client-qt/udm_main.cpp b/client-qt/udm-client-qt/udm_main.cpp index eb836bc..6969dc9 100644 --- a/client-qt/udm-client-qt/udm_main.cpp +++ b/client-qt/udm-client-qt/udm_main.cpp @@ -1,3 +1,24 @@ +/* + Copyright © 2015 Gluzskiy Alexandr (sss) + + This file is part of Unknown Download Manager (UDM). + + UDM is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + UDM 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 UDM. If not, see <http://www.gnu.org/licenses/>. + +*/ + + #include "udm_main.h" udm_main::udm_main(QWidget *parent) |