license.dox
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 01 Nov 2008 08:25:30 +0000
changeset 15 7cc2418766c3
parent 3 0cf8882c7e7c
child 20 3ffc47b666b1
permissions -rw-r--r--
No dots after the section numbers
kpeter@3
     1
/* -*- mode: C++; indent-tabs-mode: nil; -*-
kpeter@3
     2
 *
kpeter@3
     3
 * This file is a part of LEMON, a generic C++ optimization library.
kpeter@3
     4
 *
kpeter@3
     5
 * Copyright (C) 2003-2008
kpeter@3
     6
 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
kpeter@3
     7
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
kpeter@3
     8
 *
kpeter@3
     9
 * Permission to use, modify and distribute this software is granted
kpeter@3
    10
 * provided that this copyright notice appears in all copies. For
kpeter@3
    11
 * precise terms see the accompanying LICENSE file.
kpeter@3
    12
 *
kpeter@3
    13
 * This software is provided "AS IS" with no warranty of any kind,
kpeter@3
    14
 * express or implied, and with no claim as to its suitability for any
kpeter@3
    15
 * purpose.
kpeter@3
    16
 *
kpeter@3
    17
 */
kpeter@3
    18
kpeter@3
    19
/**
kpeter@3
    20
alpar@10
    21
[PAGE]license[PAGE] License Terms
kpeter@3
    22
kpeter@3
    23
\verbinclude ./LICENSE
kpeter@3
    24
alpar@10
    25
[TRAILER]
kpeter@3
    26
*/