From c921b04cfbecbd71999405bb01ab973149165b3d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 15 Jun 2005 13:19:07 +0000 Subject: [PATCH] Correct license text [SVN r29587] --- v2/test/template.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/test/template.py b/v2/test/template.py index e230eac5d..36426f248 100644 --- a/v2/test/template.py +++ b/v2/test/template.py @@ -1,9 +1,9 @@ #!/usr/bin/python -# Copyright (C) Vladimir Prus 2003. 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. +# Copyright (C) FILL SOMETHING HERE 2005. +# 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) # This file is template for Boost.Build tests. It creates a simple # project that builds one exe from one source, and checks that the exe