1message_set=20 2 3contributor+=( 4 [jlg]="Jean-loup Gailly" 5 [ma]="Mark Adler" 6) 7 8license+=( 9 company="Jean-loup Gailly and Mark Adler" 10 11 package=zlib 12 since=1995 13 14 type=zlib 15 name="${license.package} Open Source" 16 url=http://www.opensource.org/licenses/Zlib 17 urlmd5=4cfd2c17b0340c2f3c80b577a8e45bee 18 19 notice=' 20This software is provided "as-is", without any express or implied 21warranty. In no event will the authors be held liable for any damages 22arising from the use of this software. 23 24Permission is granted to anyone to use this software for any purpose, 25including commercial applications, and to alter it and redistribute it 26freely, subject to the following restrictions: 27 281. The origin of this software must not be misrepresented; you must not 29 claim that you wrote the original software. If you use this software 30 in a product, an acknowledgment in the product documentation would 31 be appreciated but is not required. 32 332. Altered source versions must be plainly marked as such, and must not 34 be misrepresented as being the original software. 35 363. This notice may not be removed or altered from any source 37 distribution. 38' 39) 40