From e74c898a5511379c0eb58ac08972ba44426f0e43 Mon Sep 17 00:00:00 2001 From: norman Date: Fri, 2 Mar 2012 07:45:01 +0100 Subject: [PATCH] Remove twitter license headers. See #202 --- .../handler/codec/spdy/SpdyJZlibDecoder.java | 15 --------------- .../handler/codec/spdy/SpdyJZlibEncoder.java | 15 --------------- .../netty/handler/codec/spdy/SpdyZlibEncoder.java | 15 --------------- 3 files changed, 45 deletions(-) diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibDecoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibDecoder.java index 73e5359ee8..0e1a3930f3 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibDecoder.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/SpdyJZlibEncoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibEncoder.java index cf764b0337..7ac0f19883 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibEncoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyJZlibEncoder.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.jboss.netty.handler.codec.spdy.SpdyCodecUtil.*; diff --git a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyZlibEncoder.java b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyZlibEncoder.java index b929da3b51..4a57ccc1da 100644 --- a/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyZlibEncoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/spdy/SpdyZlibEncoder.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.zip.Deflater;