Can I use GPL-covered editors such as GNU Emacs to develop nonfree programs? Can I use GPL-covered tools such as GCC to compile them? (#CanIUseGPLToolsForNF)
Yes, because the copyright on the editors and tools does not cover the code you write. Using them does not place any restrictions, legally, on the license you use for your code.
Some programs copy parts of themselves into the output for technical reasons—for example, Bison copies a standard parser program into its output file. In such cases, the copied text in the output is covered by the same license that covers it in the source code. Meanwhile, the part of the output which is derived from the program's input inherits the copyright status of the input.
As it happens, Bison can also be used to develop nonfree programs. This is because we decided to explicitly permit the use of the Bison standard parser program in Bison output files without restriction. We made the decision because there were other tools comparable to Bison which already permitted use for nonfree programs.
¹®Á¦ ¾ø´Ù°í Çϳ׿ä
°¨»çÇÕ´Ï´Ù.
¾Æ À߸ø ¾Ë°í ÀÖ¾ú³×.. Èæ
ÇÏÁö¸¸ gcc ·Î ´Ù¸¥ ÇÁ·Î±×·¥À» ¸¸µç°Å¸é (´Ù¸¥ gpl ¼Ò½º°¡ ¾Æ´Ñ) ÀüÇô »ó°ü¾øÁö¿ä...
gcc ¶ó´Â°ÍÀº ±×³É ÅøÀÏ »ÓÀ̴ϱî¿ä...
±×·³ vim À¸·Î ÀÛ¼ºÇÑ ¹®¼µµ °ø°³ÇؾßÇÏ´Â°Ç ¾Æ´ÏÀݾƿä...
º¸Åë gcc ÀÚü´Â ¹®Á¦°¡ µÇÁö ¾Ê½À´Ï´Ù. °°ÀÌ ¿«¿©Áö´Â ¶óÀ̺귯¸®µéÀÌ ¹®Á¦Áö¿ä
Yes, because the copyright on the editors and tools does not cover the code you write. Using them does not place any restrictions, legally, on the license you use for your code.
Some programs copy parts of themselves into the output for technical reasons—for example, Bison copies a standard parser program into its output file. In such cases, the copied text in the output is covered by the same license that covers it in the source code. Meanwhile, the part of the output which is derived from the program's input inherits the copyright status of the input.
As it happens, Bison can also be used to develop nonfree programs. This is because we decided to explicitly permit the use of the Bison standard parser program in Bison output files without restriction. We made the decision because there were other tools comparable to Bison which already permitted use for nonfree programs.
Ȥ½Ã ¸ð¸£´Ï±î Ĩ º¥´õÂÊ¿¡µµ È®ÀÎ ÇØ ºÁ¾ß°Ú³×¿ä
°¨»çÇÕ´Ï´Ù.