summaryrefslogtreecommitdiff
path: root/Source/zlib/trees.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/zlib/trees.c')
-rwxr-xr-xSource/zlib/trees.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/zlib/trees.c b/Source/zlib/trees.c
index 5bd25ac..eb1a5af 100755
--- a/Source/zlib/trees.c
+++ b/Source/zlib/trees.c
@@ -1,3 +1,16 @@
+/*
+ * This file is a part of the zlib compression module for NSIS.
+ *
+ * Copyright and license information can be found below.
+ * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
+ *
+ * The original zlib source code is available at
+ * http://www.zlib.net/
+ *
+ * This software is provided 'as-is', without any express or implied
+ * warranty.
+ */
+
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-1998 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h