Oracle ha un codice molto utile e gratuito ... Penso

1

Ho scoperto che parte del codice che Oracle utilizza è molto utile, quindi non devo re-inventare la ruota.

Dato che questo è in cima al file in cui si trova il codice in questione:

/*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.  Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code 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
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

Se lascio il testo intatto, lo metto nella mia intestazione C ++ e crei un oracle per ogni metodo e impacchetta il sorgente in una libreria statica ... è ancora un no-no?

    
posta Casey 08.07.2012 - 06:32
fonte

2 risposte

1

Dopo aver letto i collegamenti forniti da cpeisert nel commenti Ho deciso che la GPL è troppo restrittiva (strano, giusto?) per il piano di distribuzione che ho per questa libreria. Come tale, ho rimosso il codice GPL e ho lanciato le mie soluzioni.

    
risposta data 08.07.2012 - 22:07
fonte
2

If I leave the text intact, put it in my C++ header, and credit oracle for each method, and package the source into a static library...is it still a no-no?

Devi assolutamente lasciare il testo intatto.

Per il resto, non è possibile dire senza ulteriori specificità. In particolare, quale codice stai cercando di incorporare e come lo stai facendo. È un codice C ++? Codice Java? Un modulo o una classe della biblioteca? La stai modificando o includendola senza modifiche? La "libreria statica" include altro codice non GPL?

Ma puoi sicuramente riutilizzare il codice se segui le regole alla lettera.

    
risposta data 08.07.2012 - 08:38
fonte

Leggi altre domande sui tag