License/ar

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(+{{Languages|License}})
m (Replacing 'OpenMoko' with 'Openmoko')
 
(5 intermediate revisions by 4 users not shown)
Line 20: Line 20:
  
 
The '''exact''' following header shall be present in all source code and header files
 
The '''exact''' following header shall be present in all source code and header files
of applications that were entirely and originally developed by the OpenMoko project:
+
of applications that were entirely and originally developed by the Openmoko project:
  
 
<pre>
 
<pre>
 
/*
 
/*
  * Copyright (C) 2006-2007 by OpenMoko, Inc.
+
  * Copyright (C) 2006-2007 by Openmoko, Inc.
 
  * Written by $Authors_Name <$Authors_email>
 
  * Written by $Authors_Name <$Authors_email>
 
  * All Rights Reserved
 
  * All Rights Reserved
Line 58: Line 58:
 
"or any later version" statement.
 
"or any later version" statement.
  
==== Header ====
+
==== عنوان رأسي ====
  
The '''exact''' following header shall be present in all source code and header files
+
العنوان الرأسي التّالي '''المضبوط''' سيكون موجودا في كلّ ملفات العنوان الرأسي و الشفرة الأصلية للتطبيقات التي طوّرت أصلا وكليّا من طرف مشروع أوبن موكو:
of libraries that were entirely and originally developed by the OpenMoko project:
+
  
 
<pre>
 
<pre>
 
/*
 
/*
  * Copyright (C) 2006-2007 by OpenMoko, Inc.
+
  * Copyright (C) 2006-2007 by Openmoko, Inc.
 
  * Written by $Authors_name <$Authors_email>
 
  * Written by $Authors_name <$Authors_email>
 
  * All Rights Reserved
 
  * All Rights Reserved
Line 92: Line 91:
 
our code will be  
 
our code will be  
  
# copyright by OpenMoko
+
# copyright by Openmoko
 
# licensed under the exact same terms of the original program
 
# licensed under the exact same terms of the original program
  
 
{{Languages|License}}
 
{{Languages|License}}
  
[[Category:Information]]
+
[[Category:Legal/ar]]
[[Category:Categories]]
+
[[Category:Openmoko Inc/ar]]

Latest revision as of 00:08, 23 August 2008

يستعمل برنامج أوبن موكو الرّخص التالية لبرامجه الرّسمية:


Contents

[edit] برمجية محلية

[edit] تطبيقات: ج ب ل

For all native applications, we use the GNU General Public License (GPL). This means that we commit ourselves to the 'standard' copyleft license which covers by far the most Free Software programs today.

Any extension or contribution that somebody makes (and wants to distribute) has therefore to be released under the exact same license.

The future license compatibility is guaranteed by using the FSF-default "or any later version" statement.

[edit] Header

The exact following header shall be present in all source code and header files of applications that were entirely and originally developed by the Openmoko project:

/*
 * 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.
 */

[edit] Libraries: LGPL

For all native libraries, we use the GNU Lesser General Public License (LGPL).

Any extension or contribution that somebody makes (and wants to distribute) has therefore to be released under the exact same license.

However, while we ourselves are committed to Free Software, we do not want to constrict the use of those libraries by developers of applications who want to create a non-free program.

The future license compatibility is guaranteed by using the FSF-default "or any later version" statement.

[edit] عنوان رأسي

العنوان الرأسي التّالي المضبوط سيكون موجودا في كلّ ملفات العنوان الرأسي و الشفرة الأصلية للتطبيقات التي طوّرت أصلا وكليّا من طرف مشروع أوبن موكو:

/*
 * 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
 *
 */

[edit] برمجية أجنبية

If we extend/enhance or contribute back to existing Free Software programs, we have to (and will) comply with existing licenses. This means that all our code will be

  1. copyright by Openmoko
  2. licensed under the exact same terms of the original program
Personal tools

يستعمل برنامج أوبن موكو الرّخص التالية لبرامجه الرّسمية:


برمجية محلية

تطبيقات: ج ب ل

For all native applications, we use the GNU General Public License (GPL). This means that we commit ourselves to the 'standard' copyleft license which covers by far the most Free Software programs today.

Any extension or contribution that somebody makes (and wants to distribute) has therefore to be released under the exact same license.

The future license compatibility is guaranteed by using the FSF-default "or any later version" statement.

Header

The exact following header shall be present in all source code and header files of applications that were entirely and originally developed by the OpenMoko project:

/*
 * 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.
 */

Libraries: LGPL

For all native libraries, we use the GNU Lesser General Public License (LGPL).

Any extension or contribution that somebody makes (and wants to distribute) has therefore to be released under the exact same license.

However, while we ourselves are committed to Free Software, we do not want to constrict the use of those libraries by developers of applications who want to create a non-free program.

The future license compatibility is guaranteed by using the FSF-default "or any later version" statement.

Header

The exact following header shall be present in all source code and header files of libraries that were entirely and originally developed by the OpenMoko project:

/*
 * 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
 *
 */

برمجية أجنبية

If we extend/enhance or contribute back to existing Free Software programs, we have to (and will) comply with existing licenses. This means that all our code will be

  1. copyright by OpenMoko
  2. licensed under the exact same terms of the original program