17213162 include/loc/_collate.h (collate_byname) should be a virtual destructor s11-update
authorStefan Teleman <stefan.teleman@oracle.com>
Wed, 14 Aug 2013 12:01:30 -0700
branchs11-update
changeset 2731 d2ccaa434c25
parent 2730 37535b56e7a5
child 2732 1a65a9df6f2e
17213162 include/loc/_collate.h (collate_byname) should be a virtual destructor 17061683 stdcxx needs extra stuff in the license attribution
components/stdcxx/patches/066-6920783-locale.patch
components/stdcxx/stdcxx.license
--- a/components/stdcxx/patches/066-6920783-locale.patch	Mon Aug 12 23:00:17 2013 -0700
+++ b/components/stdcxx/patches/066-6920783-locale.patch	Wed Aug 14 12:01:30 2013 -0700
@@ -108,7 +108,7 @@
 +
 +protected:
 +
-+    virtual collate_byname () { }
++    virtual ~collate_byname () { }
  };
  
  
--- a/components/stdcxx/stdcxx.license	Mon Aug 12 23:00:17 2013 -0700
+++ b/components/stdcxx/stdcxx.license	Wed Aug 14 12:01:30 2013 -0700
@@ -204,3 +204,49 @@
    implied.   See  the License  for  the  specific language  governing
    permissions and limitations under the License.
 
+ADDITIONAL README AND COPYRIGHT NOTICES PRESENT IN SOURCE
+CODE FILES:
+
+1. Copyright Header:
+
+/**************************************************************************
+ *
+ * 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.
+ *
+ **************************************************************************/
+
+This copyright header is present in all STDCXX source code files.
+The copyright start and end year vary from file to file.
+
+2. Additional Copyright Information:
+
+Apache C++ Standard Library - stdcxx
+
+Copyright 2005-2007 The Apache Software Foundation.
+
+This product includes software developed at The Apache Software Foundation
+(http://www.apache.org/).
+
+Portions of this software were developed at Rogue Wave Software, Inc.,
+Copyright (c) 1994-2007.
+
+This software contains code derived from the HP Standard Template Library,
+Copyright (c) 1994 Hewlett-Packard Company.
+
+This software contains PA-RISC assembly code,
+Copyright (c) 2002 Hewlett-Packard Company.
+