This package was debianized by Walter Landry <wlandry@ucsd.edu> on
Fri, 22 Apr 2005 22:36:53 -0400.

It was downloaded from http://www.nongnu.org/arx

Upstream Author: Walter Landry <wlandry@ucsd.edu>

License: GPL

Copyright 2001-2005 by various contributors.   See below for a full list.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; version 2.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

The following people and organizations have made contributions to ArX:

Pau Aliagas
David Allouche
Tim Barbour
Stig Brautaset
Jon Buller
Junio C Hamano
Environment Canada - Meteorological Service of Canada
Mike Coleman
Robert Collins
Don Dayley
Alexander Deruwe
Federico Di Gregorio
Nicholas Dille
Paul Eggert
John Ellson
Robin Farine
Lele Gaifax
Karel Gardas
Johnathan Geisler
Jonathan Geisler
Chris Gray
Jan Harkes
Isamu Hasegawa
Joey Hess
Mikael Hillerstrom
David Kantowitz
Walter Landry
Tom Lord
Andrew Morton
Frank Murphy
Steve Murphy
Gergely Nagy
Matthias Neeracher
Daniele Nicolodi
Scott Parish
Chris Paulson-Ellis
Ulrich Pfeifer
Marc Recht
The Regents of the University of California
Kevin Smith
Richard Stallman
Bruce Stephens
Robert W. Anderson
Bryan W. Headley
Martin Waitz
Colin Walters

Finally, ArX includes a few libraries written by others: Loki
(src/loki), Boost (src/boost), and a SHA hash function
(src/arx/utility_functions/sha256/).

The Loki library is distributed under the following license

////////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design 
//     Patterns Applied". Copyright (c) 2001. Addison-Wesley.
// Permission to use, copy, modify, distribute and sell this software for any 
//     purpose is hereby granted without fee, provided that the above copyright 
//     notice appear in all copies and that both that copyright notice and this 
//     permission notice appear in supporting documentation.
// The author or Addison-Wesley Longman make no representations about the 
//     suitability of this software for any purpose. It is provided "as is" 
//     without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////


The SHA hash function implementation is distibuted with this license

///////////////////////////////////////////////////////////////////////////////
 Copyright (c) 2002, Dr Brian Gladman <brg@gladman.me.uk>, Worcester, UK.
 All rights reserved.

 LICENSE TERMS

 The free distribution and use of this software in both source and binary 
 form is allowed (with or without changes) provided that:

   1. distributions of this source code include the above copyright 
      notice, this list of conditions and the following disclaimer;

   2. distributions in binary form include the above copyright
      notice, this list of conditions and the following disclaimer
      in the documentation and/or other associated materials;

   3. the copyright holder's name is not used to endorse products 
      built using this software without specific written permission. 

 ALTERNATIVELY, provided that this notice is retained in full, this product
 may be distributed under the terms of the GNU General Public License (GPL),
 in which case the provisions of the GPL apply INSTEAD OF those given above.
 
 DISCLAIMER

 This software is provided 'as is' with no explicit or implied warranties
 in respect of its properties, including, but not limited to, correctness 
 and/or fitness for purpose.
///////////////////////////////////////////////////////////////////////////////




For Boost, the following is lifted mostly intact from the official
Debian libboost_1.32.0 copyright file.  The only difference is that
the Graph library is now licensed under the Boost Software License,
and is so noted.

-------------------------------------------------------------------

This software is a collection of libraries from the Boost.org site.
The libraries use various licenses that fall under these guidelines:

License requirements

    Must be simple to read and understand. 

    Must grant permission to copy, use and modify the software for any
    use (commercial and non-commercial) for no fee.

    Must require that the license appear on all copies of the software
    source code.

    Must not require that the license appear with executables or other
    binary uses of the library.

    Must not require that the source code be available for execution
    or other binary uses of the library.

    May restrict the use of the name and description of the library to
    the standard version found on the Boost web site.


The individual copyright and license statements generally appear in
library headers, though a few appear in other files.  As of
2003-03-30, the licenses are as follows.  The header from which the
license statement was taken is indicated, where applicable.


	any <boost/any.hpp>
	-------------------

// Copyright Kevlin Henney, 2000, 2001, 2002. All rights reserved.
//
// Permission to use, copy, modify, and distribute this software for any
// purpose is hereby granted without fee, provided that this copyright and
// permissions notice appear in all copies and derivatives.
//
// This software is provided "as is" without express or implied warranty.


	array <boost/array.hpp>
	-----------------------

 * (C) Copyright Nicolai M. Josuttis 2001.
 * Permission to copy, use, modify, sell and distribute this software
 * is granted provided this copyright notice appears in all copies.
 * This software is provided "as is" without express or implied
 * warranty, and with no claim as to its suitability for any purpose.


	bind and mem_fn <boost/bind.hpp>
	--------------------------------

//  Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
//  Copyright (c) 2001 David Abrahams
//
//  Permission to copy, use, modify, sell and distribute this software
//  is granted provided this copyright notice appears in all copies.
//  This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	call_traits <boost/call_traits.hpp>
	-----------------------------------

//  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
//  Use, modification and distribution are subject to the Boost Software License,
//  Version 1.0.  

Terms of the Boost Software License appear later in this file.


	compatibility <boost/compatibility/*>
	-------------------------------------

The headers are automatically generated.  The script which generates them
(libs/compatibility/generate_cpp_c_headers.py in boost source) has the
following license.

# Copyright (c) 2001 Ralf W. Grosse-Kunstleve. Permission to copy,
# use, modify, sell and distribute this script is granted provided this
# copyright notice appears in all copies. This document is provided "as
# is" without express or implied warranty, and with no claim as to its
# suitability for any purpose.


	compressed_pair <boost/compressed_pair.hpp>
	-------------------------------------------

//  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
//  Use, modification and distribution are subject to the Boost Software License,
//  Version 1.0.

Terms of the Boost Software License appear later in this file.
 

	concept_check <boost/concept_check.hpp>
	---------------------------------------

// (C) Copyright Jeremy Siek 2000. Permission to copy, use, modify,
// sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.


	config <boost/config.hpp>
	-------------------------

//  (C) Copyright John Maddock 2002.
//  Use, modification and distribution are subject to the
//  Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	conversion <boost/cast.hpp>
	---------------------------

//  (C) Copyright boost.org 1999. Permission to copy, use, modify, sell
//  and distribute this software is granted provided this copyright
//  notice appears in all copies. This software is provided "as is" without
//  express or implied warranty, and with no claim as to its suitability for
//  any purpose.


	crc <boost/crc.hpp>
	-------------------

//  Copyright 2001 Daryle Walker.  Use, modification, and distribution are
//  subject to the Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	date_time <boost/date_time/date.hpp>
	------------------------------------

/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
 * Use, modification and distribution is subject to the
 * Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	dynamic_bitset <boost/dynamic_bitset.hpp>
	-----------------------------------------

// (C) Copyright Chuck Allison and Jeremy Siek 2001, 2002.
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all
// copies. This software is provided "as is" without express or
// implied warranty, and with no claim as to its suitability for any
// purpose.


	enable_if <boost/utility/enable_if.hpp>
	---------------------------------------

// Copyright 2003 \ufffd The Trustees of Indiana University.

// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	filesystem <boost/filesystem/path.hpp>
	--------------------------------------

//  \ufffd Copyright Beman Dawes 2002-2003
//  Use, modification, and distribution is subject to the Boost Software
//  License, Version 1.0.

Terms of the Boost Software License appear later in this file.
 
 
	format <boost/format.hpp>
	-------------------------

//  (C) Samuel Krempp 2001
//  Permission to copy, use, modify, sell and
//  distribute this software is granted provided this copyright notice appears
//  in all copies. This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	function <boost/function.hpp>
	-----------------------------

//  Copyright Doug Gregor 2001-2003. Use, modification and
//  distribution is subject to the Boost Software License, Version
//  1.0.

Terms of the Boost Software License appear later in this file.


	functional <boost/functional.hpp>
	---------------------------------

// Copyright (c) 2000
// Cadenza New Zealand Ltd
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without
// fee, provided that the above copyright notice appears in all copies
// and that both the copyright notice and this permission notice
// appear in supporting documentation.  Cadenza New Zealand Ltd makes
// no representations about the suitability of this software for any
// purpose.  It is provided "as is" without express or implied
// warranty.


	graph
	-----

Most files in the graph are distributed under the Boost Software
License with a notice like

// Copyright 1997-2001 University of Notre Dame.
// Authors: Jeremy G. Siek, Lie-Quan Lee, Andrew Lumsdaine
//
// This file is part of the Boost Graph Library
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

The exceptions are noted below.

(boost/graph/depth_first_search.hpp)

//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// This file is part of the Boost Graph Library
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//=======================================================================
//

// Nonrecursive implementation of depth_first_visit_impl submitted by
// Bruce Barr, schmoost <at> yahoo.com, May/June 2003.
//
// (C) Copyright Bruce Barr, 2003
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose.


(boost/graph/isomorphism.hpp)

// Copyright (C) 2001 Jeremy Siek, Douglas Gregor, Brian Osman
//
// Permission to copy, use, sell and distribute this software is granted
// provided this copyright notice appears in all copies.
// Permission to modify the code and to distribute modified code is granted
// provided this copyright notice appears in all copies, and a notice
// that the code was modified is included with the copyright notice.
//
// This software is provided "as is" without express or implied warranty,
// and with no claim as to its suitability for any purpose.


(boost/graph/property_iter_range.hpp)

// (C) Copyright François Faure, iMAGIS-GRAVIR / UJF, 2001. Permission
// to copy, use, modify, sell and distribute this software is granted
// provided this copyright notice appears in all copies. This software
// is provided "as is" without express or implied warranty, and with
// no claim as to its suitability for any purpose.


(boost/graph/random.hpp)

//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// This file is part of the Boost Graph Library
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//=======================================================================
//

// Copyright (C) Vladimir Prus 2003. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.


(boost/graph/vector_as_graph.hpp)

//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// This file is part of the Boost Graph Library
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//=======================================================================

// The mutating functions (add_edge, etc.) were added by Vladimir Prus.

// Copyright (C) 2001 Vladimir Prus <ghost@cs.msu.su>
// Permission to copy, use, modify, sell and distribute this software is
// granted, provided this copyright notice appears in all copies and
// modified version are clearly marked as such. This software is provided
// "as is" without express or implied warranty, and with no claim as to its
// suitability for any purpose.


	integer <boost/integer.hpp>
	---------------------------

//  Copyright Beman Dawes 1999.
//  See accompanying license for terms and conditions of use.

Terms of the Boost Software License appear later in this file.


	interval <boost/numeric/interval.hpp>
	-------------------------------------

 * Copyright Jens Maurer 2000
 * Copyright Herv\ufffd Br\ufffdnnimann, Guillaume Melquiond, Sylvain Pion 2002
 * Permission to use, copy, modify, sell, and distribute this software
 * is hereby granted without fee provided that the above copyright notice
 * appears in all copies and that both that copyright notice and this
 * permission notice appear in supporting documentation,
 *
 * None of the above authors nor Polytechnic University make any
 * representation about the suitability of this software for any
 * purpose. It is provided "as is" without express or implied warranty.


	io_state_savers <boost/io/ios_state.hpp>
	----------------------------------------

//  Copyright 2002 Daryle Walker.  Use, modification, and distribution are
//  subject to the Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.
 

	iterators <boost/iterator/iterator_adaptor.hpp>
	-----------------------------------------------

// (C) Copyright David Abrahams 2002.
// (C) Copyright Jeremy Siek    2002.
// (C) Copyright Thomas Witt    2002.
// Permission to copy, use, modify,
// sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.


	lambda <boost/lambda/lambda.hpp>
	--------------------------------

// Copyright (C) 1999, 2000 Jaakko J\ufffdrvi (jaakko.jarvi@cs.utu.fi)
//
// Permission to copy, use, sell and distribute this software is granted
// provided this copyright notice appears in all copies. 
// Permission to modify the code and to distribute modified code is granted
// provided this copyright notice appears in all copies, and a notice 
// that the code was modified is included with the copyright notice.
//
// This software is provided "as is" without express or implied warranty, 
// and with no claim as to its suitability for any purpose.


	math <boost/math_fwd.hpp>
	-------------------------

//  (C) Copyright boost.org 2001-2002.  Permission to copy, use, modify, sell
//  and distribute this software is granted provided this copyright
//  notice appears in all copies.  This software is provided "as is" without
//  express or implied warranty, and with no claim as to its suitability for
//  any purpose.


	math/common_factor <boost/math/common_factor.hpp>
	-------------------------------------------------

//  (C) Copyright Daryle Walker 2001-2002.  Permission to copy, use, modify,
//  sell and distribute this software is granted provided this copyright notice
//  appears in all copies.  This software is provided "as is" without express
//  or implied warranty, and with no claim as to its suitability for any
//  purpose.


	math/octonion <boost/math/octonion.hpp>
	---------------------------------------

//  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
//  distribute this software is granted provided this copyright notice appears
//  in all copies. This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	math/quaternion <boost/math/quaternion.hpp>
	-------------------------------------------

//  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
//  distribute this software is granted provided this copyright notice appears
//  in all copies. This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	math/special_functions <boost/math/special_functions/acosh.hpp>
	---------------------------------------------------------------

//  (C) Copyright Hubert Holin 2001. Permission to copy, use, modify, sell and
//  distribute this software is granted provided this copyright notice appears
//  in all copies. This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	mpl <boost/mpl/apply.hpp>
	-------------------------

// Copyright (c) 2000-03
// Aleksey Gurtovoy
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appears in all copies and
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.


	multi_array <boost/multi_array.hpp>
	-----------------------------------

// Copyright 2002 The Trustees of Indiana University.

// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	operators <boost/operators.hpp>
	-------------------------------

//  (C) Copyright David Abrahams, Jeremy Siek, and Daryle Walker 1999-2001.
//  Permission to copy, use, modify, sell and distribute this software is
//  granted provided this copyright notice appears in all copies.  This
//  software is provided "as is" without express or implied warranty, and
//  with no claim as to its suitability for any purpose.


	optional <boost/optional.hpp>
	-----------------------------

// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	pool (libs/pool/doc/copyright.html)
	-----------------------------------

// Copyright (C) 2000, 2001 Stephen Cleary

  Permission to copy, use, and distribute this software and its
  documentation is granted, provided that the above copyright notice
  appears in all copies and that that copyright notice appear in
  supporting documentation.

  Permission to modify the software and its documentation, and to
  distribute modified software and documentation is granted, provided
  that: the above copyright notice appears in all copies
  <STRONG>AND</STRONG> that copyright notice appears in supporting
  documentation, <STRONG>AND</STRONG> a notice that the software was
  modified appears with the copyright notice.


	preprocessor <boost/preprocessor.hpp>
	-------------------------------------

# /* Copyright (C) 2001
#  * Housemarque Oy
#  * http://www.housemarque.com
#  *
#  * Permission to copy, use, modify, sell and distribute this software is
#  * granted provided this copyright notice appears in all copies. This
#  * software is provided "as is" without express or implied warranty, and
#  * with no claim as to its suitability for any purpose.
#  */
#
# /* Revised by Paul Mensonides (2002) */


	property_map <boost/property_map.hpp>
	-------------------------------------

//  (C) Copyright Jeremy Siek 1999-2001. Permission to copy, use, modify,
//  sell and distribute this software is granted provided this
//  copyright notice appears in all copies. This software is provided
//  "as is" without express or implied warranty, and with no claim as
//  to its suitability for any purpose.


	python <boost/python.hpp>
	-------------------------

// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.


	random <boost/random.hpp>
	-------------------------

 * Copyright Jens Maurer 2000-2001
 * Permission to use, copy, modify, sell, and distribute this software
 * is hereby granted without fee provided that the above copyright notice
 * appears in all copies and that both that copyright notice and this
 * permission notice appear in supporting documentation,
 *
 * Jens Maurer makes no representations about the suitability of this
 * software for any purpose. It is provided "as is" without express or
 * implied warranty.


	rational <boost/rational.hpp>
	-----------------------------

//  (C) Copyright Paul Moore 1999. Permission to copy, use, modify, sell and
//  distribute this software is granted provided this copyright notice appears
//  in all copies. This software is provided "as is" without express or
//  implied warranty, and with no claim as to its suitability for any purpose.


	ref <boost/ref.hpp>
	-------------------

//  Copyright (C) 1999, 2000 Jaakko J\ufffdrvi (jaakko.jarvi@cs.utu.fi)
//  Copyright (C) 2001, 2002 Peter Dimov
//  Copyright (C) 2002 David Abrahams
//
//  Permission to copy, use, modify, sell and distribute this software
//  is granted provided this copyright notice appears in all copies.
//  This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	regex <boost/regex.hpp>
	-----------------------

 * Copyright (c) 1998-2002
 * Dr John Maddock
 *
 * Use, modification and distribution are subject to the
 * Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	signals <boost/signal.hpp>
	--------------------------

// Copyright Doug Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0.

Terms of the Boost Software License appear later in this file.


	smart_ptr <boost/smart_ptr.hpp>
	-------------------------------

//  Copyright (c) 1998-2002 boost.org
//  Copyright (c) 2003 Peter Dimov
//
//  Permission to copy, use, modify, sell and distribute this software
//  is granted provided this copyright notice appears in all copies.
//  This software is provided "as is" without express or implied
//  warranty, and with no claim as to its suitability for any purpose.


	static_assert <boost/static_assert.hpp>
	---------------------------------------

//  (C) Copyright John Maddock 2000.
//  Use, modification and distribution are subject to the
//  Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	spirit <boost/spirit.hpp>
	-------------------------

    Copyright (c) 1998-2003 Joel de Guzman
    Copyright (c) 2001-2003 Daniel Nuffer
    Copyright (c) 2001-2003 Hartmut Kaiser
    Copyright (c) 2002-2003 Martin Wille
    Copyright (c) 2002 Juan Carlos Arevalo-Baeza
    Copyright (c) 2002 Raghavendra Satish
    Copyright (c) 2002 Jeff Westfahl
    Copyright (c) 2001 Bruce Florman
    Copyright (c) 2003 Giovanni Bajo
    Copyright (c) 2003 Vaclav Vesely
    Copyright (c) 2003 Jonathan de Halleux
    http://spirit.sourceforge.net/

    Use, modification and distribution is subject to the Boost Software
    License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	test <boost/test/test_tools.hpp>
	--------------------------------

//  (C) Copyright Gennadiy Rozental 2001-2003.
//  (C) Copyright Ullrich Koethe 2001.
//  Use, modification, and distribution are subject to the
//  Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	thread <boost/thread.hpp>
	-------------------------

// Copyright (C) 2001-2003
// William E. Kempf
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and this permission notice appear
// in supporting documentation.  William E. Kempf makes no representations
// about the suitability of this software for any purpose.
// It is provided "as is" without express or implied warranty.


	timer <boost/timer.hpp>
	-----------------------

//  Copyright Beman Dawes 1994-99.
//  See accompanying license for terms and conditions of use.

Terms of the Boost Software License appear later in this file.


	tokenizer <boost/tokenizer.hpp>
	-------------------------------

// \ufffd Copyright Jeremy Siek and John R. Bandela 2001. 
 
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all
// copies. This software is provided "as is" without express or
// implied warranty, and with no claim as to its suitability for any
// purpose.


	tuple <boost/tuple/tuple.hpp>
	-----------------------------

// Copyright (C) 1999, 2000 Jaakko J\ufffdrvi (jaakko.jarvi@cs.utu.fi)
//
// Permission to copy, use, sell and distribute this software is granted
// provided this copyright notice appears in all copies. 
// Permission to modify the code and to distribute modified code is granted
// provided this copyright notice appears in all copies, and a notice 
// that the code was modified is included with the copyright notice.
//
// This software is provided "as is" without express or implied warranty, 
// and with no claim as to its suitability for any purpose.


	type_traits <boost/type_traits.hpp>
	-----------------------------------

//  (C) Copyright John Maddock 2000.
//  Use, modification and distribution are subject to the Boost Software License,
//  Version 1.0.

Terms of the Boost Software License appear later in this file.


	uBLAS <boost/numeric/ublas/blas.hpp>
	------------------------------------

//  Copyright (c) 2000-2002
//  Joerg Walter, Mathias Koch
//
//  Permission to use, copy, modify, distribute and sell this software
//  and its documentation for any purpose is hereby granted without fee,
//  provided that the above copyright notice appear in all copies and
//  that both that copyright notice and this permission notice appear
//  in supporting documentation.  The authors make no representations
//  about the suitability of this software for any purpose.
//  It is provided "as is" without express or implied warranty.


	utility <boost/utility.hpp>
	---------------------------

//  Copyright 1999-2003 Boost.org.  Use, modification, and distribution are
//  subject to the Boost Software License, Version 1.0.

Terms of the Boost Software License appear later in this file.


	value_initialized <boost/utility/value_init.hpp
	-----------------------------------------------

// (C) 2002, Fernando Luis Cacciola Carballal.
//
// This material is provided "as is", with absolutely no warranty expressed
// or implied. Any use is at your own risk.
//
// Permission to use or copy this software for any purpose is hereby granted
// without fee, provided the above notices are retained on all copies.
// Permission to modify the code and to distribute modified code is granted,
// provided the above notices are retained, and a notice that the code was
// modified is included with the above copyright notice.


	variant <boost/variant.hpp>
	---------------------------

// Copyright (c) 2003
// Eric Friedman, Itay Maman
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appears in all copies and
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.



	Boost Software License - Version 1.0
	------------------------------------

Boost Software License - Version 1.0 - August 17th, 2003

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.








ArX uses the following libraries from Boost:

 regex (Dr John Maddock),

 filesystem (Beman Dawes, Dietmar Kuhl, Vladimir Prius, Jan Langer)

 date_time (CrystalClear Software, Inc)

 serialization (Robert Ramey, Roni Sharoni, Pavel Vozenilek, Vladimir
Prius, Ronald Garcia)

 spirit (Jonathan de Halleux, Joel de Guzman, Hartmut Kaiser, Daniel
        Nuffer, Hartmut Kaiser, Martin Wille, Raghavendra Satish,
        Bruce Florman, Carlos Arevalo-Baeza, Giovanni Bajo, Juan
        Carlos Arevalo-Baeza, Jeff Westfahl, Gustavo Guerra, Vaclav
        Vesely, Thomas Witt, Bruce Florman, Jaakko Järvi, Jeremiah
        Willcock)

 tokenizer (Jeremy Siek, John R. Bandela)

 graph (The Trustees Indiana University, University of Notre Dame,
        Universite Joseph Fourier, Grenoble, Andrew Lumsdaine,
        Lie-Quan Lee, Jeremy G. Siek, François Faure, Marc
        Wintermantel, Bruce Barr, Douglas Gregor, Brian Osman, ETH
        Zurich, Center of Structure Technologies, Vladimir Prus, David
        Abrahams, Silicon Graphics Computer Systems, Inc.)

Except for parts of the graph library, all of them are distributed
under the Boost Software License Version 1.0

///////////////////////////////////////////////////////////////////////////////
Boost Software License - Version 1.0 - August 17th, 2003

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.
///////////////////////////////////////////////////////////////////////////////

Parts of the graph library are under the following licenses



