Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 74129 invoked from network); 10 Sep 2006 21:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Sep 2006 21:17:55 -0000 Received: (qmail 89224 invoked by uid 500); 10 Sep 2006 21:17:55 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 89200 invoked by uid 500); 10 Sep 2006 21:17:55 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 89181 invoked by uid 99); 10 Sep 2006 21:17:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Sep 2006 14:17:55 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Sep 2006 14:17:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 70FC81A981A; Sun, 10 Sep 2006 14:17:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r442007 - in /incubator/stdcxx/trunk/examples/manual: money_manip.cpp time_manip.cpp Date: Sun, 10 Sep 2006 21:17:27 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060910211727.70FC81A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Sun Sep 10 14:17:26 2006 New Revision: 442007 URL: http://svn.apache.org/viewvc?view=rev&rev=442007 Log: 2006-09-10 Martin Sebor * money_manip.cpp: Updated copyright. * time_manip.cpp: Same. Modified: incubator/stdcxx/trunk/examples/manual/money_manip.cpp incubator/stdcxx/trunk/examples/manual/time_manip.cpp Modified: incubator/stdcxx/trunk/examples/manual/money_manip.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/money_manip.cpp?view=diff&rev=442007&r1=442006&r2=442007 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/money_manip.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/money_manip.cpp Sun Sep 10 14:17:26 2006 @@ -8,16 +8,21 @@ * *************************************************************************** * - * 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. * **************************************************************************/ Modified: incubator/stdcxx/trunk/examples/manual/time_manip.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/time_manip.cpp?view=diff&rev=442007&r1=442006&r2=442007 ============================================================================== --- incubator/stdcxx/trunk/examples/manual/time_manip.cpp (original) +++ incubator/stdcxx/trunk/examples/manual/time_manip.cpp Sun Sep 10 14:17:26 2006 @@ -8,17 +8,22 @@ * *************************************************************************** * - * 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. + * **************************************************************************/ #include // for localtime(), time()