You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/09/29 15:16:21 UTC

svn commit: r1527325 - in /juddi/trunk/juddi-client.net: example/AspnetServiceLifeCycle/ example/WcfServiceLifeCycle/ juddi-client.net-mono-test/ juddi-client.net.test/ juddi-client.net/bindings/

Author: alexoree
Date: Sun Sep 29 13:16:21 2013
New Revision: 1527325

URL: http://svn.apache.org/r1527325
Log:
JUDDI-567 adding ASF license

Modified:
    juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Hello_ServiceInterfaces.cs
    juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Program.cs
    juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/HelloService.cs
    juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/Program.cs
    juddi/trunk/juddi-client.net/juddi-client.net-mono-test/SerializationTests.cs
    juddi/trunk/juddi-client.net/juddi-client.net.test/SerializationTests.cs
    juddi/trunk/juddi-client.net/juddi-client.net/bindings/datamodel-mono.cs

Modified: juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Hello_ServiceInterfaces.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Hello_ServiceInterfaces.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Hello_ServiceInterfaces.cs (original)
+++ juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Hello_ServiceInterfaces.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-//------------------------------------------------------------------------------
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+//------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
 //     Runtime Version:4.0.30319.18052

Modified: juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Program.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Program.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Program.cs (original)
+++ juddi/trunk/juddi-client.net/example/AspnetServiceLifeCycle/Program.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-using org.apache.juddi.v3.client;
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+using org.apache.juddi.v3.client;
 using org.apache.juddi.v3.client.annotations;
 using org.apache.juddi.v3.client.config;
 using org.apache.juddi.v3.client.transport;

Modified: juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/HelloService.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/HelloService.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/HelloService.cs (original)
+++ juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/HelloService.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-//------------------------------------------------------------------------------
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+//------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
 //     Runtime Version:4.0.30319.18052

Modified: juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/Program.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/Program.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/Program.cs (original)
+++ juddi/trunk/juddi-client.net/example/WcfServiceLifeCycle/Program.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-using org.apache.juddi.v3.client;
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+using org.apache.juddi.v3.client;
 using org.apache.juddi.v3.client.annotations;
 using org.apache.juddi.v3.client.config;
 using org.apache.juddi.v3.client.transport;

Modified: juddi/trunk/juddi-client.net/juddi-client.net-mono-test/SerializationTests.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/juddi-client.net-mono-test/SerializationTests.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/juddi-client.net-mono-test/SerializationTests.cs (original)
+++ juddi/trunk/juddi-client.net/juddi-client.net-mono-test/SerializationTests.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-using NUnit.Framework;
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+using NUnit.Framework;
 using org.uddi.apiv3;
 using System;
 using System.Collections.Generic;

Modified: juddi/trunk/juddi-client.net/juddi-client.net.test/SerializationTests.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/juddi-client.net.test/SerializationTests.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/juddi-client.net.test/SerializationTests.cs (original)
+++ juddi/trunk/juddi-client.net/juddi-client.net.test/SerializationTests.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+
+using System;
 using System.Collections.Generic;
 using NUnit.Framework;  
 using System.Text;

Modified: juddi/trunk/juddi-client.net/juddi-client.net/bindings/datamodel-mono.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/juddi-client.net/bindings/datamodel-mono.cs?rev=1527325&r1=1527324&r2=1527325&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/juddi-client.net/bindings/datamodel-mono.cs (original)
+++ juddi/trunk/juddi-client.net/juddi-client.net/bindings/datamodel-mono.cs Sun Sep 29 13:16:21 2013
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright 2001-2013 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.
+ *
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org