Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52449 - in trunk/libs/graph_parallel: . doc example src test
From: jewillco_at_[hidden]
Date: 2009-04-17 13:39:50


Author: jewillco
Date: 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
New Revision: 52449
URL: http://svn.boost.org/trac/boost/changeset/52449

Log:
Stamped copyright notices into CMake build files
Text files modified:
   trunk/libs/graph_parallel/CMakeLists.txt | 6 ++++++
   trunk/libs/graph_parallel/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/graph_parallel/example/CMakeLists.txt | 8 +++++++-
   trunk/libs/graph_parallel/src/CMakeLists.txt | 6 ++++++
   trunk/libs/graph_parallel/test/CMakeLists.txt | 6 ++++++
   5 files changed, 31 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph_parallel/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/CMakeLists.txt (original)
+++ trunk/libs/graph_parallel/CMakeLists.txt 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 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)
+
 # Add a library target to the build system
 boost_library_project(
   graph_parallel

Modified: trunk/libs/graph_parallel/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/doc/CMakeLists.txt (original)
+++ trunk/libs/graph_parallel/doc/CMakeLists.txt 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 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)
+
 set(PBGL_DOCS
   DistributedGraph
   DistributedEdgeListGraph

Modified: trunk/libs/graph_parallel/example/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/example/CMakeLists.txt (original)
+++ trunk/libs/graph_parallel/example/CMakeLists.txt 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 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)
+
 add_executable(breadth_first_search breadth_first_search.cpp)
 target_link_libraries(breadth_first_search
   boost_graph_mpi ${MPI_LIBRARIES})
@@ -32,4 +38,4 @@
     ${MPIEXEC_POSTFLAGS}
     "${CMAKE_CURRENT_SOURCE_DIR}/weighted_graph.gr"
     "${CMAKE_BINARY_DIR}/test/weighted_graph-dijkstra.gr")
-endif (BUILD_TESTING)
\ No newline at end of file
+endif (BUILD_TESTING)

Modified: trunk/libs/graph_parallel/src/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/src/CMakeLists.txt (original)
+++ trunk/libs/graph_parallel/src/CMakeLists.txt 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 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)
+
 add_definitions(-DBOOST_GRAPH_NO_LIB=1)
 
 if (MSVC)

Modified: trunk/libs/graph_parallel/test/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/test/CMakeLists.txt (original)
+++ trunk/libs/graph_parallel/test/CMakeLists.txt 2009-04-17 13:39:50 EDT (Fri, 17 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 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)
+
 FIND_PACKAGE(MPI)
 if (MPI_FOUND)
 message(STATUS "MPI Found")


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