diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyDataFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyDataFrame.java index 5dd3bf6a30..db0091ed43 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyDataFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyDataFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.buffer.ChannelBuffer; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.java index 8f2430f2ad..0a22f68a4b 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.util.internal.StringUtil; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeaderBlock.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeaderBlock.java index c51334d2e9..1f613d8dac 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeaderBlock.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeaderBlock.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.List; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.java index ec6d2f1d4d..c3cb2d421b 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyNoOpFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyNoOpFrame.java index 6a0de8db3e..4afc5fc40a 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyNoOpFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyNoOpFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyPingFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyPingFrame.java index 32145c5c0d..de4a68b5c3 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyPingFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyPingFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.util.internal.StringUtil; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.java index 24ee7262c8..8c88462bd0 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.util.internal.StringUtil; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySettingsFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySettingsFrame.java index 0949342405..4ae9735816 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySettingsFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySettingsFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.Map; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.java index e96f02ecb9..d5fa166f2a 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.util.internal.StringUtil; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.java index 827154b941..999ecbcf1a 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.util.internal.StringUtil; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyCodecUtil.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyCodecUtil.java index 7d95c1621d..59e458cf29 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyCodecUtil.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyCodecUtil.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.buffer.ChannelBuffer; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyDataFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyDataFrame.java index f831c4bb0c..c8543fc2f5 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyDataFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyDataFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.buffer.ChannelBuffer; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameCodec.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameCodec.java index ff2371e649..5988074866 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameCodec.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameCodec.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.channel.ChannelDownstreamHandler; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameDecoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameDecoder.java index 6cdc508e14..41e6037bd1 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameDecoder.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.buffer.ChannelBuffer; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameEncoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameEncoder.java index 71e1a82fb8..0d4057e68c 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameEncoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyFrameEncoder.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.nio.ByteOrder; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyGoAwayFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyGoAwayFrame.java index 4b7266a639..328402c7c0 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyGoAwayFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyGoAwayFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaderBlock.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaderBlock.java index c3ec1d7f60..7ad4999834 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaderBlock.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaderBlock.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.List; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaders.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaders.java index 7bfb2684fd..b0d1988116 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaders.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeaders.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.LinkedList; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeadersFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeadersFrame.java index c05db131e2..3666ea6269 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeadersFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHeadersFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpCodec.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpCodec.java index 37722dfc31..d28f8519d5 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpCodec.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpCodec.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.channel.ChannelDownstreamHandler; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpDecoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpDecoder.java index 0ab4dec412..a8944409ff 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpDecoder.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.HashMap; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpEncoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpEncoder.java index c8469ff416..d477505096 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpEncoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpEncoder.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.List; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpHeaders.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpHeaders.java index 730cf749da..803d22e69a 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpHeaders.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyHttpHeaders.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import org.jboss.netty.handler.codec.http.HttpHeaders; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyNoOpFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyNoOpFrame.java index 8855315894..afbc7a5bc9 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyNoOpFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyNoOpFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyPingFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyPingFrame.java index 360807d89c..da75f642d5 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyPingFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyPingFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyProtocolException.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyProtocolException.java index 05ed5bb3d7..e06819e3e7 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyProtocolException.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyProtocolException.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyRstStreamFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyRstStreamFrame.java index b191233e64..62e64e9397 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyRstStreamFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyRstStreamFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySession.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySession.java index 5644732186..45f2bfc6a5 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySession.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySession.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.Map; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandler.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandler.java index 66ce216e82..306f041ec5 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandler.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandler.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.net.SocketAddress; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySettingsFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySettingsFrame.java index 2832ce2216..2c65058328 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySettingsFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySettingsFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.Set; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyStreamStatus.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyStreamStatus.java index f71a8db892..00ed539523 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyStreamStatus.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyStreamStatus.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynReplyFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynReplyFrame.java index ab591f1138..cb0004c6e8 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynReplyFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynReplyFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynStreamFrame.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynStreamFrame.java index 372121f026..417d6ed1fc 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynStreamFrame.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdySynStreamFrame.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; /** diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/package-info.java b/src/main/java/org/jboss/netty/handler/codec/spdy/package-info.java index 9ae76bba7d..8721f4248f 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/package-info.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/package-info.java @@ -13,22 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * 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. - */ - /** * Encoder, decoder, session handler and their related message types for the SPDY protocol. * diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/AbstractSocketSpdyEchoTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/AbstractSocketSpdyEchoTest.java index 454d112f25..8605c958c4 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/AbstractSocketSpdyEchoTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/AbstractSocketSpdyEchoTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import static org.junit.Assert.*; diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/NioNioSocketSpdyEchoTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/NioNioSocketSpdyEchoTest.java index e9590924a6..9671a9120a 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/NioNioSocketSpdyEchoTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/NioNioSocketSpdyEchoTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.concurrent.Executor; diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/NioOioSocketSpdyEchoTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/NioOioSocketSpdyEchoTest.java index b5cb531164..42b3866734 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/NioOioSocketSpdyEchoTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/NioOioSocketSpdyEchoTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.concurrent.Executor; diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/OioNioSocketSpdyEchoTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/OioNioSocketSpdyEchoTest.java index a800266f8c..5ed26ff0f7 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/OioNioSocketSpdyEchoTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/OioNioSocketSpdyEchoTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.concurrent.Executor; diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/OioOioSocketSpdyEchoTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/OioOioSocketSpdyEchoTest.java index 3286256479..44c8dcf5cc 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/OioOioSocketSpdyEchoTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/OioOioSocketSpdyEchoTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.concurrent.Executor; diff --git a/src/test/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandlerTest.java b/src/test/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandlerTest.java index 16fb5fa3de..bc08ce77ec 100644 --- a/src/test/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandlerTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/spdy/SpdySessionHandlerTest.java @@ -13,21 +13,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -/* - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain - * a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.jboss.netty.handler.codec.spdy; import java.util.List;