User:Panta/translate

From Openmoko

< User:Panta
Revision as of 09:01, 13 May 2008 by Panta (Talk | contribs)

Jump to: navigation, search

Il progetto OpenMoko utilizza le seguenti Licenze per i suoi programmi ufficiali:

Contents

Software Nativo

Programmi: GPL

Per tutti i programmi nativi, utilizziamo la GNU General Public License (GPL). Questo significa che noi aderiamo alla licenza 'standard' copyleft che copre al giorno d'oggi la maggior parte dei programmi Free Software.

Chiunque realizzi (e voglia distribuire) qualsiasi estensione o contribuzione è tenuto a rilasciarla sotto la stessa precisa licenza.

La compatibilità con le future licenze è garantita dall'utilizzo della frase di default per la FSF "or any later version".

Header

Il preciso header seguente dovrà essere presente in tutti i file sorgenti ed in tutti i file header dei programmi che sono stati sviluppati interamente ed originalmente dal progetto OpenMoko:

/*
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
 * Written by $Authors_Name <$Authors_email>
 * All Rights Reserved
 *
 * 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 2 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, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

Librerie: LGPL

Per tutte le librerie native, utilizziamo la GNU Lesser General Public License (LGPL).

Chiunque realizzi (e voglia distribuire) qualsiasi estensione o contribuzione è tenuto a rilasciarla sotto la stessa precisa licenza.

Naturalmente, anche se noi aderiamo completamente al Free Software, non vogliamo costringere all'utilizzo di queste librerie gli sviluppatori di programmi che desiderano creare un programma non-free.

La compatibilità con le future licenze è garantita dall'utilizzo della frase di default per la FSF "or any later version".

Header

Il preciso header seguente dovrà essere presente in tutti i file sorgenti ed in tutti i file header delle librerie che sono state sviluppate interamente ed originalmente dal progetto OpenMoko:

/*
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
 * Written by $Authors_name <$Authors_email>
 * All Rights Reserved
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 */

Software Esterno

Nel caso in cui estendessimo/migliorassimo o contribuissimo ad esistenti programmi Free Software, siamo tenuti ad aderire (ed aderiremo) alle licenze esistenti. Questo significa che tutto il nostro codice sarà

  1. copyright by OpenMoko
  2. licenziato con le stesse esatte parole del programma originale


Licenza per il Marchio di fabbrica

Occorre tenere presente che attualmente la FIC ("FIRST INTERNATIONAL COMPUTER, INC. CORPORATION") è il legale proprietario del marchio OpenMoko (USPTO #77013374 standard character mark). Una somma per l'utilizzo della licenza sul Marchio di Fabbrica potrebbe essere richiesta dalla FIC se si utilizza la parola OpenMoko.


Personal tools

Il progetto OpenMoko utilizza le seguenti Licenze per i suoi programmi ufficiali:

Software Nativo

Programmi: GPL

Per tutti i programmi nativi, utilizziamo la GNU General Public License (GPL). Questo significa che noi aderiamo alla licenza 'standard' copyleft che copre al giorno d'oggi la maggior parte dei programmi Free Software.

Chiunque realizzi (e voglia distribuire) qualsiasi estensione o contribuzione è tenuto a rilasciarla sotto la stessa precisa licenza.

La compatibilità con le future licenze è garantita dall'utilizzo della frase di default per la FSF "or any later version".

Header

Il preciso header seguente dovrà essere presente in tutti i file sorgenti ed in tutti i file header dei programmi che sono stati sviluppati interamente ed originalmente dal progetto OpenMoko:

/*
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
 * Written by $Authors_Name <$Authors_email>
 * All Rights Reserved
 *
 * 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 2 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, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

Librerie: LGPL

Per tutte le librerie native, utilizziamo la GNU Lesser General Public License (LGPL).

Chiunque realizzi (e voglia distribuire) qualsiasi estensione o contribuzione è tenuto a rilasciarla sotto la stessa precisa licenza.

Naturalmente, anche se noi aderiamo completamente al Free Software, non vogliamo costringere all'utilizzo di queste librerie gli sviluppatori di programmi che desiderano creare un programma non-free.

La compatibilità con le future licenze è garantita dall'utilizzo della frase di default per la FSF "or any later version".

Header

Il preciso header seguente dovrà essere presente in tutti i file sorgenti ed in tutti i file header delle librerie che sono state sviluppate interamente ed originalmente dal progetto OpenMoko:

/*
 * Copyright (C) 2006-2007 by OpenMoko, Inc.
 * Written by $Authors_name <$Authors_email>
 * All Rights Reserved
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 */

Software Esterno

Nel caso in cui estendessimo/migliorassimo o contribuissimo ad esistenti programmi Free Software, siamo tenuti ad aderire (ed aderiremo) alle licenze esistenti. Questo significa che tutto il nostro codice sarà

  1. copyright by OpenMoko
  2. licenziato con le stesse esatte parole del programma originale


Licenza per il Marchio di fabbrica

Occorre tenere presente che attualmente la FIC ("FIRST INTERNATIONAL COMPUTER, INC. CORPORATION") è il legale proprietario del marchio OpenMoko (USPTO #77013374 standard character mark). Una somma per l'utilizzo della licenza sul Marchio di Fabbrica potrebbe essere richiesta dalla FIC se si utilizza la parola OpenMoko.