Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 76627 invoked from network); 23 Jun 2007 19:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2007 19:04:02 -0000 Received: (qmail 59550 invoked by uid 500); 23 Jun 2007 19:04:06 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 59541 invoked by uid 500); 23 Jun 2007 19:04:06 -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 59530 invoked by uid 99); 23 Jun 2007 19:04:06 -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:04:06 -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:04:01 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 706951A981A; Sat, 23 Jun 2007 12:03:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550087 - in /incubator/stdcxx/trunk/examples/include: alg3.h codecvte.h examples.h memfunref.h replace.h rwstdmessages.h stocks.h teller.h valarray.h widwork.h Date: Sat, 23 Jun 2007 19:03:41 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070623190341.706951A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Sat Jun 23 12:03:39 2007 New Revision: 550087 URL: http://svn.apache.org/viewvc?view=rev&rev=550087 Log: 2007-06-23 Martin Sebor STDCXX-457 * rwstdmessages.h: Updated license statement. * replace.h: Same. * codecvte.h: Same. * examples.h: Same. * valarray.h: Same. * memfunref.h: Same. * alg3.h: Same. * widwork.h: Same. * stocks.h: Same. * teller.h: Same. Modified: incubator/stdcxx/trunk/examples/include/alg3.h incubator/stdcxx/trunk/examples/include/codecvte.h incubator/stdcxx/trunk/examples/include/examples.h incubator/stdcxx/trunk/examples/include/memfunref.h incubator/stdcxx/trunk/examples/include/replace.h incubator/stdcxx/trunk/examples/include/rwstdmessages.h incubator/stdcxx/trunk/examples/include/stocks.h incubator/stdcxx/trunk/examples/include/teller.h incubator/stdcxx/trunk/examples/include/valarray.h incubator/stdcxx/trunk/examples/include/widwork.h Modified: incubator/stdcxx/trunk/examples/include/alg3.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/alg3.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/alg3.h (original) +++ incubator/stdcxx/trunk/examples/include/alg3.h Sat Jun 23 12:03:39 2007 @@ -3,20 +3,27 @@ * alg3.h - Header for sample programs for STL generic algorihtms * that modify their arguments in place. * - * $Id: //stdlib/dev/examples/stdlib/include/alg3.h#7 $ + * $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/examples/include/codecvte.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/codecvte.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/codecvte.h (original) +++ incubator/stdcxx/trunk/examples/include/codecvte.h Sat Jun 23 12:03:39 2007 @@ -6,16 +6,23 @@ * *************************************************************************** * - * 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/examples/include/examples.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/examples.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/examples.h (original) +++ incubator/stdcxx/trunk/examples/include/examples.h Sat Jun 23 12:03:39 2007 @@ -6,20 +6,27 @@ * The goal of this file is to allow completely conforming syntax * in examples' code even with non-conforming compilers. * - * $Id: //stdlib/dev/examples/stdlib/include/examples.h#26 $ + * $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/examples/include/memfunref.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/memfunref.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/memfunref.h (original) +++ incubator/stdcxx/trunk/examples/include/memfunref.h Sat Jun 23 12:03:39 2007 @@ -3,20 +3,27 @@ * memfunref.h - Header for example program for mem_fun and other * member function reference wrappers. See Class Reference Section * - * $Id: //stdlib/dev/examples/stdlib/include/memfunref.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/examples/include/replace.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/replace.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/replace.h (original) +++ incubator/stdcxx/trunk/examples/include/replace.h Sat Jun 23 12:03:39 2007 @@ -2,20 +2,27 @@ * * replace.h - Header for example program of replace algorithm * - * $Id: //stdlib/dev/examples/stdlib/include/replace.h#7 $ + * $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/examples/include/rwstdmessages.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/rwstdmessages.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/rwstdmessages.h (original) +++ incubator/stdcxx/trunk/examples/include/rwstdmessages.h Sat Jun 23 12:03:39 2007 @@ -2,20 +2,27 @@ * * rwstdmessages.h - indices for error messages * - * $Id: //stdlib/dev/examples/stdlib/include/rwstdmessages.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/examples/include/stocks.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/stocks.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/stocks.h (original) +++ incubator/stdcxx/trunk/examples/include/stocks.h Sat Jun 23 12:03:39 2007 @@ -2,20 +2,27 @@ * * stocks.h - Stocks program. * - * $Id: //stdlib/dev/examples/stdlib/include/stocks.h#15 $ + * $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/examples/include/teller.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/teller.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/teller.h (original) +++ incubator/stdcxx/trunk/examples/include/teller.h Sat Jun 23 12:03:39 2007 @@ -2,20 +2,27 @@ * * teller.h - Header for bank teller sample program. * - * $Id: //stdlib/dev/examples/stdlib/include/teller.h#7 $ + * $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/examples/include/valarray.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/valarray.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/valarray.h (original) +++ incubator/stdcxx/trunk/examples/include/valarray.h Sat Jun 23 12:03:39 2007 @@ -3,20 +3,27 @@ * valarray.h -- Header for valarray examples. * Provides a valarray stream inserter. * - * $Id: //stdlib/dev/examples/stdlib/include/valarray.h#13 $ + * $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/examples/include/widwork.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/include/widwork.h?view=diff&rev=550087&r1=550086&r2=550087 ============================================================================== --- incubator/stdcxx/trunk/examples/include/widwork.h (original) +++ incubator/stdcxx/trunk/examples/include/widwork.h Sat Jun 23 12:03:39 2007 @@ -4,16 +4,23 @@ * *************************************************************************** * - * 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. * **************************************************************************/