KalypsoLicenses
From KalypsoDev
Revision as of 08:30, 19 October 2010 by Gernotbelger (Talk | contribs)
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/>.