2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 19:42:11 +00:00

Copyrightify and licensify

[SVN r27552]
This commit is contained in:
Douglas Gregor
2005-03-04 14:53:56 +00:00
parent a882494f03
commit 7c446ad0d4
19 changed files with 179 additions and 13 deletions

View File

@@ -1,3 +1,11 @@
// Copyright 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
// Andrew Lumsdaine
#include <boost/graph/breadth_first_search.hpp>
#include "graph.hpp"
#include "digraph.hpp"