diff options
author | fireice-uk <fireice2@o2.pl> | 2017-02-12 16:51:19 +0000 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-02-12 16:51:19 +0000 |
commit | 27fd97697f3d246253bc5ccbe3514efc32d7bd4e (patch) | |
tree | fe3b008be1f7a507f14e239751aa2db9e4e41b67 /socket.cpp | |
parent | f84ed4b9a825a882a68b4e41a35ebc98fb2cf953 (diff) | |
download | xmr-stak-27fd97697f3d246253bc5ccbe3514efc32d7bd4e.zip xmr-stak-27fd97697f3d246253bc5ccbe3514efc32d7bd4e.tar.gz |
License update
Diffstat (limited to 'socket.cpp')
-rw-r--r-- | socket.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +/* + * 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 + * 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/>. + * + * Additional permission under GNU GPL version 3 section 7 + * + * If you modify this Program, or any covered work, by linking or combining + * it with OpenSSL (or a modified version of that library), containing parts + * covered by the terms of OpenSSL License and SSLeay License, the licensors + * of this Program grant you additional permission to convey the resulting work. + * + */ + #include "socket.h" #include "jpsock.h" #include "jconf.h" |