Changes between Version 85 and Version 86 of CodeProvenance


Ignore:
Timestamp:
May 1, 2014, 1:22:53 PM (10 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CodeProvenance

    v85 v86  
    9393Should an "own license" statement above be inconsistent with a file header, then the file header prevails.
    9494
    95 === Client C++ and Java API libraries: LGPL ===
     95=== rasdaman server: GPL ===
     96{{{
     97/*
     98* This file is part of rasdaman community.
     99*
     100* Rasdaman community is free software: you can redistribute it and/or modify
     101* it under the terms of the GNU General Public License as published by
     102* the Free Software Foundation, either version 3 of the License, or
     103* (at your option) any later version.
     104*
     105* Rasdaman community is distributed in the hope that it will be useful,
     106* but WITHOUT ANY WARRANTY; without even the implied warranty of
     107* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     108* GNU General Public License for more details.
     109*
     110* You should have received a copy of the GNU General Public License
     111* along with rasdaman community.  If not, see <http://www.gnu.org/licenses/>.
     112*
     113* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
     114*
     115* For more information please see <http://www.rasdaman.org>
     116* or contact Peter Baumann via <baumann@rasdaman.com>.
     117/
     118}}}
     119
     120=== remaining parts (such as client C++ and Java API libraries, SECORE, etc.): LGPL ===
    96121{{{
    97122/*
     
    118143}}}
    119144
    120 === Other parts: GPL ===
    121 {{{
    122 /*
    123 * This file is part of rasdaman community.
    124 *
    125 * Rasdaman community is free software: you can redistribute it and/or modify
    126 * it under the terms of the GNU General Public License as published by
    127 * the Free Software Foundation, either version 3 of the License, or
    128 * (at your option) any later version.
    129 *
    130 * Rasdaman community is distributed in the hope that it will be useful,
    131 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    132 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    133 * GNU General Public License for more details.
    134 *
    135 * You should have received a copy of the GNU General Public License
    136 * along with rasdaman community.  If not, see <http://www.gnu.org/licenses/>.
    137 *
    138 * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
    139 *
    140 * For more information please see <http://www.rasdaman.org>
    141 * or contact Peter Baumann via <baumann@rasdaman.com>.
    142 /
    143 }}}