From e4f3ff82c55cc4555e120ac8820ff4e619af97f6 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 6 Nov 2006 14:54:10 +0000 Subject: [PATCH] Add copyrights+license (with help of a shell script). [SVN r35874] --- tools/Jamfile.v2 | 7 +++++++ tools/make-cputime-page.pl | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/tools/Jamfile.v2 b/tools/Jamfile.v2 index 20d7720aec..984001120f 100644 --- a/tools/Jamfile.v2 +++ b/tools/Jamfile.v2 @@ -1,3 +1,10 @@ +# Copyright 2005 Rene Rivera +# Copyright 2005 Hartmut Kaiser +# Copyright 2005 John Maddock +# Copyright 2003 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) + # Jamfile which builds all the tools. diff --git a/tools/make-cputime-page.pl b/tools/make-cputime-page.pl index 87ddc4a01b..e6969be597 100644 --- a/tools/make-cputime-page.pl +++ b/tools/make-cputime-page.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl -w +# Copyright 2004 Aleksey Gurtovoy +# Copyright 2001 Jens Maurer +# 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) + use strict; my $filename;