Legal files. Proposal.
1.1 --- a/AUTHORS Wed Jun 16 09:44:30 2004 +0000
1.2 +++ b/AUTHORS Fri Jun 18 12:43:20 2004 +0000
1.3 @@ -0,0 +1,47 @@
1.4 +
1.5 +HUGOlib was started as an inter-university project from two universities:
1.6 +BME (Budapest University of Technology and Economics) and ELTE (Eotvos
1.7 +Lorand University) and supported by ETIK (Inter-University Centre for
1.8 +Telecommunications and Informatics).
1.9 +
1.10 +Many of this core team members are alse members of and supported by
1.11 +Egervary Research Group on Combinatorial Optimization (EGRES,
1.12 +http://www.cs.elte.hu/egres/).
1.13 +
1.14 +Other supporters of this project are:
1.15 +High-Speed Network Lab (HSN, ???)
1.16 +CNL
1.17 +Ericsson
1.18 +
1.19 +For every contributor we list the supporters who supported his or her
1.20 +work.
1.21 +
1.22 +So here is (the hopefully complete) list of contributors of the HUGOlib
1.23 +(in alphabetical order). The fields are: name (N), email (E), web-address
1.24 +(W), PGP key ID and fingerprint (P), description (D), snail-mail
1.25 +address (A), Subversion commit name (C), and the list of supporters (S)
1.26 +
1.27 +
1.28 +
1.29 +===========================================================================
1.30 +
1.31 +N: Mihaly Barasz
1.32 +E: klao@cs.elte.hu
1.33 +C: klao
1.34 +D: ide majd leiras
1.35 +A: Budapest
1.36 +S: EGRES, ELTE
1.37 +
1.38 +N: Johanna Becer
1.39 +E: beckerjc@cs.elte.hu
1.40 +C: johanna
1.41 +A: Budapest
1.42 +S: ETIK, EGRES, ELTE
1.43 +
1.44 +N: Attila Bernath
1.45 +E: athos@cs.elte.hu
1.46 +C: athos
1.47 +A: Cegled
1.48 +S: ETIK, ELTE
1.49 +
1.50 +...
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/COPYING Fri Jun 18 12:43:20 2004 +0000
2.3 @@ -0,0 +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 +
2.9 +You are free to use, modify and distribute HUGOlib under the terms
2.10 +described in the LICENSE file.
2.11 +
2.12 +HUGOlib as a whole is copyrighted by the HUGO team. Individual copyright
2.13 +notices can be found in the file headers. Furthermore, HUGOlib includes code
2.14 +from several external sources:
2.15 +
2.16 +Name: Boost
2.17 +Version: 1.31.0
2.18 +Homepage: http://www.boost.org/
2.19 +Files: none
2.20 +License: Boost Software License - Version 1.0
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/LICENSE Fri Jun 18 12:43:20 2004 +0000
3.3 @@ -0,0 +1,37 @@
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 +
3.9 +This is version 1 of this license. It is also available online at
3.10 +http://hugo.cs.elte.hu/license-1.html. If newer versions of
3.11 +this license are posted there (the same URL, but with the version
3.12 +number incremented: .../license-2.html, .../license-3.html, and so
3.13 +on), you may use a newer version instead, at your option.
3.14 +
3.15 +This license is a verbatim copy of the Boost Software License, Version 1.0.
3.16 +(Kene kerni toluk engedelyt.)
3.17 +
3.18 +===========================================================================
3.19 +
3.20 +Permission is hereby granted, free of charge, to any person or organization
3.21 +obtaining a copy of the software and accompanying documentation covered by
3.22 +this license (the "Software") to use, reproduce, display, distribute,
3.23 +execute, and transmit the Software, and to prepare derivative works of the
3.24 +Software, and to permit third-parties to whom the Software is furnished to
3.25 +do so, all subject to the following:
3.26 +
3.27 +The copyright notices in the Software and this entire statement, including
3.28 +the above license grant, this restriction and the following disclaimer,
3.29 +must be included in all copies of the Software, in whole or in part, and
3.30 +all derivative works of the Software, unless such copies or derivative
3.31 +works are solely in the form of machine-executable object code generated by
3.32 +a source language processor.
3.33 +
3.34 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3.35 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3.36 +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
3.37 +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
3.38 +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
3.39 +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3.40 +DEALINGS IN THE SOFTWARE.
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/src/hugo/template.h Fri Jun 18 12:43:20 2004 +0000
4.3 @@ -0,0 +1,20 @@
4.4 +// -*- C++ -*-
4.5 +
4.6 +/*
4.7 + * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
4.8 + *
4.9 + * Copyright (C) 2004 Mihaly Barasz <klao@cs.elte.hu>
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 + *
4.15 + * This software is provided "AS IS" with no warranty, either express or
4.16 + * implied, and with no claim as to its suitability for any purpose.
4.17 + *
4.18 + */
4.19 +
4.20 +#ifndef HUGO_TEMPLATE_H
4.21 +#define HUGO_TEMPLATE_H
4.22 +
4.23 +#endif // HUGO_TEMPLATE_H