# HG changeset patch
# User klao
# Date 1087562600 0
# Node ID 6094295ea31238a50be88a226e039be9c577ca6a
# Parent  fc8a3393e0d91c18cff8a56b6e3e0e916392d79e
Legal files. Proposal.

diff -r fc8a3393e0d9 -r 6094295ea312 AUTHORS
--- a/AUTHORS	Wed Jun 16 09:44:30 2004 +0000
+++ b/AUTHORS	Fri Jun 18 12:43:20 2004 +0000
@@ -0,0 +1,47 @@
+
+HUGOlib was started as an inter-university project from two universities:
+BME (Budapest University of Technology and Economics) and ELTE (Eotvos
+Lorand University) and supported by ETIK (Inter-University Centre for
+Telecommunications and Informatics).
+
+Many of this core team members are alse members of and supported by
+Egervary Research Group on Combinatorial Optimization (EGRES,
+http://www.cs.elte.hu/egres/).
+
+Other supporters of this project are:
+High-Speed Network Lab (HSN, ???)
+CNL
+Ericsson
+
+For every contributor we list the supporters who supported his or her
+work.
+
+So here is (the hopefully complete) list of contributors of the HUGOlib
+(in alphabetical order). The fields are: name (N), email (E), web-address
+(W), PGP key ID and fingerprint (P), description (D), snail-mail
+address (A), Subversion commit name (C), and the list of supporters (S)
+
+
+
+===========================================================================
+
+N: Mihaly Barasz
+E: klao@cs.elte.hu
+C: klao
+D: ide majd leiras
+A: Budapest
+S: EGRES, ELTE
+
+N: Johanna Becer
+E: beckerjc@cs.elte.hu
+C: johanna
+A: Budapest
+S: ETIK, EGRES, ELTE
+
+N: Attila Bernath
+E: athos@cs.elte.hu
+C: athos
+A: Cegled
+S: ETIK, ELTE
+
+...
diff -r fc8a3393e0d9 -r 6094295ea312 COPYING
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/COPYING	Fri Jun 18 12:43:20 2004 +0000
@@ -0,0 +1,17 @@
+
+HUGOlib project was started by a team of university students from ELTE and
+BME supported by ETIK. This core team coordinates the development but many
+others have contributed since. See the AUTHORS file for details.
+
+You are free to use, modify and distribute HUGOlib under the terms
+described in the LICENSE file.
+
+HUGOlib as a whole is copyrighted by the HUGO team. Individual copyright
+notices can be found in the file headers. Furthermore, HUGOlib includes code
+from several external sources:
+
+Name:      Boost
+Version:   1.31.0
+Homepage:  http://www.boost.org/
+Files:     none
+License:   Boost Software License - Version 1.0
diff -r fc8a3393e0d9 -r 6094295ea312 LICENSE
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE	Fri Jun 18 12:43:20 2004 +0000
@@ -0,0 +1,37 @@
+This license applies to all portions of HUGOlib which are not
+externally-maintained libraries (e.g. megnincsilyen/, eseleg majd a glay...).
+Such libraries have their own licenses; we recommend you read them, as
+their terms may differ from the terms below.
+
+This is version 1 of this license.  It is also available online at
+http://hugo.cs.elte.hu/license-1.html.  If newer versions of
+this license are posted there (the same URL, but with the version
+number incremented: .../license-2.html, .../license-3.html, and so
+on), you may use a newer version instead, at your option.
+
+This license is a verbatim copy of the Boost Software License, Version 1.0.
+(Kene kerni toluk engedelyt.)
+
+===========================================================================
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff -r fc8a3393e0d9 -r 6094295ea312 src/hugo/template.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hugo/template.h	Fri Jun 18 12:43:20 2004 +0000
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+
+/*
+ * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004  Mihaly Barasz <klao@cs.elte.hu>
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided this copyright notice appears in all copies. For precise terms
+ * see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty, either express or
+ * implied, and with no claim as to its suitability for any purpose.
+ *
+ */
+
+#ifndef HUGO_TEMPLATE_H
+#define HUGO_TEMPLATE_H
+
+#endif // HUGO_TEMPLATE_H