Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85580 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2013-09-05 15:48:31


Author: jewillco
Date: 2013-09-05 15:48:31 EDT (Thu, 05 Sep 2013)
New Revision: 85580
URL: http://svn.boost.org/trac/boost/changeset/85580

Log:
Applied patch from potato_research to add copyright notice

Text files modified:
   trunk/libs/graph/test/rcsp_custom_vertex_id.cpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/test/rcsp_custom_vertex_id.cpp
==============================================================================
--- trunk/libs/graph/test/rcsp_custom_vertex_id.cpp Thu Sep 5 14:33:30 2013 (r85579)
+++ trunk/libs/graph/test/rcsp_custom_vertex_id.cpp 2013-09-05 15:48:31 EDT (Thu, 05 Sep 2013) (r85580)
@@ -1,4 +1,5 @@
 //=======================================================================
+// Copyright (c) 2013 Alberto Santini
 // Author: Alberto Santini <alberto_at_[hidden]>
 //
 // Distributed under the Boost Software License, Version 1.0. (See
@@ -67,9 +68,9 @@
   VertexProperty vp3(4, 3);
   EdgeProperty e12(1);
   EdgeProperty e23(2);
-
+
   Graph g;
-
+
   Vertex v1 = add_vertex(g); g[v1] = vp1;
   Vertex v2 = add_vertex(g); g[v2] = vp2;
   Vertex v3 = add_vertex(g); g[v3] = vp3;


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