Modified: incubator/stdcxx/trunk/etc/config/src/extern_template_imp.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/extern_template_imp.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/extern_template_imp.h (original) +++ incubator/stdcxx/trunk/etc/config/src/extern_template_imp.h Mon Sep 17 21:56:15 2007 @@ -1,4 +1,26 @@ +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + // avoid including <config.h> here to avoid inadvertently // trying to introduce dependencies on other config tests // that the config infrastructure won't know about (since
Modified: incubator/stdcxx/trunk/etc/config/src/headers.inc URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/headers.inc?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/headers.inc (original) +++ incubator/stdcxx/trunk/etc/config/src/headers.inc Mon Sep 17 21:56:15 2007 @@ -1,3 +1,25 @@ +############################################################################## +# +# 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 2001-2007 Rogue Wave Software, Inc. +# +############################################################################## + # list of headers hdrs="assert ctype errno float iso646 limits locale math setjmp signal \ stdarg stddef stdio stdlib string time wchar wctype new typeinfo" Modified: incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.c URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.c?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.c (original) +++ incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.c Mon Sep 17 21:56:15 2007 @@ -1 +1,24 @@ + +/*************************************************************************** + * + * 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 "implicit_inclusion_imp.cc" Modified: incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.cc URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.cc?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.cc (original) +++ incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.cc Mon Sep 17 21:56:15 2007 @@ -1,5 +1,26 @@ - // definitions of out-of-line members declared in implicit_inclusion_imp.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. + * + **************************************************************************/ template <class T> T S<T>::foo () Modified: incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.h (original) +++ incubator/stdcxx/trunk/etc/config/src/implicit_inclusion_imp.h Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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/instantiation_before_definition.c URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.c?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.c (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.c Mon Sep 17 21:56:15 2007 @@ -1,3 +1,25 @@ // implementation file for instantiation_before_definition.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 "instantiation_before_definition.cc" Modified: incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.cc URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.cc?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.cc (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.cc Mon Sep 17 21:56:15 2007 @@ -1,5 +1,27 @@ // implementation file for instantiation_before_definition.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. + * + **************************************************************************/ + template <class T> T instantiated_before_defined (T t) { Modified: incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.h (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_before_definition.h Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + #ifndef INSTANTIATION_BEFORE_DEFINITION_INCLUDED #define INSTANTIATION_BEFORE_DEFINITION_INCLUDED Modified: incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.c URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.c?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.c (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.c Mon Sep 17 21:56:15 2007 @@ -1 +1,24 @@ + +/*************************************************************************** + * + * 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 "instantiation_with_implicit_inclusion.cc" Modified: incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.cc URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.cc?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.cc (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.cc Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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> T S<T>::bar (T t) { return t; } Modified: incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.h (original) +++ incubator/stdcxx/trunk/etc/config/src/instantiation_with_implicit_inclusion.h Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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/lib_exceptions.lib.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/lib_exceptions.lib.cpp?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/lib_exceptions.lib.cpp (original) +++ incubator/stdcxx/trunk/etc/config/src/lib_exceptions.lib.cpp Mon Sep 17 21:56:15 2007 @@ -1,4 +1,26 @@ +/*************************************************************************** + * + * 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 defined (_WIN32) && defined (_DLL) Modified: incubator/stdcxx/trunk/etc/config/src/locale_names.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/locale_names.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/locale_names.h (original) +++ incubator/stdcxx/trunk/etc/config/src/locale_names.h Mon Sep 17 21:56:15 2007 @@ -1,3 +1,25 @@ +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + #ifndef LOCALE_NAMES_H_INCLUDED #define LOCALE_NAMES_H_INCLUDED Modified: incubator/stdcxx/trunk/etc/config/src/proclimits.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/proclimits.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/proclimits.h (original) +++ incubator/stdcxx/trunk/etc/config/src/proclimits.h Mon Sep 17 21:56:15 2007 @@ -1,6 +1,28 @@ // proclimits.h must be included in .cpp file // only after #if[n]def _RWSTD_NO_SETRLIMIT line +/*************************************************************************** + * + * 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 !defined (_RWSTD_NO_SETRLIMIT) # include <sys/resource.h> // for setrlimit() Modified: incubator/stdcxx/trunk/etc/config/src/thread.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/thread.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/thread.h (original) +++ incubator/stdcxx/trunk/etc/config/src/thread.h Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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 defined (_WIN32) // definitions of Win32 POSIX compatibility layer functions Modified: incubator/stdcxx/trunk/etc/config/src/types.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/types.h?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/types.h (original) +++ incubator/stdcxx/trunk/etc/config/src/types.h Mon Sep 17 21:56:15 2007 @@ -1,5 +1,27 @@ // definitions of the type_name() helper overloads +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + #define STRSTR(symbol) #symbol #define STR(symbol) STRSTR (symbol) #define DEFINE_TYPE_HELPER(T, symbol) \ Modified: incubator/stdcxx/trunk/etc/config/windows/fun_present_check.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/fun_present_check.cpp?rev=576696&r1=576695&r2=576696&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/windows/fun_present_check.cpp (original) +++ incubator/stdcxx/trunk/etc/config/windows/fun_present_check.cpp Mon Sep 17 21:56:15 2007 @@ -1,3 +1,26 @@ + +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + extern "C" { typedef void (*funptr_t)();
