Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77419 - trunk/libs/proto/doc
From: eric_at_[hidden]
Date: 2012-03-19 17:21:07


Author: eric_niebler
Date: 2012-03-19 17:21:06 EDT (Mon, 19 Mar 2012)
New Revision: 77419
URL: http://svn.boost.org/trac/boost/changeset/77419

Log:
missing copyright and license
Text files modified:
   trunk/libs/proto/doc/propdocs.sh | 5 +++++
   trunk/libs/proto/doc/reference.xml | 7 +++++++
   2 files changed, 12 insertions(+), 0 deletions(-)

Modified: trunk/libs/proto/doc/propdocs.sh
==============================================================================
--- trunk/libs/proto/doc/propdocs.sh (original)
+++ trunk/libs/proto/doc/propdocs.sh 2012-03-19 17:21:06 EDT (Mon, 19 Mar 2012)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+# Copyright 2012 Eric Niebler
+#
+# 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)
+
 rsync --delete --rsh=ssh --recursive -p html/* eric_niebler,boost-sandbox_at_[hidden]:/home/groups/b/bo/boost-sandbox/htdocs/libs/proto/doc/html
 
 rsync --delete --rsh=ssh --recursive -p src/* eric_niebler,boost-sandbox_at_[hidden]:/home/groups/b/bo/boost-sandbox/htdocs/libs/proto/doc/src

Modified: trunk/libs/proto/doc/reference.xml
==============================================================================
--- trunk/libs/proto/doc/reference.xml (original)
+++ trunk/libs/proto/doc/reference.xml 2012-03-19 17:21:06 EDT (Mon, 19 Mar 2012)
@@ -1,4 +1,11 @@
 ï»¿<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2012 Eric Niebler
+
+ 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)
+ -->
 <library-reference xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <!-- classes -->


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