Преглед на файлове

Add copyrights+license (with help of a shell script).

[SVN r35874]
Rene Rivera преди 19 години
родител
ревизия
e4f3ff82c5
променени са 2 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 7 0
      tools/Jamfile.v2
  2. 5 0
      tools/make-cputime-page.pl

+ 7 - 0
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.
 # Jamfile which builds all the tools.
 
 

+ 5 - 0
tools/make-cputime-page.pl

@@ -1,5 +1,10 @@
 #!/usr/bin/perl -w
 #!/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;
 use strict;
 
 
 my $filename;
 my $filename;

粤ICP备19079148号