http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/UrlResolverUtilTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/UrlResolverUtilTest.java b/commons/src/test/java/com/twitter/common/net/UrlResolverUtilTest.java index 635ae13..da42db9 100644 --- a/commons/src/test/java/com/twitter/common/net/UrlResolverUtilTest.java +++ b/commons/src/test/java/com/twitter/common/net/UrlResolverUtilTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net; import com.google.common.base.Function;
http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/UrlTokenizerUtilTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/UrlTokenizerUtilTest.java b/commons/src/test/java/com/twitter/common/net/UrlTokenizerUtilTest.java index 193394e..4a44aed 100644 --- a/commons/src/test/java/com/twitter/common/net/UrlTokenizerUtilTest.java +++ b/commons/src/test/java/com/twitter/common/net/UrlTokenizerUtilTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/RequestLoggerTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/RequestLoggerTest.java b/commons/src/test/java/com/twitter/common/net/http/RequestLoggerTest.java index 49c072e..bcc3a72 100644 --- a/commons/src/test/java/com/twitter/common/net/http/RequestLoggerTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/RequestLoggerTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http; import java.util.logging.Level; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterIntegrationTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterIntegrationTest.java b/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterIntegrationTest.java index 8ff6811..2e352cc 100644 --- a/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterIntegrationTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterIntegrationTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.filters; import javax.ws.rs.GET; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterTest.java b/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterTest.java index ba9783c..77a7611 100644 --- a/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/filters/HttpStatsFilterTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.filters; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/AssetHandlerTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/AssetHandlerTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/AssetHandlerTest.java index 94adf60..038a806 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/AssetHandlerTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/AssetHandlerTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.http.handlers; import java.io.ByteArrayInputStream; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/HttpServletRequestParamsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/HttpServletRequestParamsTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/HttpServletRequestParamsTest.java index 5891cb1..cead28f 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/HttpServletRequestParamsTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/HttpServletRequestParamsTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.handlers; import javax.servlet.http.HttpServletRequest; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/LogPrinterTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/LogPrinterTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/LogPrinterTest.java index 8f40913..7c5d107 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/LogPrinterTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/LogPrinterTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.handlers; import java.io.File; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/StatSupplierTestBase.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/StatSupplierTestBase.java b/commons/src/test/java/com/twitter/common/net/http/handlers/StatSupplierTestBase.java index 12926ef..05a0cf2 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/StatSupplierTestBase.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/StatSupplierTestBase.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.handlers; import java.util.List; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/TimeSeriesDataSourceTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/TimeSeriesDataSourceTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/TimeSeriesDataSourceTest.java index 8958bd6..41bfe16 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/TimeSeriesDataSourceTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/TimeSeriesDataSourceTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.http.handlers; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/VarsHandlerTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/VarsHandlerTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/VarsHandlerTest.java index f8cedc2..759d027 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/VarsHandlerTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/VarsHandlerTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.handlers; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/http/handlers/VarsJsonHandlerTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/http/handlers/VarsJsonHandlerTest.java b/commons/src/test/java/com/twitter/common/net/http/handlers/VarsJsonHandlerTest.java index de9c2e5..d1c4c71 100644 --- a/commons/src/test/java/com/twitter/common/net/http/handlers/VarsJsonHandlerTest.java +++ b/commons/src/test/java/com/twitter/common/net/http/handlers/VarsJsonHandlerTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.net.http.handlers; import com.google.common.collect.ImmutableMap; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/LeastConnectedStrategyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/LeastConnectedStrategyTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/LeastConnectedStrategyTest.java index d4e9778..50773c0 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/LeastConnectedStrategyTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/LeastConnectedStrategyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/LoadBalancerImplTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/LoadBalancerImplTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/LoadBalancerImplTest.java index 751836f..637f420 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/LoadBalancerImplTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/LoadBalancerImplTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import com.google.common.collect.Sets; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyTest.java index 032ecd9..46542ba 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import com.google.common.base.Function; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyWithHostCheckTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyWithHostCheckTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyWithHostCheckTest.java index 6014ce2..51adb61 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyWithHostCheckTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/MarkDeadStrategyWithHostCheckTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/RandomStrategyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/RandomStrategyTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/RandomStrategyTest.java index 6385f70..b6e5633 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/RandomStrategyTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/RandomStrategyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/RoundRobinStrategyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/RoundRobinStrategyTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/RoundRobinStrategyTest.java index f58addb..529af37 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/RoundRobinStrategyTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/RoundRobinStrategyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import com.google.common.collect.Sets; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/loadbalancing/SubsetStrategyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/loadbalancing/SubsetStrategyTest.java b/commons/src/test/java/com/twitter/common/net/loadbalancing/SubsetStrategyTest.java index e879459..99bab50 100644 --- a/commons/src/test/java/com/twitter/common/net/loadbalancing/SubsetStrategyTest.java +++ b/commons/src/test/java/com/twitter/common/net/loadbalancing/SubsetStrategyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.loadbalancing; import com.google.common.collect.Iterables; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/monitoring/TrafficMonitorTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/monitoring/TrafficMonitorTest.java b/commons/src/test/java/com/twitter/common/net/monitoring/TrafficMonitorTest.java index c4eb18d..feb2b2e 100644 --- a/commons/src/test/java/com/twitter/common/net/monitoring/TrafficMonitorTest.java +++ b/commons/src/test/java/com/twitter/common/net/monitoring/TrafficMonitorTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.monitoring; import com.twitter.common.net.loadbalancing.RequestTracker; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/pool/ConnectionPoolTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/pool/ConnectionPoolTest.java b/commons/src/test/java/com/twitter/common/net/pool/ConnectionPoolTest.java index 4eb575f..2b2df28 100644 --- a/commons/src/test/java/com/twitter/common/net/pool/ConnectionPoolTest.java +++ b/commons/src/test/java/com/twitter/common/net/pool/ConnectionPoolTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.pool; import com.twitter.common.quantity.Amount; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/pool/DynamicHostSetUtilTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/pool/DynamicHostSetUtilTest.java b/commons/src/test/java/com/twitter/common/net/pool/DynamicHostSetUtilTest.java index d7c71c3..ee6361c 100644 --- a/commons/src/test/java/com/twitter/common/net/pool/DynamicHostSetUtilTest.java +++ b/commons/src/test/java/com/twitter/common/net/pool/DynamicHostSetUtilTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2014 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.pool; import com.google.common.collect.ImmutableSet; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/net/pool/DynamicPoolTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/net/pool/DynamicPoolTest.java b/commons/src/test/java/com/twitter/common/net/pool/DynamicPoolTest.java index aa94e28..ece62cb 100644 --- a/commons/src/test/java/com/twitter/common/net/pool/DynamicPoolTest.java +++ b/commons/src/test/java/com/twitter/common/net/pool/DynamicPoolTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.net.pool; import com.google.common.collect.ImmutableMap; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/objectsize/ObjectSizeCalculatorTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/objectsize/ObjectSizeCalculatorTest.java b/commons/src/test/java/com/twitter/common/objectsize/ObjectSizeCalculatorTest.java index cf64a9b..9f1c22d 100644 --- a/commons/src/test/java/com/twitter/common/objectsize/ObjectSizeCalculatorTest.java +++ b/commons/src/test/java/com/twitter/common/objectsize/ObjectSizeCalculatorTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.objectsize; import org.junit.Before; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/quantity/AmountTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/quantity/AmountTest.java b/commons/src/test/java/com/twitter/common/quantity/AmountTest.java index 3e1430b..a7ff4cd 100644 --- a/commons/src/test/java/com/twitter/common/quantity/AmountTest.java +++ b/commons/src/test/java/com/twitter/common/quantity/AmountTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.quantity; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/ApproximateHistogramTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/ApproximateHistogramTest.java b/commons/src/test/java/com/twitter/common/stats/ApproximateHistogramTest.java index 9eecceb..58d42d8 100644 --- a/commons/src/test/java/com/twitter/common/stats/ApproximateHistogramTest.java +++ b/commons/src/test/java/com/twitter/common/stats/ApproximateHistogramTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.stats; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/ElapsedTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/ElapsedTest.java b/commons/src/test/java/com/twitter/common/stats/ElapsedTest.java index 3a7ec34..b93914c 100644 --- a/commons/src/test/java/com/twitter/common/stats/ElapsedTest.java +++ b/commons/src/test/java/com/twitter/common/stats/ElapsedTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.stats; import org.junit.Before; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/EntropyTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/EntropyTest.java b/commons/src/test/java/com/twitter/common/stats/EntropyTest.java index 43c04c5..06d78f2 100644 --- a/commons/src/test/java/com/twitter/common/stats/EntropyTest.java +++ b/commons/src/test/java/com/twitter/common/stats/EntropyTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/MergedHistogramTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/MergedHistogramTest.java b/commons/src/test/java/com/twitter/common/stats/MergedHistogramTest.java index 96b5988..1fef1bc 100644 --- a/commons/src/test/java/com/twitter/common/stats/MergedHistogramTest.java +++ b/commons/src/test/java/com/twitter/common/stats/MergedHistogramTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2013 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/MovingAverageTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/MovingAverageTest.java b/commons/src/test/java/com/twitter/common/stats/MovingAverageTest.java index 8791820..5862ac9 100644 --- a/commons/src/test/java/com/twitter/common/stats/MovingAverageTest.java +++ b/commons/src/test/java/com/twitter/common/stats/MovingAverageTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import java.util.List; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/MovingWindowDeltaTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/MovingWindowDeltaTest.java b/commons/src/test/java/com/twitter/common/stats/MovingWindowDeltaTest.java index 1cb6cbb..825f743 100644 --- a/commons/src/test/java/com/twitter/common/stats/MovingWindowDeltaTest.java +++ b/commons/src/test/java/com/twitter/common/stats/MovingWindowDeltaTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/NumericStatExporterTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/NumericStatExporterTest.java b/commons/src/test/java/com/twitter/common/stats/NumericStatExporterTest.java index 3fc2557..81d3331 100644 --- a/commons/src/test/java/com/twitter/common/stats/NumericStatExporterTest.java +++ b/commons/src/test/java/com/twitter/common/stats/NumericStatExporterTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2012 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import java.util.Map; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/PercentileTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/PercentileTest.java b/commons/src/test/java/com/twitter/common/stats/PercentileTest.java index e3b7efe..5c2da78 100644 --- a/commons/src/test/java/com/twitter/common/stats/PercentileTest.java +++ b/commons/src/test/java/com/twitter/common/stats/PercentileTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/PipelineStatsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/PipelineStatsTest.java b/commons/src/test/java/com/twitter/common/stats/PipelineStatsTest.java index 9656119..db58a4b 100644 --- a/commons/src/test/java/com/twitter/common/stats/PipelineStatsTest.java +++ b/commons/src/test/java/com/twitter/common/stats/PipelineStatsTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.collect.Sets; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/PrintableHistogramTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/PrintableHistogramTest.java b/commons/src/test/java/com/twitter/common/stats/PrintableHistogramTest.java index b1c024d..8591f37 100644 --- a/commons/src/test/java/com/twitter/common/stats/PrintableHistogramTest.java +++ b/commons/src/test/java/com/twitter/common/stats/PrintableHistogramTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import junit.framework.TestCase; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/RateTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/RateTest.java b/commons/src/test/java/com/twitter/common/stats/RateTest.java index 9c5058a..b0e28b0 100644 --- a/commons/src/test/java/com/twitter/common/stats/RateTest.java +++ b/commons/src/test/java/com/twitter/common/stats/RateTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.twitter.common.base.Supplier; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/ReservoirSamplerTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/ReservoirSamplerTest.java b/commons/src/test/java/com/twitter/common/stats/ReservoirSamplerTest.java index d2e1f8c..6b93849 100644 --- a/commons/src/test/java/com/twitter/common/stats/ReservoirSamplerTest.java +++ b/commons/src/test/java/com/twitter/common/stats/ReservoirSamplerTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.stats; import java.util.List; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/StatisticsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/StatisticsTest.java b/commons/src/test/java/com/twitter/common/stats/StatisticsTest.java index 0f6adf5..73b47f4 100644 --- a/commons/src/test/java/com/twitter/common/stats/StatisticsTest.java +++ b/commons/src/test/java/com/twitter/common/stats/StatisticsTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/StatsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/StatsTest.java b/commons/src/test/java/com/twitter/common/stats/StatsTest.java index 4cf7bab..a9c1543 100644 --- a/commons/src/test/java/com/twitter/common/stats/StatsTest.java +++ b/commons/src/test/java/com/twitter/common/stats/StatsTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import org.junit.After; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/TimeSeriesRepositoryImplTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/TimeSeriesRepositoryImplTest.java b/commons/src/test/java/com/twitter/common/stats/TimeSeriesRepositoryImplTest.java index 56e0bdf..734cdca 100644 --- a/commons/src/test/java/com/twitter/common/stats/TimeSeriesRepositoryImplTest.java +++ b/commons/src/test/java/com/twitter/common/stats/TimeSeriesRepositoryImplTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.collect.ImmutableList; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/WindowedHistogramTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/WindowedHistogramTest.java b/commons/src/test/java/com/twitter/common/stats/WindowedHistogramTest.java index 45faf5d..ad3a726 100644 --- a/commons/src/test/java/com/twitter/common/stats/WindowedHistogramTest.java +++ b/commons/src/test/java/com/twitter/common/stats/WindowedHistogramTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2013 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import java.util.List; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/WindowedStatsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/WindowedStatsTest.java b/commons/src/test/java/com/twitter/common/stats/WindowedStatsTest.java index ed821ea..2bbcae7 100644 --- a/commons/src/test/java/com/twitter/common/stats/WindowedStatsTest.java +++ b/commons/src/test/java/com/twitter/common/stats/WindowedStatsTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.stats; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/stats/WindowedTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/stats/WindowedTest.java b/commons/src/test/java/com/twitter/common/stats/WindowedTest.java index 17526ea..f10ef52 100644 --- a/commons/src/test/java/com/twitter/common/stats/WindowedTest.java +++ b/commons/src/test/java/com/twitter/common/stats/WindowedTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2013 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.stats; import com.google.common.base.Function; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/testing/TearDownRegistryTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/testing/TearDownRegistryTest.java b/commons/src/test/java/com/twitter/common/testing/TearDownRegistryTest.java index 56630fa..f79a547 100644 --- a/commons/src/test/java/com/twitter/common/testing/TearDownRegistryTest.java +++ b/commons/src/test/java/com/twitter/common/testing/TearDownRegistryTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.testing; import java.util.concurrent.atomic.AtomicBoolean; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/testing/easymock/EasyMockTestTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/testing/easymock/EasyMockTestTest.java b/commons/src/test/java/com/twitter/common/testing/easymock/EasyMockTestTest.java index 8546935..b72109d 100644 --- a/commons/src/test/java/com/twitter/common/testing/easymock/EasyMockTestTest.java +++ b/commons/src/test/java/com/twitter/common/testing/easymock/EasyMockTestTest.java @@ -1,19 +1,16 @@ -// ================================================================================================= -// Copyright 2011 Twitter, Inc. -// ------------------------------------------------------------------------------------------------- -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this work except in compliance with the License. -// You may obtain a copy of the License in the LICENSE file, or 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. -// ================================================================================================= - +/** + * 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 com.twitter.common.testing.easymock; import java.util.List; http://git-wip-us.apache.org/repos/asf/aurora/blob/f58cbf93/commons/src/test/java/com/twitter/common/testing/easymock/IterableEqualsTest.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/com/twitter/common/testing/easymock/IterableEqualsTest.java b/commons/src/test/java/com/twitter/common/testing/easymock/IterableEqualsTest.java index 07a5aa9..f364ed2 100644 --- a/commons/src/test/java/com/twitter/common/testing/easymock/IterableEqualsTest.java +++ b/commons/src/test/java/com/twitter/common/testing/easymock/IterableEqualsTest.java @@ -1,3 +1,16 @@ +/** + * 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 com.twitter.common.testing.easymock; import java.util.Collection;
