오픈소스 라이선스 안내
본 사이트는 일부 기능 구현을 위해 오픈소스 소프트웨어를 사용하고 있습니다. 아래에는 현재 사용 중인 주요 오픈소스 구성 요소와 해당 라이선스 전문 또는 필수 고지 내용을 안내합니다.
최종 업데이트 : 2026.06.04
1. 안내
본 페이지는 win-j.com에서 사용 중인 주요 오픈소스 라이브러리의 저작권 고지와 라이선스 내용을 안내하기 위한 페이지입니다. 각 오픈소스의 저작권은 해당 권리자에게 있으며, 본 사이트는 각 라이선스 조건에 따라 이를 사용합니다.
라이브러리 버전 변경, 추가, 제거에 따라 본 페이지의 내용은 업데이트될 수 있습니다.
2. 포함 대상
현재 본 페이지에는 사이트 기능 구현 과정에서 확인된 대표적인 오픈소스 라이브러리를 우선 기재합니다. 정적 파일, 번들 파일, 외부 CDN, 아이콘, 폰트 등 실제 배포 구성에 포함되는 항목은 운영 과정에서 추가 반영될 수 있습니다.
3. PDF.js
PDF 파일을 브라우저에서 렌더링하고 페이지를 추출하기 위한 라이브러리입니다.
PDF → 이미지 변환, 미리보기 기능 등에 사용됩니다.
pdf.worker.min.js 파일을 포함하여 PDF 렌더링 처리를 위해 사용됩니다.
해당 라이브러리는 PDF 파일의 렌더링 및 변환 기능 제공을 위해 사용됩니다.
모든 파일 처리는 사용자의 브라우저에서 수행되며,
서버로 업로드되거나 저장되지 않습니다.
Copyright 2012 Mozilla Foundation Licensed under the Apache License, Version 2.0
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
4. SheetJS (xlsx)
Excel 파일(.xlsx)을 읽고 JSON, CSV 등으로 변환하기 위한 라이브러리입니다.
클라이언트 환경에서만 파일을 처리하며, 서버로 업로드되지 않습니다.
Copyright (C) SheetJS LLC Licensed under the Apache License, Version 2.0
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
5. JSZip
여러 파일을 ZIP 형태로 묶어 다운로드할 수 있도록 지원하는 라이브러리입니다.
해당 라이브러리는 여러 파일을 ZIP 형식으로 묶어 다운로드하는 기능 제공을 위해 사용됩니다.
모든 파일 처리는 사용자의 브라우저에서 수행되며,
서버로 업로드되거나 저장되지 않습니다.
Copyright (c) 2009-2022 Stuart Knightley Released under the MIT License
MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6. jsPDF
브라우저 환경에서 PDF 파일을 생성하고 다운로드할 수 있도록 지원하는 JavaScript 라이브러리입니다.
텍스트, 이미지, 표 등을 포함한 PDF 문서를 클라이언트 측에서 생성하는 기능에 사용됩니다.
해당 라이브러리는 PDF 생성 기능 제공을 위해 사용되며,
모든 데이터 처리는 사용자의 브라우저에서 수행됩니다.
서버로 파일이 업로드되거나 저장되지 않습니다.
Copyright (c) 2010-2024 James Hall Released under the MIT License
MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7. pdf-lib
브라우저 및 Node.js 환경에서 PDF 파일을 생성, 수정, 병합할 수 있도록 지원하는 JavaScript 라이브러리입니다.
PDF 병합, 페이지 삭제/추가, 텍스트 삽입 등 고급 PDF 처리 기능에 사용됩니다.
해당 라이브러리는 PDF 파일의 생성 및 편집 기능 제공을 위해 사용됩니다.
모든 파일 처리는 사용자의 브라우저에서 수행되며,
서버로 업로드되거나 저장되지 않습니다.
Copyright (c) 2018-2024 Hopding Released under the MIT License
MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8. Tesseract.js
JavaScript 기반 OCR(광학 문자 인식) 라이브러리입니다.
브라우저 및 Node.js 환경에서 이미지 속 텍스트를 추출할 수 있으며, WebAssembly 기반으로 동작합니다.
OCR 기능 구현 시 사용된 오픈소스 라이브러리입니다.
Apache License 2.0 라이선스를 따릅니다.
상업적 사용이 가능하며 수정 및 배포가 허용됩니다.
라이선스 및 저작권 고지는 유지되어야 합니다.
Copyright 2018 Naptha and Tesseract.js contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. "Source" form shall mean the preferred form for making modifications. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works. Grant of Patent License. Each Contributor grants You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, use, sell, offer for sale, import, and otherwise transfer the Work. Redistribution. You may reproduce and distribute copies of the Work provided that You meet the following conditions: You must give recipients a copy of this License. Modified files must carry prominent notices. You must retain all copyright, patent, trademark, and attribution notices. If a NOTICE file exists, it must be included. Submission of Contributions. Unless explicitly stated otherwise, contributions intentionally submitted for inclusion in the Work shall be under the terms of this License. Trademarks. This License does not grant permission to use trade names, trademarks, service marks, or product names of the Licensor. Disclaimer of Warranty. Unless required by law or agreed to in writing, Licensor provides the Work on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. Limitation of Liability. In no event shall any Contributor be liable for damages arising from the use of the Work. Accepting Warranty or Additional Liability. You may choose to offer support, warranty, or liability obligations only on Your own behalf. END OF TERMS AND CONDITIONS
9. qrcode.js
qrcode.js는 JavaScript 기반의 경량 QR코드 생성 라이브러리입니다.
브라우저 환경에서 URL, 텍스트, 연락처 정보 등을 QR코드 이미지로 생성할 수 있으며 Canvas 및 Table 렌더링을 지원합니다.
이 유틸리티는 qrcode.js 오픈소스 라이브러리를 사용하여 QR코드를 생성합니다.
브라우저 내부에서 처리되며 입력한 데이터는 서버에 저장되지 않습니다.
Copyright (c) davidshimjs This software is provided under the MIT License. The original source code and project information are available at: https://github.com/davidshimjs/qrcodejs
MIT License Copyright (c) davidshimjs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10. html2canvas
html2canvas는 웹페이지의 특정 HTML 요소를 브라우저에서 캔버스 이미지로 렌더링하기 위해 사용하는 JavaScript 오픈소스 라이브러리입니다. win-j.com에서는 골프 스코어카드, 결과 화면 등 일부 유틸리티 화면을 이미지로 저장하는 기능에 사용할 수 있습니다.
이 라이브러리는 MIT License 조건에 따라 사용할 수 있으며, 배포 또는 서비스 제공 시 저작권 고지와 라이선스 문구를 함께 표시합니다.
Copyright (c) Niklas von Hertzen Released under the MIT License.
MIT License Copyright (c) Niklas von Hertzen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11. js-yaml
js-yaml은 JavaScript 환경에서 YAML 문서를 파싱하고 생성할 수 있도록 도와주는 오픈소스 라이브러리입니다. 본 사이트에서는 YAML 검증기 기능에서 사용자가 입력한 YAML 문법을 확인하고 JSON 형태로 변환·미리보기하는 용도로 사용됩니다.
js-yaml.min.js 파일은 MIT License에 따라 배포되는 오픈소스 라이브러리입니다. 본 사이트는 해당 라이브러리의 저작권 및 라이선스 조건을 준수하며, 원본 저장소와 라이선스 정보를 함께 고지합니다.
Copyright (C) 2011-2015 by Vitaly Puzrin
MIT License Copyright (C) 2011-2015 by Vitaly Puzrin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12. Bootstrap
사이트의 기본 레이아웃, 반응형 UI 및 컴포넌트 스타일 구성에 사용됩니다.
본 사이트는 Bootstrap을 기반으로 UI 및 레이아웃을 구성하고 있습니다
Copyright (c) 2011-2024 The Bootstrap Authors
MIT License
13. Bootstrap Icons
사이트 UI에 사용되는 아이콘 표시용으로 사용됩니다.
본 사이트의 버튼, 상태 표시, 유틸리티 아이콘 등에 사용됩니다.
Copyright (c) 2019-2024 The Bootstrap Authors
MIT License
14. bcrypt.js
bcrypt.js는 JavaScript 환경에서 bcrypt 해시 생성 및 비밀번호 암호화를 지원하는 라이브러리입니다.
브라우저 및 Node.js 환경에서 사용할 수 있으며,
회원가입 비밀번호 암호화, 해시 비교, 보안 테스트 등에 활용됩니다.
win-j.com의 bcrypt Hash 생성기 유틸리티에서
사용자가 입력한 문자열을 안전한 bcrypt 해시 형태로 변환하는 기능에 사용됩니다.
bcrypt.js는 순수 JavaScript 기반 bcrypt 구현체입니다.
별도의 서버 설치 없이 브라우저 환경에서도 사용할 수 있으며,
비밀번호 암호화 및 보안 테스트 기능 구현에 적합합니다.
공식 저장소:
https://github.com/dcodeIO/bcrypt.js
This product includes bcrypt.js developed by Daniel Wirtz and contributors. bcrypt.js is licensed under the MIT License. Copyright (c) Daniel Wirtz <dcode@dcode.io> https://github.com/dcodeIO/bcrypt.js
MIT License Copyright (c) Daniel Wirtz <dcode@dcode.io> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15. 문의
오픈소스 고지와 관련한 문의는 문의하기 페이지를 통해 접수할 수 있습니다.