forked from opensourceBIM/BIMserver
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Ruben de Laat edited this page Jul 10, 2013
·
10 revisions
Information about usage and interpretation of the licenses of BIMserver.org projects can be found on http://bimserver.org/license/ If you have any questions or remarks on the use of BIMserver in your project, please contact [mailto:[email protected] [email protected]]
The code repository of BIMserver.org consists of several different projects. Every project has its own license. Some projects are depending on each others code. A list of projects and their license:
Project | License |
---|---|
AdminGUI | AfferoGPLv3 |
BimServer | AfferoGPLv3 |
BimServerClientLib | AfferoGPLv3 |
BuildingSMARTLibrary | AfferoGPLv3 |
Builds | GPL, Affero and LGPL (all 3v) see GIT for details! |
CityGML | AfferoGPLv3 |
ClashDetection | AfferoGPLv3 |
Collada | AfferoGPLv3 |
DemoPlugins | AfferoGPLv3 |
FileBasedObjectIDM | GPLv3 |
GeneratedSOAPclient | GPLv3 |
Ifc | AfferoGPLv3 |
IFCEngine | special non open source license (see GIT for details) |
IfcPlugins | AfferoGPLv3 |
JavaQueryEngine | GPLv3 |
Mergers | GPLv3 |
MiscSerializers | GPLv3 |
SceneJS | AfferoGPLv3 |
Shared | AfferoGPLv3 |
TestData | GPLv3 |
TestViewer | GPLv3 |
Tests | AfferoGPLv3 |
Tools | AfferoGPLv3 |
Utils | AfferoGPLv3 |
XsltSerializer | AfferoGPLv3 |
ExampleSerializer | GPLv3 |
ExampleDeserializer | GPLv3 |
When license indications on this page or in GIT differ, the GIT (text in code) will prevail.
Information about the different licenses:
Deployment
Developers
- Service Interfaces
- Clients
-
Plugin Development
- [Serializer Plugin](https://github.com/opensourceBIM/BIMserver/wiki/Serializer Plugin)
- [Deserializer Plugin](https://github.com/opensourceBIM/BIMserver/wiki/Deserializer Plugin)
- Model Compare Plugin
- Model Merge Plugin
- Query Engine Plugin
- Render Engine Plugin
- ObjectIDM Plugin
- Schema Plugin
- Service Plugin
BIMServer Developers
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
General