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/18 06:56:26 UTC

svn commit: r576696 [3/5] - in /incubator/stdcxx/trunk/etc/config: ./ src/ windows/

Modified: incubator/stdcxx/trunk/etc/config/src/LCONV_INT_FMAT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LCONV_INT_FMAT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LCONV_INT_FMAT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LCONV_INT_FMAT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for C99 international lconv members
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <locale.h>
 
 int main ()

Modified: incubator/stdcxx/trunk/etc/config/src/LDBL_PRINTF_PREFIX.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LDBL_PRINTF_PREFIX.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LDBL_PRINTF_PREFIX.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LDBL_PRINTF_PREFIX.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for long double printf format prefix
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdio.h>
 
 #include "config.h"

Modified: incubator/stdcxx/trunk/etc/config/src/LIBC_EXCEPTION_SPEC.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LIBC_EXCEPTION_SPEC.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LIBC_EXCEPTION_SPEC.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LIBC_EXCEPTION_SPEC.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for exception specification in libc
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdlib.h>
 
 extern "C" {

Modified: incubator/stdcxx/trunk/etc/config/src/LIBC_IN_STD.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LIBC_IN_STD.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LIBC_IN_STD.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LIBC_IN_STD.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for C library in namespace std
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #ifndef _RWSTD_NO_NEW_HEADER

Modified: incubator/stdcxx/trunk/etc/config/src/LIB_EXCEPTIONS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LIB_EXCEPTIONS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LIB_EXCEPTIONS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LIB_EXCEPTIONS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking library exceptions
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #if 0   // guard invalid preprocessor symbol below

Modified: incubator/stdcxx/trunk/etc/config/src/LIMITS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LIMITS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LIMITS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LIMITS.cpp Mon Sep 17 21:56:15 2007
@@ -2,6 +2,28 @@
 
 #include "config.h"
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdio.h>    // for printf()
 
 #ifndef _RWSTD_NO_LIMITS_H

Modified: incubator/stdcxx/trunk/etc/config/src/LLONG_PRINTF_PREFIX.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LLONG_PRINTF_PREFIX.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LLONG_PRINTF_PREFIX.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LLONG_PRINTF_PREFIX.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for long long printf format prefix
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stdio.h>

Modified: incubator/stdcxx/trunk/etc/config/src/LOCALE_NAME_FMAT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LOCALE_NAME_FMAT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LOCALE_NAME_FMAT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LOCALE_NAME_FMAT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // determining combined locale name format
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 // If strict_ansi_errors is present, the definition of __PURE_CNAME 
 // dictates inclusion of  locale_cname_impl & locale_ansi_impl which 
 // do not define LC_MESSAGES locale category

Modified: incubator/stdcxx/trunk/etc/config/src/LONG_DOUBLE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LONG_DOUBLE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LONG_DOUBLE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LONG_DOUBLE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking if long double is a native type
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 int foo (float)

Modified: incubator/stdcxx/trunk/etc/config/src/LONG_LONG.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/LONG_LONG.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/LONG_LONG.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/LONG_LONG.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for long long
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 
 const char* foo (long long) { return "long long"; }
 const char* foo (unsigned long long) { return "unsigned long long"; }

Modified: incubator/stdcxx/trunk/etc/config/src/MATH_EXCEPTION.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MATH_EXCEPTION.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MATH_EXCEPTION.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MATH_EXCEPTION.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for struct exception in <math.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #ifdef __osf__
    // preemptive strike in case _OSF_SOURCE is #defined
 #  define _OSF_SOURCE

Modified: incubator/stdcxx/trunk/etc/config/src/MATH_OVERLOADS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MATH_OVERLOADS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MATH_OVERLOADS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MATH_OVERLOADS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for function overloads in <math.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <math.h>
 #include <stdio.h>
 

Modified: incubator/stdcxx/trunk/etc/config/src/MBSTATE_T.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MBSTATE_T.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MBSTATE_T.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MBSTATE_T.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for mbstate_t in <wchar.h> and <wctype.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 // defined to get the correct definition of mbstate_t, available on HPUX;

Modified: incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATES.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATES.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATES.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATES.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for member templates
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 // both tests must successfully compile
 #include "INLINE_MEMBER_TEMPLATES.cpp"
 

Modified: incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATE_OVERLOAD.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATE_OVERLOAD.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATE_OVERLOAD.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MEMBER_TEMPLATE_OVERLOAD.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for member template overloads on return type
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 template <class T, class U, class V>
 struct A { };
 

Modified: incubator/stdcxx/trunk/etc/config/src/MUNMAP.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/MUNMAP.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/MUNMAP.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/MUNMAP.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for munmap() in <sys/mman.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 // include <sys/types.h> first in case mman.h depends

Modified: incubator/stdcxx/trunk/etc/config/src/NAMESPACE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NAMESPACE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NAMESPACE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NAMESPACE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for namespaces
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 namespace A {
 
 struct AA { };

Modified: incubator/stdcxx/trunk/etc/config/src/NATIVE_WCHAR_T.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NATIVE_WCHAR_T.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NATIVE_WCHAR_T.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NATIVE_WCHAR_T.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking if wchar_t is a native type
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 int foo (wchar_t)

Modified: incubator/stdcxx/trunk/etc/config/src/NESTED_CLASS_ACCESS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NESTED_CLASS_ACCESS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NESTED_CLASS_ACCESS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NESTED_CLASS_ACCESS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking member class access
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 struct A
 {
 private:

Modified: incubator/stdcxx/trunk/etc/config/src/NEWLINE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEWLINE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NEWLINE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NEWLINE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for newline (CR or CR-LF)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdio.h>
 
 #include "config.h"

Modified: incubator/stdcxx/trunk/etc/config/src/NEW_CLASS_TEMPLATE_SYNTAX.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEW_CLASS_TEMPLATE_SYNTAX.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NEW_CLASS_TEMPLATE_SYNTAX.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NEW_CLASS_TEMPLATE_SYNTAX.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking class template specialization
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 template <class T>

Modified: incubator/stdcxx/trunk/etc/config/src/NEW_FUNC_TEMPLATE_SYNTAX.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEW_FUNC_TEMPLATE_SYNTAX.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NEW_FUNC_TEMPLATE_SYNTAX.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NEW_FUNC_TEMPLATE_SYNTAX.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking template specialization syntax
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 
 template <class T>
 int foo (T)

Modified: incubator/stdcxx/trunk/etc/config/src/NEW_HEADER.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEW_HEADER.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NEW_HEADER.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NEW_HEADER.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for C++-style C library headers
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <cassert>
 #include <cctype>
 #include <cerrno>

Modified: incubator/stdcxx/trunk/etc/config/src/NEW_THROWS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEW_THROWS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NEW_THROWS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NEW_THROWS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking if operator new() throws
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stdio.h>

Modified: incubator/stdcxx/trunk/etc/config/src/NL_LANGINFO.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NL_LANGINFO.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NL_LANGINFO.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NL_LANGINFO.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for nl_langinfo() in <langinfo.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <langinfo.h>
 
 // compile and link to make sure nl_langinfo() is not only

Modified: incubator/stdcxx/trunk/etc/config/src/NL_TYPES_H.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NL_TYPES_H.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NL_TYPES_H.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NL_TYPES_H.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for catopen() in <nl_types.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <nl_types.h>
 #include "config.h"
 

Modified: incubator/stdcxx/trunk/etc/config/src/NONCLASS_ARROW_RETURN.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NONCLASS_ARROW_RETURN.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NONCLASS_ARROW_RETURN.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NONCLASS_ARROW_RETURN.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator->()
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 struct A
 {
     int a;

Modified: incubator/stdcxx/trunk/etc/config/src/NONDEDUCED_CONTEXT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NONDEDUCED_CONTEXT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NONDEDUCED_CONTEXT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NONDEDUCED_CONTEXT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking nondeduced context
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #ifdef _RWSTD_NO_TYPENAME

Modified: incubator/stdcxx/trunk/etc/config/src/NO_DBL_TRAPS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NO_DBL_TRAPS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NO_DBL_TRAPS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NO_DBL_TRAPS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking if floating point math traps
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 

Modified: incubator/stdcxx/trunk/etc/config/src/NO_FOR_LOCAL_SCOPE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NO_FOR_LOCAL_SCOPE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NO_FOR_LOCAL_SCOPE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NO_FOR_LOCAL_SCOPE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for scope of for-init-statements
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 int foo (int n)
 {
     int result = 0;

Modified: incubator/stdcxx/trunk/etc/config/src/NO_INT_TRAPS.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NO_INT_TRAPS.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NO_INT_TRAPS.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NO_INT_TRAPS.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking if integer math traps
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 

Modified: incubator/stdcxx/trunk/etc/config/src/NO_SIGNALING_NAN.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NO_SIGNALING_NAN.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/NO_SIGNALING_NAN.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/NO_SIGNALING_NAN.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for signaling NaN
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stdio.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OFFSETOF.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OFFSETOF.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OFFSETOF.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OFFSETOF.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for a working offsetof() in <stddef.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stddef.h>
 
 struct S

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator delete[] (void*)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_NOTHROW.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_NOTHROW.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_NOTHROW.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_NOTHROW.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator delete[] (void*, nothrow_t)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 #include <stddef.h>
 

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_PLACEMENT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_PLACEMENT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_PLACEMENT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_ARRAY_PLACEMENT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator delete[] (void*, void*)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_NOTHROW.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_NOTHROW.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_NOTHROW.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_NOTHROW.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator delete (void*, nothrow_t)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 #include <stddef.h>
 

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_PLACEMENT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_PLACEMENT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_PLACEMENT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_DELETE_PLACEMENT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator delete (void*, void*)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator new[] (size_t)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_NOTHROW.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_NOTHROW.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_NOTHROW.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_NOTHROW.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator new[] (size_t, nothrow_t)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_PLACEMENT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_PLACEMENT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_PLACEMENT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_ARRAY_PLACEMENT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator new[] (size_t, void*)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_NOTHROW.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_NOTHROW.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_NOTHROW.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_NOTHROW.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator new (size_t, nothrow_t)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 /*********************************************************************
  * This and related operator comptests are necessarily complicated
  * due to the possibility that the nothrow versions of the operators

Modified: incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_PLACEMENT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_PLACEMENT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_PLACEMENT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OPERATOR_NEW_PLACEMENT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for operator new (size_t, void*)
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stddef.h>

Modified: incubator/stdcxx/trunk/etc/config/src/OVERLOAD_OF_TEMPLATE_FUNCTION.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/OVERLOAD_OF_TEMPLATE_FUNCTION.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/OVERLOAD_OF_TEMPLATE_FUNCTION.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/OVERLOAD_OF_TEMPLATE_FUNCTION.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking complicated partial ordering
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 
 template <class T, class U>
 class S { };

Modified: incubator/stdcxx/trunk/etc/config/src/PART_SPEC_OVERLOAD.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/PART_SPEC_OVERLOAD.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/PART_SPEC_OVERLOAD.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/PART_SPEC_OVERLOAD.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking partial ordering of function templates
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 template <class T>
 struct S { };
 

Modified: incubator/stdcxx/trunk/etc/config/src/PLACEMENT_DELETE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/PLACEMENT_DELETE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/PLACEMENT_DELETE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/PLACEMENT_DELETE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for placement delete
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #ifndef _RWSTD_NO_EXCEPTION_SPECIFICATION_ON_NEW

Modified: incubator/stdcxx/trunk/etc/config/src/POD_ZERO_INIT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/POD_ZERO_INIT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/POD_ZERO_INIT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/POD_ZERO_INIT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for POD zero initialization
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #ifndef _RWSTD_NO_NEW

Modified: incubator/stdcxx/trunk/etc/config/src/PRETTY_FUNCTION.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/PRETTY_FUNCTION.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/PRETTY_FUNCTION.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/PRETTY_FUNCTION.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for __PRETTY_FUNCTION__
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 const char* foo ()
 {
     const char *func = __PRETTY_FUNCTION__;

Modified: incubator/stdcxx/trunk/etc/config/src/PTR_EXCEPTION_SPEC.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/PTR_EXCEPTION_SPEC.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/PTR_EXCEPTION_SPEC.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/PTR_EXCEPTION_SPEC.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for pointer exception specification
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 struct S
 {
     void foo () throw () { }

Modified: incubator/stdcxx/trunk/etc/config/src/PUTENV_CONST_CHAR.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/PUTENV_CONST_CHAR.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/PUTENV_CONST_CHAR.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/PUTENV_CONST_CHAR.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for putenv() in <stdlib.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdlib.h>
 
 // [re]declare with the expected POSIX signature which will fail

Modified: incubator/stdcxx/trunk/etc/config/src/QUIET_NAN.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/QUIET_NAN.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/QUIET_NAN.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/QUIET_NAN.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for quiet NaN
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <stdlib.h>
 
 #include "config.h"

Modified: incubator/stdcxx/trunk/etc/config/src/REINTERPRET_CAST.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/REINTERPRET_CAST.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/REINTERPRET_CAST.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/REINTERPRET_CAST.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for reinterpret_cast
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 
 int main ()
 {

Modified: incubator/stdcxx/trunk/etc/config/src/RUNTIME_IN_STD.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/RUNTIME_IN_STD.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/RUNTIME_IN_STD.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/RUNTIME_IN_STD.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for runtime support in namespace std
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include "config.h"
 
 #include <stdio.h>

Modified: incubator/stdcxx/trunk/etc/config/src/SETLOCALE.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/SETLOCALE.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/SETLOCALE.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/SETLOCALE.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for setlocale() in <locale.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <locale.h>
 
 #include "config.h"

Modified: incubator/stdcxx/trunk/etc/config/src/SETRLIMIT.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/SETRLIMIT.cpp?rev=576696&r1=576695&r2=576696&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/SETRLIMIT.cpp (original)
+++ incubator/stdcxx/trunk/etc/config/src/SETRLIMIT.cpp Mon Sep 17 21:56:15 2007
@@ -1,5 +1,27 @@
 // checking for setrlimit() in <sys/resource.h>
 
+/***************************************************************************
+ *
+ * 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.
+ * 
+ **************************************************************************/
+
 #include <sys/resource.h>   // for setrlimit()
 
 void foo ()