$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53129 - trunk/libs/graph/example
From: asutton_at_[hidden]
Date: 2009-05-20 10:41:05
Author: asutton
Date: 2009-05-20 10:41:03 EDT (Wed, 20 May 2009)
New Revision: 53129
URL: http://svn.boost.org/trac/boost/changeset/53129
Log:
Added copyright/licence.
Text files modified:
trunk/libs/graph/example/labeled_graph.cpp | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/example/labeled_graph.cpp
==============================================================================
--- trunk/libs/graph/example/labeled_graph.cpp (original)
+++ trunk/libs/graph/example/labeled_graph.cpp 2009-05-20 10:41:03 EDT (Wed, 20 May 2009)
@@ -1,4 +1,8 @@
-#include "typestr.hpp"
+// (C) Copyright 2009 Andrew Sutton
+//
+// 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)
#include <iostream>
#include <string>