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/09/19 07:07:04 UTC

svn commit: r577156 - /incubator/stdcxx/trunk/util/path.h

Author: sebor
Date: Tue Sep 18 22:07:02 2007
New Revision: 577156

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

	STDCXX-457
	* path.h: Added the required ASL header.

Modified:
    incubator/stdcxx/trunk/util/path.h

Modified: incubator/stdcxx/trunk/util/path.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/path.h?rev=577156&r1=577155&r2=577156&view=diff
==============================================================================
--- incubator/stdcxx/trunk/util/path.h (original)
+++ incubator/stdcxx/trunk/util/path.h Tue Sep 18 22:07:02 2007
@@ -1,3 +1,31 @@
+/**************************************************************************
+ *
+ * path.h
+ *
+ * $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.
+ *
+ * Copyright 2001-2007 Rogue Wave Software, Inc.
+ * 
+ **************************************************************************/
+
 #ifndef RWSTD_PATH_H_INCLUDED
 #define RWSTD_PATH_H_INCLUDED