diff --git a/debian/control b/debian/control index ed1d597..7feb4a1 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,11 @@ Description: Generic library for real-time communications with async IO support BFCP Jitter-buffer Async I/O (poll, epoll, select) - UDP/TCP/TLS transport + UDP/TCP/TLS/DTLS transport + HTTP Client and Server + Websocket Client and Server + JSON parser + SRTP and SRTCP (Secure RTP) . Design goals: . @@ -53,7 +57,11 @@ Description: Generic library for real-time communications (development files) BFCP Jitter-buffer Async I/O (poll, epoll, select) - UDP/TCP/TLS transport + UDP/TCP/TLS/DTLS transport + HTTP Client and Server + Websocket Client and Server + JSON parser + SRTP and SRTCP (Secure RTP) . Design goals: . diff --git a/debian/copyright b/debian/copyright index cd4354b..a5cf1ab 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad It was downloaded from http://www.creytiv.com/ -Copyright (c) 2010 - 2014, Alfred E. Heggestad -Copyright (c) 2010 - 2014, Richard Aas -Copyright (c) 2010 - 2014, Creytiv.com +Copyright (c) 2010 - 2016, Alfred E. Heggestad +Copyright (c) 2010 - 2016, Richard Aas +Copyright (c) 2010 - 2016, Creytiv.com All rights reserved. diff --git a/docs/README b/docs/README index f811238..d31b4ac 100644 --- a/docs/README +++ b/docs/README @@ -147,7 +147,7 @@ Supported compilers: Feedback: -- Please send feedback to +- Please send feedback to Coding guidelines: