[pkg-boost-commits] r13953 - in boost/trunk: boost/graph
boost/graph/detail debian
Domenico Andreoli
cavok at costa.debian.org
Thu Mar 16 12:46:52 UTC 2006
Author: cavok
Date: 2006-03-16 12:46:50 +0000 (Thu, 16 Mar 2006)
New Revision: 13953
Modified:
boost/trunk/boost/graph/adjacency_list_io.hpp
boost/trunk/boost/graph/adjacency_matrix.hpp
boost/trunk/boost/graph/cuthill_mckee_ordering.hpp
boost/trunk/boost/graph/detail/bitset.hpp
boost/trunk/boost/graph/detail/sparse_ordering.hpp
boost/trunk/boost/graph/erdos_renyi_generator.hpp
boost/trunk/boost/graph/isomorphism.hpp
boost/trunk/boost/graph/king_ordering.hpp
boost/trunk/boost/graph/profile.hpp
boost/trunk/boost/graph/property_iter_range.hpp
boost/trunk/boost/graph/relax.hpp
boost/trunk/boost/graph/simple_point.hpp
boost/trunk/boost/graph/sloan_ordering.hpp
boost/trunk/boost/graph/vector_as_graph.hpp
boost/trunk/boost/graph/wavefront.hpp
boost/trunk/debian/changelog
Log:
fixed graph licensing problems (bug: #349209)
Modified: boost/trunk/boost/graph/adjacency_list_io.hpp
===================================================================
--- boost/trunk/boost/graph/adjacency_list_io.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/adjacency_list_io.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -2,25 +2,9 @@
// Copyright 2001 Universite Joseph Fourier, Grenoble.
// Author: François Faure
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
Modified: boost/trunk/boost/graph/adjacency_matrix.hpp
===================================================================
--- boost/trunk/boost/graph/adjacency_matrix.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/adjacency_matrix.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,6 +1,7 @@
//=======================================================================
// Copyright 2001 University of Notre Dame.
-// Author: Jeremy G. Siek
+// Copyright 2006 Trustees of Indiana University
+// Authors: Jeremy G. Siek and Douglas Gregor <dgregor at cs.indiana.edu>
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
Modified: boost/trunk/boost/graph/cuthill_mckee_ordering.hpp
===================================================================
--- boost/trunk/boost/graph/cuthill_mckee_ordering.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/cuthill_mckee_ordering.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,30 +1,13 @@
-//
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
+// Copyright 2004, 2005 Trustees of Indiana University
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek,
// Doug Gregor, D. Kevin McGrath
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
-//
#ifndef BOOST_GRAPH_CUTHILL_MCKEE_HPP
#define BOOST_GRAPH_CUTHILL_MCKEE_HPP
Modified: boost/trunk/boost/graph/detail/bitset.hpp
===================================================================
--- boost/trunk/boost/graph/detail/bitset.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/detail/bitset.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,8 +1,11 @@
-// (C) Copyright Jeremy Siek 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.
+//=======================================================================
+// Copyright 2001 Jeremy G. Siek
+// Authors: Jeremy G. Siek
+//
+// 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) 1998
Modified: boost/trunk/boost/graph/detail/sparse_ordering.hpp
===================================================================
--- boost/trunk/boost/graph/detail/sparse_ordering.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/detail/sparse_ordering.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,29 +1,14 @@
//
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
-// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
+// Copyright 2004, 2005 Trustees of Indiana University
+// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek,
+// Doug Gregor, D. Kevin McGrath
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
-//=======================================================================
-//
+// 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)
+//=======================================================================//
#ifndef BOOST_GRAPH_DETAIL_SPARSE_ORDERING_HPP
#define BOOST_GRAPH_DETAIL_SPARSE_ORDERING_HPP
Modified: boost/trunk/boost/graph/erdos_renyi_generator.hpp
===================================================================
--- boost/trunk/boost/graph/erdos_renyi_generator.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/erdos_renyi_generator.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,10 +1,11 @@
-// Copyright 2004 The Trustees of Indiana University.
+// Copyright 2004, 2005 The Trustees of Indiana University.
// Use, modification and distribution is subject to 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)
-// Authors: Douglas Gregor
+// Authors: Jeremiah Willcock
+// Douglas Gregor
// Andrew Lumsdaine
#ifndef BOOST_GRAPH_ERDOS_RENYI_GENERATOR_HPP
#define BOOST_GRAPH_ERDOS_RENYI_GENERATOR_HPP
Modified: boost/trunk/boost/graph/isomorphism.hpp
===================================================================
--- boost/trunk/boost/graph/isomorphism.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/isomorphism.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,13 +1,8 @@
// 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.
+// 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)
#ifndef BOOST_GRAPH_ISOMORPHISM_HPP
#define BOOST_GRAPH_ISOMORPHISM_HPP
Modified: boost/trunk/boost/graph/king_ordering.hpp
===================================================================
--- boost/trunk/boost/graph/king_ordering.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/king_ordering.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,30 +1,13 @@
-//
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
-// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
+// Copyright 2004, 2005 Trustees of Indiana University
+// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek,
// Doug Gregor, D. Kevin McGrath
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
-//=======================================================================
-//
+// 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)
+//=======================================================================//
#ifndef BOOST_GRAPH_KING_HPP
#define BOOST_GRAPH_KING_HPP
Modified: boost/trunk/boost/graph/profile.hpp
===================================================================
--- boost/trunk/boost/graph/profile.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/profile.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,29 +1,12 @@
//
//=======================================================================
-// Copyright 2002 Marc Wintermantel (wintermantel at imes.mavt.ethz.ch)
+// Copyright 2002 Marc Wintermantel (wintermantel at even-ag.ch)
// ETH Zurich, Center of Structure Technologies (www.imes.ethz.ch/st)
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
-//
#ifndef BOOST_GRAPH_PROFILE_HPP
#define BOOST_GRAPH_PROFILE_HPP
Modified: boost/trunk/boost/graph/property_iter_range.hpp
===================================================================
--- boost/trunk/boost/graph/property_iter_range.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/property_iter_range.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,10 +1,10 @@
-// (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.
-
+// (C) Copyright François Faure, iMAGIS-GRAVIR / UJF, 2001.
+//
+// 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)
+//
// Revision History:
// 03 May 2001 Jeremy Siek
// Generalized the property map iterator and moved that
Modified: boost/trunk/boost/graph/relax.hpp
===================================================================
--- boost/trunk/boost/graph/relax.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/relax.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,30 +1,11 @@
-//
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
-// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
+// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek,
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
-//
-
#ifndef BOOST_GRAPH_RELAX_HPP
#define BOOST_GRAPH_RELAX_HPP
Modified: boost/trunk/boost/graph/simple_point.hpp
===================================================================
--- boost/trunk/boost/graph/simple_point.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/simple_point.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,3 +1,11 @@
+//=======================================================================
+// Copyright 2005 Trustees of Indiana University
+// Authors: Andrew Lumsdaine, Douglas Gregor
+//
+// 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)
+//=======================================================================
#ifndef BOOST_GRAPH_SIMPLE_POINT_HPP
#define BOOST_GRAPH_SIMPLE_POINT_HPP
Modified: boost/trunk/boost/graph/sloan_ordering.hpp
===================================================================
--- boost/trunk/boost/graph/sloan_ordering.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/sloan_ordering.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,27 +1,11 @@
//
//=======================================================================
-// Copyright 2002 Marc Wintermantel (wintermantel at imes.mavt.ethz.ch)
+// Copyright 2002 Marc Wintermantel (wintermantel at even-ag.ch)
// ETH Zurich, Center of Structure Technologies (www.imes.ethz.ch/st)
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
//
Modified: boost/trunk/boost/graph/vector_as_graph.hpp
===================================================================
--- boost/trunk/boost/graph/vector_as_graph.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/vector_as_graph.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,7 +1,8 @@
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
+// Copyright 2006 The Trustees of Indiana University.
// Copyright (C) 2001 Vladimir Prus <ghost at cs.msu.su>
-// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
+// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek, Douglas Gregor
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
Modified: boost/trunk/boost/graph/wavefront.hpp
===================================================================
--- boost/trunk/boost/graph/wavefront.hpp 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/boost/graph/wavefront.hpp 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,27 +1,11 @@
//
//=======================================================================
-// Copyright 2002 Marc Wintermantel (wintermantel at imes.mavt.ethz.ch)
+// Copyright 2002 Marc Wintermantel (wintermantel at even-ag.ch)
// ETH Zurich, Center of Structure Technologies (www.imes.ethz.ch/st)
//
-// This file is part of the Boost Graph Library
-//
-// You should have received a copy of the License Agreement for the
-// Boost Graph Library along with the software; see the file LICENSE.
-// If not, contact Office of Research, University of Notre Dame, Notre
-// Dame, IN 46556.
-//
-// Permission to modify the code and to distribute modified code is
-// granted, provided the text of this NOTICE is retained, a notice that
-// the code was modified is included with the above COPYRIGHT NOTICE and
-// with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
-// file is distributed with the modified code.
-//
-// LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
-// By way of example, but not limitation, Licensor MAKES NO
-// REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
-// PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
-// OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
-// OR OTHER RIGHTS.
+// 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)
//=======================================================================
//
Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog 2006-01-11 15:32:12 UTC (rev 13952)
+++ boost/trunk/debian/changelog 2006-03-16 12:46:50 UTC (rev 13953)
@@ -1,3 +1,10 @@
+boost (1.33.1-3) unstable; urgency=low
+
+ * Fixed licensing of Graph library (closes: #349209).
+ Patch from upstream CVS repository, courtesy of Doug Gregor.
+
+ -- Domenico Andreoli <cavok at debian.org> Thu, 16 Mar 2006 13:40:06 +0100
+
boost (1.33.1-2) unstable; urgency=low
[ Christophe Prud'homme ]
More information about the pkg-boost-commits
mailing list