Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80555 - trunk/tools/build/v2/example/versioned
From: jurko.gospodnetic_at_[hidden]
Date: 2012-09-17 06:31:21


Author: jurko
Date: 2012-09-17 06:31:20 EDT (Mon, 17 Sep 2012)
New Revision: 80555
URL: http://svn.boost.org/trac/boost/changeset/80555

Log:
Internal Boost Build cleanup - minor stylistic changes.
Text files modified:
   trunk/tools/build/v2/example/versioned/hello.cpp | 4 ++--
   trunk/tools/build/v2/example/versioned/jamfile.jam | 7 ++++---
   trunk/tools/build/v2/example/versioned/jamroot.jam | 8 ++++----
   3 files changed, 10 insertions(+), 9 deletions(-)

Modified: trunk/tools/build/v2/example/versioned/hello.cpp
==============================================================================
--- trunk/tools/build/v2/example/versioned/hello.cpp (original)
+++ trunk/tools/build/v2/example/versioned/hello.cpp 2012-09-17 06:31:20 EDT (Mon, 17 Sep 2012)
@@ -1,7 +1,7 @@
 // Copyright Rene Rivera, 2003
 // 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)
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <iostream>
 

Modified: trunk/tools/build/v2/example/versioned/jamfile.jam
==============================================================================
--- trunk/tools/build/v2/example/versioned/jamfile.jam (original)
+++ trunk/tools/build/v2/example/versioned/jamfile.jam 2012-09-17 06:31:20 EDT (Mon, 17 Sep 2012)
@@ -1,6 +1,7 @@
-# Copyright 2003 Rene Rivera
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+# Copyright 2003 Rene Rivera
+# 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)
 
 #~ exe hello : hello.cpp : <version>1.0 ;
 lib hello : hello.cpp : <version>1.0 ;

Modified: trunk/tools/build/v2/example/versioned/jamroot.jam
==============================================================================
--- trunk/tools/build/v2/example/versioned/jamroot.jam (original)
+++ trunk/tools/build/v2/example/versioned/jamroot.jam 2012-09-17 06:31:20 EDT (Mon, 17 Sep 2012)
@@ -1,7 +1,7 @@
-# Copyright 2003 Rene Rivera
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
+# Copyright 2003 Rene Rivera
+# 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)
 
 import gcc ;
 import toolset ;


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