Changes between Version 75 and Version 76 of CodeProvenance


Ignore:
Timestamp:
Jul 23, 2012, 1:20:06 PM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CodeProvenance

    v75 v76  
    6565
    6666
     67== Copyright Header ==
    6768
     69All files in rasdaman have the following header (formatting varies between C/C++/Java/Makefile/shell scripts/etc.):
    6870
     71{{{
     72/*
     73* This file is part of rasdaman community.
     74*
     75* Rasdaman community is free software: you can redistribute it and/or modify
     76* it under the terms of the GNU Lesser General Public License as published by
     77* the Free Software Foundation, either version 3 of the License, or
     78* (at your option) any later version.
     79*
     80* Rasdaman community is distributed in the hope that it will be useful,
     81* but WITHOUT ANY WARRANTY; without even the implied warranty of
     82* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     83* GNU Lesser General Public License for more details.
     84*
     85* You should have received a copy of the GNU Lesser General Public License
     86* along with rasdaman community.  If not, see <http://www.gnu.org/licenses/>.
     87*
     88* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
     89*
     90* For more information please see <http://www.rasdaman.org>
     91* or contact Peter Baumann via <baumann@rasdaman.com>.
     92/
     93}}}