Legal stuff, version 0.2.
authoralpar
Thu, 05 Aug 2004 11:41:36 +0000
changeset 76049d4fe04fbc0
parent 759 2d2d41010cb9
child 761 58243a389464
Legal stuff, version 0.2.
AUTHORS
COPYING
LICENSE
src/hugo/template.h
     1.1 --- a/AUTHORS	Thu Aug 05 11:40:02 2004 +0000
     1.2 +++ b/AUTHORS	Thu Aug 05 11:41:36 2004 +0000
     1.3 @@ -1,17 +1,17 @@
     1.4 +HUGOlib was started as an inter-university project from two
     1.5 +universities: BME (Budapest University of Technology and Economics,
     1.6 +Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and
     1.7 +supported by ETIK (Inter-University Centre for Telecommunications and
     1.8 +Informatics).
     1.9  
    1.10 -HUGOlib was started as an inter-university project from two universities:
    1.11 -BME (Budapest University of Technology and Economics) and ELTE (Eotvos
    1.12 -Lorand University) and supported by ETIK (Inter-University Centre for
    1.13 -Telecommunications and Informatics).
    1.14 -
    1.15 -Many of this core team members are alse members of and supported by
    1.16 +Many of this core team members are also members of and supported by
    1.17  Egervary Research Group on Combinatorial Optimization (EGRES,
    1.18  http://www.cs.elte.hu/egres/).
    1.19  
    1.20  Other supporters of this project are:
    1.21 -High-Speed Network Lab (HSN, ???)
    1.22 -CNL
    1.23 -Ericsson
    1.24 +High Speed Network Lab (HSN, ???)
    1.25 +Communication Network Laboratory,
    1.26 +Ericsson Hungary
    1.27  
    1.28  For every contributor we list the supporters who supported his or her
    1.29  work.
    1.30 @@ -22,7 +22,6 @@
    1.31  address (A), Subversion commit name (C), and the list of supporters (S)
    1.32  
    1.33  
    1.34 -
    1.35  ===========================================================================
    1.36  
    1.37  N: Mihaly Barasz
    1.38 @@ -44,4 +43,4 @@
    1.39  A: Cegled
    1.40  S: ETIK, ELTE
    1.41  
    1.42 -...
    1.43 +...
    1.44 \ No newline at end of file
     2.1 --- a/COPYING	Thu Aug 05 11:40:02 2004 +0000
     2.2 +++ b/COPYING	Thu Aug 05 11:41:36 2004 +0000
     2.3 @@ -1,17 +1,17 @@
     2.4 -
     2.5 -HUGOlib project was started by a team of university students from ELTE and
     2.6 -BME supported by ETIK. This core team coordinates the development but many
     2.7 -others have contributed since. See the AUTHORS file for details.
     2.8 +HUGOlib as a whole is copyrighted by Egerváry Jenő Kombinatorikus
     2.9 +Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization
    2.10 +Research Group, EGRES).
    2.11  
    2.12  You are free to use, modify and distribute HUGOlib under the terms
    2.13  described in the LICENSE file.
    2.14  
    2.15 -HUGOlib as a whole is copyrighted by the HUGO team. Individual copyright
    2.16 -notices can be found in the file headers. Furthermore, HUGOlib includes code
    2.17 -from several external sources:
    2.18 +This project is supported by
    2.19  
    2.20 -Name:      Boost
    2.21 -Version:   1.31.0
    2.22 -Homepage:  http://www.boost.org/
    2.23 -Files:     none
    2.24 -License:   Boost Software License - Version 1.0
    2.25 +* Egyetemközi Távközlési és Informatikai Központ (Inter-University
    2.26 +  Centre for Telecommunications and Informatics, Hungary)
    2.27 +
    2.28 +* Traffic Analysis and Network Performance Laboratory,
    2.29 +  Ericsson Research, Hungary
    2.30 +
    2.31 +* Department of Operations Research, Eötvös Loránd University,
    2.32 +  Budapest
     3.1 --- a/LICENSE	Thu Aug 05 11:40:02 2004 +0000
     3.2 +++ b/LICENSE	Thu Aug 05 11:41:36 2004 +0000
     3.3 @@ -1,18 +1,9 @@
     3.4 -This license applies to all portions of HUGOlib which are not
     3.5 -externally-maintained libraries (e.g. megnincsilyen/, eseleg majd a glay...).
     3.6 -Such libraries have their own licenses; we recommend you read them, as
     3.7 -their terms may differ from the terms below.
     3.8 +HUGOlib code without an explicit copyright is covered by the following
     3.9 +copyright/license:
    3.10  
    3.11 -This is version 1 of this license.  It is also available online at
    3.12 -http://hugo.cs.elte.hu/license-1.html.  If newer versions of
    3.13 -this license are posted there (the same URL, but with the version
    3.14 -number incremented: .../license-2.html, .../license-3.html, and so
    3.15 -on), you may use a newer version instead, at your option.
    3.16 -
    3.17 -This license is a verbatim copy of the Boost Software License, Version 1.0.
    3.18 -(Kene kerni toluk engedelyt.)
    3.19 -
    3.20 -===========================================================================
    3.21 +Copyright (C) 2003-2004 Egervary Jeno Kombinatorikus Optimalizalasi
    3.22 +Kutatocsoport (Egervary Combinatorial Optimization Research Group,
    3.23 +EGRES).
    3.24  
    3.25  Permission is hereby granted, free of charge, to any person or organization
    3.26  obtaining a copy of the software and accompanying documentation covered by
    3.27 @@ -35,3 +26,9 @@
    3.28  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
    3.29  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    3.30  DEALINGS IN THE SOFTWARE.
    3.31 +
    3.32 +===========================================================================
    3.33 +This license is a verbatim copy of the Boost Software License, Version 1.0.
    3.34 +%(Kene kerni toluk engedelyt.)
    3.35 +
    3.36 +
     4.1 --- a/src/hugo/template.h	Thu Aug 05 11:40:02 2004 +0000
     4.2 +++ b/src/hugo/template.h	Thu Aug 05 11:41:36 2004 +0000
     4.3 @@ -3,14 +3,16 @@
     4.4  /*
     4.5   * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
     4.6   *
     4.7 - * Copyright (C) 2004  Mihaly Barasz <klao@cs.elte.hu>
     4.8 + * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4.9 + * (Egervary Combinatorial Optimization Research Group, EGRES).
    4.10   *
    4.11   * Permission to use, modify and distribute this software is granted
    4.12 - * provided this copyright notice appears in all copies. For precise terms
    4.13 - * see the accompanying LICENSE file.
    4.14 + * provided that this copyright notice appears in all copies. For
    4.15 + * precise terms see the accompanying LICENSE file.
    4.16   *
    4.17 - * This software is provided "AS IS" with no warranty, either express or
    4.18 - * implied, and with no claim as to its suitability for any purpose.
    4.19 + * This software is provided "AS IS" with no warranty of any kind,
    4.20 + * express or implied, and with no claim as to its suitability for any
    4.21 + * purpose.
    4.22   *
    4.23   */
    4.24