Просмотр исходного кода

add missing license/copyright info

[SVN r35068]
Dave Abrahams 19 лет назад
Родитель
Сommit
7f93093b00
6 измененных файлов с 11 добавлено и 4 удалено
  1. 1 1
      libs/concept_check
  2. 1 1
      libs/iterator
  3. 1 1
      libs/parameter
  4. 1 1
      libs/python
  5. 3 0
      people/dave_abrahams.htm
  6. 4 0
      project-root.jam

+ 1 - 1
libs/concept_check

@@ -1 +1 @@
-Subproject commit b11b270a56db3966672454341ea9655de6335a6d
+Subproject commit 6b4d01994b6ccf3c1d92a32b6ce7cf1f7bf5588e

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit 3355660636b559bbd4ad1ad9bdc9a777a1822046
+Subproject commit 1fad13e34f2e79556a4ec944c5ede8df3d450af9

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit cc8ca29980b1cc90db961de0dd423f4ac5115321
+Subproject commit 5baef32925c91fed6a365f88f10dd29c3911b3ce

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit 5a143197539faa52d05751936c212a81215d6e33
+Subproject commit 9366c4835194cb091ed23f3b0b68faf907c53846

+ 3 - 0
people/dave_abrahams.htm

@@ -5,6 +5,9 @@
     <meta name="ProgId" content="FrontPage.Editor.Document">
     <title>Dave Abrahams</title>
   </head>
+<!-- Copyright David Abrahams 2006. 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) -->
   <body bgcolor="#FFFFFF" text="#000000">
     <table border="1" bgcolor="#007F7F" cellpadding="2">
       <tr>

+ 4 - 0
project-root.jam

@@ -1,2 +1,6 @@
+# Copyright Rene Rivera, Vladimir Prus, David Abrahams
+# 2006. 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)
 
 path-constant BOOST_ROOT : . ;

粤ICP备19079148号