http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceType.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceType.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceType.java index a4af146..a919ace 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceType.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceType.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; public enum ServiceType
http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/UriSpec.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/UriSpec.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/UriSpec.java index da623b8..2cbe2fc 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/UriSpec.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/UriSpec.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.base.Preconditions; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceProvider.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceProvider.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceProvider.java index 8ff089e..e1e83ec 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceProvider.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceProvider.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ServiceInstance; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceSerializer.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceSerializer.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceSerializer.java index 8798782..3412df7 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceSerializer.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/InstanceSerializer.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ServiceInstance; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/JsonInstanceSerializer.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/JsonInstanceSerializer.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/JsonInstanceSerializer.java index 882ec60..b7ddbc2 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/JsonInstanceSerializer.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/JsonInstanceSerializer.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ServiceInstance; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/Latch.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/Latch.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/Latch.java index 6139380..03dfeb0 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/Latch.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/Latch.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; class Latch http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheBuilderImpl.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheBuilderImpl.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheBuilderImpl.java index 916f282..c4104f4 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheBuilderImpl.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheBuilderImpl.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ServiceCache; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java index e42e18d..3d22e61 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import com.google.common.base.Function; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheListener.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheListener.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheListener.java index 234a676..bc5915a 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheListener.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheListener.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.framework.state.ConnectionStateListener; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceDiscoveryImpl.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceDiscoveryImpl.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceDiscoveryImpl.java index 4ab16c8..0627907 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceDiscoveryImpl.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceDiscoveryImpl.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import com.google.common.annotations.VisibleForTesting; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderBuilderImpl.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderBuilderImpl.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderBuilderImpl.java index 5573963..4f6c64c 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderBuilderImpl.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderBuilderImpl.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ProviderStrategy; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderImpl.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderImpl.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderImpl.java index e2a1747..39d6ca8 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderImpl.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceProviderImpl.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.details; import org.apache.curator.x.discovery.ProviderStrategy; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RandomStrategy.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RandomStrategy.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RandomStrategy.java index 2d9d762..05c9469 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RandomStrategy.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RandomStrategy.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.strategies; import org.apache.curator.x.discovery.details.InstanceProvider; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RoundRobinStrategy.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RoundRobinStrategy.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RoundRobinStrategy.java index 4d7924f..8da787b 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RoundRobinStrategy.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/RoundRobinStrategy.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.strategies; import org.apache.curator.x.discovery.details.InstanceProvider; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/StickyStrategy.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/StickyStrategy.java b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/StickyStrategy.java index aa927da..f9db237 100644 --- a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/StickyStrategy.java +++ b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/strategies/StickyStrategy.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery.strategies; import org.apache.curator.x.discovery.ProviderStrategy; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/site/site.xml b/curator-x-discovery/src/site/site.xml index c06b6fe..5ece90a 100644 --- a/curator-x-discovery/src/site/site.xml +++ b/curator-x-discovery/src/site/site.xml @@ -1,5 +1,6 @@ <?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 @@ -16,8 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Discovery Service"> <body> <head> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestJsonInstanceSerializer.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestJsonInstanceSerializer.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestJsonInstanceSerializer.java index c2d1814..8417710 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestJsonInstanceSerializer.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestJsonInstanceSerializer.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestLocalIpFilter.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestLocalIpFilter.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestLocalIpFilter.java index 27fe4e4..2e2efa0 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestLocalIpFilter.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestLocalIpFilter.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceCache.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceCache.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceCache.java index 6fe5b3e..220e54e 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceCache.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceCache.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceDiscovery.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceDiscovery.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceDiscovery.java index e4dc058..1d9d895 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceDiscovery.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestServiceDiscovery.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestStrategies.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestStrategies.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestStrategies.java index bd01cc0..04bd052 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestStrategies.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestStrategies.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestUriSpec.java ---------------------------------------------------------------------- diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestUriSpec.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestUriSpec.java index 97ae61b..52cbea8 100644 --- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestUriSpec.java +++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/TestUriSpec.java @@ -1,4 +1,4 @@ -/* +/** * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.x.discovery; import com.google.common.collect.Maps; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7079c7b..f176966 100644 --- a/pom.xml +++ b/pom.xml @@ -417,6 +417,7 @@ <configuration> <header>src/etc/header.txt</header> <excludes> + <exclude>**/*.confluence</exclude> <exclude>**/.gitignore</exclude> <exclude>**/DISCLAIMER</exclude> <exclude>**/LICENSE.txt</exclude> @@ -426,9 +427,6 @@ <exclude>**/RELEASE-NOTES</exclude> </excludes> <strictCheck>true</strictCheck> - <mapping> - <confluence>XML_STYLE</confluence> - </mapping> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index 7051227..b60d059 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -1,3 +1,21 @@ +/** + * 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. + */ body { font-size: 16px; http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2d14c587/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 0d1d1d1..ff384b1 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,5 +1,6 @@ <?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 @@ -16,8 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" name="Apache Curator">
