diff --git a/LICENSE b/LICENSE index e06d208..8d50b18 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ Apache 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 + https://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, diff --git a/pom.xml b/pom.xml index c6b3b87..9b4d66c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 com.twitter netty-http2 0.17.12-SNAPSHOT HTTP/2 - http://github.com/twitter/netty-http2 + https://github.com/twitter/netty-http2 HTTP/2 for Netty @@ -17,7 +17,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/src/main/java/com/twitter/http2/DefaultHttpDataFrame.java b/src/main/java/com/twitter/http2/DefaultHttpDataFrame.java index 2a49ad8..39a6c41 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpDataFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpDataFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpGoAwayFrame.java b/src/main/java/com/twitter/http2/DefaultHttpGoAwayFrame.java index 3f6e774..d417258 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpGoAwayFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpGoAwayFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpHeaderBlockFrame.java b/src/main/java/com/twitter/http2/DefaultHttpHeaderBlockFrame.java index 178b735..8979c57 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpHeaderBlockFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpHeaderBlockFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpHeadersFrame.java b/src/main/java/com/twitter/http2/DefaultHttpHeadersFrame.java index 302dbda..cb02e20 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpHeadersFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpHeadersFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpPingFrame.java b/src/main/java/com/twitter/http2/DefaultHttpPingFrame.java index a6fcacf..dca2e2c 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpPingFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpPingFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpPriorityFrame.java b/src/main/java/com/twitter/http2/DefaultHttpPriorityFrame.java index be8c869..2c5f4dc 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpPriorityFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpPriorityFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpPushPromiseFrame.java b/src/main/java/com/twitter/http2/DefaultHttpPushPromiseFrame.java index ca41bf7..cfbd546 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpPushPromiseFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpPushPromiseFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpRstStreamFrame.java b/src/main/java/com/twitter/http2/DefaultHttpRstStreamFrame.java index ca6b625..37cb8a0 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpRstStreamFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpRstStreamFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpSettingsFrame.java b/src/main/java/com/twitter/http2/DefaultHttpSettingsFrame.java index 248c660..0f68bed 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpSettingsFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpSettingsFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpStreamFrame.java b/src/main/java/com/twitter/http2/DefaultHttpStreamFrame.java index 33cbb64..4d57221 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpStreamFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpStreamFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/DefaultHttpWindowUpdateFrame.java b/src/main/java/com/twitter/http2/DefaultHttpWindowUpdateFrame.java index 78aad5e..1bbe6d6 100644 --- a/src/main/java/com/twitter/http2/DefaultHttpWindowUpdateFrame.java +++ b/src/main/java/com/twitter/http2/DefaultHttpWindowUpdateFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpCodecUtil.java b/src/main/java/com/twitter/http2/HttpCodecUtil.java index e7aa39f..5180d60 100644 --- a/src/main/java/com/twitter/http2/HttpCodecUtil.java +++ b/src/main/java/com/twitter/http2/HttpCodecUtil.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpConnection.java b/src/main/java/com/twitter/http2/HttpConnection.java index 91f6518..6bcf1bd 100644 --- a/src/main/java/com/twitter/http2/HttpConnection.java +++ b/src/main/java/com/twitter/http2/HttpConnection.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpConnectionHandler.java b/src/main/java/com/twitter/http2/HttpConnectionHandler.java index 745d530..a32bdd3 100644 --- a/src/main/java/com/twitter/http2/HttpConnectionHandler.java +++ b/src/main/java/com/twitter/http2/HttpConnectionHandler.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpDataFrame.java b/src/main/java/com/twitter/http2/HttpDataFrame.java index df34665..d2cb7f5 100644 --- a/src/main/java/com/twitter/http2/HttpDataFrame.java +++ b/src/main/java/com/twitter/http2/HttpDataFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpErrorCode.java b/src/main/java/com/twitter/http2/HttpErrorCode.java index 045904f..fa5d2a3 100644 --- a/src/main/java/com/twitter/http2/HttpErrorCode.java +++ b/src/main/java/com/twitter/http2/HttpErrorCode.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpFrame.java b/src/main/java/com/twitter/http2/HttpFrame.java index 625523b..3d5ac53 100644 --- a/src/main/java/com/twitter/http2/HttpFrame.java +++ b/src/main/java/com/twitter/http2/HttpFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpFrameDecoder.java b/src/main/java/com/twitter/http2/HttpFrameDecoder.java index 952fde5..ac6ad96 100644 --- a/src/main/java/com/twitter/http2/HttpFrameDecoder.java +++ b/src/main/java/com/twitter/http2/HttpFrameDecoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpFrameDecoderDelegate.java b/src/main/java/com/twitter/http2/HttpFrameDecoderDelegate.java index a154559..307dede 100644 --- a/src/main/java/com/twitter/http2/HttpFrameDecoderDelegate.java +++ b/src/main/java/com/twitter/http2/HttpFrameDecoderDelegate.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpFrameEncoder.java b/src/main/java/com/twitter/http2/HttpFrameEncoder.java index 35d234e..593e31a 100644 --- a/src/main/java/com/twitter/http2/HttpFrameEncoder.java +++ b/src/main/java/com/twitter/http2/HttpFrameEncoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpGoAwayFrame.java b/src/main/java/com/twitter/http2/HttpGoAwayFrame.java index 632edf2..f5fcf9c 100644 --- a/src/main/java/com/twitter/http2/HttpGoAwayFrame.java +++ b/src/main/java/com/twitter/http2/HttpGoAwayFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpHeaderBlockDecoder.java b/src/main/java/com/twitter/http2/HttpHeaderBlockDecoder.java index 2e08fbc..96e88fe 100644 --- a/src/main/java/com/twitter/http2/HttpHeaderBlockDecoder.java +++ b/src/main/java/com/twitter/http2/HttpHeaderBlockDecoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpHeaderBlockEncoder.java b/src/main/java/com/twitter/http2/HttpHeaderBlockEncoder.java index 1c22fa6..3d15333 100644 --- a/src/main/java/com/twitter/http2/HttpHeaderBlockEncoder.java +++ b/src/main/java/com/twitter/http2/HttpHeaderBlockEncoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpHeaderBlockFrame.java b/src/main/java/com/twitter/http2/HttpHeaderBlockFrame.java index 8774f03..2de1af6 100644 --- a/src/main/java/com/twitter/http2/HttpHeaderBlockFrame.java +++ b/src/main/java/com/twitter/http2/HttpHeaderBlockFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpHeadersFrame.java b/src/main/java/com/twitter/http2/HttpHeadersFrame.java index d242fa7..4ebf086 100644 --- a/src/main/java/com/twitter/http2/HttpHeadersFrame.java +++ b/src/main/java/com/twitter/http2/HttpHeadersFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpMessageProxy.java b/src/main/java/com/twitter/http2/HttpMessageProxy.java index f3f0748..131dd8e 100644 --- a/src/main/java/com/twitter/http2/HttpMessageProxy.java +++ b/src/main/java/com/twitter/http2/HttpMessageProxy.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpPingFrame.java b/src/main/java/com/twitter/http2/HttpPingFrame.java index 6906593..1053ffe 100644 --- a/src/main/java/com/twitter/http2/HttpPingFrame.java +++ b/src/main/java/com/twitter/http2/HttpPingFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpPriorityFrame.java b/src/main/java/com/twitter/http2/HttpPriorityFrame.java index 70c2990..de73a9e 100644 --- a/src/main/java/com/twitter/http2/HttpPriorityFrame.java +++ b/src/main/java/com/twitter/http2/HttpPriorityFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpProtocolException.java b/src/main/java/com/twitter/http2/HttpProtocolException.java index 738b095..9236de1 100644 --- a/src/main/java/com/twitter/http2/HttpProtocolException.java +++ b/src/main/java/com/twitter/http2/HttpProtocolException.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpPushPromiseFrame.java b/src/main/java/com/twitter/http2/HttpPushPromiseFrame.java index 28a7cd3..8195f62 100644 --- a/src/main/java/com/twitter/http2/HttpPushPromiseFrame.java +++ b/src/main/java/com/twitter/http2/HttpPushPromiseFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpRequestProxy.java b/src/main/java/com/twitter/http2/HttpRequestProxy.java index 1cce323..485c004 100644 --- a/src/main/java/com/twitter/http2/HttpRequestProxy.java +++ b/src/main/java/com/twitter/http2/HttpRequestProxy.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpResponseProxy.java b/src/main/java/com/twitter/http2/HttpResponseProxy.java index 969a6b1..2aa93c4 100644 --- a/src/main/java/com/twitter/http2/HttpResponseProxy.java +++ b/src/main/java/com/twitter/http2/HttpResponseProxy.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpRstStreamFrame.java b/src/main/java/com/twitter/http2/HttpRstStreamFrame.java index a17b139..24a4d19 100644 --- a/src/main/java/com/twitter/http2/HttpRstStreamFrame.java +++ b/src/main/java/com/twitter/http2/HttpRstStreamFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpSettingsFrame.java b/src/main/java/com/twitter/http2/HttpSettingsFrame.java index 2e8e529..aeb4b5a 100644 --- a/src/main/java/com/twitter/http2/HttpSettingsFrame.java +++ b/src/main/java/com/twitter/http2/HttpSettingsFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpStreamDecoder.java b/src/main/java/com/twitter/http2/HttpStreamDecoder.java index c817671..0d5cfac 100644 --- a/src/main/java/com/twitter/http2/HttpStreamDecoder.java +++ b/src/main/java/com/twitter/http2/HttpStreamDecoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpStreamEncoder.java b/src/main/java/com/twitter/http2/HttpStreamEncoder.java index 40fa147..44b9951 100644 --- a/src/main/java/com/twitter/http2/HttpStreamEncoder.java +++ b/src/main/java/com/twitter/http2/HttpStreamEncoder.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpStreamFrame.java b/src/main/java/com/twitter/http2/HttpStreamFrame.java index 5446fbf..a4051dd 100644 --- a/src/main/java/com/twitter/http2/HttpStreamFrame.java +++ b/src/main/java/com/twitter/http2/HttpStreamFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/HttpWindowUpdateFrame.java b/src/main/java/com/twitter/http2/HttpWindowUpdateFrame.java index 1567818..6927781 100644 --- a/src/main/java/com/twitter/http2/HttpWindowUpdateFrame.java +++ b/src/main/java/com/twitter/http2/HttpWindowUpdateFrame.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/Pipe.java b/src/main/java/com/twitter/http2/Pipe.java index c02bf07..da4f0ab 100644 --- a/src/main/java/com/twitter/http2/Pipe.java +++ b/src/main/java/com/twitter/http2/Pipe.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/StreamedHttpMessage.java b/src/main/java/com/twitter/http2/StreamedHttpMessage.java index bba551e..c07f35a 100644 --- a/src/main/java/com/twitter/http2/StreamedHttpMessage.java +++ b/src/main/java/com/twitter/http2/StreamedHttpMessage.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/StreamedHttpRequest.java b/src/main/java/com/twitter/http2/StreamedHttpRequest.java index 5dd6152..c396c5c 100644 --- a/src/main/java/com/twitter/http2/StreamedHttpRequest.java +++ b/src/main/java/com/twitter/http2/StreamedHttpRequest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/main/java/com/twitter/http2/StreamedHttpResponse.java b/src/main/java/com/twitter/http2/StreamedHttpResponse.java index 2387adb..77042cd 100644 --- a/src/main/java/com/twitter/http2/StreamedHttpResponse.java +++ b/src/main/java/com/twitter/http2/StreamedHttpResponse.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/HttpFrameDecoderTest.java b/src/test/java/com/twitter/http2/HttpFrameDecoderTest.java index 2568600..8faeff4 100644 --- a/src/test/java/com/twitter/http2/HttpFrameDecoderTest.java +++ b/src/test/java/com/twitter/http2/HttpFrameDecoderTest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/HttpFrameEncoderTest.java b/src/test/java/com/twitter/http2/HttpFrameEncoderTest.java index 01e08df..de8f7cf 100644 --- a/src/test/java/com/twitter/http2/HttpFrameEncoderTest.java +++ b/src/test/java/com/twitter/http2/HttpFrameEncoderTest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/HttpHeaderCompressionTest.java b/src/test/java/com/twitter/http2/HttpHeaderCompressionTest.java index 5f7e2ac..4681209 100644 --- a/src/test/java/com/twitter/http2/HttpHeaderCompressionTest.java +++ b/src/test/java/com/twitter/http2/HttpHeaderCompressionTest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/HttpRequestProxyTest.java b/src/test/java/com/twitter/http2/HttpRequestProxyTest.java index b1d6bad..08a791b 100644 --- a/src/test/java/com/twitter/http2/HttpRequestProxyTest.java +++ b/src/test/java/com/twitter/http2/HttpRequestProxyTest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/HttpResponseProxyTest.java b/src/test/java/com/twitter/http2/HttpResponseProxyTest.java index ba8a48e..09dcfd3 100644 --- a/src/test/java/com/twitter/http2/HttpResponseProxyTest.java +++ b/src/test/java/com/twitter/http2/HttpResponseProxyTest.java @@ -5,7 +5,7 @@ * 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 + * https://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, diff --git a/src/test/java/com/twitter/http2/PipeTest.java b/src/test/java/com/twitter/http2/PipeTest.java index ee00634..6e4d281 100644 --- a/src/test/java/com/twitter/http2/PipeTest.java +++ b/src/test/java/com/twitter/http2/PipeTest.java @@ -5,7 +5,7 @@ * 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 + * https://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,