You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/09/27 09:17:39 UTC

svn commit: r291842 - /webservices/axis2/trunk/c/include/axis2c_errno.h

Author: samisa
Date: Tue Sep 27 00:17:33 2005
New Revision: 291842

URL: http://svn.apache.org/viewcvs?rev=291842&view=rev
Log:
Fixed some coding conventions

Modified:
    webservices/axis2/trunk/c/include/axis2c_errno.h

Modified: webservices/axis2/trunk/c/include/axis2c_errno.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2c_errno.h?rev=291842&r1=291841&r2=291842&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2c_errno.h (original)
+++ webservices/axis2/trunk/c/include/axis2c_errno.h Tue Sep 27 00:17:33 2005
@@ -1,5 +1,21 @@
-#ifndef _AXIS2C_ERRNO_H_
-#define _AXIS2C_ERRNO_H_
+/*
+ * Copyright 2004,2005 The Apache Software Foundation.
+ *
+ * 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.
+ */
+
+#ifndef AXIS2C_ERRNO_H
+#define AXIS2C_ERRNO_H
 
 /**
  * @file axis2c_errno.h
@@ -52,4 +68,4 @@
 
 /** @} */
 
-#endif /* _AXIS2C_ERRNO_H_ */
+#endif /* AXIS2C_ERRNO_H */