Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52470 - in trunk/libs/graph: . doc src test
From: jewillco_at_[hidden]
Date: 2009-04-18 12:17:37


Author: jewillco
Date: 2009-04-18 12:17:36 EDT (Sat, 18 Apr 2009)
New Revision: 52470
URL: http://svn.boost.org/trac/boost/changeset/52470

Log:
Relicensed files/added copyright info based on permissions from file authors
Text files modified:
   trunk/libs/graph/CMakeLists.txt | 6 ++++++
   trunk/libs/graph/doc/lengauer_tarjan_dominator.htm | 14 +++++---------
   trunk/libs/graph/src/CMakeLists.txt | 6 ++++++
   trunk/libs/graph/test/CMakeLists.txt | 6 ++++++
   4 files changed, 23 insertions(+), 9 deletions(-)

Modified: trunk/libs/graph/CMakeLists.txt
==============================================================================
--- trunk/libs/graph/CMakeLists.txt (original)
+++ trunk/libs/graph/CMakeLists.txt 2009-04-18 12:17:36 EDT (Sat, 18 Apr 2009)
@@ -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
 

Modified: trunk/libs/graph/doc/lengauer_tarjan_dominator.htm
==============================================================================
--- trunk/libs/graph/doc/lengauer_tarjan_dominator.htm (original)
+++ trunk/libs/graph/doc/lengauer_tarjan_dominator.htm 2009-04-18 12:17:36 EDT (Sat, 18 Apr 2009)
@@ -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>

Modified: trunk/libs/graph/src/CMakeLists.txt
==============================================================================
--- trunk/libs/graph/src/CMakeLists.txt (original)
+++ trunk/libs/graph/src/CMakeLists.txt 2009-04-18 12:17:36 EDT (Sat, 18 Apr 2009)
@@ -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)

Modified: trunk/libs/graph/test/CMakeLists.txt
==============================================================================
--- trunk/libs/graph/test/CMakeLists.txt (original)
+++ trunk/libs/graph/test/CMakeLists.txt 2009-04-18 12:17:36 EDT (Sat, 18 Apr 2009)
@@ -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)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk