[wsf-c-dev] svn commit r419 - wsf/c/wsclient/src

svn at wso2.com svn at wso2.com
Sat Jan 13 02:43:54 PST 2007


Author: dinesh
Date: Sat Jan 13 02:42:35 2007
New Revision: 419

Modified:
   wsf/c/wsclient/src/Makefile.am
   wsf/c/wsclient/src/wsclient.c
   wsf/c/wsclient/src/wsclient.h
   wsf/c/wsclient/src/wsclient_error.h
   wsf/c/wsclient/src/wsclient_option.c
   wsf/c/wsclient/src/wsclient_option.h
   wsf/c/wsclient/src/wsclient_stub.h
   wsf/c/wsclient/src/wsclient_util.c
   wsf/c/wsclient/src/wsclient_util.h
Log:
apache licencing hearders added

Modified: wsf/c/wsclient/src/Makefile.am
==============================================================================
--- wsf/c/wsclient/src/Makefile.am	(original)
+++ wsf/c/wsclient/src/Makefile.am	Sat Jan 13 02:42:35 2007
@@ -8,16 +8,16 @@
 
 wsclient_LDADD   = $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-		     -laxis2_util \
-                    -laxis2_axiom \
-                    -laxis2_wsdl \
-                    -laxis2_engine \
-                    -laxis2_parser \
+		     		../../axis2/util/src/libaxis2_util.la \
+					../../axis2/axiom/src/om/libaxis2_axiom.la \
+					../../axis2/modules/wsdl/libaxis2_wsdl.la \
+					../../axis2/modules/core/engine/libaxis2_engine.la \
+					../../axis2/axiom/src/parser/libxml2/libaxis2_parser.la \
                     -lpthread \
-		    -lwoden \
-		    -laxis2_xml_schema \
-                    -laxis2_http_sender \
-                    -laxis2_http_receiver \
+					../../axis2/woden/src/wsdl20/libwoden.la \
+					../../axis2/xml_schema/src/libaxis2_xml_schema.la \
+					../../axis2/modules/core/transport/http/sender/libaxis2_http_sender.la \
+					../../axis2/modules/core/transport/http/receiver/libaxis2_http_receiver.la \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 
@@ -30,4 +30,3 @@
             -I ../../axis2/woden/include
 
 
-EXTRA_DIST=README.txt

Modified: wsf/c/wsclient/src/wsclient.c
==============================================================================
--- wsf/c/wsclient/src/wsclient.c	(original)
+++ wsf/c/wsclient/src/wsclient.c	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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 "wsclient_option.h"
 #include "wsclient_constants.h"
 #include "wsclient_stub.h"
@@ -94,25 +111,29 @@
 	static const char *version [] = 
 	    {
 			("\
-  wsclient 1.0 \n"),
-			("\
 \n"),
 			("\
- Copyright 2006,2007 WSO2, Inc. http://wso2.com\n"),
+             wsclient 1.0     \n"),
 			("\
 \n"),
 			("\
- Licensed under the Apache License, Version 2.0 (the \"License\");\n"),
+  Licensed to the Apache Software Foundation (ASF) under one or more\n"),
+			("\
+ contributor license agreements.  See the NOTICE file distributed with\n"),
+			("\
+ this work for additional information regarding copyright ownership.\n"),
 			("\
- you may not use this file except in compliance with the License.\n"),
+ The ASF licenses this file to You under the Apache License, Version 2.0\n"),
 			("\
- You may obtain a copy of the License at\n"),
+ (the \"License\"); you may not use this file except in compliance with\n"),
 			("\
- \n"),
+ the License.  You may obtain a copy of the License at\n"),
 			("\
- http://www.apache.org/licenses/LICENSE-2.0\n"),
+\n"),
+			("\
+      http://www.apache.org/licenses/LICENSE-2.0\n"),
 			("\
- \n"),
+\n"),
 			("\
  Unless required by applicable law or agreed to in writing, software\n"),
 			("\
@@ -124,7 +145,7 @@
 			("\
  limitations under the License.\n"),
 			("\
- \n"),
+\n"),
 		};
 	int i = 0;
 	for (i = 0; i < array_sizeof(version); i++)

Modified: wsf/c/wsclient/src/wsclient.h
==============================================================================
--- wsf/c/wsclient/src/wsclient.h	(original)
+++ wsf/c/wsclient/src/wsclient.h	Sat Jan 13 02:42:35 2007
@@ -1,9 +1,10 @@
 /*
- * 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 count copy of the License at
+ * 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
  *

Modified: wsf/c/wsclient/src/wsclient_error.h
==============================================================================
--- wsf/c/wsclient/src/wsclient_error.h	(original)
+++ wsf/c/wsclient/src/wsclient_error.h	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 #ifndef WSCLIENT_ERROR_H
 #define WSCLIENT_ERROR_H
 

Modified: wsf/c/wsclient/src/wsclient_option.c
==============================================================================
--- wsf/c/wsclient/src/wsclient_option.c	(original)
+++ wsf/c/wsclient/src/wsclient_option.c	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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 "wsclient_option.h"
 #include "wsclient_constants.h"
 

Modified: wsf/c/wsclient/src/wsclient_option.h
==============================================================================
--- wsf/c/wsclient/src/wsclient_option.h	(original)
+++ wsf/c/wsclient/src/wsclient_option.h	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 #ifndef WSCLIENT_OPTION_H
 #define WSCLIENT_OPTION_H
 #include <axis2_util.h>

Modified: wsf/c/wsclient/src/wsclient_stub.h
==============================================================================
--- wsf/c/wsclient/src/wsclient_stub.h	(original)
+++ wsf/c/wsclient/src/wsclient_stub.h	Sat Jan 13 02:42:35 2007
@@ -1,9 +1,10 @@
 /*
- * 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 count copy of the License at
+ * 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
  *

Modified: wsf/c/wsclient/src/wsclient_util.c
==============================================================================
--- wsf/c/wsclient/src/wsclient_util.c	(original)
+++ wsf/c/wsclient/src/wsclient_util.c	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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 "wsclient_util.h"
 #include "wsclient_constants.h"
 #include <axis2_http_client.h>

Modified: wsf/c/wsclient/src/wsclient_util.h
==============================================================================
--- wsf/c/wsclient/src/wsclient_util.h	(original)
+++ wsf/c/wsclient/src/wsclient_util.h	Sat Jan 13 02:42:35 2007
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 #ifndef WSCLIENT_UTIL_H
 #define WSCLIENT_UTIL_H
 #include <axiom.h>




More information about the Wsf-c-dev mailing list