Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52507 - in trunk/libs/graph: doc test
From: jewillco_at_[hidden]
Date: 2009-04-20 09:45:10


Author: jewillco
Date: 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
New Revision: 52507
URL: http://svn.boost.org/trac/boost/changeset/52507

Log:
Added license and copyright information
Text files modified:
   trunk/libs/graph/doc/read_graphml.html | 10 ++++++++++
   trunk/libs/graph/doc/read_graphml.rst | 10 +++++++++-
   trunk/libs/graph/doc/write_graphml.html | 9 +++++++++
   trunk/libs/graph/doc/write_graphml.rst | 10 +++++++++-
   trunk/libs/graph/test/graphml_test.xml | 9 +++++++++
   5 files changed, 46 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/read_graphml.html
==============================================================================
--- trunk/libs/graph/doc/read_graphml.html (original)
+++ trunk/libs/graph/doc/read_graphml.html 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ Copyright (C) 2006 Tiago de Paula Peixoto <tiago_at_[hidden]>
+
+ 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)
+
+ Authors: Tiago de Paula Peixoto
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Modified: trunk/libs/graph/doc/read_graphml.rst
==============================================================================
--- trunk/libs/graph/doc/read_graphml.rst (original)
+++ trunk/libs/graph/doc/read_graphml.rst 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
@@ -2,6 +2,14 @@
 |(logo)|__ ``read_graphml``
 ============================
 
+.. Copyright (C) 2006 Tiago de Paula Peixoto <tiago_at_[hidden]>
+
+ 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)
+
+ Authors: Tiago de Paula Peixoto
+
 .. |(logo)| image:: ../../../boost.png
    :align: middle
    :alt: Boost
@@ -155,4 +163,4 @@
 .. _`Multi-Pass Iterator`: ../../iterator/index.html
 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
 .. _write_graphml: write_graphml.html
-.. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install
\ No newline at end of file
+.. _Boost Jam Build Instructions: ../../../more/getting_started.html#Build_Install

Modified: trunk/libs/graph/doc/write_graphml.html
==============================================================================
--- trunk/libs/graph/doc/write_graphml.html (original)
+++ trunk/libs/graph/doc/write_graphml.html 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ Copyright (C) 2006 Tiago de Paula Peixoto <tiago_at_[hidden]>
+
+ 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)
+
+ Authors: Tiago de Paula Peixoto
+-->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Modified: trunk/libs/graph/doc/write_graphml.rst
==============================================================================
--- trunk/libs/graph/doc/write_graphml.rst (original)
+++ trunk/libs/graph/doc/write_graphml.rst 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
@@ -2,6 +2,14 @@
 |(logo)|__ ``write_graphml``
 ============================
 
+.. Copyright (C) 2006 Tiago de Paula Peixoto <tiago_at_[hidden]>
+
+ 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)
+
+ Authors: Tiago de Paula Peixoto
+
 .. |(logo)| image:: ../../../boost.png
    :align: middle
    :alt: Boost
@@ -253,4 +261,4 @@
 
 .. _dynamic_properties: ../../property_map/doc/dynamic_property_map.html
 .. _read_graphml: read_graphml.html
-.. _VertexListGraph: VertexListGraph.html
\ No newline at end of file
+.. _VertexListGraph: VertexListGraph.html

Modified: trunk/libs/graph/test/graphml_test.xml
==============================================================================
--- trunk/libs/graph/test/graphml_test.xml (original)
+++ trunk/libs/graph/test/graphml_test.xml 2009-04-20 09:45:08 EDT (Mon, 20 Apr 2009)
@@ -1,4 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2006 Tiago de Paula Peixoto <tiago_at_[hidden]>
+
+ 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)
+
+ Authors: Tiago de Paula Peixoto
+-->
 <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
   <key id="d1" for="node" attr.name="foo" attr.type="int">
     <default>42</default>


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