diff --git a/src/main/java/org/eclipse/jetty/spdy/CompressionFactory.java b/src/main/java/org/eclipse/jetty/spdy/CompressionFactory.java index 3bb4ca106f4..f81a5b3f491 100644 --- a/src/main/java/org/eclipse/jetty/spdy/CompressionFactory.java +++ b/src/main/java/org/eclipse/jetty/spdy/CompressionFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.util.zip.ZipException; diff --git a/src/main/java/org/eclipse/jetty/spdy/ISession.java b/src/main/java/org/eclipse/jetty/spdy/ISession.java index 8cabca743ad..43151fb6d08 100644 --- a/src/main/java/org/eclipse/jetty/spdy/ISession.java +++ b/src/main/java/org/eclipse/jetty/spdy/ISession.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/IStream.java b/src/main/java/org/eclipse/jetty/spdy/IStream.java index aa54f6e296f..975583ce332 100644 --- a/src/main/java/org/eclipse/jetty/spdy/IStream.java +++ b/src/main/java/org/eclipse/jetty/spdy/IStream.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/SessionException.java b/src/main/java/org/eclipse/jetty/spdy/SessionException.java index e2529fd002b..49fd90383ff 100644 --- a/src/main/java/org/eclipse/jetty/spdy/SessionException.java +++ b/src/main/java/org/eclipse/jetty/spdy/SessionException.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import org.eclipse.jetty.spdy.api.SessionStatus; diff --git a/src/main/java/org/eclipse/jetty/spdy/StandardCompressionFactory.java b/src/main/java/org/eclipse/jetty/spdy/StandardCompressionFactory.java index 8a85c92545e..f0a7eebbdff 100644 --- a/src/main/java/org/eclipse/jetty/spdy/StandardCompressionFactory.java +++ b/src/main/java/org/eclipse/jetty/spdy/StandardCompressionFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.util.zip.DataFormatException; diff --git a/src/main/java/org/eclipse/jetty/spdy/StandardSession.java b/src/main/java/org/eclipse/jetty/spdy/StandardSession.java index bc96f90c69c..e9660f9a379 100644 --- a/src/main/java/org/eclipse/jetty/spdy/StandardSession.java +++ b/src/main/java/org/eclipse/jetty/spdy/StandardSession.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/StandardStream.java b/src/main/java/org/eclipse/jetty/spdy/StandardStream.java index 8f4c1907cef..331042d1afa 100644 --- a/src/main/java/org/eclipse/jetty/spdy/StandardStream.java +++ b/src/main/java/org/eclipse/jetty/spdy/StandardStream.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/StreamException.java b/src/main/java/org/eclipse/jetty/spdy/StreamException.java index 04cf76403ed..71feefbd201 100644 --- a/src/main/java/org/eclipse/jetty/spdy/StreamException.java +++ b/src/main/java/org/eclipse/jetty/spdy/StreamException.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import org.eclipse.jetty.spdy.api.StreamStatus; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/ByteBufferDataInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/ByteBufferDataInfo.java index f915154711d..9b4132e3d1a 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/ByteBufferDataInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/ByteBufferDataInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/BytesDataInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/BytesDataInfo.java index 6925a1c0e16..7bd65e188ac 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/BytesDataInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/BytesDataInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/DataInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/DataInfo.java index d633f0e95cb..e1f14de2cc8 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/DataInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/DataInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/GoAwayInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/GoAwayInfo.java index f4af158e42f..41a866b0e39 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/GoAwayInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/GoAwayInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class GoAwayInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/Headers.java b/src/main/java/org/eclipse/jetty/spdy/api/Headers.java index 23a441beb0c..032c8fad50a 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/Headers.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/Headers.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.Arrays; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/HeadersInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/HeadersInfo.java index 7d9370284ca..3022beb6dc2 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/HeadersInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/HeadersInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class HeadersInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/PingInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/PingInfo.java index fcd1f57e1b4..fd5a4a29cb2 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/PingInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/PingInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class PingInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/ReplyInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/ReplyInfo.java index c270104f976..6b382d3c909 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/ReplyInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/ReplyInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class ReplyInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/RstInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/RstInfo.java index 91b04a8f6b3..f8b88bf3a22 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/RstInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/RstInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class RstInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/SPDYException.java b/src/main/java/org/eclipse/jetty/spdy/api/SPDYException.java index 8293a331f29..4fcc2a55929 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/SPDYException.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/SPDYException.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; /** diff --git a/src/main/java/org/eclipse/jetty/spdy/api/Session.java b/src/main/java/org/eclipse/jetty/spdy/api/Session.java index dfada2499e4..b041a889bca 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/Session.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/Session.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.EventListener; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/SessionStatus.java b/src/main/java/org/eclipse/jetty/spdy/api/SessionStatus.java index 36122107272..13a6927ede7 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/SessionStatus.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/SessionStatus.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.HashMap; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/SettingsInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/SettingsInfo.java index abcc55d8fd5..e97ec868f46 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/SettingsInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/SettingsInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.Map; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/Stream.java b/src/main/java/org/eclipse/jetty/spdy/api/Stream.java index e4b009c7059..d8b0a9fbdf9 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/Stream.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/Stream.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.EventListener; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/StreamStatus.java b/src/main/java/org/eclipse/jetty/spdy/api/StreamStatus.java index cca7b728bcc..b0bed9bf528 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/StreamStatus.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/StreamStatus.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.util.HashMap; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/StringDataInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/StringDataInfo.java index fed9e15620a..3b89f7874a0 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/StringDataInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/StringDataInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/api/SynInfo.java b/src/main/java/org/eclipse/jetty/spdy/api/SynInfo.java index 344037d132c..c69dd25af3b 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/SynInfo.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/SynInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; public class SynInfo diff --git a/src/main/java/org/eclipse/jetty/spdy/api/server/ServerSessionFrameListener.java b/src/main/java/org/eclipse/jetty/spdy/api/server/ServerSessionFrameListener.java index 9016456c7f7..f2e0f07cbea 100644 --- a/src/main/java/org/eclipse/jetty/spdy/api/server/ServerSessionFrameListener.java +++ b/src/main/java/org/eclipse/jetty/spdy/api/server/ServerSessionFrameListener.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api.server; import org.eclipse.jetty.spdy.api.Session; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrame.java index d9446eddb4c..24bbcad6358 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; public abstract class ControlFrame diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrameType.java b/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrameType.java index d92718e742d..364cb9f0ee7 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrameType.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/ControlFrameType.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.util.HashMap; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/DataFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/DataFrame.java index 850a643fb6e..c510b0afc21 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/DataFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/DataFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.DataInfo; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/GoAwayFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/GoAwayFrame.java index c779af9d94c..f6d07558016 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/GoAwayFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/GoAwayFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.SessionStatus; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/HeadersFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/HeadersFrame.java index cb1bea18956..3c2821c0715 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/HeadersFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/HeadersFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.Headers; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/NoOpFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/NoOpFrame.java index 9a920cf3608..236ad28e50b 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/NoOpFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/NoOpFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; public class NoOpFrame extends ControlFrame diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/PingFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/PingFrame.java index 5f4d8b3e01b..f16f81f128c 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/PingFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/PingFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; public class PingFrame extends ControlFrame diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/RstStreamFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/RstStreamFrame.java index 1cc6eb1d8a3..176e2ae9d66 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/RstStreamFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/RstStreamFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.StreamStatus; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/SettingsFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/SettingsFrame.java index 288d55ac7cd..a204b869623 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/SettingsFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/SettingsFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.util.Map; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/SynReplyFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/SynReplyFrame.java index bc592d0701c..454baf3a5c5 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/SynReplyFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/SynReplyFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.Headers; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/SynStreamFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/SynStreamFrame.java index f32395f427b..071138265ee 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/SynStreamFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/SynStreamFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import org.eclipse.jetty.spdy.api.Headers; diff --git a/src/main/java/org/eclipse/jetty/spdy/frames/WindowUpdateFrame.java b/src/main/java/org/eclipse/jetty/spdy/frames/WindowUpdateFrame.java index b5f4979f6cf..e7fe9c6123f 100644 --- a/src/main/java/org/eclipse/jetty/spdy/frames/WindowUpdateFrame.java +++ b/src/main/java/org/eclipse/jetty/spdy/frames/WindowUpdateFrame.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; public class WindowUpdateFrame extends ControlFrame diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/ControlFrameGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/ControlFrameGenerator.java index 9fc0f326c8e..2bf75370f02 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/ControlFrameGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/ControlFrameGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/DataFrameGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/DataFrameGenerator.java index f230d7c383f..89a4d6bc15b 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/DataFrameGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/DataFrameGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/Generator.java b/src/main/java/org/eclipse/jetty/spdy/generator/Generator.java index c1cd3b10275..f81d793d42a 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/Generator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/Generator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/GoAwayGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/GoAwayGenerator.java index e16867c97ec..1bc1e370023 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/GoAwayGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/GoAwayGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/HeadersBlockGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/HeadersBlockGenerator.java index 99443ad1c77..290554bb0e4 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/HeadersBlockGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/HeadersBlockGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/HeadersGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/HeadersGenerator.java index 031842a161a..921567ad3e2 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/HeadersGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/HeadersGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/NoOpGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/NoOpGenerator.java index 60734c33277..623163c7b0d 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/NoOpGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/NoOpGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/PingGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/PingGenerator.java index d9e40050902..04db4ac424e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/PingGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/PingGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/RstStreamGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/RstStreamGenerator.java index 5d8014ebd30..d13c8ec0c8a 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/RstStreamGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/RstStreamGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/SettingsGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/SettingsGenerator.java index fb2f7d9477c..bf017d256c2 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/SettingsGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/SettingsGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/SynReplyGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/SynReplyGenerator.java index 209ab8b0af7..aeba202b5b3 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/SynReplyGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/SynReplyGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/SynStreamGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/SynStreamGenerator.java index 55a233d363c..dc4ce31ef6c 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/SynStreamGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/SynStreamGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/generator/WindowUpdateGenerator.java b/src/main/java/org/eclipse/jetty/spdy/generator/WindowUpdateGenerator.java index e94f12e6ea4..a8a7b358ed9 100644 --- a/src/main/java/org/eclipse/jetty/spdy/generator/WindowUpdateGenerator.java +++ b/src/main/java/org/eclipse/jetty/spdy/generator/WindowUpdateGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.generator; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/nio/AsyncConnectionFactory.java b/src/main/java/org/eclipse/jetty/spdy/nio/AsyncConnectionFactory.java index 743a97c30ca..fcc42d22b2e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/nio/AsyncConnectionFactory.java +++ b/src/main/java/org/eclipse/jetty/spdy/nio/AsyncConnectionFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.nio; import java.nio.channels.SocketChannel; diff --git a/src/main/java/org/eclipse/jetty/spdy/nio/AsyncSPDYConnection.java b/src/main/java/org/eclipse/jetty/spdy/nio/AsyncSPDYConnection.java index e026580910c..b92f01f889d 100644 --- a/src/main/java/org/eclipse/jetty/spdy/nio/AsyncSPDYConnection.java +++ b/src/main/java/org/eclipse/jetty/spdy/nio/AsyncSPDYConnection.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.nio; import java.io.IOException; diff --git a/src/main/java/org/eclipse/jetty/spdy/nio/NoProtocolConnection.java b/src/main/java/org/eclipse/jetty/spdy/nio/NoProtocolConnection.java index a72f2744ec1..354c23389b6 100644 --- a/src/main/java/org/eclipse/jetty/spdy/nio/NoProtocolConnection.java +++ b/src/main/java/org/eclipse/jetty/spdy/nio/NoProtocolConnection.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.nio; import java.io.IOException; diff --git a/src/main/java/org/eclipse/jetty/spdy/nio/SPDYClient.java b/src/main/java/org/eclipse/jetty/spdy/nio/SPDYClient.java index aac0f014f7c..0382fcdf337 100644 --- a/src/main/java/org/eclipse/jetty/spdy/nio/SPDYClient.java +++ b/src/main/java/org/eclipse/jetty/spdy/nio/SPDYClient.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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. + */ + /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/src/main/java/org/eclipse/jetty/spdy/nio/SPDYServerConnector.java b/src/main/java/org/eclipse/jetty/spdy/nio/SPDYServerConnector.java index 0c5ece333d8..bf6207a0c74 100644 --- a/src/main/java/org/eclipse/jetty/spdy/nio/SPDYServerConnector.java +++ b/src/main/java/org/eclipse/jetty/spdy/nio/SPDYServerConnector.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.nio; import java.io.IOException; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameBodyParser.java index da83d82e5da..8b592e72386 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameParser.java index bc1429bca19..57d41e8d2db 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/ControlFrameParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/DataFrameParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/DataFrameParser.java index f7eb906c948..477b536a85e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/DataFrameParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/DataFrameParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/GoAwayBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/GoAwayBodyParser.java index fac4879924f..cdc1dc12990 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/GoAwayBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/GoAwayBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBlockParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBlockParser.java index 8cf262a98d9..cd22b38f023 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBlockParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBlockParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBodyParser.java index 2717098930b..450382a878e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/HeadersBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/NoOpBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/NoOpBodyParser.java index 1beb4c86f99..f21c3331e5e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/NoOpBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/NoOpBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/Parser.java b/src/main/java/org/eclipse/jetty/spdy/parser/Parser.java index 1d4acdff9ea..6da585a8cce 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/Parser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/Parser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/PingBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/PingBodyParser.java index 2d3b369dfd5..2d850f33653 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/PingBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/PingBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/RstStreamBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/RstStreamBodyParser.java index ff1874d7eed..66cb9983c96 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/RstStreamBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/RstStreamBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/SettingsBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/SettingsBodyParser.java index 9a7a122f070..e18dd3f185e 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/SettingsBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/SettingsBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/SynReplyBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/SynReplyBodyParser.java index 0eaae0bbd2d..315dc17b099 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/SynReplyBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/SynReplyBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/SynStreamBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/SynStreamBodyParser.java index 4505ee1a77b..6e222814a78 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/SynStreamBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/SynStreamBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/UnknownControlFrameBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/UnknownControlFrameBodyParser.java index 3d3640a86c5..129fa2353d3 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/UnknownControlFrameBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/UnknownControlFrameBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/main/java/org/eclipse/jetty/spdy/parser/WindowUpdateBodyParser.java b/src/main/java/org/eclipse/jetty/spdy/parser/WindowUpdateBodyParser.java index 80040a75218..4a1883f9e61 100644 --- a/src/main/java/org/eclipse/jetty/spdy/parser/WindowUpdateBodyParser.java +++ b/src/main/java/org/eclipse/jetty/spdy/parser/WindowUpdateBodyParser.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYConcurrentSynDataReplyDataTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYConcurrentSynDataReplyDataTest.java index db4a2fd6484..5fa226820a1 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYConcurrentSynDataReplyDataTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYConcurrentSynDataReplyDataTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYGoAwayTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYGoAwayTest.java index e44a82415de..fe6dca5685a 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYGoAwayTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYGoAwayTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.nio.channels.ClosedChannelException; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYHeadersTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYHeadersTest.java index ce3e7d43754..41ff754a119 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYHeadersTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYHeadersTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.util.concurrent.CountDownLatch; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYPingTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYPingTest.java index 2503d4e7b19..7984ddc9516 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYPingTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYPingTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.util.concurrent.CountDownLatch; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYSettingsTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYSettingsTest.java index b67d9c3e1c2..b7cbcc0fd4c 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYSettingsTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYSettingsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.util.HashMap; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYSynReplyTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYSynReplyTest.java index a3408827a6e..65df6d5680d 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYSynReplyTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYSynReplyTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.io.ByteArrayOutputStream; diff --git a/src/test/java/org/eclipse/jetty/spdy/SPDYTest.java b/src/test/java/org/eclipse/jetty/spdy/SPDYTest.java index 2efce066db1..8ea0035117c 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SPDYTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SPDYTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import java.net.InetSocketAddress; diff --git a/src/test/java/org/eclipse/jetty/spdy/SSLSPDYSynReplyTest.java b/src/test/java/org/eclipse/jetty/spdy/SSLSPDYSynReplyTest.java index 12cc8304d20..6134c9c3bcf 100644 --- a/src/test/java/org/eclipse/jetty/spdy/SSLSPDYSynReplyTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/SSLSPDYSynReplyTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy; import org.eclipse.jetty.npn.NextProtoNego; diff --git a/src/test/java/org/eclipse/jetty/spdy/api/ClientUsageTest.java b/src/test/java/org/eclipse/jetty/spdy/api/ClientUsageTest.java index 83d5ad2c7bc..996db52951d 100644 --- a/src/test/java/org/eclipse/jetty/spdy/api/ClientUsageTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/api/ClientUsageTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import java.nio.charset.Charset; diff --git a/src/test/java/org/eclipse/jetty/spdy/api/ServerUsageTest.java b/src/test/java/org/eclipse/jetty/spdy/api/ServerUsageTest.java index e98cd7a752d..779fe9e1c60 100644 --- a/src/test/java/org/eclipse/jetty/spdy/api/ServerUsageTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/api/ServerUsageTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.api; import org.eclipse.jetty.spdy.api.server.ServerSessionFrameListener; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/GoAwayGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/GoAwayGenerateParseTest.java index d863ca9ebf9..bbe0de81ce6 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/GoAwayGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/GoAwayGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/HeadersGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/HeadersGenerateParseTest.java index a1a9d973900..058de04fa4b 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/HeadersGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/HeadersGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/NoOpGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/NoOpGenerateParseTest.java index fc580545921..e368c660dc2 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/NoOpGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/NoOpGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/PingGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/PingGenerateParseTest.java index 002dd79f61a..ef2ab883381 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/PingGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/PingGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/RstStreamGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/RstStreamGenerateParseTest.java index 27f7ed7859e..d8b35d6e3b1 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/RstStreamGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/RstStreamGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/SettingsGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/SettingsGenerateParseTest.java index 96afd09813e..c603a7b84ce 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/SettingsGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/SettingsGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/SynReplyGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/SynReplyGenerateParseTest.java index 2681226871c..4bcfab0fb16 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/SynReplyGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/SynReplyGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/SynStreamGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/SynStreamGenerateParseTest.java index fda00176a34..e299fe821d9 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/SynStreamGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/SynStreamGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/TestSPDYParserListener.java b/src/test/java/org/eclipse/jetty/spdy/frames/TestSPDYParserListener.java index 8aa8bd38203..074eebc39f2 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/TestSPDYParserListener.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/TestSPDYParserListener.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/frames/WindowUpdateGenerateParseTest.java b/src/test/java/org/eclipse/jetty/spdy/frames/WindowUpdateGenerateParseTest.java index cd6cc58fa8b..65ef0837af7 100644 --- a/src/test/java/org/eclipse/jetty/spdy/frames/WindowUpdateGenerateParseTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/frames/WindowUpdateGenerateParseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.frames; import java.nio.ByteBuffer; diff --git a/src/test/java/org/eclipse/jetty/spdy/parser/ParserTest.java b/src/test/java/org/eclipse/jetty/spdy/parser/ParserTest.java index 6f83eb244e9..8e0f3583403 100644 --- a/src/test/java/org/eclipse/jetty/spdy/parser/ParserTest.java +++ b/src/test/java/org/eclipse/jetty/spdy/parser/ParserTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2012 the original author or authors. + * + * 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.eclipse.jetty.spdy.parser; import java.nio.ByteBuffer;