Changeset 760:49d4fe04fbc0 in lemon-0.x
- Timestamp:
- 08/05/04 13:41:36 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1020
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r687 r760 1 HUGOlib was started as an inter-university project from two 2 universities: BME (Budapest University of Technology and Economics, 3 Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and 4 supported by ETIK (Inter-University Centre for Telecommunications and 5 Informatics). 1 6 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 7 Many of this core team members are also members of and supported by 8 8 Egervary Research Group on Combinatorial Optimization (EGRES, 9 9 http://www.cs.elte.hu/egres/). 10 10 11 11 Other supporters of this project are: 12 High -Speed Network Lab (HSN, ???)13 C NL14 Ericsson 12 High Speed Network Lab (HSN, ???) 13 Communication Network Laboratory, 14 Ericsson Hungary 15 15 16 16 For every contributor we list the supporters who supported his or her … … 21 21 (W), PGP key ID and fingerprint (P), description (D), snail-mail 22 22 address (A), Subversion commit name (C), and the list of supporters (S) 23 24 23 25 24 -
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. 1 HUGOlib as a whole is copyrighted by Egerváry Jenõ Kombinatorikus 2 Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization 3 Research Group, EGRES). 5 4 6 5 You are free to use, modify and distribute HUGOlib under the terms 7 6 described in the LICENSE file. 8 7 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: 8 This project is supported by 12 9 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. 1 HUGOlib code without an explicit copyright is covered by the following 2 copyright/license: 5 3 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 =========================================================================== 4 Copyright (C) 2003-2004 Egervary Jeno Kombinatorikus Optimalizalasi 5 Kutatocsoport (Egervary Combinatorial Optimization Research Group, 6 EGRES). 16 7 17 8 Permission is hereby granted, free of charge, to any person or organization … … 36 27 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37 28 DEALINGS IN THE SOFTWARE. 29 30 =========================================================================== 31 This 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 4 4 * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library 5 5 * 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). 7 8 * 8 9 * Permission to use, modify and distribute this software is granted 9 * provided th is copyright notice appears in all copies. For precise terms10 * see the accompanying LICENSE file.10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 11 12 * 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. 14 16 * 15 17 */
Note: See TracChangeset
for help on using the changeset viewer.