본문 바로가기

LGPL2.1 그리고 MIT

kakaowsh 게시글 작성 시각 2021-07-30 18:04:07 게시글 조회수 1916

안녕하세요 너무 고생이 많으십니다.
프로그램을 만들고 처음으로 배포하고자 하는 초보 프로그래머 입니다.

 

 

제가 다음 두 모듈을 포함시켜서 파이썬(pyinstaller)으로 프로그램 하나를 만들었습니다.
pyside6: LGPL2.1 라이센스
openpyxl: MIT 라이센스

 


그렇다면 제가 해당 프로그램을 배포할 때,

 

 

 


★ 1. LGPL2.1에 의해 사용된 소스코드 일부 공개

#############################

*from PySide6.QtWidgets import QFileDialog, QApplication, QMessageBox, QDialog, QLineEdit, QPushButton, QVBoxLayout from

*openpyxl import load_workbook

*from PySide6.QtGui import QIntValidator, QRegularExpressionValidator from PySide6.QtCore import QRegularExpression

#############################

 

 

 


★ 2. 다음의 내용을 license.txt 파일에 담아 첨부하기

#############################

Copyright (C) year name of author
 
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
 
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
 
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

#############################

 

 

이렇게 2가지만 지키면 될까요?

혹시 의무 고지에서 내용을 더 보충해야 할까요?

 

3일째 정보를 찾아 헤메다가 너무 어려워서 이렇게 질문을 드리네요

감사합니다.

맨 위로
맨 위로