COIN-OR::LEMON - Graph Library

Changeset 760:49d4fe04fbc0 in lemon-0.x


Ignore:
Timestamp:
08/05/04 13:41:36 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1020
Message:

Legal stuff, version 0.2.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r687 r760  
     1HUGOlib was started as an inter-university project from two
     2universities: BME (Budapest University of Technology and Economics,
     3Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and
     4supported by ETIK (Inter-University Centre for Telecommunications and
     5Informatics).
    16
    2 HUGOlib was started as an inter-university project from two universities:
    3 BME (Budapest University of Technology and Economics) and ELTE (Eotvos
    4 Lorand University) and supported by ETIK (Inter-University Centre for
    5 Telecommunications and Informatics).
    6 
    7 Many of this core team members are alse members of and supported by
     7Many of this core team members are also members of and supported by
    88Egervary Research Group on Combinatorial Optimization (EGRES,
    99http://www.cs.elte.hu/egres/).
    1010
    1111Other supporters of this project are:
    12 High-Speed Network Lab (HSN, ???)
    13 CNL
    14 Ericsson
     12High Speed Network Lab (HSN, ???)
     13Communication Network Laboratory,
     14Ericsson Hungary
    1515
    1616For every contributor we list the supporters who supported his or her
     
    2121(W), PGP key ID and fingerprint (P), description (D), snail-mail
    2222address (A), Subversion commit name (C), and the list of supporters (S)
    23 
    2423
    2524
  • COPYING

    r687 r760  
    1 
    2 HUGOlib project was started by a team of university students from ELTE and
    3 BME supported by ETIK. This core team coordinates the development but many
    4 others have contributed since. See the AUTHORS file for details.
     1HUGOlib as a whole is copyrighted by Egerváry Jenõ Kombinatorikus
     2Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization
     3Research Group, EGRES).
    54
    65You are free to use, modify and distribute HUGOlib under the terms
    76described in the LICENSE file.
    87
    9 HUGOlib as a whole is copyrighted by the HUGO team. Individual copyright
    10 notices can be found in the file headers. Furthermore, HUGOlib includes code
    11 from several external sources:
     8This project is supported by
    129
    13 Name:      Boost
    14 Version:   1.31.0
    15 Homepage:  http://www.boost.org/
    16 Files:     none
    17 License:   Boost Software License - Version 1.0
     10* Egyetemközi Távközlési és Informatikai Központ (Inter-University
     11  Centre for Telecommunications and Informatics, Hungary)
     12
     13* Traffic Analysis and Network Performance Laboratory,
     14  Ericsson Research, Hungary
     15
     16* Department of Operations Research, Eötvös Loránd University,
     17  Budapest
  • LICENSE

    r687 r760  
    1 This license applies to all portions of HUGOlib which are not
    2 externally-maintained libraries (e.g. megnincsilyen/, eseleg majd a glay...).
    3 Such libraries have their own licenses; we recommend you read them, as
    4 their terms may differ from the terms below.
     1HUGOlib code without an explicit copyright is covered by the following
     2copyright/license:
    53
    6 This is version 1 of this license.  It is also available online at
    7 http://hugo.cs.elte.hu/license-1.html.  If newer versions of
    8 this license are posted there (the same URL, but with the version
    9 number incremented: .../license-2.html, .../license-3.html, and so
    10 on), you may use a newer version instead, at your option.
    11 
    12 This license is a verbatim copy of the Boost Software License, Version 1.0.
    13 (Kene kerni toluk engedelyt.)
    14 
    15 ===========================================================================
     4Copyright (C) 2003-2004 Egervary Jeno Kombinatorikus Optimalizalasi
     5Kutatocsoport (Egervary Combinatorial Optimization Research Group,
     6EGRES).
    167
    178Permission is hereby granted, free of charge, to any person or organization
     
    3627ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    3728DEALINGS IN THE SOFTWARE.
     29
     30===========================================================================
     31This license is a verbatim copy of the Boost Software License, Version 1.0.
     32%(Kene kerni toluk engedelyt.)
     33
     34
  • src/hugo/template.h

    r687 r760  
    44 * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
    55 *
    6  * Copyright (C) 2004  Mihaly Barasz <klao@cs.elte.hu>
     6 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7 * (Egervary Combinatorial Optimization Research Group, EGRES).
    78 *
    89 * Permission to use, modify and distribute this software is granted
    9  * provided this copyright notice appears in all copies. For precise terms
    10  * see the accompanying LICENSE file.
     10 * provided that this copyright notice appears in all copies. For
     11 * precise terms see the accompanying LICENSE file.
    1112 *
    12  * This software is provided "AS IS" with no warranty, either express or
    13  * implied, and with no claim as to its suitability for any purpose.
     13 * This software is provided "AS IS" with no warranty of any kind,
     14 * express or implied, and with no claim as to its suitability for any
     15 * purpose.
    1416 *
    1517 */
Note: See TracChangeset for help on using the changeset viewer.