Superkkt Blog

GPL license 표기법

2009/06/10 15:16

소스코드에 GPL license를 표기할 때 아래와 같이 하면 된다.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

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
(at your option) 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 <http://www.gnu.org/licenses/>.

그래도 같다 붙이면 안 되고, <>로 둘러싸인 부분은 적절하게 바꿔주고, 또 나중에 GPLv3 다음
버전이 나왔을 때 자동으로 적용되기를 원하지 않는다면 "any later version." 구문은 제거해야 한다.

그리고 프로그램이 interactive mode로 동작한다면 아래와 같은 문구를 화면에 보여주면 된다.

<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.


자세한 내용은 아래 페이지의 맨 끝 부분을 참조한다.
http://www.gnu.org/copyleft/gpl.html

2009/06/10 15:16 2009/06/10 15:16

trackbacks

trackbacks rss

이 글에는 트랙백을 보낼 수 없습니다

Leave a Comment