summaryrefslogtreecommitdiffstats
path: root/lz4.c
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-09-25 09:00:37 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-09-25 09:00:37 (GMT)
commitc63f81c1053873f169fc70753de8f6d7d81a9a2b (patch)
tree7008e17806f5f14b711deec79c4bbba553be1ea3 /lz4.c
parenta12ed25c1c367a206edf3e828ad3e1c64e786f75 (diff)
downloadlz4-c63f81c1053873f169fc70753de8f6d7d81a9a2b.zip
lz4-c63f81c1053873f169fc70753de8f6d7d81a9a2b.tar.gz
lz4-c63f81c1053873f169fc70753de8f6d7d81a9a2b.tar.bz2
Makefile : New install script and man page, contributed by Prasad Pandit
lz4cli.c : Minor modifications, for easier extensibility COPYING : added license file LZ4_Streaming_Format.odt : modified file name to remove white space characters exe : .exe suffix now properly added only for Windows target git-svn-id: https://lz4.googlecode.com/svn/trunk@105 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'lz4.c')
-rw-r--r--lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4.c b/lz4.c
index 9852bbf..606633d 100644
--- a/lz4.c
+++ b/lz4.c
@@ -27,8 +27,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
You can contact the author at :
- - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html
- LZ4 source repository : http://code.google.com/p/lz4/
+ - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
*/
//**************************************