From stdcxx-commits-return-1436-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Sat Jun 23 18:34:58 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 71856 invoked from network); 23 Jun 2007 18:34:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2007 18:34:57 -0000 Received: (qmail 39038 invoked by uid 500); 23 Jun 2007 18:35:01 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 39006 invoked by uid 500); 23 Jun 2007 18:35:01 -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 38991 invoked by uid 99); 23 Jun 2007 18:35:01 -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 11:35:01 -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 11:34:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E05611A9820; Sat, 23 Jun 2007 11:34:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550079 [3/4] - in /incubator/stdcxx/trunk/examples: manual/ tutorial/ Date: Sat, 23 Jun 2007 18:34:30 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070623183433.E05611A9820@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/stdcxx/trunk/examples/manual/search.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/search.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/search.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/search.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * search.cpp - Example program of search algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/search.cpp#12 $ + * $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/manual/set_diff.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/set_diff.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/set_diff.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/set_diff.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * set_diff.cpp - Example program of set differences algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/set_diff.cpp#11 $ + * $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/manual/set_intr.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/set_intr.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/set_intr.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/set_intr.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * set_intr.cpp - Example program of set intersection algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/set_intr.cpp#11 $ + * $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/manual/set_sym_diff.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/set_sym_diff.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/set_sym_diff.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/set_sym_diff.cpp Sat Jun 23 11:34:25 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/manual/set_union.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/set_union.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/set_union.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/set_union.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * set_union.cpp - Example program of set union algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/set_union.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/examples/manual/setex.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/setex.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/setex.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/setex.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * setex.cpp - Example program of sets. * - * $Id: //stdlib/dev/examples/stdlib/manual/setex.cpp#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/manual/slice.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/slice.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/slice.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/slice.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * slice.cpp -- Valarray slice examples * - * $Id: //stdlib/dev/examples/stdlib/manual/slice.cpp#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/manual/slice_array.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/slice_array.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/slice_array.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/slice_array.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * slice_array.cpp -- Valarray slice array examples * - * $Id: //stdlib/dev/examples/stdlib/manual/slice_array.cpp#12 $ + * $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/manual/sort.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/sort.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/sort.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/sort.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * sort.cpp - Example program of sort algorithm. See Class Reference Section * - * $Id: //stdlib/dev/examples/stdlib/manual/sort.cpp#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/manual/stack.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/stack.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/stack.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/stack.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * stack.cpp - Example program of stack. See Class Reference Section * - * $Id: //stdlib/dev/examples/stdlib/manual/stack.cpp#10 $ + * $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/manual/stream_iterator.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/stream_iterator.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/stream_iterator.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/stream_iterator.cpp Sat Jun 23 11:34:25 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/manual/string.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/string.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/string.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/string.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * string.cpp - Example program of string. * - * $Id: //stdlib/dev/examples/stdlib/manual/string.cpp#10 $ + * $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/manual/stringbuf.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/stringbuf.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/stringbuf.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/stringbuf.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * stringbuf.cpp - basic_stringbuf example. * - * $Id: //stdlib/dev/examples/stdlib/manual/stringbuf.cpp#10 $ + * $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/manual/strstream.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/strstream.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/strstream.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/strstream.cpp Sat Jun 23 11:34:25 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/manual/strstreambuf.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/strstreambuf.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/strstreambuf.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/strstreambuf.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * strstreambuf.cpp - strstreambuf example. * - * $Id: //stdlib/dev/examples/stdlib/manual/strstreambuf.cpp#14 $ + * $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/manual/swap.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/swap.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/swap.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/swap.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * swap.cpp - Example program of swap algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/swap.cpp#11 $ + * $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/manual/time_get.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/time_get.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/time_get.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/time_get.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * timeget.cpp - Example program for the time_get facet. * - * $Id: //stdlib/dev/examples/stdlib/manual/time_get.cpp#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/examples/manual/toupper.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/toupper.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/toupper.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/toupper.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * toupper.cpp - Example program of the toupper and tolower functions. * - * $Id: //stdlib/dev/examples/stdlib/manual/toupper.cpp#11 $ + * $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/manual/transform.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/transform.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/transform.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/transform.cpp Sat Jun 23 11:34:25 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/manual/ul_bound.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/ul_bound.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/ul_bound.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/ul_bound.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * ul_bound.cpp - Example program of upper bound algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/ul_bound.cpp#10 $ + * $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/manual/unique.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/unique.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/unique.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/unique.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * unique.cpp - Example program of unique algorithm. * - * $Id: //stdlib/dev/examples/stdlib/manual/unique.cpp#11 $ + * $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/manual/use_facet.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/use_facet.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/use_facet.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/use_facet.cpp Sat Jun 23 11:34:25 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/manual/valarray.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/valarray.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/valarray.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/valarray.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * valarray.cpp -- Valarray examples * - * $Id: //stdlib/dev/examples/stdlib/manual/valarray.cpp#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/examples/manual/vector.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/vector.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/vector.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/vector.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * vector.cpp - Example program of vector. See Class Reference Section * - * $Id: //stdlib/dev/examples/stdlib/manual/vector.cpp#14 $ + * $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/manual/wostream.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/wostream.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/wostream.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/wostream.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * ostream2.cpp - ostream example * - * $Id: //stdlib/dev/examples/stdlib/manual/wostream.cpp#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/examples/manual/wstringstream.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/wstringstream.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/wstringstream.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/wstringstream.cpp Sat Jun 23 11:34:25 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/tutorial/alg1.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg1.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg1.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg1.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * alg1.cpp - Example program for STL generic algorithms that initialize * sequences. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg1.cpp#17 $ + * $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/tutorial/alg2.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg2.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg2.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg2.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * alg2.cpp - Examples using STL generic algorithms that search for * elements that satisfy a condition. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg2.cpp#16 $ + * $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/tutorial/alg3.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg3.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg3.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg3.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * alg3.cpp - Sample programs for STL generic algorihtms that modify * their arguments in place. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg3.cpp#24 $ + * $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/tutorial/alg4.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg4.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg4.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg4.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * alg4.cpp - Example programs for STL generic algorithms removal * algorithms. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg4.cpp#14 $ + * $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/tutorial/alg5.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg5.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg5.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg5.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * alg5.cpp - Example programs for STL generic algorithms those * producing scalar values. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg5.cpp#14 $ + * $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/tutorial/alg6.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg6.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg6.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg6.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * alg6.cpp - STL generic algorithms that produce new sequences. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg6.cpp#16 $ + * $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/tutorial/alg7.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/alg7.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/alg7.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/alg7.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * alg7.cpp - Illustrate the use of the sort related generic algorithms. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/alg7.cpp#19 $ + * $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/tutorial/calc.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/calc.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/calc.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/calc.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * calc.cpp - RPN Calculator -- Illustration of the use of stacks. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/calc.cpp#10 $ + * $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/tutorial/complx.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/complx.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/complx.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/complx.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * complx.cpp - Complex Number example program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/complx.cpp#11 $ + * $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/tutorial/concord.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/concord.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/concord.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/concord.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * concord.cpp - Concordance sample program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/concord.cpp#17 $ + * $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/tutorial/graph.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/graph.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/graph.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/graph.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * graph.cpp - Example of a Graph built from STL's map. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/graph.cpp#12 $ + * $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/tutorial/icecream.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/icecream.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/icecream.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/icecream.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * icecream.cpp - Priority queue example program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/icecream.cpp#16 $ + * $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. * **************************************************************************/