프로그래밍/라이선스

라이선스 헤더 (영어)

HKLee416 2021. 12. 22. 15:41

개인용 템플릿입니다. 여기 있는 내용은 표준이 아닙니다.

MIT 라이선스

/*
 * 간단한 파일 설명
 * 프로젝트 이름
 *
 * Copyright (C) 연도 이름
 *
 * This software may be modified and distributed under the terms
 *  of the MIT license.  See the LICENSE file for details.
 */

GPL 3.0 및 그 이후 버전

/*
 * 간단한 파일 설명
 * 프로젝트 이름
 *
 * Copyright (C) 년도 이름
 *
 * This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  any later version.
 *
 * This program 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

 

기밀 코드

/*
 * 간단한 파일 설명
 * 프로젝트 이름
 *
 * Copyright (C) 년도 이름 - All Rights Reserved
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and Confidential
 */