Existe algum problema em se utilizar autoconf e automake em prj código fechado?

Iniciado por Metaru, 19 de Agosto de 2009, 02:02

tópico anterior - próximo tópico

Metaru

Existe algum problema em se utilizar autoconf e automake em projetos de código fechado?
No meu entender não existe, mas quero ter a certeza de que não existem problemas.

Obrigado.

Tota

Bem,

O correto aqui é consultar o responsavel e mantenedor do pacote

Em todo pacote com o codigo fonte, inclui o endereço eletronico do desenvolvedor

Um google para o nome do pacote deve apontar o site dele

Com isto você verifica quais regras ao qual o pacote permite distribuição

[],s

Metaru

Citação de: autoconf.info 2.64
...
File: autoconf.info,  Node: Distributing,  Next: Why GNU M4,  Up: FAQ

20.1 Distributing `configure' Scripts
=====================================

     What are the restrictions on distributing `configure'
     scripts that Autoconf generates?  How does that affect my
     programs that use them?

   There are no restrictions on how the configuration scripts that
Autoconf produces may be distributed or used.  In Autoconf version 1,
they were covered by the GNU General Public License.  We still encourage
software authors to distribute their work under terms like those of the
GPL, but doing so is not required to use Autoconf.

   Of the other files that might be used with `configure',
`config.h.in' is under whatever copyright you use for your
`configure.ac'.  `config.sub' and `config.guess' have an exception to
the GPL when they are used with an Autoconf-generated `configure'
script, which permits you to distribute them under the same terms as
the rest of your package.  `install-sh' is from the X Consortium and is
not copyrighted.
...

Darcamo

Se você estivesse modificando eles para criar um novo produto fechado ("Super Autoconf/Automake Tabajara", por exemplo) baseado no código fonte do autoconf e do automake aí sim teria problema.
Mas como você está apenas os usando como ferramentas para lhe auxiliar a desenvolver um programa fechado então não deve ter problema.

Seria a mesma coisa de proibir escrever um programa fechado usando editores open source, por exemplo.