You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/09/28 22:57:41 UTC

svn commit: r580483 [2/42] - in /incubator/stdcxx/branches/4.2.0: ./ bin/ doc/ doc/stdlibref/ doc/stdlibug/ etc/config/ etc/config/src/ etc/config/windows/ etc/nls/charmaps/ etc/nls/posix/charmaps/ etc/nls/posix/src/ etc/nls/src/ examples/manual/ examp...

Modified: incubator/stdcxx/branches/4.2.0/GNUmakefile
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/GNUmakefile?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/GNUmakefile (original)
+++ incubator/stdcxx/branches/4.2.0/GNUmakefile Fri Sep 28 13:55:52 2007
@@ -4,7 +4,27 @@
 #
 # main makefile to build and test the C++ Standard library
 #
-##############################################################################
+########################################################################
+#
+# Licensed to the Apache Software  Foundation (ASF) under one or more
+# contributor  license agreements.  See  the NOTICE  file distributed
+# with  this  work  for  additional information  regarding  copyright
+# ownership.   The ASF  licenses this  file to  you under  the Apache
+# License, Version  2.0 (the  "License"); you may  not use  this file
+# except in  compliance with the License.   You may obtain  a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the  License is distributed on an  "AS IS" BASIS,
+# WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+# implied.   See  the License  for  the  specific language  governing
+# permissions and limitations under the License.
+#
+# Copyright 1999-2007 Rogue Wave Software, Inc.
+#
+########################################################################
 #
 # Usage:
 #
@@ -42,7 +62,7 @@
 #
 #   The variable SHELL can be defined to override the default shell, /bin/sh.
 #
-##############################################################################
+########################################################################
 #
 # Targets:
 #
@@ -131,7 +151,7 @@
 #
 #   WARNFLAGS - any compiler warning options
 #
-##############################################################################
+########################################################################
 
 SHELL = /bin/sh
 
@@ -231,9 +251,9 @@
 
 ifeq ($(in_topdir),1)
 
-  ############################################################################
+  ######################################################################
   # THIS BLOCK IS EVALUATED ONLY WHEN MAKE IS INVOKED IN TOPDIR
-  ############################################################################
+  ######################################################################
 
   # try to determine configuration (unless specified on the command line)
   # invoke $(SHELL) from within the $(shell) function to silence shell
@@ -536,7 +556,9 @@
   # #defined in the rw/_config.h library header
   LIBVER := $(shell awk '/^.define _RWSTD_VER / { major = substr ($$3, 3, 2); minor = substr ($$3, 5, 2); micro = substr ($$3, 7, 2); print (major + 0) "." (minor + 0) "." (micro + 0) }' $(TOPDIR)/include/rw/_config.h)
 
-### TARGETS ##################################################################
+########################################################################
+#  TARGETS
+########################################################################
 
 all: libstd
 
@@ -639,9 +661,9 @@
 
 else   # ifneq ($(in_topdir),1) ##############################################
 
-  ############################################################################
+  ######################################################################
   # THIS BLOCK IS EVALUATED ONLY WHEN MAKE IS INVOKED IN BUILDDIR
-  ############################################################################
+  ######################################################################
 
 all: config lib examples util rwtest tests $(PHDTSTDIR)
 

Modified: incubator/stdcxx/branches/4.2.0/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/NOTICE.txt?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/NOTICE.txt (original)
+++ incubator/stdcxx/branches/4.2.0/NOTICE.txt Fri Sep 28 13:55:52 2007
@@ -1,12 +1,12 @@
-Apache stdcxx
+Apache C++ Standard Library - stdcxx
 
-Copyright 2005-2006 The Apache Software Foundation.
+Copyright 2005-2007 The Apache Software Foundation.
 
 This product includes software developed at The Apache Software Foundation
 (http://www.apache.org/).
 
-Portions of this software were developed at Rogue Wave Software, Copyright
-(c) 1994-2005.
+Portions of this software were developed at Rogue Wave Software, Inc.,
+Copyright (c) 1994-2007.
 
 This software contains code derived from the HP Standard Template Library,
 Copyright (c) 1994 Hewlett-Packard Company.

Modified: incubator/stdcxx/branches/4.2.0/README
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/README?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/README (original)
+++ incubator/stdcxx/branches/4.2.0/README Fri Sep 28 13:55:52 2007
@@ -1,9 +1,8 @@
 
             $Id$
 
-               STDCXX - Apache C++ Standard Library 4.1.3
-          (based on Rogue Wave(R) C++ Standard Library 4.1.3)
-          ---------------------------------------------------
+       STDCXX - Apache C++ Standard Library 4.2.0 (pre-release)
+       --------------------------------------------------------
 
   i. Disclaimer
   -------------
@@ -21,6 +20,7 @@
   0  Index
   --------
 
+  Disclaimer ....................................................... i
   Index ............................................................ 0
   Contents ......................................................... 1
   Requirements ..................................................... 2
@@ -495,25 +495,30 @@
 
   o  > CD stdlib-X.Y.Z-YYYYMMDD\stdlib
      > DIR /D  # this is ${TOPDIR}
-     GNUmakefile  etc  examples  generate.bat include  src  tests
+     GNUmakefile  etc  examples  configure.bat  include  src  tests
 
      If your distribution  does not contain the test  suite and/or the
      examples, the output will look like so:
 
      > DIR /D  # this is ${TOPDIR}
-     GNUmakefile  etc  generate.bat include  src
+     GNUmakefile  etc  configure.bat  include  src
 
-  o  > .\generate.bat /BUILDDIR:<builddir> /CONFIG:<config>
+  o  > .\configure.bat  [/BUILDDIR:<builddir>] [/CONFIG:<config>]
 
      <builddir> is the pathname of the build directory where to create
                 the solution  and  projects;  the  directory  will  be
                 created  (as will  all  its  required  subdirectories)
-                this is a required argument
+
+                The  <builddir>  argument  is optional.  When  not
+                specified a current directory is assumed.
+
      <config>   name  (not  pathname)  of  a  config  file  containing
                 compiler options; the available configuration files
                 are:
                 icc-9.0.config  - for Intel C++ 9.0
                 icc-9.1.config  - for Intel C++ 9.1
+                icc-10.0.config - for Intel C++ 10.0
+                icc-10.0-x64.config - for Intel C++ 10.0 (x64 platform)
                 msvc-7.0.config - for Microsoft Visual C++ .NET
                 msvc-7.1.config - for Microsoft Visual C++ .NET 2003
                 msvc-8.0.config - for Microsoft Visual C++ .NET 2005
@@ -521,10 +526,13 @@
                                       2005 (x64 platform)
                 msvcex-8.0.config - for Microsoft Visual C++ Express
                                     2005
-                this is a required argument
+
+                The  <config>  argument  is optional.  When  not
+                specified, the suitable config file will be selected
+                automatically.
 
   o  Example:
-       > generate.bat /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1
+       > configure.bat  /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1
 
      This command will create a build directory rooted at ${BUILDDIR},
      the solution file  ${BUILDDIR}\msvc-7.1\msvc-7.1.sln, the project

Modified: incubator/stdcxx/branches/4.2.0/doc/index.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/index.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/index.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/index.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <html>
     <head>
         <title>Apache C++ Standard Library Documentation</title>

Modified: incubator/stdcxx/branches/4.2.0/doc/rw.css
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/rw.css?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/rw.css (original)
+++ incubator/stdcxx/branches/4.2.0/doc/rw.css Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 BODY { font-family: arial, helvetica, sans-serif; font-size: 10pt }
 H1   { font-family: arial, helvetica, sans-serif; font-size: 16pt; line-height: 100%; font-weight: bold; color: #003399 }
 H2   { font-family: arial, helvetica, sans-serif; font-size: 14pt; line-height: 100%; font-weight: bold; color: #003399 }

Modified: incubator/stdcxx/branches/4.2.0/doc/rwbanner.css
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/rwbanner.css?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/rwbanner.css (original)
+++ incubator/stdcxx/branches/4.2.0/doc/rwbanner.css Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 BODY { font-family: arial, helvetica, sans-serif }
 H2   { font-family: arial, helvetica, sans-serif ; font-size: 14pt; line-height: 100%; font-weight: bold; color: #003399 }
 H4   { font-family: arial, helvetica, sans-serif ; font-size: 10pt; line-height: 100%; font-weight: bold }

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/--distance-type.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/--distance-type.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/--distance-type.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/--distance-type.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>__distance_type()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/--iterator-category.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/--iterator-category.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/--iterator-category.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/--iterator-category.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>__iterator_category()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-1.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-1.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-1.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-1.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Contents of Entries</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-2.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-2.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-2.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-2.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Conventions</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-3.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-3.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-3.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/1-3.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Standards Conformance</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/1.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/1.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/1.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/1.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Overview</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-1.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-1.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-1.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-1.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Correlation with the Standard</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-10.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-10.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-10.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-10.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Numerics library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-11.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-11.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-11.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-11.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Input/output library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-2.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-2.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-2.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-2.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Language support library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-3.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-3.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-3.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-3.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Diagnostics library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-4.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-4.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-4.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-4.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>General utilities library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-5.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-5.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-5.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-5.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Strings library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-6.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-6.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-6.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-6.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Localization library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-7.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-7.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-7.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-7.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Containers library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-8.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-8.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-8.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-8.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Iterators library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-9.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-9.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-9.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2-9.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Algorithms library</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/2.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/2.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/2.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/2.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Index of Libraries</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-1.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-1.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-1.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-1.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Warnings</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-2.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-2.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-2.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-2.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Readmes</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-3.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-3.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-3.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/A-3.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Implementation Classes</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/A.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/A.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/A.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/A.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Implementation Details</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/B.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/B.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/B.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/B.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Extensions to the C++ Standard</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/I.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/I.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/I.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/I.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Introduction</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/II.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/II.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/II.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/II.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Reference</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/III.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/III.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/III.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/III.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Obsolete Classes Reference</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/IV.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/IV.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/IV.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/IV.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Appendixes</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/accumulate.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/accumulate.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/accumulate.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/accumulate.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>accumulate()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/acknow.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/acknow.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/acknow.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/acknow.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Acknowledgments</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-difference.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-difference.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-difference.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-difference.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>adjacent_difference()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-find.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-find.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-find.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/adjacent-find.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>adjacent_find()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/advance.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/advance.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/advance.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/advance.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>advance()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithm-h.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithm-h.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithm-h.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithm-h.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>&lt;algorithm&gt;</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithms.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithms.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithms.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/algorithms.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Algorithms</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/allocator.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/allocator.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/allocator.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/allocator.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>allocator</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/associativecontainers.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/associativecontainers.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/associativecontainers.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/associativecontainers.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>Associative Containers</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/auto-ptr.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/auto-ptr.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/auto-ptr.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/auto-ptr.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>auto_ptr</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/back-insert-iterator.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/back-insert-iterator.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/back-insert-iterator.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/back-insert-iterator.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>back_insert_iterator, back_inserter()</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-alloc.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-alloc.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-alloc.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-alloc.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>bad_alloc</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-cast.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-cast.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-cast.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-cast.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>bad_cast</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-exception.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-exception.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-exception.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-exception.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>bad_exception</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-typeid.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-typeid.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-typeid.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/bad-typeid.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>bad_typeid</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-filebuf.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-filebuf.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-filebuf.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-filebuf.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_filebuf</TITLE>
@@ -33,6 +53,7 @@
 <A HREF="#idx40">char_type</A><BR>
 <A HREF="#idx52">close()</A><BR>
 <A HREF="#idx53">detach()</A><BR>
+<A HREF="#idx66">fd()</A><BR>
 </TD>
 <TD VALIGN=top><A HREF="#idx41">int_type</A><BR>
 <A HREF="#idx54">is_open()</A><BR>
@@ -120,6 +141,8 @@
     basic_filebuf&lt;charT, traits&gt;* attach(int);
     int detach();
 
+    int fd() const;
+
     basic_filebuf&lt;charT, traits&gt;* close();
 
    protected:
@@ -235,7 +258,18 @@
 </UL>
 
 <BLOCKQUOTE><HR><B>
-NOTE -- <B>This function is not part of the C++ Standard, but is provided as an extension of this implementation for compatibility with Classic Iostreams. See </B><A HREF="B.html">Appendix&nbsp;B</A><B> for a complete list of extensions of this implementation.
+NOTE -- This function is not part of the C++ Standard, but is provided as an extension of this implementation for compatibility with Classic Iostreams. See </B><A HREF="B.html">Appendix&nbsp;B</A><B> for a complete list of extensions of this implementation.
+</B><HR></BLOCKQUOTE>
+
+
+<A NAME="idx66"></A><PRE>int
+<B>fd</B>() const;</PRE>
+<UL>
+<P>If <SAMP>is_open()</SAMP> returns <SAMP>true</SAMP>, returns the associated file descriptor, otherwise -1.</P>
+</UL>
+
+<BLOCKQUOTE><HR><B>
+NOTE -- This function is not part of the C++ Standard, but is provided as an extension of this implementation for compatibility with Classic Iostreams. See </B><A HREF="B.html">Appendix&nbsp;B</A><B> for a complete list of extensions of this implementation.
 </B><HR></BLOCKQUOTE>
 
 <A NAME="idx52"></A><PRE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-fstream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-fstream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-fstream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-fstream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_fstream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ifstream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ifstream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ifstream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ifstream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_ifstream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ios.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ios.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ios.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ios.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_ios</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-iostream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-iostream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-iostream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-iostream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_iostream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_istream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istringstream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istringstream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istringstream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-istringstream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_istringstream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ofstream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ofstream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ofstream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ofstream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_ofstream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_ostream</TITLE>

Modified: incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostringstream.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostringstream.html?rev=580483&r1=580482&r2=580483&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostringstream.html (original)
+++ incubator/stdcxx/branches/4.2.0/doc/stdlibref/basic-ostringstream.html Fri Sep 28 13:55:52 2007
@@ -1,3 +1,23 @@
+<!--
+    Licensed to the Apache Software  Foundation (ASF) under one or more
+    contributor  license agreements.  See  the NOTICE  file distributed
+    with  this  work  for  additional information  regarding  copyright
+    ownership.   The ASF  licenses this  file to  you under  the Apache
+    License, Version  2.0 (the  License); you may  not use  this file
+    except in  compliance with the License.   You may obtain  a copy of
+    the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the  License is distributed on an  "AS IS" BASIS,
+    WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+    implied.   See  the License  for  the  specific language  governing
+    permissions and limitations under the License.
+
+    Copyright 1999-2007 Rogue Wave Software, Inc.
+-->
+
 <HTML>
 <HEAD>
 <TITLE>basic_ostringstream</TITLE>