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:20:43 UTC

svn commit: r291843 - /webservices/axis2/trunk/c/include/axis2c.h

Author: samisa
Date: Tue Sep 27 00:20:39 2005
New Revision: 291843

URL: http://svn.apache.org/viewcvs?rev=291843&view=rev
Log:
Fixed coding convention related stuff and added licence

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

Modified: webservices/axis2/trunk/c/include/axis2c.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2c.h?rev=291843&r1=291842&r2=291843&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2c.h (original)
+++ webservices/axis2/trunk/c/include/axis2c.h Tue Sep 27 00:20:39 2005
@@ -1,5 +1,21 @@
-#ifndef _AXIS2C_H_
-#define _AXIS2C_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_H
+#define AXIS2C_H
 
 /**
  * @file axis2c.h
@@ -7,5 +23,5 @@
  */
 
 
-#endif /* _AXIS2C_H_ */
+#endif /* AXIS2C_H */