|
SoftwareLicenses
A brief discussion of software licenses.
IntroductionIf there are legal issues with the contents of the repository or the web page, please contact me via email before contacting your lawyer. Without further ado, we will gladly remove whatever is necessary to make you happy. We have tried to remove all code and as many resources as possible that were not created by someone from the team but chances are that we have missed something and if there is some artifact created by you, please let us know, so we can remove it from the repository or add the corresponding license to this page. The IntentionUntil recently, the PCOM code that you find in this repository was solely used internally. Since the code has become more mature over time, we would like to share the results with everyone for free without strings attached. Our LicenseConsequently, we have decided to use a BSD license for everything developed by us. By using our code, you accept the following: Copyright (c) 2010, Universität Duisburg-Essen, NES All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. In general, this license applies to all code that you can find within the packages under info.pppc.pcom. Other LicensesSince PCOM is built on top of BASE, the licenes described on the software licenses page of the 3PC BASE middleware project apply to this project as well. Furthermore, the image resources contained in the swt and lcdui packages are adapted icons from the Eclipse distribution which is - to the best of our knowledge - distributed under the Eclipse Public License. The RXTX library that is used for IR access in the presenter application is - to the best of our knowledge - distributed under GPL-v2.1. The Jacob library that is used for COM access in the presenter application is - to the best of our knowledge - distributed under LGPL. DisclaimerThe above description may not be correct, so please re-check this to be sure. We are trying to be exact here but we cannot take responsibility for whatever happens if there is a flaw. |