You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2006/10/03 11:46:14 UTC

svn commit: r452379 - in /incubator/stdcxx/trunk/include: deque list map rw/_specialized.h set vector

Author: faridz
Date: Tue Oct  3 02:46:13 2006
New Revision: 452379

URL: http://svn.apache.org/viewvc?view=rev&rev=452379
Log:
2006-10-03 Farid Zaripov <fa...@kyiv.vdiweb.com>

	* _specialized.h: Restored HP copyright notice
	* vector: Ditto
	* set: Ditto
	* map: Ditto
	* list: Ditto
	* deque: Ditto

Modified:
    incubator/stdcxx/trunk/include/deque   (contents, props changed)
    incubator/stdcxx/trunk/include/list   (contents, props changed)
    incubator/stdcxx/trunk/include/map   (contents, props changed)
    incubator/stdcxx/trunk/include/rw/_specialized.h
    incubator/stdcxx/trunk/include/set   (contents, props changed)
    incubator/stdcxx/trunk/include/vector   (contents, props changed)

Modified: incubator/stdcxx/trunk/include/deque
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/deque?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/deque (original)
+++ incubator/stdcxx/trunk/include/deque Tue Oct  3 02:46:13 2006
@@ -7,25 +7,36 @@
  *
  ***************************************************************************
  *
- * 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.
+ * 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 1994-2006 Rogue Wave Software.
  *
- * Copyright (c) 1994 Hewlett-Packard Company
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
  *
  **************************************************************************/
 
@@ -642,7 +653,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (deque& __lhs, deque& __rhs) {
+    friend void swap (deque& __lhs, deque& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif
@@ -980,7 +991,7 @@
 }
 
 
-#ifndef _RWSTD_NO_PART_SPEC_OVERLOAD
+#ifndef _RWSTD_NO_PART_SPEC_OVERLOAD
 
 template <class _TypeT, class _Allocator>
 inline void

Propchange: incubator/stdcxx/trunk/include/deque
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stdcxx/trunk/include/list
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/list?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/list (original)
+++ incubator/stdcxx/trunk/include/list Tue Oct  3 02:46:13 2006
@@ -7,26 +7,37 @@
  *
  ***************************************************************************
  *
- * 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.
+ * 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
  *
- * Copyright 1994-2005 Rogue Wave Software.
+ * 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 (c) 1994 Hewlett-Packard Company
+ * Copyright 1994-2005 Rogue Wave Software.
  * 
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
  **************************************************************************/
 
 #ifndef _RWSTD_LIST_INCLUDED
@@ -661,7 +672,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (list& __lhs, list& __rhs) {
+    friend void swap (list& __lhs, list& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif

Propchange: incubator/stdcxx/trunk/include/list
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stdcxx/trunk/include/map
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/map?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/map (original)
+++ incubator/stdcxx/trunk/include/map Tue Oct  3 02:46:13 2006
@@ -7,26 +7,37 @@
  *
  ***************************************************************************
  *
- * 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.
+ * 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 1994-2006 Rogue Wave Software.
  *
- * Copyright (c) 1994 Hewlett-Packard Company
- * 
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
  **************************************************************************/
 
 #ifndef _RWSTD_MAP_INCLUDED
@@ -292,7 +303,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (map& __lhs, map& __rhs) {
+    friend void swap (map& __lhs, map& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif
@@ -528,7 +539,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (multimap& __lhs, multimap& __rhs) {
+    friend void swap (multimap& __lhs, multimap& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif

Propchange: incubator/stdcxx/trunk/include/map
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stdcxx/trunk/include/rw/_specialized.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_specialized.h?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_specialized.h (original)
+++ incubator/stdcxx/trunk/include/rw/_specialized.h Tue Oct  3 02:46:13 2006
@@ -28,7 +28,18 @@
  *
  * Copyright 1994-2006 Rogue Wave Software.
  *
- * Copyright (c) 1994 Hewlett-Packard Company
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
  *
  **************************************************************************/
 

Modified: incubator/stdcxx/trunk/include/set
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/set?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/set (original)
+++ incubator/stdcxx/trunk/include/set Tue Oct  3 02:46:13 2006
@@ -7,26 +7,37 @@
  *
  ***************************************************************************
  *
- * 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.
+ * 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
  *
- * Copyright 1994-2006 Rogue Wave Software.
+ * 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 (c) 1994 Hewlett-Packard Company
+ * Copyright 1994-2006 Rogue Wave Software.
  * 
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
  **************************************************************************/
 
 #ifndef _RWSTD_SET_INCLUDED
@@ -293,7 +304,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (set& __lhs, set& __rhs) {
+    friend void swap (set& __lhs, set& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif
@@ -504,7 +515,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (multiset& __lhs, multiset& __rhs) {
+    friend void swap (multiset& __lhs, multiset& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif

Propchange: incubator/stdcxx/trunk/include/set
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stdcxx/trunk/include/vector
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/vector?view=diff&rev=452379&r1=452378&r2=452379
==============================================================================
--- incubator/stdcxx/trunk/include/vector (original)
+++ incubator/stdcxx/trunk/include/vector Tue Oct  3 02:46:13 2006
@@ -7,26 +7,37 @@
  *
  ***************************************************************************
  *
- * 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.
+ * 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 1994-2006 Rogue Wave Software.
  *
- * Copyright (c) 1994 Hewlett-Packard Company
- * 
+ ***************************************************************************
+ *
+ * Copyright (c) 1994
+ * Hewlett-Packard Company
+ *
+ * Permission to use, copy, modify, distribute and sell this software
+ * and its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and
+ * that both that copyright notice and this permission notice appear
+ * in supporting documentation.  Hewlett-Packard Company makes no
+ * representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
  **************************************************************************/
 
 #ifndef _RWSTD_VECTOR_INCLUDED
@@ -361,7 +372,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (vector& __lhs, vector& __rhs) {
+    friend void swap (vector& __lhs, vector& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif
@@ -1430,7 +1441,7 @@
     }
 
 #if defined (_RWSTD_NO_PART_SPEC_OVERLOAD)
-    friend void swap (vector& __lhs, vector& __rhs) {
+    friend void swap (vector& __lhs, vector& __rhs) {
         __lhs.swap (__rhs);
     }
 #endif

Propchange: incubator/stdcxx/trunk/include/vector
------------------------------------------------------------------------------
    svn:eol-style = native