提交 18273e5f authored 作者: Philip Zimmermann's avatar Philip Zimmermann 提交者: Travis Cross

Relicense ECC code under APGLv3 with exception for FreeSWITCH

Thanks to Travis Cross for pushing for this to happen.
Signed-off-by: 's avatarPhilip Zimmermann <prz@mit.edu>
Signed-off-by: 's avatarTravis Cross <tc@traviscross.com>
上级 8843819c
/* /*
* zrtp_crypto_ec.c - Elliptic Curve Low Level Crypto functions for ZRTP. * libZRTP SDK library, implements the ZRTP secure VoIP protocol.
* NSA Suite B Elliptic Curves from NIST SP 800-56A and FIPS 186-3. * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
* * Contact: http://philzimmermann.com
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. * For licensing and other legal details, see the file zrtp_legal.c.
* This is NOT licensed under the GPL or any other open source license.
* For licensing terms or other information,
* contact: Philip Zimmermann <prz@mit.edu>.
* For more contact information, see http://philzimmermann.com
*/ */
#ifndef __ZRTP_CRYPTO_EC_H__ #ifndef __ZRTP_CRYPTO_EC_H__
......
/* /*
* zrtp_crypto_ec.c - Elliptic Curve Low Level Crypto functions for ZRTP. * libZRTP SDK library, implements the ZRTP secure VoIP protocol.
* NSA Suite B Elliptic Curves from NIST SP 800-56A and FIPS 186-3. * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
* * Contact: http://philzimmermann.com
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. * For licensing and other legal details, see the file zrtp_legal.c.
* This is NOT licensed under the GPL or any other open source license.
* For licensing terms or other information,
* contact: Philip Zimmermann <prz@mit.edu>.
* For more contact information, see http://philzimmermann.com
*/ */
#include "zrtp.h" #include "zrtp.h"
......
/* /*
* zrtp_crypto_ecdh.c - Elliptic Curve Diffie Hellman functions for ZRTP. * libZRTP SDK library, implements the ZRTP secure VoIP protocol.
* NSA Suite B Elliptic Curves from NIST SP 800-56A and FIPS 186-3. * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
* * Contact: http://philzimmermann.com
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. * For licensing and other legal details, see the file zrtp_legal.c.
* This is NOT licensed under the GPL or any other open source license.
* For licensing terms or other information,
* contact: Philip Zimmermann <prz@mit.edu>.
* For more contact information, see http://philzimmermann.com
*/ */
#include "zrtp.h" #include "zrtp.h"
......
/* /*
* zrtp_crypto_ecdsa.c - Elliptic Curve Digital Signature functions for ZRTP. * libZRTP SDK library, implements the ZRTP secure VoIP protocol.
* NSA Suite B Elliptic Curves from NIST SP 800-56A and FIPS 186-3. * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
* * Contact: http://philzimmermann.com
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. * For licensing and other legal details, see the file zrtp_legal.c.
* This is NOT licensed under the GPL or any other open source license.
* For licensing terms or other information,
* contact: Philip Zimmermann <prz@mit.edu>.
* For more contact information, see http://philzimmermann.com
*/ */
#include "zrtp.h" #include "zrtp.h"
......
...@@ -46,14 +46,6 @@ ...@@ -46,14 +46,6 @@
* derivative work of the FreeSWITCH code in the same work, the terms * derivative work of the FreeSWITCH code in the same work, the terms
* of the AGPLv3 apply. * of the AGPLv3 apply.
* *
* You might have received some files with this library that are not
* covered by this license grant. These files have a header
* identifying the copyright holder as Philip R. Zimmermann and a
* clear statement that the file is not freely available, such as,
* "This is NOT licensed under the GPL or any other open source
* license." This document grants you no right to distribute or use
* these files.
*
* I, Phil Zimmermann, would like to make the following non-binding * I, Phil Zimmermann, would like to make the following non-binding
* request of any contributors to this library: please make your * request of any contributors to this library: please make your
* changes available for me to sublicense. I support myself in part * changes available for me to sublicense. I support myself in part
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论