[Lemon-commits] [lemon_svn] alpar: r1020 - in hugo/trunk: . src/hugo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:45 CET 2006


Author: alpar
Date: Thu Aug  5 13:41:36 2004
New Revision: 1020

Modified:
   hugo/trunk/AUTHORS
   hugo/trunk/COPYING
   hugo/trunk/LICENSE
   hugo/trunk/src/hugo/template.h

Log:
Legal stuff, version 0.2.

Modified: hugo/trunk/AUTHORS
==============================================================================
--- hugo/trunk/AUTHORS	(original)
+++ hugo/trunk/AUTHORS	Thu Aug  5 13:41:36 2004
@@ -1,17 +1,17 @@
+HUGOlib was started as an inter-university project from two
+universities: BME (Budapest University of Technology and Economics,
+Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and
+supported by ETIK (Inter-University Centre for Telecommunications and
+Informatics).
 
-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
+Many of this core team members are also 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
+High Speed Network Lab (HSN, ???)
+Communication Network Laboratory,
+Ericsson Hungary
 
 For every contributor we list the supporters who supported his or her
 work.
@@ -22,7 +22,6 @@
 address (A), Subversion commit name (C), and the list of supporters (S)
 
 
-
 ===========================================================================
 
 N: Mihaly Barasz
@@ -44,4 +43,4 @@
 A: Cegled
 S: ETIK, ELTE
 
-...
+...
\ No newline at end of file

Modified: hugo/trunk/COPYING
==============================================================================
--- hugo/trunk/COPYING	(original)
+++ hugo/trunk/COPYING	Thu Aug  5 13:41:36 2004
@@ -1,17 +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.
+HUGOlib as a whole is copyrighted by Egerváry Jenõ Kombinatorikus
+Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization
+Research Group, EGRES).
 
 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:
+This project is supported by
+
+* Egyetemközi Távközlési és Informatikai Központ (Inter-University
+  Centre for Telecommunications and Informatics, Hungary)
+
+* Traffic Analysis and Network Performance Laboratory,
+  Ericsson Research, Hungary
 
-Name:      Boost
-Version:   1.31.0
-Homepage:  http://www.boost.org/
-Files:     none
-License:   Boost Software License - Version 1.0
+* Department of Operations Research, Eötvös Loránd University,
+  Budapest

Modified: hugo/trunk/LICENSE
==============================================================================
--- hugo/trunk/LICENSE	(original)
+++ hugo/trunk/LICENSE	Thu Aug  5 13:41:36 2004
@@ -1,18 +1,9 @@
-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.
+HUGOlib code without an explicit copyright is covered by the following
+copyright/license:
 
-This license is a verbatim copy of the Boost Software License, Version 1.0.
-(Kene kerni toluk engedelyt.)
-
-===========================================================================
+Copyright (C) 2003-2004 Egervary Jeno Kombinatorikus Optimalizalasi
+Kutatocsoport (Egervary Combinatorial Optimization Research Group,
+EGRES).
 
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
@@ -35,3 +26,9 @@
 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.
+
+===========================================================================
+This license is a verbatim copy of the Boost Software License, Version 1.0.
+%(Kene kerni toluk engedelyt.)
+
+

Modified: hugo/trunk/src/hugo/template.h
==============================================================================
--- hugo/trunk/src/hugo/template.h	(original)
+++ hugo/trunk/src/hugo/template.h	Thu Aug  5 13:41:36 2004
@@ -3,14 +3,16 @@
 /*
  * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
  *
- * Copyright (C) 2004  Mihaly Barasz <klao at cs.elte.hu>
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
  *
  * 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.
+ * provided that 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.
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
  *
  */
 



More information about the Lemon-commits mailing list