Repository: juddi Updated Branches: refs/heads/master b2179ec4b -> 0833b0282
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java ---------------------------------------------------------------------- diff --git a/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java b/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java index 1b7f984..a7b94ba 100644 --- a/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java +++ b/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java @@ -1,5 +1,19 @@ package org.apache.juddi.v3.tck; - +/* + * Copyright 2001-2008 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. + */ public class Dummy { } http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/resources/META-INF/uddi.xml ---------------------------------------------------------------------- diff --git a/uddi-tck/src/main/resources/META-INF/uddi.xml b/uddi-tck/src/main/resources/META-INF/uddi.xml index cb12fee..0fdaff4 100644 --- a/uddi-tck/src/main/resources/META-INF/uddi.xml +++ b/uddi-tck/src/main/resources/META-INF/uddi.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - +<!-- +/* + * Copyright 2001-2008 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. + * + */ + --> <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"> <reloadDelay>5000</reloadDelay> <client name="test-client"> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/uddiNode2.xml ---------------------------------------------------------------------- diff --git a/uddi-tck/uddiNode2.xml b/uddi-tck/uddiNode2.xml index 71c865a..1f519c6 100644 --- a/uddi-tck/uddiNode2.xml +++ b/uddi-tck/uddiNode2.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> + +<!-- +/* + * Copyright 2001-2008 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. + */ + --> <!-- This config is for the juddi-gui. http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java ---------------------------------------------------------------------- diff --git a/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java b/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java index 7cb2793..f7cb74c 100644 --- a/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java +++ b/uddi-ws/src/main/java/org/apache/juddi/v3_service/package-info.java @@ -1,4 +1,20 @@ -/** +/* + * Copyright 2001-2008 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. + * + */ + /** * This WSDL defines the jUDDI API Service. It is an extension to the UDDIv3 specification that is specific to jUDDI and provides primarily administrative functionality of jUDDI. * */ http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java ---------------------------------------------------------------------- diff --git a/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java b/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java index 034023c..a460454 100644 --- a/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java +++ b/uddi-ws/src/main/java/org/uddi/api_v2/GetBindingDetail.java @@ -1,4 +1,19 @@ - +/* + * Copyright 2001-2008 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. + * + */ package org.uddi.api_v2; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-ws/src/main/resources/juddi_api_v1.wsdl ---------------------------------------------------------------------- diff --git a/uddi-ws/src/main/resources/juddi_api_v1.wsdl b/uddi-ws/src/main/resources/juddi_api_v1.wsdl index b929c9e..4ca22b1 100644 --- a/uddi-ws/src/main/resources/juddi_api_v1.wsdl +++ b/uddi-ws/src/main/resources/juddi_api_v1.wsdl @@ -1,4 +1,24 @@ -<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions +<?xml version='1.0' encoding='UTF-8'?> +<!-- +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. +--> + +<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:juddi-apache-org:v3_service" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
