You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/06/23 20:34:30 UTC

svn commit: r550079 [1/4] - in /incubator/stdcxx/trunk/examples: manual/ tutorial/

Author: sebor
Date: Sat Jun 23 11:34:25 2007
New Revision: 550079

URL: http://svn.apache.org/viewvc?view=rev&rev=550079
Log:
2007-06-23  Martin Sebor  <se...@roguewave.com>

	STDCXX-457
	* icecream.cpp: Updated license statement.
	* graph.cpp: Same.
	* complx.cpp: Same.
	* calc.cpp: Same.
	* stocks.cpp: Same.
	* radix.cpp: Same.
	* sieve.cpp: Same.
	* spell.cpp: Same.
	* alg1.cpp: Same.
	* alg2.cpp: Same.
	* widwork.cpp: Same.
	* alg3.cpp: Same.
	* alg4.cpp: Same.
	* concord.cpp: Same.
	* teller.cpp: Same.
	* alg5.cpp: Same.
	* alg6.cpp: Same.
	* tele.cpp: Same.
	* alg7.cpp: Same.
	* heap_ops.cpp: Same.
	* toupper.cpp: Same.
	* rotate.cpp: Same.
	* map.cpp: Same.
	* mismatch.cpp: Same.
	* search.cpp: Same.
	* find_end.cpp: Same.
	* includes.cpp: Same.
	* partial_sort.cpp: Same.
	* messages.cpp: Same.
	* transform.cpp: Same.
	* codecvt1.cpp: Same.
	* replace.cpp: Same.
	* partial_sum.cpp: Same.
	* lex_compare.cpp: Same.
	* max.cpp: Same.
	* strstreambuf.cpp: Same.
	* set_diff.cpp: Same.
	* fill.cpp: Same.
	* set_intr.cpp: Same.
	* setex.cpp: Same.
	* bitset.cpp: Same.
	* distance.cpp: Same.
	* random_shuffle.cpp: Same.
	* auto_ptr.cpp: Same.
	* time_get.cpp: Same.
	* remove.cpp: Same.
	* has_facet.cpp: Same.
	* funct_ob.cpp: Same.
	* slice.cpp: Same.
	* mutex.cpp: Same.
	* stringbuf.cpp: Same.
	* stack.cpp: Same.
	* string.cpp: Same.
	* complex.cpp: Same.
	* ul_bound.cpp: Same.
	* isalnum.cpp: Same.
	* swap.cpp: Same.
	* ifstream.cpp: Same.
	* istreambuf_iterator.cpp: Same.
	* valarray.cpp: Same.
	* ostreambuf_iterator.cpp: Same.
	* collate.cpp: Same.
	* adj_diff.cpp: Same.
	* count.cpp: Same.
	* multimap.cpp: Same.
	* negator.cpp: Same.
	* multiset.cpp: Same.
	* pnt2fnct.cpp: Same.
	* indirect_array.cpp: Same.
	* locale.cpp: Same.
	* moneypunct.cpp: Same.
	* wostream.cpp: Same.
	* advance.cpp: Same.
	* vector.cpp: Same.
	* deque.cpp: Same.
	* accumulate.cpp: Same.
	* equal.cpp: Same.
	* copyex.cpp: Same.
	* list.cpp: Same.
	* reverse.cpp: Same.
	* num_get.cpp: Same.
	* permutation.cpp: Same.
	* find.cpp: Same.
	* moneyput.cpp: Same.
	* ctype.cpp: Same.
	* queue.cpp: Same.
	* strstream.cpp: Same.
	* max_elem.cpp: Same.
	* sort.cpp: Same.
	* mask_array.cpp: Same.
	* num_put.cpp: Same.
	* istringstream.cpp: Same.
	* generate.cpp: Same.
	* slice_array.cpp: Same.
	* nthelem.cpp: Same.
	* gslice_array.cpp: Same.
	* istrstream.cpp: Same.
	* rwexcept.cpp: Same.
	* fstream.cpp: Same.
	* set_union.cpp: Same.
	* for_each.cpp: Same.
	* unique.cpp: Same.
	* gslice.cpp: Same.
	* use_facet.cpp: Same.
	* filebuf.cpp: Same.
	* memfunref.cpp: Same.
	* istream1.cpp: Same.
	* binders.cpp: Same.
	* stream_iterator.cpp: Same.
	* wstringstream.cpp: Same.
	* memfunc.cpp: Same.
	* find_first_of.cpp: Same.
	* equal_range.cpp: Same.
	* inner_product.cpp: Same.
	* insert_iterator.cpp: Same.
	* priority_queue.cpp: Same.
	* partition.cpp: Same.
	* set_sym_diff.cpp: Same.

Modified:
    incubator/stdcxx/trunk/examples/manual/accumulate.cpp
    incubator/stdcxx/trunk/examples/manual/adj_diff.cpp
    incubator/stdcxx/trunk/examples/manual/advance.cpp
    incubator/stdcxx/trunk/examples/manual/auto_ptr.cpp
    incubator/stdcxx/trunk/examples/manual/binders.cpp
    incubator/stdcxx/trunk/examples/manual/bitset.cpp
    incubator/stdcxx/trunk/examples/manual/codecvt1.cpp
    incubator/stdcxx/trunk/examples/manual/collate.cpp
    incubator/stdcxx/trunk/examples/manual/complex.cpp
    incubator/stdcxx/trunk/examples/manual/copyex.cpp
    incubator/stdcxx/trunk/examples/manual/count.cpp
    incubator/stdcxx/trunk/examples/manual/ctype.cpp
    incubator/stdcxx/trunk/examples/manual/deque.cpp
    incubator/stdcxx/trunk/examples/manual/distance.cpp
    incubator/stdcxx/trunk/examples/manual/equal.cpp
    incubator/stdcxx/trunk/examples/manual/equal_range.cpp
    incubator/stdcxx/trunk/examples/manual/filebuf.cpp
    incubator/stdcxx/trunk/examples/manual/fill.cpp
    incubator/stdcxx/trunk/examples/manual/find.cpp
    incubator/stdcxx/trunk/examples/manual/find_end.cpp
    incubator/stdcxx/trunk/examples/manual/find_first_of.cpp
    incubator/stdcxx/trunk/examples/manual/for_each.cpp
    incubator/stdcxx/trunk/examples/manual/fstream.cpp
    incubator/stdcxx/trunk/examples/manual/funct_ob.cpp
    incubator/stdcxx/trunk/examples/manual/generate.cpp
    incubator/stdcxx/trunk/examples/manual/gslice.cpp
    incubator/stdcxx/trunk/examples/manual/gslice_array.cpp
    incubator/stdcxx/trunk/examples/manual/has_facet.cpp
    incubator/stdcxx/trunk/examples/manual/heap_ops.cpp
    incubator/stdcxx/trunk/examples/manual/ifstream.cpp
    incubator/stdcxx/trunk/examples/manual/includes.cpp
    incubator/stdcxx/trunk/examples/manual/indirect_array.cpp
    incubator/stdcxx/trunk/examples/manual/inner_product.cpp
    incubator/stdcxx/trunk/examples/manual/insert_iterator.cpp
    incubator/stdcxx/trunk/examples/manual/isalnum.cpp
    incubator/stdcxx/trunk/examples/manual/istream1.cpp
    incubator/stdcxx/trunk/examples/manual/istreambuf_iterator.cpp
    incubator/stdcxx/trunk/examples/manual/istringstream.cpp
    incubator/stdcxx/trunk/examples/manual/istrstream.cpp
    incubator/stdcxx/trunk/examples/manual/lex_compare.cpp
    incubator/stdcxx/trunk/examples/manual/list.cpp
    incubator/stdcxx/trunk/examples/manual/locale.cpp
    incubator/stdcxx/trunk/examples/manual/map.cpp
    incubator/stdcxx/trunk/examples/manual/mask_array.cpp
    incubator/stdcxx/trunk/examples/manual/max.cpp
    incubator/stdcxx/trunk/examples/manual/max_elem.cpp
    incubator/stdcxx/trunk/examples/manual/memfunc.cpp
    incubator/stdcxx/trunk/examples/manual/memfunref.cpp
    incubator/stdcxx/trunk/examples/manual/messages.cpp
    incubator/stdcxx/trunk/examples/manual/mismatch.cpp
    incubator/stdcxx/trunk/examples/manual/moneypunct.cpp
    incubator/stdcxx/trunk/examples/manual/moneyput.cpp
    incubator/stdcxx/trunk/examples/manual/multimap.cpp
    incubator/stdcxx/trunk/examples/manual/multiset.cpp
    incubator/stdcxx/trunk/examples/manual/mutex.cpp
    incubator/stdcxx/trunk/examples/manual/negator.cpp
    incubator/stdcxx/trunk/examples/manual/nthelem.cpp
    incubator/stdcxx/trunk/examples/manual/num_get.cpp
    incubator/stdcxx/trunk/examples/manual/num_put.cpp
    incubator/stdcxx/trunk/examples/manual/ostreambuf_iterator.cpp
    incubator/stdcxx/trunk/examples/manual/partial_sort.cpp
    incubator/stdcxx/trunk/examples/manual/partial_sum.cpp
    incubator/stdcxx/trunk/examples/manual/partition.cpp
    incubator/stdcxx/trunk/examples/manual/permutation.cpp
    incubator/stdcxx/trunk/examples/manual/pnt2fnct.cpp
    incubator/stdcxx/trunk/examples/manual/priority_queue.cpp
    incubator/stdcxx/trunk/examples/manual/queue.cpp
    incubator/stdcxx/trunk/examples/manual/random_shuffle.cpp
    incubator/stdcxx/trunk/examples/manual/remove.cpp
    incubator/stdcxx/trunk/examples/manual/replace.cpp
    incubator/stdcxx/trunk/examples/manual/reverse.cpp
    incubator/stdcxx/trunk/examples/manual/rotate.cpp
    incubator/stdcxx/trunk/examples/manual/rwexcept.cpp
    incubator/stdcxx/trunk/examples/manual/search.cpp
    incubator/stdcxx/trunk/examples/manual/set_diff.cpp
    incubator/stdcxx/trunk/examples/manual/set_intr.cpp
    incubator/stdcxx/trunk/examples/manual/set_sym_diff.cpp
    incubator/stdcxx/trunk/examples/manual/set_union.cpp
    incubator/stdcxx/trunk/examples/manual/setex.cpp
    incubator/stdcxx/trunk/examples/manual/slice.cpp
    incubator/stdcxx/trunk/examples/manual/slice_array.cpp
    incubator/stdcxx/trunk/examples/manual/sort.cpp
    incubator/stdcxx/trunk/examples/manual/stack.cpp
    incubator/stdcxx/trunk/examples/manual/stream_iterator.cpp
    incubator/stdcxx/trunk/examples/manual/string.cpp
    incubator/stdcxx/trunk/examples/manual/stringbuf.cpp
    incubator/stdcxx/trunk/examples/manual/strstream.cpp
    incubator/stdcxx/trunk/examples/manual/strstreambuf.cpp
    incubator/stdcxx/trunk/examples/manual/swap.cpp
    incubator/stdcxx/trunk/examples/manual/time_get.cpp
    incubator/stdcxx/trunk/examples/manual/toupper.cpp
    incubator/stdcxx/trunk/examples/manual/transform.cpp
    incubator/stdcxx/trunk/examples/manual/ul_bound.cpp
    incubator/stdcxx/trunk/examples/manual/unique.cpp
    incubator/stdcxx/trunk/examples/manual/use_facet.cpp
    incubator/stdcxx/trunk/examples/manual/valarray.cpp
    incubator/stdcxx/trunk/examples/manual/vector.cpp
    incubator/stdcxx/trunk/examples/manual/wostream.cpp
    incubator/stdcxx/trunk/examples/manual/wstringstream.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg1.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg2.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg3.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg4.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg5.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg6.cpp
    incubator/stdcxx/trunk/examples/tutorial/alg7.cpp
    incubator/stdcxx/trunk/examples/tutorial/calc.cpp
    incubator/stdcxx/trunk/examples/tutorial/complx.cpp
    incubator/stdcxx/trunk/examples/tutorial/concord.cpp
    incubator/stdcxx/trunk/examples/tutorial/graph.cpp
    incubator/stdcxx/trunk/examples/tutorial/icecream.cpp
    incubator/stdcxx/trunk/examples/tutorial/radix.cpp
    incubator/stdcxx/trunk/examples/tutorial/sieve.cpp
    incubator/stdcxx/trunk/examples/tutorial/spell.cpp
    incubator/stdcxx/trunk/examples/tutorial/stocks.cpp
    incubator/stdcxx/trunk/examples/tutorial/tele.cpp
    incubator/stdcxx/trunk/examples/tutorial/teller.cpp
    incubator/stdcxx/trunk/examples/tutorial/widwork.cpp

Modified: incubator/stdcxx/trunk/examples/manual/accumulate.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/accumulate.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/accumulate.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/accumulate.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/adj_diff.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/adj_diff.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/adj_diff.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/adj_diff.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * adj_diff.cpp - Example program for adjacent_difference. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/adj_diff.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/advance.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/advance.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/advance.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/advance.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * advance.cpp - Example program for advancing iterators. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/advance.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/auto_ptr.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/auto_ptr.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/auto_ptr.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/auto_ptr.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * auto_ptr.cpp - Example program of auto_ptr.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/auto_ptr.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/binders.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/binders.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/binders.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/binders.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * binders.cpp - Example program for binder1st & binder2nd.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/binders.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/bitset.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/bitset.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/bitset.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/bitset.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * bitset.cpp - Example program for bitset.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/bitset.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/codecvt1.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/codecvt1.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/codecvt1.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/codecvt1.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/collate.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/collate.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/collate.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/collate.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * collate.cpp - Example program of collate facet. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/collate.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/complex.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/complex.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/complex.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/complex.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * complex.cpp - Example program for complex.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/complex.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/copyex.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/copyex.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/copyex.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/copyex.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * copyex.cpp - Example program for copy.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/copyex.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/count.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/count.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/count.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/count.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * count.cpp - Example program for counting number of elements in container. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/count.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/ctype.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/ctype.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/ctype.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/ctype.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * ctype.cpp - Example program of ctype facet. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/ctype.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/deque.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/deque.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/deque.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/deque.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * deque.cpp - Example program for deque class.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/deque.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/distance.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/distance.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/distance.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/distance.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * distance.cpp - Example program for distance between two iterators.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/distance.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/equal.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/equal.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/equal.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/equal.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * equal.cpp - Example program for comparing two ranges for equivalence.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/equal.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/equal_range.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/equal_range.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/equal_range.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/equal_range.cpp Sat Jun 23 11:34:25 2007
@@ -7,16 +7,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/filebuf.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/filebuf.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/filebuf.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/filebuf.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * filebuf.cpp - basic_filebuf example
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/filebuf.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/manual/fill.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/fill.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/fill.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/fill.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * fill.cpp - Example program for initializing a range with a given value.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/fill.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/find.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/find.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/find.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/find.cpp Sat Jun 23 11:34:25 2007
@@ -3,20 +3,27 @@
  * find.cpp - Example program for finding an occurence of value in a 
  *            sequence.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/find.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/find_end.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/find_end.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/find_end.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/find_end.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * find_end.cpp - Example program for finding a subsequence. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/find_end.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/find_first_of.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/find_first_of.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/find_first_of.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/find_first_of.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/for_each.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/for_each.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/for_each.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/for_each.cpp Sat Jun 23 11:34:25 2007
@@ -3,20 +3,27 @@
  * for_each.cpp - Example program for applying a function to each element 
  *                in a range.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/for_each.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/fstream.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/fstream.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/fstream.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/fstream.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * fstream.cpp - fstream example.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/fstream.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/funct_ob.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/funct_ob.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/funct_ob.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/funct_ob.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * funct_ob.cpp - Example program for function objects.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/funct_ob.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/generate.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/generate.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/generate.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/generate.cpp Sat Jun 23 11:34:25 2007
@@ -3,20 +3,27 @@
  * generate.cpp - Example program for initializing a container with values 
  *                produced by a value-generator class.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/generate.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/gslice.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/gslice.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/gslice.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/gslice.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * gslice.cpp - Generalized slice example program.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/gslice.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/gslice_array.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/gslice_array.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/gslice_array.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/gslice_array.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * gslice_array.cpp -- Generalized array slice examples
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/gslice_array.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/has_facet.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/has_facet.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/has_facet.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/has_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/heap_ops.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/heap_ops.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/heap_ops.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/heap_ops.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * heap_ops.cpp - Example program for heap operations. 
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/heap_ops.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/ifstream.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/ifstream.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/ifstream.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/ifstream.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * ifstream.cpp - basic_ifstream example.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/ifstream.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/manual/includes.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/includes.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/includes.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/includes.cpp Sat Jun 23 11:34:25 2007
@@ -3,20 +3,27 @@
  * includes.cpp - Example program of basic set operation for sorted 
  *                sequences.
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/includes.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/indirect_array.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/indirect_array.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/indirect_array.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/indirect_array.cpp Sat Jun 23 11:34:25 2007
@@ -2,20 +2,27 @@
  *
  * indirect_array.cpp -- Indirect array examples
  *
- * $Id: //stdlib/dev/examples/stdlib/manual/indirect_array.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/inner_product.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/inner_product.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/inner_product.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/inner_product.cpp Sat Jun 23 11:34:25 2007
@@ -7,16 +7,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/insert_iterator.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/insert_iterator.cpp?view=diff&rev=550079&r1=550078&r2=550079
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/insert_iterator.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/insert_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.
  * 
  **************************************************************************/