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 <[EMAIL PROTECTED]>
* 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 <ctime> // for localtime(), time()