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

Relicensed files/added copyright info based on permissions from file authors

[SVN r52470]
This commit is contained in:
Jeremiah Willcock
2009-04-18 16:17:36 +00:00
parent 9b25481ac8
commit 7895ca9e8f
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
# Copyright (C) 2008 Mike Jackson
#
# 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)
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file

14
doc/lengauer_tarjan_dominator.htm Executable file → Normal file
View File

@@ -1,14 +1,10 @@
<HTML>
<!--
-- Copyright (c) JongSoo Park 2005
--
-- 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 that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
Copyright (c) JongSoo Park 2005
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)
-->
<Head>
<Title>Boost Graph Library: Lengauer-Tarjan Dominator Tree Algorithm</Title>

View File

@@ -1,3 +1,9 @@
# Copyright (C) 2008 Mike Jackson
#
# 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)
add_definitions(-DBOOST_GRAPH_NO_LIB=1)
if (MSVC)

View File

@@ -1,3 +1,9 @@
# Copyright (C) 2008 Mike Jackson
#
# 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)
boost_additional_test_dependencies(graph BOOST_DEPENDS test assign)
boost_test_run(transitive_closure_test)