From b400d34becef445dbe21e738a768faef5249c5a4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 13 Feb 2003 15:41:26 +0000 Subject: [PATCH] Added copyright to Jamfiles. [SVN r17363] --- test/Jamfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index e2591a9..df8c543 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,4 +1,12 @@ -# Boost.SmartPtr Library test Jamfile +# Boost.SmartPtr Library test Jamfile +# +# Copyright (c) 2003 Peter Dimov +# Copyright (c) 2003 Dave Abrahams +# +# 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. subproject libs/smart_ptr/test ;