Boost logo

Boost-Commit :

From: asutton_at_[hidden]
Date: 2007-05-23 10:55:27


Author: asutton
Date: 2007-05-23 10:55:26 EDT (Wed, 23 May 2007)
New Revision: 4209
URL: http://svn.boost.org/trac/boost/changeset/4209

Log:
added requirements to the README, licenses to src files

Text files modified:
   sandbox/SOC/2007/graphs/libs/graph/examples/imdb/Jamfile.v2 | 5 +++++
   sandbox/SOC/2007/graphs/libs/graph/examples/imdb/README | 5 +++++
   sandbox/SOC/2007/graphs/libs/graph/examples/imdb/imdb.cpp | 5 +++++
   3 files changed, 15 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2007/graphs/libs/graph/examples/imdb/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/graphs/libs/graph/examples/imdb/Jamfile.v2 (original)
+++ sandbox/SOC/2007/graphs/libs/graph/examples/imdb/Jamfile.v2 2007-05-23 10:55:26 EDT (Wed, 23 May 2007)
@@ -1,3 +1,8 @@
+# (C) Copyright Andrew Sutton 2007
+#
+# Use, modification and distribution are subject to the
+# Boost Software License, Version 1.0 (See accompanying file
+# LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 exe imdb_six_degrees
         : imdb.cpp

Modified: sandbox/SOC/2007/graphs/libs/graph/examples/imdb/README
==============================================================================
--- sandbox/SOC/2007/graphs/libs/graph/examples/imdb/README (original)
+++ sandbox/SOC/2007/graphs/libs/graph/examples/imdb/README 2007-05-23 10:55:26 EDT (Wed, 23 May 2007)
@@ -1,4 +1,9 @@
 
+Requirements
+============
+I initially built and tested this on a P4 2.8 GHz computer with 1GB of RAM
+so running it wasn't _too_ much of a problem.
+
 File Prepraration
 =================
 Unfortunately, you're on your own for preparing the data for these queies. I

Modified: sandbox/SOC/2007/graphs/libs/graph/examples/imdb/imdb.cpp
==============================================================================
--- sandbox/SOC/2007/graphs/libs/graph/examples/imdb/imdb.cpp (original)
+++ sandbox/SOC/2007/graphs/libs/graph/examples/imdb/imdb.cpp 2007-05-23 10:55:26 EDT (Wed, 23 May 2007)
@@ -1,3 +1,8 @@
+// (C) Copyright Andrew Sutton 2007
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 // std includes
 #include <utility>


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