mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
lzs.h: added license
This commit is contained in:
18
src/lzs.h
18
src/lzs.h
@@ -1,2 +1,20 @@
|
||||
/*
|
||||
* OpenConnect (SSL + DTLS) VPN client
|
||||
*
|
||||
* Copyright © 2008-2014 Intel Corporation.
|
||||
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
|
||||
*
|
||||
* Author: David Woodhouse <dwmw2@infradead.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
* version 2.1, as published by the Free Software Foundation.
|
||||
*
|
||||
* 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
|
||||
* Lesser General Public License for more details.
|
||||
*/
|
||||
|
||||
int lzs_decompress(unsigned char *dst, int dstlen, const unsigned char *src, int srclen);
|
||||
int lzs_compress(unsigned char *dst, int dstlen, const unsigned char *src, int srclen);
|
||||
|
||||
Reference in New Issue
Block a user