Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68932 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2011-02-15 16:26:33


Author: bemandawes
Date: 2011-02-15 16:26:24 EST (Tue, 15 Feb 2011)
New Revision: 68932
URL: http://svn.boost.org/trac/boost/changeset/68932

Log:
Add license and copyright
Text files modified:
   trunk/tools/release/unmerged.bat | 2 ++
   trunk/tools/release/unmerged_all.bat | 2 ++
   trunk/tools/release/upload2sourceforge.bat | 2 ++
   3 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/tools/release/unmerged.bat
==============================================================================
--- trunk/tools/release/unmerged.bat (original)
+++ trunk/tools/release/unmerged.bat 2011-02-15 16:26:24 EST (Tue, 15 Feb 2011)
@@ -1,4 +1,6 @@
 @echo off
+rem Copyright Beman Dawes 2009
+rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
 if not %1$==$ goto usage_ok
 echo Usage: unmerged library-name [svn-options]
 echo Options include --summarize to show paths only. i.e. suppresses line-by-line diffs

Modified: trunk/tools/release/unmerged_all.bat
==============================================================================
--- trunk/tools/release/unmerged_all.bat (original)
+++ trunk/tools/release/unmerged_all.bat 2011-02-15 16:26:24 EST (Tue, 15 Feb 2011)
@@ -1,3 +1,5 @@
+rem Copyright Beman Dawes 2009
+rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
 call unmerged accumulators --summarize
 call unmerged algorithm --summarize
 call unmerged any --summarize

Modified: trunk/tools/release/upload2sourceforge.bat
==============================================================================
--- trunk/tools/release/upload2sourceforge.bat (original)
+++ trunk/tools/release/upload2sourceforge.bat 2011-02-15 16:26:24 EST (Tue, 15 Feb 2011)
@@ -1,3 +1,5 @@
+rem Copyright Beman Dawes 2009
+rem Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
 if not %1$==$ goto usage_ok
 echo Usage: upload2sourceforge release-folder
 echo Example: upload2sourceforge 1.40.0


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