diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-16 14:01:01 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-16 14:01:01 +0100 |
commit | a58c58148db61107497fbdf7fa98ceee96c99c4d (patch) | |
tree | 6b9837916015635be06c87b4e69c63844f8c831e /src/webengine/downloaditemform.h | |
parent | Download manager (diff) | |
download | smolbote-a58c58148db61107497fbdf7fa98ceee96c99c4d.tar.xz |
Added license headers
Diffstat (limited to 'src/webengine/downloaditemform.h')
-rw-r--r-- | src/webengine/downloaditemform.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/webengine/downloaditemform.h b/src/webengine/downloaditemform.h index 996b876..963d7c5 100644 --- a/src/webengine/downloaditemform.h +++ b/src/webengine/downloaditemform.h @@ -1,3 +1,23 @@ +/** LICENSE ******************************************************************** + ** + ** smolbote: yet another qute browser + ** Copyright (C) 2017 Xian Nox + ** + ** 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 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 DOWNLOADITEMFORM_H #define DOWNLOADITEMFORM_H |