INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
Orca License and CopyrightLicenseThe Orca-Robotics project does not, as a policy, require code to conform to any specific license to be included in the distribution. However, the code is required to have a license and the license must be Open Source. That is the official policy. For a complete up-to-date list of licenses see the LICENSE file included in your distribution. This list is compiled automatically from the information entered hierarchically in the source directory structure. Look for ADD_GLOBAL_LICENSE statements in CMakeLists.txt files. Generally speaking, most of the code in the Orca libraries and components is covered under the Library GNU Public License (LGPL) as defined by the Free Software Foundation (FSF). Most of the remaining code is licensed under the GNU Public License (GPL), also defined by the FSF. The LGPL (as opposed to the GPL) is used whenever possible to allow commercial enterprises to build closed-source products using Orca technology. It could be argued that component code should be released under GPL because nobody links against it and it could be used in a commercial component-based system. We prefer the LGPL license because it makes it easy to factor out some code into a library and link to it from several components. Note that Orca's only required dependency, Ice, is released under a dual license: it is GPL unless a commercial license is purchased from ZeroC. Starting with version 3.1.0, the Ice license includes a special clause which allows the Orca project to distribute linked combinations of Orca libraries released under LGPL and Ice. Keep in mind that if you write your own software which links to Orca libraries you have to make sure that you comply with the terms of the Ice license (see the ICE_LICENSE file included in the Ice distribution). CopyrightCopyright belongs to developers and major contributors. The copyright is recorded in a comment block at the top of every source file. We would like to leave it up to the current copyright holders to distinguish between "major" and "minor" contributions. Here's how it works. The creators of the newly added component or utility put their names as copyright holders. Major contributions by other people are acknowledged by the current copyright holders by adding new names. In other words:
It seems fair. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)