대표적인 오픈 소스 라이선스이며, 비교적 짧고 그만큼 제한도 거의 없는 라이선스 이다. 사용에 제한이 거의 없기 때문에 GPL과 같은 라이선스를 싫어하는 사람들이 선호하는 라이선스이다.
zlib 홈페이지(http://www.zlib.net/zlib_license.html) 및 zlib 소스에서 볼 수 있는 라이선스 전문은 다음과 같다.
/* zlib.h -- interface of the 'zlib' general purpose compression library version 1.3.1, January 22nd, 2024 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ |
이걸 한국어로 번역하면 다음과 같다.
이 소프트웨어는 어떠한 명시적 또는 묵시적 보증도 없이 "있는 그대로" 제공됩니다. 그 어떤 경우에도 작성자는 이 소프트웨어의 사용으로 인한 손해에 대해 책임을 지지 않습니다. 다음 제한 규정을 준수하는 경우에 한하여 상업적인 응용 프로그램을 포함하는 모든 용도로 이 소프트웨어를 사용하고 자유롭게 수정 및 재배포할 수 있는 권한이 누구에게나 부여됩니다.
|
즉, 마음대로 가져다 쓰고 고쳐 쓸 수도 있다는 이야기. 단, 소스를 수정해서 공개할때 원작자 표시를 지우면 안되고, 어디가서 자신이 만들었다고 사기만 치지 않으면 된다는 것이다.