LICENSE
author deba
Wed, 01 Mar 2006 10:25:30 +0000
changeset 1991 d7442141d9ef
parent 1164 80bb73097736
child 2391 14a343be7a5a
permissions -rw-r--r--
The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor, where
we have to proxy the signals from the graph.

The SubBidirGraphAdaptor is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor<UndirGraphAdaptor<Graph>>.

The ResGraphAdaptor is based on this composition.
klao@922
     1
LEMON code without an explicit copyright is covered by the following
alpar@760
     2
copyright/license:
klao@687
     3
alpar@1875
     4
Copyright (C) 2003-2006 Egervary Jeno Kombinatorikus Optimalizalasi
alpar@760
     5
Kutatocsoport (Egervary Combinatorial Optimization Research Group,
alpar@760
     6
EGRES).
klao@687
     7
klao@687
     8
Permission is hereby granted, free of charge, to any person or organization
klao@687
     9
obtaining a copy of the software and accompanying documentation covered by
klao@687
    10
this license (the "Software") to use, reproduce, display, distribute,
klao@687
    11
execute, and transmit the Software, and to prepare derivative works of the
klao@687
    12
Software, and to permit third-parties to whom the Software is furnished to
klao@687
    13
do so, all subject to the following:
klao@687
    14
klao@687
    15
The copyright notices in the Software and this entire statement, including
klao@687
    16
the above license grant, this restriction and the following disclaimer,
klao@687
    17
must be included in all copies of the Software, in whole or in part, and
klao@687
    18
all derivative works of the Software, unless such copies or derivative
klao@687
    19
works are solely in the form of machine-executable object code generated by
klao@687
    20
a source language processor.
klao@687
    21
klao@687
    22
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
klao@687
    23
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
klao@687
    24
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
klao@687
    25
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
klao@687
    26
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
klao@687
    27
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
klao@687
    28
DEALINGS IN THE SOFTWARE.
alpar@760
    29
alpar@760
    30
===========================================================================
alpar@760
    31
This license is a verbatim copy of the Boost Software License, Version 1.0.
alpar@760
    32
alpar@760
    33