$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-10-19 16:06:30
Author: vladimir_prus
Date: 2007-10-19 16:06:29 EDT (Fri, 19 Oct 2007)
New Revision: 40200
URL: http://svn.boost.org/trac/boost/changeset/40200
Log:
Mine
Text files modified: 
   branches/build/python_port/python/boost/build/build/toolset.py |    11 +++++++----                             
   1 files changed, 7 insertions(+), 4 deletions(-)
Modified: branches/build/python_port/python/boost/build/build/toolset.py
==============================================================================
--- branches/build/python_port/python/boost/build/build/toolset.py	(original)
+++ branches/build/python_port/python/boost/build/build/toolset.py	2007-10-19 16:06:29 EDT (Fri, 19 Oct 2007)
@@ -1,7 +1,10 @@
-#  Copyright (C) Vladimir Prus 2002. Permission to copy, use, modify, sell and
-#  distribute this software is granted provided this copyright notice appears in
-#  all copies. This software is provided "as is" without express or implied
-#  warranty, and with no claim as to its suitability for any purpose.
+# Status: being ported by Vladimir Prus
+#
+# Copyright 2003 Dave Abrahams 
+# Copyright 2005 Rene Rivera 
+# Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus 
+# 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) 
 
 """ Support for toolset definition.
 """