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/10/15 22:03:48 UTC

svn commit: r584883 - /incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp

Author: sebor
Date: Mon Oct 15 13:03:46 2007
New Revision: 584883

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

	* 21.string.io.stdcxx-206.cpp: Added a license header.

Modified:
    incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp

Modified: incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp?rev=584883&r1=584882&r2=584883&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp (original)
+++ incubator/stdcxx/trunk/tests/regress/21.string.io.stdcxx-206.cpp Mon Oct 15 13:03:46 2007
@@ -1,3 +1,31 @@
+/***********************************************************************
+ *
+ * 21.string.io.stdcxx-206.cpp - regression test for STDCXX-206
+ *
+ *   http://issues.apache.org/jira/browse/STDCXX-206
+ *
+ * $Id$
+ *
+ ***********************************************************************
+ *
+ * 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 <strstream>
 #include <string>
 #include <cassert>