From 7d69794f7ea64369a74ef96d66531c212e616277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 9 Sep 2013 19:36:10 +0000 Subject: [PATCH] Removed SGI copyright as after rewrites it is no longer applicable. [SVN r85627] --- doc/container.qbk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index 333bc09..ef55777 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -688,9 +688,8 @@ use [*Boost.Container]? There are several reasons for that: [section:acknowledgements_notes Acknowledgements, notes and links] * Original standard container code comes from [@http://www.sgi.com/tech/stl/ SGI STL library], - which enhanced the original HP STL code. Most of this code was rewritten for - [*Boost.Interprocess] and moved to [*Boost.Intrusive]. `deque` and `string` containers still - have fragments of the original SGI code. Many thanks to Alexander Stepanov, Meng Lee, David Musser, + which enhanced the original HP STL code. Code was rewritten for + [*Boost.Interprocess] and moved to [*Boost.Intrusive]. Many thanks to Alexander Stepanov, Meng Lee, David Musser, Matt Austern... and all HP and SGI STL developers. * `flat_[multi]_map/set` containers were originally based on [@http://en.wikipedia.org/wiki/Loki_%28C%2B%2B%29 Loki's]