Difference between revisions of "KalypsoLicenses"
From KalypsoDev
Gernotbelger (Talk | contribs) |
Gernotbelger (Talk | contribs) m |
||
Line 75: | Line 75: | ||
</pre></tt> | </pre></tt> | ||
− | |||
== Documentation == | == Documentation == | ||
Revision as of 08:38, 19 October 2010
Contents |
Kalypso Licenses
These license texts are currently used by Kalypso:
SourceCode
This license is used for all Kalypso source code files such as *.java, *.xsd, *.properties, etc.
Java (.java)
/** This file is part of Kalypso * * Copyright (c) 2008 by * * Björnsen Beratende Ingenieure GmbH, Koblenz, Germany (Bjoernsen Consulting Engineers), http://www.bjoernsen.de * Technische Universität Hamburg-Harburg, Institut für Wasserbau, Hamburg, Germany * (Technical University Hamburg-Harburg, Institute of River and Coastal Engineering), http://www.tu-harburg.de/wb/ * * Kalypso is free software: you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License (LGPL) as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later version. * * Kalypso 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 Kalypso. If not, see <http://www.gnu.org/licenses/>. */
XML-Schema (.xsd)
<?xml version="1.0" encoding="UTF-8"?> <!-- This file is part of Kalypso Copyright (c) 2008 by Björnsen Beratende Ingenieure GmbH, Koblenz, Germany (Bjoernsen Consulting Engineers), http://www.bjoernsen.de Technische Universität Hamburg-Harburg, Institut für Wasserbau, Hamburg, Germany (Technical University Hamburg-Harburg, Institute of River and Coastal Engineering), http://www.tu-harburg.de/wb/ Kalypso is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Kalypso 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 Kalypso. If not, see <http://www.gnu.org/licenses/>. -->
Properties (.properties)
# This file is part of Kalypso # # Copyright (c) 2008 by # # Björnsen Beratende Ingenieure GmbH, Koblenz, Germany (Bjoernsen Consulting Engineers), http://www.bjoernsen.de # Technische Universität Hamburg-Harburg, Institut für Wasserbau, Hamburg, Germany # (Technical University Hamburg-Harburg, Institute of River and Coastal Engineering), http://www.tu-harburg.de/wb/ # # Kalypso is free software: you can redistribute it and/or modify it under the terms # of the GNU Lesser General Public License (LGPL) as published by the Free Software # Foundation, either version 3 of the License, or (at your option) any later version. # # Kalypso 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 Kalypso. If not, see <http://www.gnu.org/licenses/>.
Documentation
This license is used to documentation such as the manual, online-help, etc.
Copyright (c) 2008 by Björnsen Beratende Ingenieure GmbH, Koblenz, Germany (Bjoernsen Consulting Engineers), http://www.bjoernsen.de Technische Universität Hamburg-Harburg, Institut für Wasserbau, Hamburg, Germany (Technical University Hamburg-Harburg, Institute of River and Coastal Engineering), http://www.tu-harburg.de/wb/ THIS SOFTWARE AND MANUAL ARE PROVIDED "AS IS" AND WITH-OUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY. THIS SOFTWARE IS PROVIDED WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. BECAUSE OF THE DIVERSITY OF CONDITIONS AND HARDWARE UNDER WHICH THIS SOFTWARE MAY BE USED, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. THE USER IS ADVISED TO TEST THIS SOFTWARE THOROUGHLY BEFORE RELYING ON IT. THE USER MUST ASSUME THE ENTIRE RISK OF USING THIS SOFTWARE.
Plug-ins
The license of each plug-in is contained inside it's about.html file. The text was adapted from the corresponding license text of eclipse. The license text is visible in the about dialog of the running application: 'Help - About Kalypso - Plug-in Details - Legal Info'.
Please copy the original from/KalypsoModelProduct/etc/license/kalypso_about.html.
Additionally, there is a 'provider' defined in each plug-in manifest:
* kalypso.sourceforge.net for Kalypso* kalypsobase.sourceforge.net for
KalypsoBASE
TODO: third party libraries.
Product
TODO