Modified: incubator/stdcxx/trunk/examples/tutorial/radix.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/radix.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/radix.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/radix.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * radix.cpp - Radix sort employing various STL classes. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/radix.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/sieve.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/sieve.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/sieve.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/sieve.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * sieve.cpp - Prime numbers sieve program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/sieve.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/spell.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/spell.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/spell.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/spell.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * spell.cpp - A spell checking program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/spell.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/tutorial/stocks.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/stocks.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/stocks.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/stocks.cpp Sat Jun 23 11:34:25 2007 @@ -3,20 +3,27 @@ * stocks.cpp - An example program using STL's money_punct, num_put * and time_put locale facets. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/stocks.cpp#21 $ + * $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/tele.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/tele.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/tele.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/tele.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * tele.cpp - Telephone directory sample program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/tele.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/teller.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/teller.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/teller.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/teller.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * teller.cpp - Bank teller sample program. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/teller.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/widwork.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/widwork.cpp?view=diff&rev=550079&r1=550078&r2=550079 ============================================================================== --- incubator/stdcxx/trunk/examples/tutorial/widwork.cpp (original) +++ incubator/stdcxx/trunk/examples/tutorial/widwork.cpp Sat Jun 23 11:34:25 2007 @@ -2,20 +2,27 @@ * * widwork.cpp - Widget works inventory example. * - * $Id: //stdlib/dev/examples/stdlib/tutorial/widwork.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. * **************************************************************************/
