Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 85595 invoked from network); 23 Jun 2007 19:27:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2007 19:27:50 -0000 Received: (qmail 79692 invoked by uid 500); 23 Jun 2007 19:27:54 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 79678 invoked by uid 500); 23 Jun 2007 19:27:54 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 79667 invoked by uid 99); 23 Jun 2007 19:27:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2007 12:27:54 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2007 12:27:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B496D1A981A; Sat, 23 Jun 2007 12:27:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550091 - in /incubator/stdcxx/trunk/util: aliases.h iconv.cpp loc_exception.h localedef.h memchk.h path.cpp Date: Sat, 23 Jun 2007 19:27:29 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070623192729.B496D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Sat Jun 23 12:27:28 2007 New Revision: 550091 URL: http://svn.apache.org/viewvc?view=rev&rev=550091 Log: 2007-06-23 Martin Sebor STDCXX-457 * loc_exception.h: Updated license statement. * memchk.h: Same. * path.cpp: Same. * iconv.cpp: Same. * localedef.h: Same. * aliases.h: Same. Modified: incubator/stdcxx/trunk/util/aliases.h incubator/stdcxx/trunk/util/iconv.cpp incubator/stdcxx/trunk/util/loc_exception.h incubator/stdcxx/trunk/util/localedef.h incubator/stdcxx/trunk/util/memchk.h incubator/stdcxx/trunk/util/path.cpp Modified: incubator/stdcxx/trunk/util/aliases.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/aliases.h?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/aliases.h (original) +++ incubator/stdcxx/trunk/util/aliases.h Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * aliases.h * - * $Id: //stdlib/dev/source/stdlib/util/aliases.h#9 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/util/iconv.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/iconv.cpp?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/iconv.cpp (original) +++ incubator/stdcxx/trunk/util/iconv.cpp Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * iconv.cpp - Win32 implementation of the POSIX iconv facility * - * $Id: //stdlib/dev/source/stdlib/util/iconv.cpp#5 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/util/loc_exception.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/loc_exception.h?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/loc_exception.h (original) +++ incubator/stdcxx/trunk/util/loc_exception.h Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * loc_exception.h - exception class used in locale and localedef * - * $Id: //stdlib/dev/source/stdlib/util/loc_exception.h#8 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/util/localedef.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/localedef.h?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/localedef.h (original) +++ incubator/stdcxx/trunk/util/localedef.h Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * localedef.h * - * $Id: //stdlib/dev/source/stdlib/util/localedef.h#93 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/util/memchk.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/memchk.h?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/memchk.h (original) +++ incubator/stdcxx/trunk/util/memchk.h Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * memchk.cpp - declarations of memory checking helper functions * - * $Id: //stdlib/dev/source/stdlib/util/memchk.h#2 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/util/path.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/path.cpp?view=diff&rev=550091&r1=550090&r2=550091 ============================================================================== --- incubator/stdcxx/trunk/util/path.cpp (original) +++ incubator/stdcxx/trunk/util/path.cpp Sat Jun 23 12:27:28 2007 @@ -2,20 +2,27 @@ * * path.cpp * - * $Id: //stdlib/dev/source/stdlib/util/path.cpp#5 $ + * $Id$ * *************************************************************************** * - * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave - * Software division. Licensed 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. * **************************************************************************/