diff --git a/.fbfilter.xml b/.fbfilter.xml index 1c4fff72b0..5120b4f0a1 100644 --- a/.fbfilter.xml +++ b/.fbfilter.xml @@ -1,4 +1,19 @@ + diff --git a/pom.xml b/pom.xml index 896657234e..ca48f244da 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,19 @@ + ~ Copyright 2011 The Netty Project + ~ + ~ The Netty Project licenses this file to you 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. + --> 4.0.0 @@ -296,7 +296,6 @@ ${basedir} false - COPYRIGHT.txt LICENSE.txt NOTICE.txt license/*.txt @@ -485,7 +484,6 @@ org.jboss.apiviz.APIviz ${basedir}/lib/apiviz-1.3.1.GA.jar false - ${basedir}/src/javadoc/stylesheet.css ${basedir}/src/javadoc true true @@ -542,7 +540,6 @@ true ${project.build.directory}/xref ${project.build.directory}/api - ${basedir}/src/xref/stylesheet.css ${project.name} Source Xref (${project.version}) ${project.name} Source Xref (${project.version}) diff --git a/src/assembly/default.xml b/src/assembly/default.xml index 4ffabed425..8b931cbc70 100644 --- a/src/assembly/default.xml +++ b/src/assembly/default.xml @@ -1,19 +1,19 @@ + ~ Copyright 2011 The Netty Project + ~ + ~ The Netty Project licenses this file to you 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. + --> dist diff --git a/src/javadoc/overview.html b/src/javadoc/overview.html index a2a39dae9a..2400b25973 100644 --- a/src/javadoc/overview.html +++ b/src/javadoc/overview.html @@ -1,18 +1,18 @@ + ~ Copyright 2011 The Netty Project + ~ + ~ The Netty Project licenses this file to you 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. + --> The Netty Project API Reference diff --git a/src/javadoc/resources/bkg_blkheader.png b/src/javadoc/resources/bkg_blkheader.png deleted file mode 100644 index 6bf1478636..0000000000 Binary files a/src/javadoc/resources/bkg_blkheader.png and /dev/null differ diff --git a/src/javadoc/resources/bkg_gradient.gif b/src/javadoc/resources/bkg_gradient.gif deleted file mode 100644 index e67f720dc6..0000000000 Binary files a/src/javadoc/resources/bkg_gradient.gif and /dev/null differ diff --git a/src/javadoc/resources/bkgheader.png b/src/javadoc/resources/bkgheader.png deleted file mode 100644 index 87ddf82196..0000000000 Binary files a/src/javadoc/resources/bkgheader.png and /dev/null differ diff --git a/src/javadoc/resources/h1_hdr.png b/src/javadoc/resources/h1_hdr.png deleted file mode 100644 index 483b8d0f7c..0000000000 Binary files a/src/javadoc/resources/h1_hdr.png and /dev/null differ diff --git a/src/javadoc/stylesheet.css b/src/javadoc/stylesheet.css deleted file mode 100644 index 0f1aa2aeb6..0000000000 --- a/src/javadoc/stylesheet.css +++ /dev/null @@ -1,121 +0,0 @@ -/* - * Copyright 2009 Red Hat, Inc. - * - * Red Hat licenses this file to you 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. - */ - -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { - background-color: #FFFFFF; - background-image:url(resources/bkg_gradient.gif); - background-repeat: repeat-x; - margin:0 auto; - font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif; - font-size:12px; - padding:0em 2em; - color:#333; - - } - -/* Common elements */ - -font { - font-family: inherit; - font-size: inherit; - color: inherit; - font-weight: inherit; } - -hr { - border-top: 1px solid #E6E7E8; - border-bottom: 0 none; -} - -tt, tt *, pre, pre *, code, code * { - font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important; -} -a:link { color:#0066cc; } -a:visited { color:#8b5caf; } -a:hover { color:#6699cc; } - - -/* Headings */ -h1 { - font-size: 145%; - background-image:url(resources/h1_hdr.png); - background-repeat:no-repeat; - border-top:1px dotted #CCCCCC; - line-height:1.2em; - color:#182737; - font-size:2em; - padding:1.5em; - margin-top: 0px; - text-align:left; -} - - -/* Default Table elements and colors */ - -th, table { border-collapse:collapse;border-color: #E6E7E8; } - - -.TableHeadingColor { - background:#000000 url(resources/bkg_blkheader.png) repeat-x scroll left top; - color:#FFFFFF; - font-size:12px; - font-weight:bold; - height:31px; - text-align:left; - padding:1.5em; -} - -.TableHeadingColor th { - padding-left: 10px; -} - - -.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ -.TableRowColor { background: #FFFFFF; border-color: #E6E7E8;} -.TableRowColor td { line-height: 175%; padding-left: 10px;} - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 125%; font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin-top: 1em; display: block; } -.FrameHeadingFont { font-size: 125%; font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold; margin-top: 1em; display: block; } -.FrameItemFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } - -/* Navigation bar fonts and colors */ - -.NavBarCell1 { background-color: #ffffff; - background-image:url(resources/bkgheader.png); - background-repeat: repeat-x scroll left top; - line-height:2em; - padding-left:6px; - padding-right:6px; -} - -.NavBarFont1 { - color: white; -} -.NavBarCell1 a { - color: white; -} - -.NavBarCell1Rev { background-color:#FFFFFF; padding-left:6px; padding-right:6px;} -.NavBarFont1 { color:#FFFFFF;} -.NavBarFont1Rev { color:#243446;} - -.NavBarCell2 { background-color:#FFFFFF;} -.NavBarCell3 { background-color:#FFFFFF;} diff --git a/src/main/java/io/netty/bootstrap/Bootstrap.java b/src/main/java/io/netty/bootstrap/Bootstrap.java index f6d6f3bec7..76d2e82090 100644 --- a/src/main/java/io/netty/bootstrap/Bootstrap.java +++ b/src/main/java/io/netty/bootstrap/Bootstrap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/bootstrap/ClientBootstrap.java b/src/main/java/io/netty/bootstrap/ClientBootstrap.java index 99fdc75b8d..1d90d9a1f9 100644 --- a/src/main/java/io/netty/bootstrap/ClientBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ClientBootstrap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java b/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java index 2436969ac2..cd790cf07d 100644 --- a/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ConnectionlessBootstrap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/bootstrap/ServerBootstrap.java b/src/main/java/io/netty/bootstrap/ServerBootstrap.java index 2b84927e3f..24705e9a50 100644 --- a/src/main/java/io/netty/bootstrap/ServerBootstrap.java +++ b/src/main/java/io/netty/bootstrap/ServerBootstrap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/bootstrap/package-info.java b/src/main/java/io/netty/bootstrap/package-info.java index a8476aa23c..0a788b23e1 100644 --- a/src/main/java/io/netty/bootstrap/package-info.java +++ b/src/main/java/io/netty/bootstrap/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/AbstractChannelBuffer.java b/src/main/java/io/netty/buffer/AbstractChannelBuffer.java index 5c81f04b82..0350163627 100644 --- a/src/main/java/io/netty/buffer/AbstractChannelBuffer.java +++ b/src/main/java/io/netty/buffer/AbstractChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java b/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java index b2df5f0080..8e1803d17a 100644 --- a/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/AbstractChannelBufferFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java b/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java index 33e74bd9c9..4ba94b8609 100644 --- a/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/BigEndianHeapChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java b/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java index 31545015b1..80008af030 100644 --- a/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ByteBufferBackedChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBuffer.java b/src/main/java/io/netty/buffer/ChannelBuffer.java index 47e381dc63..3c06f9a1fa 100644 --- a/src/main/java/io/netty/buffer/ChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBufferFactory.java b/src/main/java/io/netty/buffer/ChannelBufferFactory.java index 59cf07d43a..66dec7b21d 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/ChannelBufferFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java b/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java index 15ab894ac4..923e73e185 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java +++ b/src/main/java/io/netty/buffer/ChannelBufferIndexFinder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBufferInputStream.java b/src/main/java/io/netty/buffer/ChannelBufferInputStream.java index c40e4ad28b..36f0c0183e 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferInputStream.java +++ b/src/main/java/io/netty/buffer/ChannelBufferInputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java b/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java index e8d679d046..676e851bf3 100644 --- a/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java +++ b/src/main/java/io/netty/buffer/ChannelBufferOutputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ChannelBuffers.java b/src/main/java/io/netty/buffer/ChannelBuffers.java index 01ee2a8ffc..fd4df8a3d7 100644 --- a/src/main/java/io/netty/buffer/ChannelBuffers.java +++ b/src/main/java/io/netty/buffer/ChannelBuffers.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/CompositeChannelBuffer.java b/src/main/java/io/netty/buffer/CompositeChannelBuffer.java index 9c926aed00..3fdefca805 100644 --- a/src/main/java/io/netty/buffer/CompositeChannelBuffer.java +++ b/src/main/java/io/netty/buffer/CompositeChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java b/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java index 10cf721bf5..688614f39b 100644 --- a/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/DirectChannelBufferFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java b/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java index 39d6f808df..4429148311 100644 --- a/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/DuplicatedChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/DynamicChannelBuffer.java b/src/main/java/io/netty/buffer/DynamicChannelBuffer.java index b9fb183241..2ea089c46b 100644 --- a/src/main/java/io/netty/buffer/DynamicChannelBuffer.java +++ b/src/main/java/io/netty/buffer/DynamicChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/HeapChannelBuffer.java b/src/main/java/io/netty/buffer/HeapChannelBuffer.java index 9b324d3d05..2157c51237 100644 --- a/src/main/java/io/netty/buffer/HeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/HeapChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java b/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java index 70a50585b4..a8ce0f70d3 100644 --- a/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java +++ b/src/main/java/io/netty/buffer/HeapChannelBufferFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java b/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java index 1275fe450a..5b097337a6 100644 --- a/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java +++ b/src/main/java/io/netty/buffer/LittleEndianHeapChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java b/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java index 639d5b5de7..5c2bd0da0c 100644 --- a/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java +++ b/src/main/java/io/netty/buffer/ReadOnlyChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/SlicedChannelBuffer.java b/src/main/java/io/netty/buffer/SlicedChannelBuffer.java index af98291be8..40c163005d 100644 --- a/src/main/java/io/netty/buffer/SlicedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/SlicedChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java b/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java index c196a73104..998136a1b7 100644 --- a/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/TruncatedChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/WrappedChannelBuffer.java b/src/main/java/io/netty/buffer/WrappedChannelBuffer.java index 86f62fbe1c..fc868dd187 100644 --- a/src/main/java/io/netty/buffer/WrappedChannelBuffer.java +++ b/src/main/java/io/netty/buffer/WrappedChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/buffer/package-info.java b/src/main/java/io/netty/buffer/package-info.java index 2d8f7e6320..a22b97acc6 100644 --- a/src/main/java/io/netty/buffer/package-info.java +++ b/src/main/java/io/netty/buffer/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/AbstractChannel.java b/src/main/java/io/netty/channel/AbstractChannel.java index 7b228b0253..504f817ccb 100644 --- a/src/main/java/io/netty/channel/AbstractChannel.java +++ b/src/main/java/io/netty/channel/AbstractChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/AbstractChannelSink.java b/src/main/java/io/netty/channel/AbstractChannelSink.java index 813da3ba45..a1c27839ff 100644 --- a/src/main/java/io/netty/channel/AbstractChannelSink.java +++ b/src/main/java/io/netty/channel/AbstractChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/AbstractServerChannel.java b/src/main/java/io/netty/channel/AbstractServerChannel.java index cbd9f2fe5b..6714664ce8 100644 --- a/src/main/java/io/netty/channel/AbstractServerChannel.java +++ b/src/main/java/io/netty/channel/AbstractServerChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java index 720da09b4a..7e6665df33 100644 --- a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java index e184fe4a0b..252bcbb3e5 100644 --- a/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/AdaptiveReceiveBufferSizePredictorFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/Channel.java b/src/main/java/io/netty/channel/Channel.java index c764573bf6..b08bc68a40 100644 --- a/src/main/java/io/netty/channel/Channel.java +++ b/src/main/java/io/netty/channel/Channel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelConfig.java b/src/main/java/io/netty/channel/ChannelConfig.java index 5558d5ee19..d63869d2e8 100644 --- a/src/main/java/io/netty/channel/ChannelConfig.java +++ b/src/main/java/io/netty/channel/ChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelDownstreamHandler.java b/src/main/java/io/netty/channel/ChannelDownstreamHandler.java index 924487a4f7..6f652c944d 100644 --- a/src/main/java/io/netty/channel/ChannelDownstreamHandler.java +++ b/src/main/java/io/netty/channel/ChannelDownstreamHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelEvent.java b/src/main/java/io/netty/channel/ChannelEvent.java index 606ea38c6d..f5687ad5d8 100644 --- a/src/main/java/io/netty/channel/ChannelEvent.java +++ b/src/main/java/io/netty/channel/ChannelEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelException.java b/src/main/java/io/netty/channel/ChannelException.java index fbc6441054..c29b07cdd9 100644 --- a/src/main/java/io/netty/channel/ChannelException.java +++ b/src/main/java/io/netty/channel/ChannelException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelFactory.java b/src/main/java/io/netty/channel/ChannelFactory.java index b24add543b..4d2e9bf2d4 100644 --- a/src/main/java/io/netty/channel/ChannelFactory.java +++ b/src/main/java/io/netty/channel/ChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelFuture.java b/src/main/java/io/netty/channel/ChannelFuture.java index 93e342ed79..48baa7b1ff 100644 --- a/src/main/java/io/netty/channel/ChannelFuture.java +++ b/src/main/java/io/netty/channel/ChannelFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelFutureAggregator.java b/src/main/java/io/netty/channel/ChannelFutureAggregator.java index d6169779e1..d0aa0feb24 100644 --- a/src/main/java/io/netty/channel/ChannelFutureAggregator.java +++ b/src/main/java/io/netty/channel/ChannelFutureAggregator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelFutureListener.java b/src/main/java/io/netty/channel/ChannelFutureListener.java index 4d47b2a2bf..26a6d1558b 100644 --- a/src/main/java/io/netty/channel/ChannelFutureListener.java +++ b/src/main/java/io/netty/channel/ChannelFutureListener.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelFutureProgressListener.java b/src/main/java/io/netty/channel/ChannelFutureProgressListener.java index dea50254c2..2a040755e2 100644 --- a/src/main/java/io/netty/channel/ChannelFutureProgressListener.java +++ b/src/main/java/io/netty/channel/ChannelFutureProgressListener.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelHandler.java b/src/main/java/io/netty/channel/ChannelHandler.java index a906cbb5e4..a0f3849920 100644 --- a/src/main/java/io/netty/channel/ChannelHandler.java +++ b/src/main/java/io/netty/channel/ChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelHandlerContext.java b/src/main/java/io/netty/channel/ChannelHandlerContext.java index 05c0b373ee..aa6be8def0 100644 --- a/src/main/java/io/netty/channel/ChannelHandlerContext.java +++ b/src/main/java/io/netty/channel/ChannelHandlerContext.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java b/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java index dc2a99d85f..9bd3b6da53 100644 --- a/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java +++ b/src/main/java/io/netty/channel/ChannelHandlerLifeCycleException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelLocal.java b/src/main/java/io/netty/channel/ChannelLocal.java index 2719df4426..02f0bef3bc 100644 --- a/src/main/java/io/netty/channel/ChannelLocal.java +++ b/src/main/java/io/netty/channel/ChannelLocal.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelPipeline.java b/src/main/java/io/netty/channel/ChannelPipeline.java index 164719cf97..6a222a7a10 100644 --- a/src/main/java/io/netty/channel/ChannelPipeline.java +++ b/src/main/java/io/netty/channel/ChannelPipeline.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelPipelineException.java b/src/main/java/io/netty/channel/ChannelPipelineException.java index 4c6bed7b69..b33c276a74 100644 --- a/src/main/java/io/netty/channel/ChannelPipelineException.java +++ b/src/main/java/io/netty/channel/ChannelPipelineException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelPipelineFactory.java b/src/main/java/io/netty/channel/ChannelPipelineFactory.java index 54a97aa722..c10c225549 100644 --- a/src/main/java/io/netty/channel/ChannelPipelineFactory.java +++ b/src/main/java/io/netty/channel/ChannelPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelSink.java b/src/main/java/io/netty/channel/ChannelSink.java index 9b5615ad1d..86d042e56f 100644 --- a/src/main/java/io/netty/channel/ChannelSink.java +++ b/src/main/java/io/netty/channel/ChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelState.java b/src/main/java/io/netty/channel/ChannelState.java index 33fb2d8cac..3cb428751f 100644 --- a/src/main/java/io/netty/channel/ChannelState.java +++ b/src/main/java/io/netty/channel/ChannelState.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelStateEvent.java b/src/main/java/io/netty/channel/ChannelStateEvent.java index dd52579db2..bf2a5fcab5 100644 --- a/src/main/java/io/netty/channel/ChannelStateEvent.java +++ b/src/main/java/io/netty/channel/ChannelStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChannelUpstreamHandler.java b/src/main/java/io/netty/channel/ChannelUpstreamHandler.java index 000e413456..a17fe80be7 100644 --- a/src/main/java/io/netty/channel/ChannelUpstreamHandler.java +++ b/src/main/java/io/netty/channel/ChannelUpstreamHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/Channels.java b/src/main/java/io/netty/channel/Channels.java index 79d7bdab9e..37d0529aae 100644 --- a/src/main/java/io/netty/channel/Channels.java +++ b/src/main/java/io/netty/channel/Channels.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ChildChannelStateEvent.java b/src/main/java/io/netty/channel/ChildChannelStateEvent.java index f8283ce966..8ea1b0e75f 100644 --- a/src/main/java/io/netty/channel/ChildChannelStateEvent.java +++ b/src/main/java/io/netty/channel/ChildChannelStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/CompleteChannelFuture.java b/src/main/java/io/netty/channel/CompleteChannelFuture.java index ec93fbd151..59971fb768 100644 --- a/src/main/java/io/netty/channel/CompleteChannelFuture.java +++ b/src/main/java/io/netty/channel/CompleteChannelFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultChannelConfig.java b/src/main/java/io/netty/channel/DefaultChannelConfig.java index 143f17c650..470230eb89 100644 --- a/src/main/java/io/netty/channel/DefaultChannelConfig.java +++ b/src/main/java/io/netty/channel/DefaultChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultChannelFuture.java b/src/main/java/io/netty/channel/DefaultChannelFuture.java index 79587b80dc..8153c0f6e8 100644 --- a/src/main/java/io/netty/channel/DefaultChannelFuture.java +++ b/src/main/java/io/netty/channel/DefaultChannelFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultChannelPipeline.java b/src/main/java/io/netty/channel/DefaultChannelPipeline.java index 2da98be866..67fe512195 100644 --- a/src/main/java/io/netty/channel/DefaultChannelPipeline.java +++ b/src/main/java/io/netty/channel/DefaultChannelPipeline.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java b/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java index 145040ae06..963d36d3b5 100644 --- a/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java +++ b/src/main/java/io/netty/channel/DefaultChildChannelStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultExceptionEvent.java b/src/main/java/io/netty/channel/DefaultExceptionEvent.java index c94d6cd0bb..d18383b14a 100644 --- a/src/main/java/io/netty/channel/DefaultExceptionEvent.java +++ b/src/main/java/io/netty/channel/DefaultExceptionEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultFileRegion.java b/src/main/java/io/netty/channel/DefaultFileRegion.java index fce2b50aac..096a944507 100644 --- a/src/main/java/io/netty/channel/DefaultFileRegion.java +++ b/src/main/java/io/netty/channel/DefaultFileRegion.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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 io.netty.channel; import java.io.IOException; diff --git a/src/main/java/io/netty/channel/DefaultServerChannelConfig.java b/src/main/java/io/netty/channel/DefaultServerChannelConfig.java index c75de98786..bafc1df161 100644 --- a/src/main/java/io/netty/channel/DefaultServerChannelConfig.java +++ b/src/main/java/io/netty/channel/DefaultServerChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java b/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java index 6a66d58709..15f4f63f04 100644 --- a/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java +++ b/src/main/java/io/netty/channel/DefaultWriteCompletionEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java b/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java index 7b531093fd..9436bf924d 100644 --- a/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java +++ b/src/main/java/io/netty/channel/DownstreamChannelStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/DownstreamMessageEvent.java b/src/main/java/io/netty/channel/DownstreamMessageEvent.java index d51ac54f01..f5b04a2ab2 100644 --- a/src/main/java/io/netty/channel/DownstreamMessageEvent.java +++ b/src/main/java/io/netty/channel/DownstreamMessageEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ExceptionEvent.java b/src/main/java/io/netty/channel/ExceptionEvent.java index cb91984da7..43c86d6db6 100644 --- a/src/main/java/io/netty/channel/ExceptionEvent.java +++ b/src/main/java/io/netty/channel/ExceptionEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/FailedChannelFuture.java b/src/main/java/io/netty/channel/FailedChannelFuture.java index ddb9d1ae91..1e1f6e2860 100644 --- a/src/main/java/io/netty/channel/FailedChannelFuture.java +++ b/src/main/java/io/netty/channel/FailedChannelFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/FileRegion.java b/src/main/java/io/netty/channel/FileRegion.java index 28eeb53026..eebb4ec516 100644 --- a/src/main/java/io/netty/channel/FileRegion.java +++ b/src/main/java/io/netty/channel/FileRegion.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java index bfc80b76b0..2adbdd7034 100644 --- a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java index f22cdc7cbc..f7bf42f3a0 100644 --- a/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/FixedReceiveBufferSizePredictorFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java b/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java index a07baf2402..44bffc0234 100644 --- a/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java +++ b/src/main/java/io/netty/channel/LifeCycleAwareChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/MessageEvent.java b/src/main/java/io/netty/channel/MessageEvent.java index f1b913e65a..78e212ec72 100644 --- a/src/main/java/io/netty/channel/MessageEvent.java +++ b/src/main/java/io/netty/channel/MessageEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java b/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java index 6fec697f88..f63e5d3e92 100644 --- a/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java +++ b/src/main/java/io/netty/channel/ReceiveBufferSizePredictor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java b/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java index 329aeca797..15261b73e4 100644 --- a/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java +++ b/src/main/java/io/netty/channel/ReceiveBufferSizePredictorFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ServerChannel.java b/src/main/java/io/netty/channel/ServerChannel.java index 095ef037a9..8610c7705e 100644 --- a/src/main/java/io/netty/channel/ServerChannel.java +++ b/src/main/java/io/netty/channel/ServerChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/ServerChannelFactory.java b/src/main/java/io/netty/channel/ServerChannelFactory.java index 833ba8e668..3f8dfd6279 100644 --- a/src/main/java/io/netty/channel/ServerChannelFactory.java +++ b/src/main/java/io/netty/channel/ServerChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java b/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java index 240ff0a6bb..2108c07734 100644 --- a/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelDownstreamHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/SimpleChannelHandler.java b/src/main/java/io/netty/channel/SimpleChannelHandler.java index 299bf9720b..eb72156693 100644 --- a/src/main/java/io/netty/channel/SimpleChannelHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java b/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java index acaebec773..c4b620a412 100644 --- a/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java +++ b/src/main/java/io/netty/channel/SimpleChannelUpstreamHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/StaticChannelPipeline.java b/src/main/java/io/netty/channel/StaticChannelPipeline.java index a36211b669..98d377a177 100644 --- a/src/main/java/io/netty/channel/StaticChannelPipeline.java +++ b/src/main/java/io/netty/channel/StaticChannelPipeline.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/SucceededChannelFuture.java b/src/main/java/io/netty/channel/SucceededChannelFuture.java index b3578d4d01..4f55c3d9c9 100644 --- a/src/main/java/io/netty/channel/SucceededChannelFuture.java +++ b/src/main/java/io/netty/channel/SucceededChannelFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java b/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java index 5bd45b6ab0..b63b42c874 100644 --- a/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java +++ b/src/main/java/io/netty/channel/UpstreamChannelStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/UpstreamMessageEvent.java b/src/main/java/io/netty/channel/UpstreamMessageEvent.java index b534f8a25b..2a55f5e20d 100644 --- a/src/main/java/io/netty/channel/UpstreamMessageEvent.java +++ b/src/main/java/io/netty/channel/UpstreamMessageEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/WriteCompletionEvent.java b/src/main/java/io/netty/channel/WriteCompletionEvent.java index e6c348ea9a..5141171321 100644 --- a/src/main/java/io/netty/channel/WriteCompletionEvent.java +++ b/src/main/java/io/netty/channel/WriteCompletionEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/ChannelGroup.java b/src/main/java/io/netty/channel/group/ChannelGroup.java index 153b78f4a7..b6b51dcac9 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroup.java +++ b/src/main/java/io/netty/channel/group/ChannelGroup.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/ChannelGroupFuture.java b/src/main/java/io/netty/channel/group/ChannelGroupFuture.java index 2cf73a714e..c6c8480b96 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroupFuture.java +++ b/src/main/java/io/netty/channel/group/ChannelGroupFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java b/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java index da4066e59f..3286e3d974 100644 --- a/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java +++ b/src/main/java/io/netty/channel/group/ChannelGroupFutureListener.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/CombinedIterator.java b/src/main/java/io/netty/channel/group/CombinedIterator.java index 33515e2fa4..f7856ac5ed 100644 --- a/src/main/java/io/netty/channel/group/CombinedIterator.java +++ b/src/main/java/io/netty/channel/group/CombinedIterator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/DefaultChannelGroup.java b/src/main/java/io/netty/channel/group/DefaultChannelGroup.java index f99aee0816..d2e502a4ec 100644 --- a/src/main/java/io/netty/channel/group/DefaultChannelGroup.java +++ b/src/main/java/io/netty/channel/group/DefaultChannelGroup.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java b/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java index 178a0c6bba..d9e42aae11 100644 --- a/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java +++ b/src/main/java/io/netty/channel/group/DefaultChannelGroupFuture.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/group/package-info.java b/src/main/java/io/netty/channel/group/package-info.java index 6e3ae83fd9..513a55b9d3 100644 --- a/src/main/java/io/netty/channel/group/package-info.java +++ b/src/main/java/io/netty/channel/group/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/iostream/IOStreamAddress.java b/src/main/java/io/netty/channel/iostream/IOStreamAddress.java index a1f45952c8..a5005a1c79 100755 --- a/src/main/java/io/netty/channel/iostream/IOStreamAddress.java +++ b/src/main/java/io/netty/channel/iostream/IOStreamAddress.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/iostream/IOStreamChannel.java b/src/main/java/io/netty/channel/iostream/IOStreamChannel.java index e8a5017cc2..f38c78ba76 100755 --- a/src/main/java/io/netty/channel/iostream/IOStreamChannel.java +++ b/src/main/java/io/netty/channel/iostream/IOStreamChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/iostream/IOStreamChannelFactory.java b/src/main/java/io/netty/channel/iostream/IOStreamChannelFactory.java index 23c53b512a..17b7246dac 100755 --- a/src/main/java/io/netty/channel/iostream/IOStreamChannelFactory.java +++ b/src/main/java/io/netty/channel/iostream/IOStreamChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/iostream/IOStreamChannelSink.java b/src/main/java/io/netty/channel/iostream/IOStreamChannelSink.java index c6748db1dc..ff0a891101 100755 --- a/src/main/java/io/netty/channel/iostream/IOStreamChannelSink.java +++ b/src/main/java/io/netty/channel/iostream/IOStreamChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalChannel.java b/src/main/java/io/netty/channel/local/DefaultLocalChannel.java index a02d969a9a..cb34481046 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalChannel.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java b/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java index bcf4d46ea5..61524cc16b 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalClientChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java b/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java index 851465cae6..592ea2ddb2 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalServerChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java b/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java index 9e37ef16fb..94a637b70c 100644 --- a/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java +++ b/src/main/java/io/netty/channel/local/DefaultLocalServerChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalAddress.java b/src/main/java/io/netty/channel/local/LocalAddress.java index 72045b97c7..266f63e376 100644 --- a/src/main/java/io/netty/channel/local/LocalAddress.java +++ b/src/main/java/io/netty/channel/local/LocalAddress.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalChannel.java b/src/main/java/io/netty/channel/local/LocalChannel.java index 10322bb052..0859f224de 100644 --- a/src/main/java/io/netty/channel/local/LocalChannel.java +++ b/src/main/java/io/netty/channel/local/LocalChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalChannelRegistry.java b/src/main/java/io/netty/channel/local/LocalChannelRegistry.java index 3877ddbbe7..10031f21c7 100644 --- a/src/main/java/io/netty/channel/local/LocalChannelRegistry.java +++ b/src/main/java/io/netty/channel/local/LocalChannelRegistry.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java b/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java index 834f21f736..fe21844823 100644 --- a/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java +++ b/src/main/java/io/netty/channel/local/LocalClientChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalClientChannelSink.java b/src/main/java/io/netty/channel/local/LocalClientChannelSink.java index 3a031ca908..9c082524ec 100644 --- a/src/main/java/io/netty/channel/local/LocalClientChannelSink.java +++ b/src/main/java/io/netty/channel/local/LocalClientChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalServerChannel.java b/src/main/java/io/netty/channel/local/LocalServerChannel.java index cfd9635ccc..90648d0e6b 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannel.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java b/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java index dd43eefaa3..3e96324867 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/LocalServerChannelSink.java b/src/main/java/io/netty/channel/local/LocalServerChannelSink.java index ab28111451..686d55f521 100644 --- a/src/main/java/io/netty/channel/local/LocalServerChannelSink.java +++ b/src/main/java/io/netty/channel/local/LocalServerChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/local/package-info.java b/src/main/java/io/netty/channel/local/package-info.java index adc6dcb375..c77a0ca67b 100644 --- a/src/main/java/io/netty/channel/local/package-info.java +++ b/src/main/java/io/netty/channel/local/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/package-info.java b/src/main/java/io/netty/channel/package-info.java index 8b6dcbf7b6..39fc661bfa 100644 --- a/src/main/java/io/netty/channel/package-info.java +++ b/src/main/java/io/netty/channel/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/rxtx/RXTXChannel.java b/src/main/java/io/netty/channel/rxtx/RXTXChannel.java index 3e737a4829..92d50519be 100644 --- a/src/main/java/io/netty/channel/rxtx/RXTXChannel.java +++ b/src/main/java/io/netty/channel/rxtx/RXTXChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/rxtx/RXTXChannelConfig.java b/src/main/java/io/netty/channel/rxtx/RXTXChannelConfig.java index 9e4e38acd9..50537cad84 100644 --- a/src/main/java/io/netty/channel/rxtx/RXTXChannelConfig.java +++ b/src/main/java/io/netty/channel/rxtx/RXTXChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/rxtx/RXTXChannelFactory.java b/src/main/java/io/netty/channel/rxtx/RXTXChannelFactory.java index 6330b1307f..fced2f2c95 100644 --- a/src/main/java/io/netty/channel/rxtx/RXTXChannelFactory.java +++ b/src/main/java/io/netty/channel/rxtx/RXTXChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/rxtx/RXTXChannelSink.java b/src/main/java/io/netty/channel/rxtx/RXTXChannelSink.java index 71018a22fc..65effa8855 100644 --- a/src/main/java/io/netty/channel/rxtx/RXTXChannelSink.java +++ b/src/main/java/io/netty/channel/rxtx/RXTXChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/rxtx/RXTXDeviceAddress.java b/src/main/java/io/netty/channel/rxtx/RXTXDeviceAddress.java index 568e863ceb..1041d37543 100644 --- a/src/main/java/io/netty/channel/rxtx/RXTXDeviceAddress.java +++ b/src/main/java/io/netty/channel/rxtx/RXTXDeviceAddress.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java index e4af86572a..94143bd8a5 100644 --- a/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/ClientSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DatagramChannel.java b/src/main/java/io/netty/channel/socket/DatagramChannel.java index a3e5e60d6a..29d59f7e67 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java index a196fa3cbc..7937dbeefa 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java index ddf2cac544..b6f5a9707e 100644 --- a/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/DatagramChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java index e0db902137..ab8b4f05c7 100644 --- a/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultDatagramChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java index d0a41f5537..874d2e842a 100644 --- a/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultServerSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java index 5207964fce..7c2a92ffbd 100644 --- a/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/DefaultSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannel.java b/src/main/java/io/netty/channel/socket/ServerSocketChannel.java index 0811ddf412..71cb4a9fc6 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java index f62f4605ce..c97598d553 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java index 84a39ba3f4..2f4dd87c21 100644 --- a/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/ServerSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/SocketChannel.java b/src/main/java/io/netty/channel/socket/SocketChannel.java index 08a51bb7bb..e098a9f779 100644 --- a/src/main/java/io/netty/channel/socket/SocketChannel.java +++ b/src/main/java/io/netty/channel/socket/SocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/SocketChannelConfig.java b/src/main/java/io/netty/channel/socket/SocketChannelConfig.java index f1a8cbc86e..bfe216c100 100644 --- a/src/main/java/io/netty/channel/socket/SocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/SocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelPipelineFactory.java b/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelPipelineFactory.java index e7ac6248fd..763aa634c9 100644 --- a/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelPipelineFactory.java +++ b/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatch.java b/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatch.java index a8e9f0a721..ad23aeeb90 100644 --- a/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatch.java +++ b/src/main/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatch.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/DefaultTunnelIdGenerator.java b/src/main/java/io/netty/channel/socket/http/DefaultTunnelIdGenerator.java index 1f1872ca83..120f27b015 100644 --- a/src/main/java/io/netty/channel/socket/http/DefaultTunnelIdGenerator.java +++ b/src/main/java/io/netty/channel/socket/http/DefaultTunnelIdGenerator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannel.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannel.java index 45a5b84438..2d37a5d067 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannel.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelConfig.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelConfig.java index f1d9c06081..6eb1d73c85 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelFactory.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelFactory.java index c2241247dc..94c99b77f5 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelReceiver.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelReceiver.java index 43f8e21080..d6fb47929c 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelReceiver.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelReceiver.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -20,7 +20,10 @@ import io.netty.buffer.ChannelBuffer; /** * Interface from the server message switch and channel sink to an * accepted channel. Exists primarily for mock testing purposes. - * + * + + + */ interface HttpTunnelAcceptedChannelReceiver { diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSink.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSink.java index 028302a56e..591d20ac38 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSink.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelChannelConfig.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelChannelConfig.java index 19f0237d24..9b0505e57b 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannel.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannel.java index 7e7a4b0f56..da181b5787 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannel.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfig.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfig.java index 13c5aa7059..897d36b82c 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelFactory.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelFactory.java index 67f9110e73..dd7d0e16ae 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelSink.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelSink.java index e212ca0d91..5f1ecce1c5 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelSink.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientPollHandler.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientPollHandler.java index 896ada2fbb..a2c3b0aa30 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientPollHandler.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientPollHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientSendHandler.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientSendHandler.java index fdb74cf8ed..5697a18e0d 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientSendHandler.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientSendHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientWorkerOwner.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientWorkerOwner.java index 2585acd089..70b8f34742 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelClientWorkerOwner.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelClientWorkerOwner.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelMessageUtils.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelMessageUtils.java index d5c7450474..e7d9231e55 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelMessageUtils.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelMessageUtils.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannel.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannel.java index 48aaa789ee..9b66f4eb35 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannel.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelConfig.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelConfig.java index cbb2f26932..4c18fc30f2 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactory.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactory.java index 1069de29b2..21dfcfde0a 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelSink.java b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelSink.java index a733a48ad5..e755229674 100644 --- a/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelSink.java +++ b/src/main/java/io/netty/channel/socket/http/HttpTunnelServerChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/SaturationManager.java b/src/main/java/io/netty/channel/socket/http/SaturationManager.java index ec7db07c53..686e2ca4f9 100644 --- a/src/main/java/io/netty/channel/socket/http/SaturationManager.java +++ b/src/main/java/io/netty/channel/socket/http/SaturationManager.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -26,7 +26,10 @@ import java.util.concurrent.atomic.AtomicLong; * This class is used to monitor the amount of data that has yet to be pushed to * the underlying socket, in order to implement the "high/low water mark" facility * that controls Channel.isWritable() and the interest ops of http tunnels. - * + * + + + */ class SaturationManager { private final AtomicLong desaturationPoint; diff --git a/src/main/java/io/netty/channel/socket/http/SaturationStateChange.java b/src/main/java/io/netty/channel/socket/http/SaturationStateChange.java index 88e87049d9..98e3ecee3c 100644 --- a/src/main/java/io/netty/channel/socket/http/SaturationStateChange.java +++ b/src/main/java/io/netty/channel/socket/http/SaturationStateChange.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -19,7 +19,10 @@ package io.netty.channel.socket.http; * Represents the state change of a chanel in response in the amount of pending data to be * sent - either no change occurs, the channel becomes desaturated (indicating that writing * can safely commence) or it becomes saturated (indicating that writing should cease). - * + * + + + */ enum SaturationStateChange { NO_CHANGE, DESATURATED, SATURATED diff --git a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitch.java b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitch.java index f33dfe6a8f..734864997c 100644 --- a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitch.java +++ b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitch.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchDownstreamInterface.java b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchDownstreamInterface.java index 4e8508fb1d..75f15c290d 100644 --- a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchDownstreamInterface.java +++ b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchDownstreamInterface.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchUpstreamInterface.java b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchUpstreamInterface.java index c6bd1b1e24..83b750e9dd 100644 --- a/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchUpstreamInterface.java +++ b/src/main/java/io/netty/channel/socket/http/ServerMessageSwitchUpstreamInterface.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/TunnelIdGenerator.java b/src/main/java/io/netty/channel/socket/http/TunnelIdGenerator.java index 080ebb4a9b..846f0c6223 100644 --- a/src/main/java/io/netty/channel/socket/http/TunnelIdGenerator.java +++ b/src/main/java/io/netty/channel/socket/http/TunnelIdGenerator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/TunnelWrappedServerChannelHandler.java b/src/main/java/io/netty/channel/socket/http/TunnelWrappedServerChannelHandler.java index cd4d9b81c6..9c443e3d5d 100644 --- a/src/main/java/io/netty/channel/socket/http/TunnelWrappedServerChannelHandler.java +++ b/src/main/java/io/netty/channel/socket/http/TunnelWrappedServerChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/WriteFragmenter.java b/src/main/java/io/netty/channel/socket/http/WriteFragmenter.java index f5b080eaa6..d6d6bbbceb 100644 --- a/src/main/java/io/netty/channel/socket/http/WriteFragmenter.java +++ b/src/main/java/io/netty/channel/socket/http/WriteFragmenter.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/WriteSplitter.java b/src/main/java/io/netty/channel/socket/http/WriteSplitter.java index 6e7e06c215..7f5d2094cf 100644 --- a/src/main/java/io/netty/channel/socket/http/WriteSplitter.java +++ b/src/main/java/io/netty/channel/socket/http/WriteSplitter.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/http/package-info.java b/src/main/java/io/netty/channel/socket/http/package-info.java index a8259b390f..2e48958a9d 100644 --- a/src/main/java/io/netty/channel/socket/http/package-info.java +++ b/src/main/java/io/netty/channel/socket/http/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java b/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java index b77b0b66ff..31d3ea3ea6 100644 --- a/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java +++ b/src/main/java/io/netty/channel/socket/nio/AbstractWriteRequestQueue.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -25,8 +25,10 @@ import io.netty.util.internal.QueueFactory; /** * - * - */ + * + + + */ abstract class AbstractWriteRequestQueue implements BlockingQueue{ protected final BlockingQueue queue; diff --git a/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java index 7dba141abb..42c6db96ca 100644 --- a/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/DefaultNioDatagramChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java index 47ec4f303a..e0228af325 100644 --- a/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java index 2601471df3..56d3fe8cc7 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioAcceptedSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java index 90ba882d91..c1a1af47d7 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java index 699c46d528..28cc631877 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java index 2ee2cc39e2..8fbe800ba6 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioClientSocketPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java index c635e8baa7..27cfe152b8 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java index dd135c1cee..153971a208 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java index 92865a1577..d0063a21c7 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java index c2e7dc7e48..60b6943725 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java b/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java index 4a12ddaad5..4eb550cbb5 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java +++ b/src/main/java/io/netty/channel/socket/nio/NioDatagramWorker.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java b/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java index c8bc99799e..8b422b42f3 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java +++ b/src/main/java/io/netty/channel/socket/nio/NioProviderMetadata.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java index 9d9ab1af7f..8358017edd 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java index 3beeed3b08..5715f5a974 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java index 25573d2cf4..37767fe999 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/nio/NioServerSocketPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java b/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java index b5efa44e3e..57c534b0f7 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java b/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java index d08b4caf51..e949db6293 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java +++ b/src/main/java/io/netty/channel/socket/nio/NioSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/NioWorker.java b/src/main/java/io/netty/channel/socket/nio/NioWorker.java index 66dcabc466..33caf4cb3f 100644 --- a/src/main/java/io/netty/channel/socket/nio/NioWorker.java +++ b/src/main/java/io/netty/channel/socket/nio/NioWorker.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java b/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java index d8f0afbc24..4e3570fd12 100644 --- a/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java +++ b/src/main/java/io/netty/channel/socket/nio/SelectorUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java b/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java index 511ce8a6af..7385eb7457 100644 --- a/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java +++ b/src/main/java/io/netty/channel/socket/nio/SocketReceiveBufferPool.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java b/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java index 528d8acd4c..5b03846ec7 100644 --- a/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java +++ b/src/main/java/io/netty/channel/socket/nio/SocketSendBufferPool.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/nio/package-info.java b/src/main/java/io/netty/channel/socket/nio/package-info.java index 771b88aeb3..cc1ff1e7b5 100644 --- a/src/main/java/io/netty/channel/socket/nio/package-info.java +++ b/src/main/java/io/netty/channel/socket/nio/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java index 09532789ae..5bd4c6174c 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioAcceptedSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java index bb9111eb2b..02a0b32712 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java index a45ea86ad4..31e6c3a2f8 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java index efcac13721..43851b3a8c 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioClientSocketPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java index a11a7bd267..140e5fa15c 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java index 651ba51cb0..8eccc9b989 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java index da72c2d93c..5c2a9e4aae 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java b/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java index 90edb2eaaf..78f25b474a 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java +++ b/src/main/java/io/netty/channel/socket/oio/OioDatagramWorker.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java index b7853313e1..d3b725948f 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java index 1975a54233..83124407a0 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java b/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java index 129b56f056..be1d567266 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java +++ b/src/main/java/io/netty/channel/socket/oio/OioServerSocketPipelineSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java b/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java index 0e8b46b8e2..29d7178ebb 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java +++ b/src/main/java/io/netty/channel/socket/oio/OioSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/OioWorker.java b/src/main/java/io/netty/channel/socket/oio/OioWorker.java index 1956f4f9ac..8135f3e1ab 100644 --- a/src/main/java/io/netty/channel/socket/oio/OioWorker.java +++ b/src/main/java/io/netty/channel/socket/oio/OioWorker.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/oio/package-info.java b/src/main/java/io/netty/channel/socket/oio/package-info.java index 0c424f352d..08940e1a53 100644 --- a/src/main/java/io/netty/channel/socket/oio/package-info.java +++ b/src/main/java/io/netty/channel/socket/oio/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/channel/socket/package-info.java b/src/main/java/io/netty/channel/socket/package-info.java index 583c76fb1a..8683cca309 100644 --- a/src/main/java/io/netty/channel/socket/package-info.java +++ b/src/main/java/io/netty/channel/socket/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java b/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java index c8c6675bd4..e06f91c7b8 100644 --- a/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java +++ b/src/main/java/io/netty/container/microcontainer/NettyLoggerConfigurator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/microcontainer/package-info.java b/src/main/java/io/netty/container/microcontainer/package-info.java index 079cbffb12..485a26f619 100644 --- a/src/main/java/io/netty/container/microcontainer/package-info.java +++ b/src/main/java/io/netty/container/microcontainer/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/osgi/NettyBundleActivator.java b/src/main/java/io/netty/container/osgi/NettyBundleActivator.java index 4b9ace4352..8b2f66fd3a 100644 --- a/src/main/java/io/netty/container/osgi/NettyBundleActivator.java +++ b/src/main/java/io/netty/container/osgi/NettyBundleActivator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/osgi/package-info.java b/src/main/java/io/netty/container/osgi/package-info.java index 851ddb9736..f146965fa3 100644 --- a/src/main/java/io/netty/container/osgi/package-info.java +++ b/src/main/java/io/netty/container/osgi/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java b/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java index 78d075125b..295048a76e 100644 --- a/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java +++ b/src/main/java/io/netty/container/spring/NettyLoggerConfigurator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/container/spring/package-info.java b/src/main/java/io/netty/container/spring/package-info.java index 38f7e3d595..42a55f3152 100644 --- a/src/main/java/io/netty/container/spring/package-info.java +++ b/src/main/java/io/netty/container/spring/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/discard/DiscardClient.java b/src/main/java/io/netty/example/discard/DiscardClient.java index c87cf3fc0f..308d671000 100644 --- a/src/main/java/io/netty/example/discard/DiscardClient.java +++ b/src/main/java/io/netty/example/discard/DiscardClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/discard/DiscardClientHandler.java b/src/main/java/io/netty/example/discard/DiscardClientHandler.java index 82e7d8a22f..e8cb15de24 100644 --- a/src/main/java/io/netty/example/discard/DiscardClientHandler.java +++ b/src/main/java/io/netty/example/discard/DiscardClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/discard/DiscardServer.java b/src/main/java/io/netty/example/discard/DiscardServer.java index 095c2f307f..67c6373705 100644 --- a/src/main/java/io/netty/example/discard/DiscardServer.java +++ b/src/main/java/io/netty/example/discard/DiscardServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/discard/DiscardServerHandler.java b/src/main/java/io/netty/example/discard/DiscardServerHandler.java index 6817a34767..e87f8e398c 100644 --- a/src/main/java/io/netty/example/discard/DiscardServerHandler.java +++ b/src/main/java/io/netty/example/discard/DiscardServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/echo/EchoClient.java b/src/main/java/io/netty/example/echo/EchoClient.java index 92daf5fe3a..8a9bac8e4f 100644 --- a/src/main/java/io/netty/example/echo/EchoClient.java +++ b/src/main/java/io/netty/example/echo/EchoClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/echo/EchoClientHandler.java b/src/main/java/io/netty/example/echo/EchoClientHandler.java index e9fe7514ea..bde22f5304 100644 --- a/src/main/java/io/netty/example/echo/EchoClientHandler.java +++ b/src/main/java/io/netty/example/echo/EchoClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/echo/EchoServer.java b/src/main/java/io/netty/example/echo/EchoServer.java index 9816833477..51c431c234 100644 --- a/src/main/java/io/netty/example/echo/EchoServer.java +++ b/src/main/java/io/netty/example/echo/EchoServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/echo/EchoServerHandler.java b/src/main/java/io/netty/example/echo/EchoServerHandler.java index ae34a1e4f5..e974679e02 100644 --- a/src/main/java/io/netty/example/echo/EchoServerHandler.java +++ b/src/main/java/io/netty/example/echo/EchoServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java b/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java index 9af2018238..872a74b6f1 100644 --- a/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java +++ b/src/main/java/io/netty/example/factorial/BigIntegerDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialClient.java b/src/main/java/io/netty/example/factorial/FactorialClient.java index 58b5e44feb..246916fed5 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClient.java +++ b/src/main/java/io/netty/example/factorial/FactorialClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialClientHandler.java b/src/main/java/io/netty/example/factorial/FactorialClientHandler.java index 8975ce00e6..f6095bd677 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClientHandler.java +++ b/src/main/java/io/netty/example/factorial/FactorialClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java b/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java index 9fb59afb96..f57f74e703 100644 --- a/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java +++ b/src/main/java/io/netty/example/factorial/FactorialClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialServer.java b/src/main/java/io/netty/example/factorial/FactorialServer.java index 411c66e774..f102191b96 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServer.java +++ b/src/main/java/io/netty/example/factorial/FactorialServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialServerHandler.java b/src/main/java/io/netty/example/factorial/FactorialServerHandler.java index c410497c4a..b02e301eae 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServerHandler.java +++ b/src/main/java/io/netty/example/factorial/FactorialServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java b/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java index b3e322a28a..6a1d6036a9 100644 --- a/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java +++ b/src/main/java/io/netty/example/factorial/FactorialServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/factorial/NumberEncoder.java b/src/main/java/io/netty/example/factorial/NumberEncoder.java index 4d4abff93a..cb5f4494ce 100644 --- a/src/main/java/io/netty/example/factorial/NumberEncoder.java +++ b/src/main/java/io/netty/example/factorial/NumberEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java index b8f9394221..78cf58523a 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java index d7fa5add57..037e488b3f 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java b/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java index 4a6a24775e..566e622ff9 100644 --- a/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/file/HttpStaticFileServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpClient.java b/src/main/java/io/netty/example/http/snoop/HttpClient.java index 53d6b9c576..1a665e02c5 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpClient.java +++ b/src/main/java/io/netty/example/http/snoop/HttpClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java b/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java index f5758c6fb0..eb98ed5f53 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java +++ b/src/main/java/io/netty/example/http/snoop/HttpClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java b/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java index e444ebab3b..bbde904733 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java +++ b/src/main/java/io/netty/example/http/snoop/HttpRequestHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java b/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java index ca0631a527..1feef4fa0f 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java +++ b/src/main/java/io/netty/example/http/snoop/HttpResponseHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpServer.java b/src/main/java/io/netty/example/http/snoop/HttpServer.java index 5ffed862cb..e3595b7234 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpServer.java +++ b/src/main/java/io/netty/example/http/snoop/HttpServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java b/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java index 934e2d31b6..bbeb1424a2 100644 --- a/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/snoop/HttpServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/upload/HttpClient.java b/src/main/java/io/netty/example/http/upload/HttpClient.java index f3893002a6..b893113bef 100644 --- a/src/main/java/io/netty/example/http/upload/HttpClient.java +++ b/src/main/java/io/netty/example/http/upload/HttpClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java b/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java index 9a0c4aad39..b7db7f8334 100644 --- a/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java +++ b/src/main/java/io/netty/example/http/upload/HttpClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java b/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java index f6e0b529e2..974be7f05d 100644 --- a/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java +++ b/src/main/java/io/netty/example/http/upload/HttpRequestHandler.java @@ -1,17 +1,17 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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. + * License for the specific language governing permissions and limitations + * under the License. */ package io.netty.example.http.upload; diff --git a/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java b/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java index 822f1ed182..aecfa869ab 100644 --- a/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java +++ b/src/main/java/io/netty/example/http/upload/HttpResponseHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/upload/HttpServer.java b/src/main/java/io/netty/example/http/upload/HttpServer.java index c440ebfbfc..00f5fdf6c6 100644 --- a/src/main/java/io/netty/example/http/upload/HttpServer.java +++ b/src/main/java/io/netty/example/http/upload/HttpServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java b/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java index ddfbcb7366..b330298636 100644 --- a/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/upload/HttpServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServer.java b/src/main/java/io/netty/example/http/websocket/WebSocketServer.java index 65188052a6..269675e426 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java index 89c809f787..bce5af9e76 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java index a34f66bdb6..e883120ef2 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerIndexPage.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java index 5413b87953..62531403c5 100644 --- a/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocket/WebSocketServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java index bcdc6acb31..a6648cd56a 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java index a1611434cf..db963be59b 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java index 77b5ec9c1b..ff2ffa6ebf 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/WebSocketServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/autobahn/package-info.java b/src/main/java/io/netty/example/http/websocketx/autobahn/package-info.java index a1e262fa4d..f78f6ae5ef 100644 --- a/src/main/java/io/netty/example/http/websocketx/autobahn/package-info.java +++ b/src/main/java/io/netty/example/http/websocketx/autobahn/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/client/App.java b/src/main/java/io/netty/example/http/websocketx/client/App.java index 84b16d6874..ebba304630 100644 --- a/src/main/java/io/netty/example/http/websocketx/client/App.java +++ b/src/main/java/io/netty/example/http/websocketx/client/App.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/client/WebSocketHttpResponseDecoder.java b/src/main/java/io/netty/example/http/websocketx/client/WebSocketHttpResponseDecoder.java index 4d1efeae6b..434f98641f 100644 --- a/src/main/java/io/netty/example/http/websocketx/client/WebSocketHttpResponseDecoder.java +++ b/src/main/java/io/netty/example/http/websocketx/client/WebSocketHttpResponseDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/client/package-info.java b/src/main/java/io/netty/example/http/websocketx/client/package-info.java index d49212803b..b903874eaf 100644 --- a/src/main/java/io/netty/example/http/websocketx/client/package-info.java +++ b/src/main/java/io/netty/example/http/websocketx/client/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java index 7ccb69156d..21547883da 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java index d86bba34c1..328d3585d7 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java index 2a45750529..2587e6a19d 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerIndexPage.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java index bc9ecbfcdf..1232bda3fb 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/server/WebSocketServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/server/package-info.java b/src/main/java/io/netty/example/http/websocketx/server/package-info.java index 8d9ab6f096..5feb48a243 100644 --- a/src/main/java/io/netty/example/http/websocketx/server/package-info.java +++ b/src/main/java/io/netty/example/http/websocketx/server/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java index 9caf904ba0..f5bede15d1 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java index 6a544d710f..ca4a61b7e2 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java index 465de92840..7c1948394c 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerIndexPage.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java index 655b227fa1..b80ae91c16 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java index 3110926eb3..74658311ab 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/WebSocketSslServerSslContext.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/http/websocketx/sslserver/package-info.java b/src/main/java/io/netty/example/http/websocketx/sslserver/package-info.java index 477cdd67ae..f7865b5cae 100644 --- a/src/main/java/io/netty/example/http/websocketx/sslserver/package-info.java +++ b/src/main/java/io/netty/example/http/websocketx/sslserver/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/iostream/IOStream.java b/src/main/java/io/netty/example/iostream/IOStream.java index df7693a1be..487a0a010f 100755 --- a/src/main/java/io/netty/example/iostream/IOStream.java +++ b/src/main/java/io/netty/example/iostream/IOStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/local/LocalExample.java b/src/main/java/io/netty/example/local/LocalExample.java index c01253e437..48358eaf55 100644 --- a/src/main/java/io/netty/example/local/LocalExample.java +++ b/src/main/java/io/netty/example/local/LocalExample.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java b/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java index 6abfe3e6b4..77e5103b93 100644 --- a/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java +++ b/src/main/java/io/netty/example/local/LocalExampleMultthreaded.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java b/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java index 82535efb9f..afa536820e 100644 --- a/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java +++ b/src/main/java/io/netty/example/local/LocalServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClient.java b/src/main/java/io/netty/example/localtime/LocalTimeClient.java index 5e2390e897..58ae89548c 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClient.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java b/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java index 6a0f0db31e..018b7394bb 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java b/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java index e14a597a87..33d442a26a 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeProtocol.java b/src/main/java/io/netty/example/localtime/LocalTimeProtocol.java index d49c11c3a8..14d8ce6b8c 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeProtocol.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeProtocol.java @@ -1,3 +1,19 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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. + */ + // Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/main/java/io/netty/example/localtime/LocalTimeProtocol.proto diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServer.java b/src/main/java/io/netty/example/localtime/LocalTimeServer.java index 0598ef2564..168d5b3a11 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServer.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java b/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java index c9020002f4..7bb8a4a246 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java b/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java index d6c995f199..62bbb2dacc 100644 --- a/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java +++ b/src/main/java/io/netty/example/localtime/LocalTimeServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java b/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java index daa947893b..dc36e720c7 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java b/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java index 09e00a3f60..7dec8ae562 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java b/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java index ef4e1d26fb..c1915b9180 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java b/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java index fec87cf0d4..a7fc2a4d9b 100644 --- a/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java +++ b/src/main/java/io/netty/example/objectecho/ObjectEchoServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/portunification/PortUnificationServer.java b/src/main/java/io/netty/example/portunification/PortUnificationServer.java index 6a277f9f2a..093b6c6214 100644 --- a/src/main/java/io/netty/example/portunification/PortUnificationServer.java +++ b/src/main/java/io/netty/example/portunification/PortUnificationServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java b/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java index 59ea7b10bd..b18fba49e9 100644 --- a/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java +++ b/src/main/java/io/netty/example/portunification/PortUnificationServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxy.java b/src/main/java/io/netty/example/proxy/HexDumpProxy.java index e6830dfa75..06692b5360 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxy.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxy.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java b/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java index 4c8403d3b7..d934ca98e7 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxyInboundHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java b/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java index 87863027a6..935f02cd64 100644 --- a/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java +++ b/src/main/java/io/netty/example/proxy/HexDumpProxyPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java index ae89761ef0..47bd87beca 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java index 127018d892..a2f8a41036 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java index d9507d2c86..74cade2f00 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java index 9d4bcf60d4..9bd734b5a4 100644 --- a/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java +++ b/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatClient.java b/src/main/java/io/netty/example/securechat/SecureChatClient.java index a8b29baf9b..3d137f9d5d 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClient.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java b/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java index 965000e583..87af04e02f 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java b/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java index e1a241cbbd..7aceadb0df 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java b/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java index 3da9e747d0..8d5b96a361 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java +++ b/src/main/java/io/netty/example/securechat/SecureChatKeyStore.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatServer.java b/src/main/java/io/netty/example/securechat/SecureChatServer.java index 672bdb252c..cce842afd7 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServer.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java b/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java index ae866bcc6d..a99b7db617 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java b/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java index e256623d8b..6b951eeb36 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java b/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java index de3fd25e2b..edd3c61758 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatSslContextFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java b/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java index d31ea7a7ac..b978b51cce 100644 --- a/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java +++ b/src/main/java/io/netty/example/securechat/SecureChatTrustManagerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetClient.java b/src/main/java/io/netty/example/telnet/TelnetClient.java index cd252ee42a..97dd175b55 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClient.java +++ b/src/main/java/io/netty/example/telnet/TelnetClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetClientHandler.java b/src/main/java/io/netty/example/telnet/TelnetClientHandler.java index 816d3a68d8..78aa5d9f9c 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClientHandler.java +++ b/src/main/java/io/netty/example/telnet/TelnetClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java b/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java index a0540076a8..4009345dde 100644 --- a/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java +++ b/src/main/java/io/netty/example/telnet/TelnetClientPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetServer.java b/src/main/java/io/netty/example/telnet/TelnetServer.java index 5d1b9da6ca..633b88df5e 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServer.java +++ b/src/main/java/io/netty/example/telnet/TelnetServer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetServerHandler.java b/src/main/java/io/netty/example/telnet/TelnetServerHandler.java index 1d09dbde1e..68cde962cc 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServerHandler.java +++ b/src/main/java/io/netty/example/telnet/TelnetServerHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java b/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java index 4e454920cb..9328ee3938 100644 --- a/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java +++ b/src/main/java/io/netty/example/telnet/TelnetServerPipelineFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/uptime/UptimeClient.java b/src/main/java/io/netty/example/uptime/UptimeClient.java index c450044d1f..d63b981278 100644 --- a/src/main/java/io/netty/example/uptime/UptimeClient.java +++ b/src/main/java/io/netty/example/uptime/UptimeClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/example/uptime/UptimeClientHandler.java b/src/main/java/io/netty/example/uptime/UptimeClientHandler.java index 8c7d966b37..f3fce5f542 100644 --- a/src/main/java/io/netty/example/uptime/UptimeClientHandler.java +++ b/src/main/java/io/netty/example/uptime/UptimeClientHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/base64/Base64.java b/src/main/java/io/netty/handler/codec/base64/Base64.java index 3dff862b49..64339345ee 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java b/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java index 4a3e8f0b81..523cfbb6d9 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Decoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java b/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java index 7330abb43d..07b6129960 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Dialect.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java b/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java index 3115e81161..b53917897a 100644 --- a/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java +++ b/src/main/java/io/netty/handler/codec/base64/Base64Encoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/base64/package-info.java b/src/main/java/io/netty/handler/codec/base64/package-info.java index edf714207d..cf6af9951f 100644 --- a/src/main/java/io/netty/handler/codec/base64/package-info.java +++ b/src/main/java/io/netty/handler/codec/base64/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java b/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java index 2c619bd6c6..bfd305297f 100644 --- a/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java +++ b/src/main/java/io/netty/handler/codec/bytes/ByteArrayDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java b/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java index c8950974fc..819ba39f7d 100644 --- a/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java +++ b/src/main/java/io/netty/handler/codec/bytes/ByteArrayEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/bytes/package-info.java b/src/main/java/io/netty/handler/codec/bytes/package-info.java index b07b19ef0a..a61e3b5af1 100644 --- a/src/main/java/io/netty/handler/codec/bytes/package-info.java +++ b/src/main/java/io/netty/handler/codec/bytes/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/CompressionException.java b/src/main/java/io/netty/handler/codec/compression/CompressionException.java index 76a2e80f8e..f010c403e6 100644 --- a/src/main/java/io/netty/handler/codec/compression/CompressionException.java +++ b/src/main/java/io/netty/handler/codec/compression/CompressionException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java b/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java index 83ce913b80..1c89d42436 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java b/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java index dfcacbb6f8..960269536a 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java b/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java index f4ab195826..8444328a8a 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java b/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java index 8115680e79..99e95afe50 100644 --- a/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java +++ b/src/main/java/io/netty/handler/codec/compression/ZlibWrapper.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/compression/package-info.java b/src/main/java/io/netty/handler/codec/compression/package-info.java index a519203a5f..a45cfdeb95 100644 --- a/src/main/java/io/netty/handler/codec/compression/package-info.java +++ b/src/main/java/io/netty/handler/codec/compression/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java index 6fd93e0a30..4e85a1d01c 100644 --- a/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/AbstractCodecEmbedder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java index bb63a5c13e..f16f7a0177 100644 --- a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java index 9dd21bf96d..f1d04d5d16 100644 --- a/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java +++ b/src/main/java/io/netty/handler/codec/embedder/CodecEmbedderException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java index ec10624c84..8f47941447 100644 --- a/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/DecoderEmbedder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java index 7a79f7f0e3..6998da6b01 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java index b018c8ff11..c2bd56bbf9 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java b/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java index f380971df4..0147ba5b47 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java +++ b/src/main/java/io/netty/handler/codec/embedder/EmbeddedSocketAddress.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java b/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java index a5e5cdb002..d4a5d856cd 100644 --- a/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java +++ b/src/main/java/io/netty/handler/codec/embedder/EncoderEmbedder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/embedder/package-info.java b/src/main/java/io/netty/handler/codec/embedder/package-info.java index adc00bec45..4f31e48e7d 100644 --- a/src/main/java/io/netty/handler/codec/embedder/package-info.java +++ b/src/main/java/io/netty/handler/codec/embedder/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java b/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java index e5c678fa03..cc6d96b0c4 100644 --- a/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java +++ b/src/main/java/io/netty/handler/codec/frame/CorruptedFrameException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java index 5c9867419d..e701510bf5 100644 --- a/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/Delimiters.java b/src/main/java/io/netty/handler/codec/frame/Delimiters.java index e911d54dce..e00a059940 100644 --- a/src/main/java/io/netty/handler/codec/frame/Delimiters.java +++ b/src/main/java/io/netty/handler/codec/frame/Delimiters.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java index c2b6384770..d36519925c 100644 --- a/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/FixedLengthFrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java index cd61ded4ca..ee5e87dfbd 100644 --- a/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/FrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java b/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java index b81a415ac6..33d95675d9 100644 --- a/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java b/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java index bc5e1b426b..55c0c9e391 100644 --- a/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java +++ b/src/main/java/io/netty/handler/codec/frame/LengthFieldPrepender.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java b/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java index 3368e5f084..c1e7c6e644 100644 --- a/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java +++ b/src/main/java/io/netty/handler/codec/frame/TooLongFrameException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/frame/package-info.java b/src/main/java/io/netty/handler/codec/frame/package-info.java index 97f2afda4e..e09b779a79 100644 --- a/src/main/java/io/netty/handler/codec/frame/package-info.java +++ b/src/main/java/io/netty/handler/codec/frame/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java index 29483cd174..e25bfaf81b 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractDiskHttpData.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java index b07dec0ea0..3d2b38c9e9 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractHttpData.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java b/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java index 0570a0afec..7a324a257a 100644 --- a/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/AbstractMemoryHttpData.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/Attribute.java b/src/main/java/io/netty/handler/codec/http/Attribute.java index e8e9acdf6c..a8b516b969 100644 --- a/src/main/java/io/netty/handler/codec/http/Attribute.java +++ b/src/main/java/io/netty/handler/codec/http/Attribute.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java b/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java index d5a8b4ebb9..5235891dba 100644 --- a/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java +++ b/src/main/java/io/netty/handler/codec/http/CaseIgnoringComparator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/Cookie.java b/src/main/java/io/netty/handler/codec/http/Cookie.java index d7752898d0..aac18e50e9 100644 --- a/src/main/java/io/netty/handler/codec/http/Cookie.java +++ b/src/main/java/io/netty/handler/codec/http/Cookie.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/CookieDecoder.java b/src/main/java/io/netty/handler/codec/http/CookieDecoder.java index d38f43d4fb..e6f772abd6 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/CookieDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/CookieEncoder.java b/src/main/java/io/netty/handler/codec/http/CookieEncoder.java index cf7cf0f295..845e5ac9e4 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/CookieEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java b/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java index e3e1413fa5..ab5ed057a9 100644 --- a/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java +++ b/src/main/java/io/netty/handler/codec/http/CookieHeaderNames.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultCookie.java b/src/main/java/io/netty/handler/codec/http/DefaultCookie.java index 8b05639087..d724406ed9 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultCookie.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultCookie.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java index cab125625d..4da1124cb4 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunk.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java index 604bb9f0b2..3b6a82df76 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpChunkTrailer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java index bf95b94e50..ef6feabe45 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpDataFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java index d6be43592c..71cc56d2c7 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpMessage.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java index 566bb81477..fc7a52879f 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpRequest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java b/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java index f880cc5ace..0fbaf0ca56 100644 --- a/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java +++ b/src/main/java/io/netty/handler/codec/http/DefaultHttpResponse.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DiskAttribute.java b/src/main/java/io/netty/handler/codec/http/DiskAttribute.java index b49a9fd07b..e85e4caa9c 100644 --- a/src/main/java/io/netty/handler/codec/http/DiskAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/DiskAttribute.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java b/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java index 57e9266a72..938cd5b12c 100644 --- a/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/DiskFileUpload.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/FileUpload.java b/src/main/java/io/netty/handler/codec/http/FileUpload.java index 6e1b7bbb66..ae428d4b70 100644 --- a/src/main/java/io/netty/handler/codec/http/FileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/FileUpload.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunk.java b/src/main/java/io/netty/handler/codec/http/HttpChunk.java index 9010c66168..cb82d207ce 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunk.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunk.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java b/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java index b56ee45854..5b4f8ed680 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunkAggregator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java b/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java index dac1a52dc4..e02e76d9f6 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java +++ b/src/main/java/io/netty/handler/codec/http/HttpChunkTrailer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java b/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java index 20aa43aa5d..8049b79a90 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java +++ b/src/main/java/io/netty/handler/codec/http/HttpClientCodec.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java b/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java index 0a2ce6888d..6652672bee 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java +++ b/src/main/java/io/netty/handler/codec/http/HttpCodecUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java b/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java index 6b426dcb27..d03dacc03c 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentCompressor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java index 28bb0e54d5..12253d0302 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java b/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java index f9aa7db766..3e96499a96 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentDecompressor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java index 8d78f3414a..6cbdc7989f 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpContentEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpData.java b/src/main/java/io/netty/handler/codec/http/HttpData.java index 1a6ee51b15..b9b7564fa5 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpData.java +++ b/src/main/java/io/netty/handler/codec/http/HttpData.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java b/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java index aded9ea1eb..678853d9fe 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java +++ b/src/main/java/io/netty/handler/codec/http/HttpDataFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java b/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java index 4c24e2490a..4b7f0e3f19 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java +++ b/src/main/java/io/netty/handler/codec/http/HttpHeaderDateFormat.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpHeaders.java b/src/main/java/io/netty/handler/codec/http/HttpHeaders.java index 283a254cc9..fc318957ef 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpHeaders.java +++ b/src/main/java/io/netty/handler/codec/http/HttpHeaders.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessage.java b/src/main/java/io/netty/handler/codec/http/HttpMessage.java index c369ae8032..e129f7a59c 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessage.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessage.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java index 7673b0f9aa..5059fba641 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessageDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java index b9955c5b7e..e92bb38869 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMessageEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpMethod.java b/src/main/java/io/netty/handler/codec/http/HttpMethod.java index 914009731c..152ab57b32 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpMethod.java +++ b/src/main/java/io/netty/handler/codec/http/HttpMethod.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java b/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java index 78b8259e9e..c49cbcc488 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostBodyUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java index 2c12c924a2..bcd4ba6f8d 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostRequestDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java index f3802b8d9d..6a038423aa 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpPostRequestEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequest.java b/src/main/java/io/netty/handler/codec/http/HttpRequest.java index f985730763..d021ab7cb8 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequest.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java index fdbd377897..ff6897b450 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequestDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java index 75343890f9..ab5930991a 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpRequestEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponse.java b/src/main/java/io/netty/handler/codec/http/HttpResponse.java index 3b1dd13f13..3628f77f09 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponse.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponse.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java b/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java index 7e5298cb18..cabd4452de 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java b/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java index fb57840c29..ddaf35861c 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java b/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java index bb52f14170..28009e792a 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java +++ b/src/main/java/io/netty/handler/codec/http/HttpResponseStatus.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java b/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java index 461e2bbebf..17519a220d 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java +++ b/src/main/java/io/netty/handler/codec/http/HttpServerCodec.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/HttpVersion.java b/src/main/java/io/netty/handler/codec/http/HttpVersion.java index 68772563a3..1736f7462a 100644 --- a/src/main/java/io/netty/handler/codec/http/HttpVersion.java +++ b/src/main/java/io/netty/handler/codec/http/HttpVersion.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java b/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java index ff9a3e8a51..992493bd02 100644 --- a/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java +++ b/src/main/java/io/netty/handler/codec/http/InterfaceHttpData.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/InternalAttribute.java b/src/main/java/io/netty/handler/codec/http/InternalAttribute.java index aa695ab485..29866789cc 100644 --- a/src/main/java/io/netty/handler/codec/http/InternalAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/InternalAttribute.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java b/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java index a7ed07486e..93881613e7 100644 --- a/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/MemoryAttribute.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java b/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java index 5b115179bf..f3f2509d81 100644 --- a/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/MemoryFileUpload.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/MixedAttribute.java b/src/main/java/io/netty/handler/codec/http/MixedAttribute.java index abcaca8fba..045a39c395 100644 --- a/src/main/java/io/netty/handler/codec/http/MixedAttribute.java +++ b/src/main/java/io/netty/handler/codec/http/MixedAttribute.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java b/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java index ce50f57ea3..b98c9375f9 100644 --- a/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java +++ b/src/main/java/io/netty/handler/codec/http/MixedFileUpload.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java b/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java index 8ad51ed6eb..6c89639c0d 100644 --- a/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java b/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java index f3d51aa558..e96f6e6cdf 100644 --- a/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/package-info.java b/src/main/java/io/netty/handler/codec/http/package-info.java index 9c245a3d02..55803485f9 100644 --- a/src/main/java/io/netty/handler/codec/http/package-info.java +++ b/src/main/java/io/netty/handler/codec/http/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java index b9d36fb85e..6205af6e3f 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/DefaultWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java index c2f9b29864..7b6f8d9296 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java index 2cbbd33544..e6c3f10777 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java index 857d55c22e..43c14c0bb5 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/WebSocketFrameEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocket/package-info.java b/src/main/java/io/netty/handler/codec/http/websocket/package-info.java index a680614e72..32ae22c097 100644 --- a/src/main/java/io/netty/handler/codec/http/websocket/package-info.java +++ b/src/main/java/io/netty/handler/codec/http/websocket/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.java index 73ec5253e1..a05669647a 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.java index e8badbe858..67a61f8199 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.java index f70be07151..6e647e011b 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/PingWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/PingWebSocketFrame.java index a552c61a37..5815faad97 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/PingWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/PingWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/PongWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/PongWebSocketFrame.java index 411de51b48..ee3fd861b4 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/PongWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/PongWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/TextWebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/TextWebSocketFrame.java index 7660116bf8..18aeabc66e 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/TextWebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/TextWebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java index 258e8367c4..a0b37ffe9a 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java index e95614d57a..ca49ea4f04 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.java index eec8b8f94f..f38fd26cf6 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java index b8a186515f..77e1c0d21e 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java index 16cb79345d..79fc8bc666 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker10.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java index 1b3aa51d06..c0a809bbb3 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker17.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java index 8ab0bc3faa..e8738b5204 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java index 9d33419066..fd48834cd7 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrame.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java index 1b50081c94..024373adb9 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketFrameType.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java index d937e31a64..815d330fb1 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java index 2e1b78d6f3..131cfaa3b8 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java index 8fdd60c09c..cffc2e4c9b 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java index e18564e31a..ace0f4e491 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker10.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java index 5babae4eb1..f81b8d0b27 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker17.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java index 9fdd1154e1..899408d653 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java index ddb0269d9a..65f2d03538 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketSpecificationVersion.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java b/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java index d566afa2fd..e8cd470db9 100644 --- a/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java +++ b/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java b/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java index 90645df667..2e2f56cb82 100644 --- a/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java +++ b/src/main/java/io/netty/handler/codec/oneone/OneToOneDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java b/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java index 36628de058..307a6e581f 100644 --- a/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java +++ b/src/main/java/io/netty/handler/codec/oneone/OneToOneEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/oneone/package-info.java b/src/main/java/io/netty/handler/codec/oneone/package-info.java index af0b8184f3..2fe0c7ea83 100644 --- a/src/main/java/io/netty/handler/codec/oneone/package-info.java +++ b/src/main/java/io/netty/handler/codec/oneone/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java index 01012fdc89..2aadf3552b 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java index c4690c5823..6f1607acdf 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java index 93337bc4d9..38db813d69 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java index f741b8c29f..d224c288a1 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java +++ b/src/main/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrepender.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/protobuf/package-info.java b/src/main/java/io/netty/handler/codec/protobuf/package-info.java index 41658e8119..9d3c6ed5a5 100644 --- a/src/main/java/io/netty/handler/codec/protobuf/package-info.java +++ b/src/main/java/io/netty/handler/codec/protobuf/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayError.java b/src/main/java/io/netty/handler/codec/replay/ReplayError.java index b7c83ee513..a2d98abfee 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayError.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayError.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java index 228a11f11f..be9b324c38 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java index 7e9e3a41c2..1a28dfa8f1 100644 --- a/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java +++ b/src/main/java/io/netty/handler/codec/replay/ReplayingDecoderBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java b/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java index c28b11c445..daf1250937 100644 --- a/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java +++ b/src/main/java/io/netty/handler/codec/replay/UnreplayableOperationException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java b/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java index 35dff198e1..820fe0f187 100644 --- a/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java +++ b/src/main/java/io/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/VoidEnum.java b/src/main/java/io/netty/handler/codec/replay/VoidEnum.java index b119a28984..e0b35cb61f 100644 --- a/src/main/java/io/netty/handler/codec/replay/VoidEnum.java +++ b/src/main/java/io/netty/handler/codec/replay/VoidEnum.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/replay/package-info.java b/src/main/java/io/netty/handler/codec/replay/package-info.java index b053927a32..500ab3514e 100644 --- a/src/main/java/io/netty/handler/codec/replay/package-info.java +++ b/src/main/java/io/netty/handler/codec/replay/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java b/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java index 666bb9bc4d..7e0e7e9159 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java index 92f92b56fe..bab1f73977 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java index cae03dfbd6..214a5f7f8d 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMessageEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java b/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java index c0278d8ae5..841f323db9 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspMethods.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java index afe28ae783..5514bd63f6 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java index 7d4f30ca85..b52ba37420 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspRequestEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java index d470eaf3a4..246b842f94 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java index 6596146648..7043a2ef55 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java index 6f705317a3..f31ca78737 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspResponseStatuses.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java b/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java index 4f21d99f4a..45fbef23e2 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java +++ b/src/main/java/io/netty/handler/codec/rtsp/RtspVersions.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/rtsp/package-info.java b/src/main/java/io/netty/handler/codec/rtsp/package-info.java index 372c49c55c..83cd608231 100644 --- a/src/main/java/io/netty/handler/codec/rtsp/package-info.java +++ b/src/main/java/io/netty/handler/codec/rtsp/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CachingClassResolver.java b/src/main/java/io/netty/handler/codec/serialization/CachingClassResolver.java index f48ad0181b..f32b862bdc 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CachingClassResolver.java +++ b/src/main/java/io/netty/handler/codec/serialization/CachingClassResolver.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ClassLoaderClassResolver.java b/src/main/java/io/netty/handler/codec/serialization/ClassLoaderClassResolver.java index bdac2618ad..e81557a859 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ClassLoaderClassResolver.java +++ b/src/main/java/io/netty/handler/codec/serialization/ClassLoaderClassResolver.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ClassResolver.java b/src/main/java/io/netty/handler/codec/serialization/ClassResolver.java index 33d18d7d8c..862d7c6115 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ClassResolver.java +++ b/src/main/java/io/netty/handler/codec/serialization/ClassResolver.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ClassResolvers.java b/src/main/java/io/netty/handler/codec/serialization/ClassResolvers.java index 9ae0c6ddd5..c6c756e94f 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ClassResolvers.java +++ b/src/main/java/io/netty/handler/codec/serialization/ClassResolvers.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java b/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java index 179d8f613a..baa9f16be1 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompactObjectInputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java b/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java index 41e044ee24..d386ce3b72 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompactObjectOutputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java index 711bc84f68..79544f571d 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java index 4945eab345..9ed1109b9a 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectDecoderState.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java index aa270ec817..d6a58961d9 100644 --- a/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/CompatibleObjectEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java index 9a53d6afd3..7a0a642f95 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java index 3a824e4ef2..0d9daece52 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java index 2964706cbf..bb8d104a12 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java index f47106f41a..84bd7576d1 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/ObjectEncoderOutputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/ReferenceMap.java b/src/main/java/io/netty/handler/codec/serialization/ReferenceMap.java index 2270612256..b32bbb786e 100644 --- a/src/main/java/io/netty/handler/codec/serialization/ReferenceMap.java +++ b/src/main/java/io/netty/handler/codec/serialization/ReferenceMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/SoftReferenceMap.java b/src/main/java/io/netty/handler/codec/serialization/SoftReferenceMap.java index 69b726bace..aae391c157 100644 --- a/src/main/java/io/netty/handler/codec/serialization/SoftReferenceMap.java +++ b/src/main/java/io/netty/handler/codec/serialization/SoftReferenceMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java b/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java index f7647877fe..e5a97f928c 100644 --- a/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java +++ b/src/main/java/io/netty/handler/codec/serialization/SwitchableInputStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/WeakReferenceMap.java b/src/main/java/io/netty/handler/codec/serialization/WeakReferenceMap.java index d6f60c5941..76d61c02b2 100644 --- a/src/main/java/io/netty/handler/codec/serialization/WeakReferenceMap.java +++ b/src/main/java/io/netty/handler/codec/serialization/WeakReferenceMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/serialization/package-info.java b/src/main/java/io/netty/handler/codec/serialization/package-info.java index 6471c12340..81e4b167c7 100644 --- a/src/main/java/io/netty/handler/codec/serialization/package-info.java +++ b/src/main/java/io/netty/handler/codec/serialization/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/string/StringDecoder.java b/src/main/java/io/netty/handler/codec/string/StringDecoder.java index f521059e70..9759ecb5d2 100644 --- a/src/main/java/io/netty/handler/codec/string/StringDecoder.java +++ b/src/main/java/io/netty/handler/codec/string/StringDecoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/string/StringEncoder.java b/src/main/java/io/netty/handler/codec/string/StringEncoder.java index 63584b78fa..3d227902ae 100644 --- a/src/main/java/io/netty/handler/codec/string/StringEncoder.java +++ b/src/main/java/io/netty/handler/codec/string/StringEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/codec/string/package-info.java b/src/main/java/io/netty/handler/codec/string/package-info.java index 64772a13b6..2343e51dc7 100644 --- a/src/main/java/io/netty/handler/codec/string/package-info.java +++ b/src/main/java/io/netty/handler/codec/string/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java b/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java index 11c6c33772..af24fb7105 100644 --- a/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java +++ b/src/main/java/io/netty/handler/execution/ChannelEventRunnable.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/execution/ExecutionHandler.java b/src/main/java/io/netty/handler/execution/ExecutionHandler.java index ae57f97192..e751fbb6fe 100644 --- a/src/main/java/io/netty/handler/execution/ExecutionHandler.java +++ b/src/main/java/io/netty/handler/execution/ExecutionHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java index 1cb46e7e61..276ab1f5fe 100644 --- a/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java +++ b/src/main/java/io/netty/handler/execution/MemoryAwareThreadPoolExecutor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java b/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java index 3407041062..924c329a45 100644 --- a/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java +++ b/src/main/java/io/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/execution/package-info.java b/src/main/java/io/netty/handler/execution/package-info.java index 50200d35c7..b2e03b906e 100644 --- a/src/main/java/io/netty/handler/execution/package-info.java +++ b/src/main/java/io/netty/handler/execution/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/CIDR.java b/src/main/java/io/netty/handler/ipfilter/CIDR.java index 3561c5021d..0cc9cb20e3 100644 --- a/src/main/java/io/netty/handler/ipfilter/CIDR.java +++ b/src/main/java/io/netty/handler/ipfilter/CIDR.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/CIDR4.java b/src/main/java/io/netty/handler/ipfilter/CIDR4.java index 6c50f2c9d8..9135584078 100644 --- a/src/main/java/io/netty/handler/ipfilter/CIDR4.java +++ b/src/main/java/io/netty/handler/ipfilter/CIDR4.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/CIDR6.java b/src/main/java/io/netty/handler/ipfilter/CIDR6.java index 6551f70256..f56bf8d6c0 100644 --- a/src/main/java/io/netty/handler/ipfilter/CIDR6.java +++ b/src/main/java/io/netty/handler/ipfilter/CIDR6.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilterListener.java b/src/main/java/io/netty/handler/ipfilter/IpFilterListener.java index a0f5be7122..fe0be8540e 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilterListener.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilterListener.java @@ -1,18 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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: * - * 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. + * 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 io.netty.handler.ipfilter; @@ -26,7 +25,8 @@ import io.netty.channel.ChannelHandlerContext; * The listener interface for receiving ipFilter events. * * @see IpFilteringHandler - * + * + */ public interface IpFilterListener { diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilterRule.java b/src/main/java/io/netty/handler/ipfilter/IpFilterRule.java index 122dbef9f9..322670d3cf 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilterRule.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilterRule.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilterRuleHandler.java b/src/main/java/io/netty/handler/ipfilter/IpFilterRuleHandler.java index a1c6ea6645..8aacdb7730 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilterRuleHandler.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilterRuleHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilterRuleList.java b/src/main/java/io/netty/handler/ipfilter/IpFilterRuleList.java index 5aa8ed3887..57a9ad9aea 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilterRuleList.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilterRuleList.java @@ -1,18 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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: * - * 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. + * 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 io.netty.handler.ipfilter; @@ -43,7 +42,8 @@ import io.netty.logging.InternalLoggerFactory; *
* new IPFilterRuleHandler().addAll(new IpFilterRuleList("+n:localhost, -n:*")); *
- * + * + */ public class IpFilterRuleList extends ArrayList { diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilteringHandler.java b/src/main/java/io/netty/handler/ipfilter/IpFilteringHandler.java index c7846cbd1e..08f5f455a7 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilteringHandler.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilteringHandler.java @@ -1,18 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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: * - * 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. + * 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 io.netty.handler.ipfilter; diff --git a/src/main/java/io/netty/handler/ipfilter/IpFilteringHandlerImpl.java b/src/main/java/io/netty/handler/ipfilter/IpFilteringHandlerImpl.java index d492f5f29b..b082d86099 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpFilteringHandlerImpl.java +++ b/src/main/java/io/netty/handler/ipfilter/IpFilteringHandlerImpl.java @@ -1,18 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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: * - * 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. + * 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 io.netty.handler.ipfilter; @@ -29,7 +28,8 @@ import io.netty.channel.Channels; // TODO: Auto-generated Javadoc /** * General class that handle Ip Filtering. - * + * + */ public abstract class IpFilteringHandlerImpl implements ChannelUpstreamHandler, IpFilteringHandler { diff --git a/src/main/java/io/netty/handler/ipfilter/IpSet.java b/src/main/java/io/netty/handler/ipfilter/IpSet.java index 71657012d4..a734975e7a 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpSet.java +++ b/src/main/java/io/netty/handler/ipfilter/IpSet.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpSubnet.java b/src/main/java/io/netty/handler/ipfilter/IpSubnet.java index 6934d669e7..84a1917715 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpSubnet.java +++ b/src/main/java/io/netty/handler/ipfilter/IpSubnet.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java b/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java index 05e6ed51b3..f0ba8348c3 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java +++ b/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpV4Subnet.java b/src/main/java/io/netty/handler/ipfilter/IpV4Subnet.java index c3b93941f3..752e6060da 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpV4Subnet.java +++ b/src/main/java/io/netty/handler/ipfilter/IpV4Subnet.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/IpV4SubnetFilterRule.java b/src/main/java/io/netty/handler/ipfilter/IpV4SubnetFilterRule.java index ca3a0c36aa..490eb7e82f 100644 --- a/src/main/java/io/netty/handler/ipfilter/IpV4SubnetFilterRule.java +++ b/src/main/java/io/netty/handler/ipfilter/IpV4SubnetFilterRule.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/OneIpFilterHandler.java b/src/main/java/io/netty/handler/ipfilter/OneIpFilterHandler.java index 4a7700c55a..50b2778f3a 100644 --- a/src/main/java/io/netty/handler/ipfilter/OneIpFilterHandler.java +++ b/src/main/java/io/netty/handler/ipfilter/OneIpFilterHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ipfilter/PatternRule.java b/src/main/java/io/netty/handler/ipfilter/PatternRule.java index 8d3a354e73..7a0836ab0d 100644 --- a/src/main/java/io/netty/handler/ipfilter/PatternRule.java +++ b/src/main/java/io/netty/handler/ipfilter/PatternRule.java @@ -1,18 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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: * - * 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. + * 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 io.netty.handler.ipfilter; @@ -47,7 +46,8 @@ import io.netty.logging.InternalLoggerFactory; *
* new PatternRule(false, "n:*") *
- * + * + */ public class PatternRule implements IpFilterRule, Comparable { diff --git a/src/main/java/io/netty/handler/ipfilter/package-info.java b/src/main/java/io/netty/handler/ipfilter/package-info.java index efc987ed26..7d95e91ecc 100644 --- a/src/main/java/io/netty/handler/ipfilter/package-info.java +++ b/src/main/java/io/netty/handler/ipfilter/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/logging/LoggingHandler.java b/src/main/java/io/netty/handler/logging/LoggingHandler.java index ab7fd1ac69..9b92815e99 100644 --- a/src/main/java/io/netty/handler/logging/LoggingHandler.java +++ b/src/main/java/io/netty/handler/logging/LoggingHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/logging/package-info.java b/src/main/java/io/netty/handler/logging/package-info.java index 0f03636dd4..b14bf5a2ee 100644 --- a/src/main/java/io/netty/handler/logging/package-info.java +++ b/src/main/java/io/netty/handler/logging/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/queue/BlockingReadHandler.java b/src/main/java/io/netty/handler/queue/BlockingReadHandler.java index 322419c402..b6b871a60e 100644 --- a/src/main/java/io/netty/handler/queue/BlockingReadHandler.java +++ b/src/main/java/io/netty/handler/queue/BlockingReadHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java b/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java index 71a2a08977..7528f892d2 100644 --- a/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java +++ b/src/main/java/io/netty/handler/queue/BlockingReadTimeoutException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java b/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java index 2df1350bb8..97ceabc0f0 100644 --- a/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java +++ b/src/main/java/io/netty/handler/queue/BufferedWriteHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/queue/package-info.java b/src/main/java/io/netty/handler/queue/package-info.java index eaee3602f8..906a544373 100644 --- a/src/main/java/io/netty/handler/queue/package-info.java +++ b/src/main/java/io/netty/handler/queue/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java b/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java index 2a433b0885..6c1b28305e 100644 --- a/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java +++ b/src/main/java/io/netty/handler/region/ChannelWritableByteChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -34,8 +34,10 @@ import io.netty.channel.MessageEvent; /** * {@link WritableByteChannel} implementation which will take care to wrap the {@link ByteBuffer} to a {@link ChannelBuffer} and forward it to the next {@link ChannelDownstreamHandler} in the {@link ChannelPipeline} on every {@link #write(ByteBuffer)} * operation. - * - */ + * + + + */ public class ChannelWritableByteChannel implements WritableByteChannel { private boolean closed = false; diff --git a/src/main/java/io/netty/handler/region/FileRegionEncoder.java b/src/main/java/io/netty/handler/region/FileRegionEncoder.java index 33eb190b20..f361eace9f 100644 --- a/src/main/java/io/netty/handler/region/FileRegionEncoder.java +++ b/src/main/java/io/netty/handler/region/FileRegionEncoder.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -35,8 +35,10 @@ import io.netty.channel.MessageEvent; * * Users of this {@link FileRegionEncoder} should add / remove this {@link ChannelDownstreamHandler} on the fly to get the best performance out of their system. * - * - */ + * + + + */ @ChannelHandler.Sharable public class FileRegionEncoder implements ChannelDownstreamHandler{ diff --git a/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java b/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java index 1e5f69059f..bf83828768 100644 --- a/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java +++ b/src/main/java/io/netty/handler/ssl/ImmediateExecutor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ssl/SslBufferPool.java b/src/main/java/io/netty/handler/ssl/SslBufferPool.java index f601d8bd7c..aef2694508 100644 --- a/src/main/java/io/netty/handler/ssl/SslBufferPool.java +++ b/src/main/java/io/netty/handler/ssl/SslBufferPool.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ssl/SslHandler.java b/src/main/java/io/netty/handler/ssl/SslHandler.java index 31e96dba6f..16e27b6832 100644 --- a/src/main/java/io/netty/handler/ssl/SslHandler.java +++ b/src/main/java/io/netty/handler/ssl/SslHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/ssl/package-info.java b/src/main/java/io/netty/handler/ssl/package-info.java index 84d6cd1ccf..90aab36df3 100644 --- a/src/main/java/io/netty/handler/ssl/package-info.java +++ b/src/main/java/io/netty/handler/ssl/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedFile.java b/src/main/java/io/netty/handler/stream/ChunkedFile.java index f176af3193..7aa0d06320 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedFile.java +++ b/src/main/java/io/netty/handler/stream/ChunkedFile.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedInput.java b/src/main/java/io/netty/handler/stream/ChunkedInput.java index ec70503153..e7b783be2d 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedInput.java +++ b/src/main/java/io/netty/handler/stream/ChunkedInput.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedNioFile.java b/src/main/java/io/netty/handler/stream/ChunkedNioFile.java index 6ffa64888a..8c3efa572b 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedNioFile.java +++ b/src/main/java/io/netty/handler/stream/ChunkedNioFile.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedNioStream.java b/src/main/java/io/netty/handler/stream/ChunkedNioStream.java index 3eabf4d6a1..dc368c98be 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedNioStream.java +++ b/src/main/java/io/netty/handler/stream/ChunkedNioStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedStream.java b/src/main/java/io/netty/handler/stream/ChunkedStream.java index d4a6e782ff..6ad077f9b5 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedStream.java +++ b/src/main/java/io/netty/handler/stream/ChunkedStream.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java b/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java index c1dcb6a7d6..a071a618db 100644 --- a/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java +++ b/src/main/java/io/netty/handler/stream/ChunkedWriteHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/stream/package-info.java b/src/main/java/io/netty/handler/stream/package-info.java index e915a03729..50701e5db3 100644 --- a/src/main/java/io/netty/handler/stream/package-info.java +++ b/src/main/java/io/netty/handler/stream/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java b/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java index ef1fbad830..f1fa029cd3 100644 --- a/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java +++ b/src/main/java/io/netty/handler/timeout/DefaultIdleStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/IdleState.java b/src/main/java/io/netty/handler/timeout/IdleState.java index ecfcbcab9a..12ffe134bf 100644 --- a/src/main/java/io/netty/handler/timeout/IdleState.java +++ b/src/main/java/io/netty/handler/timeout/IdleState.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java index 6092eb34e6..f4c3c18930 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java index 22ad0c5e0f..48b91d8f34 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateAwareChannelUpstreamHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/IdleStateEvent.java b/src/main/java/io/netty/handler/timeout/IdleStateEvent.java index 124e25e43e..5175fd391f 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateEvent.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateEvent.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/IdleStateHandler.java b/src/main/java/io/netty/handler/timeout/IdleStateHandler.java index 89e717ca3f..28fed1bade 100644 --- a/src/main/java/io/netty/handler/timeout/IdleStateHandler.java +++ b/src/main/java/io/netty/handler/timeout/IdleStateHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java b/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java index fb451ffcdb..1d0adbe5d1 100644 --- a/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/ReadTimeoutException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java b/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java index a066f6153d..31f5fa57b6 100644 --- a/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java +++ b/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/TimeoutException.java b/src/main/java/io/netty/handler/timeout/TimeoutException.java index a92a3f22fe..17ec225427 100644 --- a/src/main/java/io/netty/handler/timeout/TimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/TimeoutException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java b/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java index 7ccf64fb49..42c2ecedab 100644 --- a/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java +++ b/src/main/java/io/netty/handler/timeout/WriteTimeoutException.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java b/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java index 6a24dc8169..f00a177024 100644 --- a/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java +++ b/src/main/java/io/netty/handler/timeout/WriteTimeoutHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/timeout/package-info.java b/src/main/java/io/netty/handler/timeout/package-info.java index 07eb570fba..f78dfbeda6 100644 --- a/src/main/java/io/netty/handler/timeout/package-info.java +++ b/src/main/java/io/netty/handler/timeout/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/traffic/AbstractTrafficShapingHandler.java b/src/main/java/io/netty/handler/traffic/AbstractTrafficShapingHandler.java index e50c4907c3..edd22e13f0 100644 --- a/src/main/java/io/netty/handler/traffic/AbstractTrafficShapingHandler.java +++ b/src/main/java/io/netty/handler/traffic/AbstractTrafficShapingHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/traffic/ChannelTrafficShapingHandler.java b/src/main/java/io/netty/handler/traffic/ChannelTrafficShapingHandler.java index cdc3b3ba19..197064e84d 100644 --- a/src/main/java/io/netty/handler/traffic/ChannelTrafficShapingHandler.java +++ b/src/main/java/io/netty/handler/traffic/ChannelTrafficShapingHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/traffic/GlobalTrafficShapingHandler.java b/src/main/java/io/netty/handler/traffic/GlobalTrafficShapingHandler.java index aab4ca52c9..de979de39c 100644 --- a/src/main/java/io/netty/handler/traffic/GlobalTrafficShapingHandler.java +++ b/src/main/java/io/netty/handler/traffic/GlobalTrafficShapingHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/traffic/TrafficCounter.java b/src/main/java/io/netty/handler/traffic/TrafficCounter.java index 5b867c7aa2..1f56136734 100644 --- a/src/main/java/io/netty/handler/traffic/TrafficCounter.java +++ b/src/main/java/io/netty/handler/traffic/TrafficCounter.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/handler/traffic/package-info.java b/src/main/java/io/netty/handler/traffic/package-info.java index 44b11baf96..a5f6e0be00 100644 --- a/src/main/java/io/netty/handler/traffic/package-info.java +++ b/src/main/java/io/netty/handler/traffic/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/AbstractInternalLogger.java b/src/main/java/io/netty/logging/AbstractInternalLogger.java index b309d1bfc7..8fafb296f0 100644 --- a/src/main/java/io/netty/logging/AbstractInternalLogger.java +++ b/src/main/java/io/netty/logging/AbstractInternalLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/CommonsLogger.java b/src/main/java/io/netty/logging/CommonsLogger.java index f0417d203e..09d7b8b74c 100644 --- a/src/main/java/io/netty/logging/CommonsLogger.java +++ b/src/main/java/io/netty/logging/CommonsLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/CommonsLoggerFactory.java b/src/main/java/io/netty/logging/CommonsLoggerFactory.java index 70f66151a7..3055170b09 100644 --- a/src/main/java/io/netty/logging/CommonsLoggerFactory.java +++ b/src/main/java/io/netty/logging/CommonsLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/InternalLogLevel.java b/src/main/java/io/netty/logging/InternalLogLevel.java index ef98f2aa6d..94d56dd47d 100644 --- a/src/main/java/io/netty/logging/InternalLogLevel.java +++ b/src/main/java/io/netty/logging/InternalLogLevel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/InternalLogger.java b/src/main/java/io/netty/logging/InternalLogger.java index b394dd60a1..d9ea1baf9a 100644 --- a/src/main/java/io/netty/logging/InternalLogger.java +++ b/src/main/java/io/netty/logging/InternalLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/InternalLoggerFactory.java b/src/main/java/io/netty/logging/InternalLoggerFactory.java index 195e3fd335..54052c969c 100644 --- a/src/main/java/io/netty/logging/InternalLoggerFactory.java +++ b/src/main/java/io/netty/logging/InternalLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/JBossLogger.java b/src/main/java/io/netty/logging/JBossLogger.java index 37dc000bbe..7b66b18460 100644 --- a/src/main/java/io/netty/logging/JBossLogger.java +++ b/src/main/java/io/netty/logging/JBossLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/JBossLoggerFactory.java b/src/main/java/io/netty/logging/JBossLoggerFactory.java index 65b90ea764..73c8eaff86 100644 --- a/src/main/java/io/netty/logging/JBossLoggerFactory.java +++ b/src/main/java/io/netty/logging/JBossLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/JdkLogger.java b/src/main/java/io/netty/logging/JdkLogger.java index a76949b467..c63f71be66 100644 --- a/src/main/java/io/netty/logging/JdkLogger.java +++ b/src/main/java/io/netty/logging/JdkLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/JdkLoggerFactory.java b/src/main/java/io/netty/logging/JdkLoggerFactory.java index 9e698e8265..b72f57ce04 100644 --- a/src/main/java/io/netty/logging/JdkLoggerFactory.java +++ b/src/main/java/io/netty/logging/JdkLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/Log4JLogger.java b/src/main/java/io/netty/logging/Log4JLogger.java index d8be91d71c..00699fa1c2 100644 --- a/src/main/java/io/netty/logging/Log4JLogger.java +++ b/src/main/java/io/netty/logging/Log4JLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/Log4JLoggerFactory.java b/src/main/java/io/netty/logging/Log4JLoggerFactory.java index 25f6ad0e08..45812f29cf 100644 --- a/src/main/java/io/netty/logging/Log4JLoggerFactory.java +++ b/src/main/java/io/netty/logging/Log4JLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/OsgiLogger.java b/src/main/java/io/netty/logging/OsgiLogger.java index 682d23cea8..ce0ebba218 100644 --- a/src/main/java/io/netty/logging/OsgiLogger.java +++ b/src/main/java/io/netty/logging/OsgiLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/OsgiLoggerFactory.java b/src/main/java/io/netty/logging/OsgiLoggerFactory.java index 68eca62c18..ffe1218fff 100644 --- a/src/main/java/io/netty/logging/OsgiLoggerFactory.java +++ b/src/main/java/io/netty/logging/OsgiLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/Slf4JLogger.java b/src/main/java/io/netty/logging/Slf4JLogger.java index 059711fa36..2fa350264e 100644 --- a/src/main/java/io/netty/logging/Slf4JLogger.java +++ b/src/main/java/io/netty/logging/Slf4JLogger.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/Slf4JLoggerFactory.java b/src/main/java/io/netty/logging/Slf4JLoggerFactory.java index 1fe5f15379..3181d7accd 100644 --- a/src/main/java/io/netty/logging/Slf4JLoggerFactory.java +++ b/src/main/java/io/netty/logging/Slf4JLoggerFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/logging/package-info.java b/src/main/java/io/netty/logging/package-info.java index dd1a79e37e..17b55763d9 100644 --- a/src/main/java/io/netty/logging/package-info.java +++ b/src/main/java/io/netty/logging/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/CharsetUtil.java b/src/main/java/io/netty/util/CharsetUtil.java index 751ba8cd05..df0c4bcfb6 100644 --- a/src/main/java/io/netty/util/CharsetUtil.java +++ b/src/main/java/io/netty/util/CharsetUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/DebugUtil.java b/src/main/java/io/netty/util/DebugUtil.java index ca241c3ed8..773740c083 100644 --- a/src/main/java/io/netty/util/DebugUtil.java +++ b/src/main/java/io/netty/util/DebugUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java b/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java index 2ab95d17d4..806986a062 100644 --- a/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java +++ b/src/main/java/io/netty/util/DefaultObjectSizeEstimator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/EstimatableObjectWrapper.java b/src/main/java/io/netty/util/EstimatableObjectWrapper.java index 825f4cf6a5..b42ad55c0a 100644 --- a/src/main/java/io/netty/util/EstimatableObjectWrapper.java +++ b/src/main/java/io/netty/util/EstimatableObjectWrapper.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/ExternalResourceReleasable.java b/src/main/java/io/netty/util/ExternalResourceReleasable.java index 4061708ea3..6bb6875cf7 100644 --- a/src/main/java/io/netty/util/ExternalResourceReleasable.java +++ b/src/main/java/io/netty/util/ExternalResourceReleasable.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/ExternalResourceUtil.java b/src/main/java/io/netty/util/ExternalResourceUtil.java index 2ba20e9fb6..afdb5d7162 100644 --- a/src/main/java/io/netty/util/ExternalResourceUtil.java +++ b/src/main/java/io/netty/util/ExternalResourceUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/HashedWheelTimer.java b/src/main/java/io/netty/util/HashedWheelTimer.java index 783961c1af..8f0ec16847 100644 --- a/src/main/java/io/netty/util/HashedWheelTimer.java +++ b/src/main/java/io/netty/util/HashedWheelTimer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/MapBackedSet.java b/src/main/java/io/netty/util/MapBackedSet.java index 93fb0104b9..68a32c9db0 100644 --- a/src/main/java/io/netty/util/MapBackedSet.java +++ b/src/main/java/io/netty/util/MapBackedSet.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/NamedThreadFactory.java b/src/main/java/io/netty/util/NamedThreadFactory.java index b56ecf9177..33fa15e084 100644 --- a/src/main/java/io/netty/util/NamedThreadFactory.java +++ b/src/main/java/io/netty/util/NamedThreadFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/ObjectSizeEstimator.java b/src/main/java/io/netty/util/ObjectSizeEstimator.java index 4e66ad4730..8810282d14 100644 --- a/src/main/java/io/netty/util/ObjectSizeEstimator.java +++ b/src/main/java/io/netty/util/ObjectSizeEstimator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/Timeout.java b/src/main/java/io/netty/util/Timeout.java index 94e43b03e4..3afdc6bee8 100644 --- a/src/main/java/io/netty/util/Timeout.java +++ b/src/main/java/io/netty/util/Timeout.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/Timer.java b/src/main/java/io/netty/util/Timer.java index 7e4ae8d658..3230f0f0a3 100644 --- a/src/main/java/io/netty/util/Timer.java +++ b/src/main/java/io/netty/util/Timer.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/TimerTask.java b/src/main/java/io/netty/util/TimerTask.java index d9d3caadd3..897dc16e61 100644 --- a/src/main/java/io/netty/util/TimerTask.java +++ b/src/main/java/io/netty/util/TimerTask.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/UnsafeDetectUtil.java b/src/main/java/io/netty/util/UnsafeDetectUtil.java index 5c1ef24465..97b909b191 100644 --- a/src/main/java/io/netty/util/UnsafeDetectUtil.java +++ b/src/main/java/io/netty/util/UnsafeDetectUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -20,8 +20,10 @@ import java.util.concurrent.atomic.AtomicInteger; /** * Utility which checks if {@value #UNSAFE} class can be found in the classpath - * - */ + * + + + */ public class UnsafeDetectUtil { private static final String UNSAFE = "sun.misc.Unsafe"; diff --git a/src/main/java/io/netty/util/VirtualExecutorService.java b/src/main/java/io/netty/util/VirtualExecutorService.java index 5b023f68d7..3326d1b728 100644 --- a/src/main/java/io/netty/util/VirtualExecutorService.java +++ b/src/main/java/io/netty/util/VirtualExecutorService.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java b/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java index 6847721284..f4951b8e51 100644 --- a/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java +++ b/src/main/java/io/netty/util/internal/AtomicFieldUpdaterUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ConcurrentHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentHashMap.java index ce77a03a74..662481d3f4 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentHashMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java index ed17c1c007..f16192ffa8 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentIdentityHashMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java index a191fd5aaf..23aec45e5c 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentIdentityWeakKeyHashMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java b/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java index b61005cbfa..b716bfd27e 100644 --- a/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java +++ b/src/main/java/io/netty/util/internal/ConcurrentWeakKeyHashMap.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ConversionUtil.java b/src/main/java/io/netty/util/internal/ConversionUtil.java index f779e8bbc2..ea263aa997 100644 --- a/src/main/java/io/netty/util/internal/ConversionUtil.java +++ b/src/main/java/io/netty/util/internal/ConversionUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/DeadLockProofWorker.java b/src/main/java/io/netty/util/internal/DeadLockProofWorker.java index 57363c755a..825f5f3c77 100644 --- a/src/main/java/io/netty/util/internal/DeadLockProofWorker.java +++ b/src/main/java/io/netty/util/internal/DeadLockProofWorker.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ExecutorUtil.java b/src/main/java/io/netty/util/internal/ExecutorUtil.java index d4490eb21f..b7546ed2e6 100644 --- a/src/main/java/io/netty/util/internal/ExecutorUtil.java +++ b/src/main/java/io/netty/util/internal/ExecutorUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java b/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java index 9865780c85..3fa4bdf9bd 100644 --- a/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java +++ b/src/main/java/io/netty/util/internal/LegacyLinkedTransferQueue.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/LinkedTransferQueue.java b/src/main/java/io/netty/util/internal/LinkedTransferQueue.java index c4d746e746..b43634016e 100644 --- a/src/main/java/io/netty/util/internal/LinkedTransferQueue.java +++ b/src/main/java/io/netty/util/internal/LinkedTransferQueue.java @@ -1,3 +1,19 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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. + */ + /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at @@ -61,7 +77,8 @@ import java.util.concurrent.locks.LockSupport; * * Java Collections Framework. * - * @since 1.7 + * @since 1.7 + * @param the type of elements held in this collection */ public class LinkedTransferQueue extends AbstractQueue diff --git a/src/main/java/io/netty/util/internal/NonReentrantLock.java b/src/main/java/io/netty/util/internal/NonReentrantLock.java index 69afd454fe..3cc3163548 100644 --- a/src/main/java/io/netty/util/internal/NonReentrantLock.java +++ b/src/main/java/io/netty/util/internal/NonReentrantLock.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/QueueFactory.java b/src/main/java/io/netty/util/internal/QueueFactory.java index 2f30198de1..575441787b 100644 --- a/src/main/java/io/netty/util/internal/QueueFactory.java +++ b/src/main/java/io/netty/util/internal/QueueFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ @@ -22,8 +22,10 @@ import io.netty.util.UnsafeDetectUtil; /** * This factory should be used to create the "optimal" {@link BlockingQueue} instance for the running JVM. - * - */ + * + + + */ public class QueueFactory { private static final boolean useUnsafe = UnsafeDetectUtil.isUnsafeFound(QueueFactory.class.getClassLoader()); diff --git a/src/main/java/io/netty/util/internal/ReusableIterator.java b/src/main/java/io/netty/util/internal/ReusableIterator.java index 33bf70774f..019e24bed7 100644 --- a/src/main/java/io/netty/util/internal/ReusableIterator.java +++ b/src/main/java/io/netty/util/internal/ReusableIterator.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java b/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java index 6f7e06b71b..7daf3a1e77 100644 --- a/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java +++ b/src/main/java/io/netty/util/internal/SharedResourceMisuseDetector.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/StackTraceSimplifier.java b/src/main/java/io/netty/util/internal/StackTraceSimplifier.java index 4c55c8a1f1..3146416dc1 100644 --- a/src/main/java/io/netty/util/internal/StackTraceSimplifier.java +++ b/src/main/java/io/netty/util/internal/StackTraceSimplifier.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/StringUtil.java b/src/main/java/io/netty/util/internal/StringUtil.java index 9cc4281bed..95540f1e30 100644 --- a/src/main/java/io/netty/util/internal/StringUtil.java +++ b/src/main/java/io/netty/util/internal/StringUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/SystemPropertyUtil.java b/src/main/java/io/netty/util/internal/SystemPropertyUtil.java index 4b945267a9..fde1761f91 100644 --- a/src/main/java/io/netty/util/internal/SystemPropertyUtil.java +++ b/src/main/java/io/netty/util/internal/SystemPropertyUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java b/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java index 772ed75d62..be60001439 100644 --- a/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java +++ b/src/main/java/io/netty/util/internal/ThreadLocalBoolean.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/ThreadLocalRandom.java b/src/main/java/io/netty/util/internal/ThreadLocalRandom.java index 6dd15b886d..11959f9e15 100644 --- a/src/main/java/io/netty/util/internal/ThreadLocalRandom.java +++ b/src/main/java/io/netty/util/internal/ThreadLocalRandom.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/UnterminatableExecutor.java b/src/main/java/io/netty/util/internal/UnterminatableExecutor.java index 45fa242dcd..b354d81d8f 100644 --- a/src/main/java/io/netty/util/internal/UnterminatableExecutor.java +++ b/src/main/java/io/netty/util/internal/UnterminatableExecutor.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/jzlib/Adler32.java b/src/main/java/io/netty/util/internal/jzlib/Adler32.java index 1e417997f1..13a8cefaa8 100644 --- a/src/main/java/io/netty/util/internal/jzlib/Adler32.java +++ b/src/main/java/io/netty/util/internal/jzlib/Adler32.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/CRC32.java b/src/main/java/io/netty/util/internal/jzlib/CRC32.java index 61f093144d..e65f32e51c 100644 --- a/src/main/java/io/netty/util/internal/jzlib/CRC32.java +++ b/src/main/java/io/netty/util/internal/jzlib/CRC32.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/internal/jzlib/Deflate.java b/src/main/java/io/netty/util/internal/jzlib/Deflate.java index 102447ae2e..a0fb3812d0 100644 --- a/src/main/java/io/netty/util/internal/jzlib/Deflate.java +++ b/src/main/java/io/netty/util/internal/jzlib/Deflate.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/InfBlocks.java b/src/main/java/io/netty/util/internal/jzlib/InfBlocks.java index 5a4adb0317..2af281e50e 100644 --- a/src/main/java/io/netty/util/internal/jzlib/InfBlocks.java +++ b/src/main/java/io/netty/util/internal/jzlib/InfBlocks.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/InfCodes.java b/src/main/java/io/netty/util/internal/jzlib/InfCodes.java index f6ee9ca55c..ae23c56cc6 100644 --- a/src/main/java/io/netty/util/internal/jzlib/InfCodes.java +++ b/src/main/java/io/netty/util/internal/jzlib/InfCodes.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/InfTree.java b/src/main/java/io/netty/util/internal/jzlib/InfTree.java index e0b0d15c8b..64ab9554cd 100644 --- a/src/main/java/io/netty/util/internal/jzlib/InfTree.java +++ b/src/main/java/io/netty/util/internal/jzlib/InfTree.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/Inflate.java b/src/main/java/io/netty/util/internal/jzlib/Inflate.java index 618b80df3b..a7898f9d45 100644 --- a/src/main/java/io/netty/util/internal/jzlib/Inflate.java +++ b/src/main/java/io/netty/util/internal/jzlib/Inflate.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/JZlib.java b/src/main/java/io/netty/util/internal/jzlib/JZlib.java index 0a4b2ebeba..aa46e37da2 100644 --- a/src/main/java/io/netty/util/internal/jzlib/JZlib.java +++ b/src/main/java/io/netty/util/internal/jzlib/JZlib.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/StaticTree.java b/src/main/java/io/netty/util/internal/jzlib/StaticTree.java index 6d82e22677..ce6e6ea455 100644 --- a/src/main/java/io/netty/util/internal/jzlib/StaticTree.java +++ b/src/main/java/io/netty/util/internal/jzlib/StaticTree.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/Tree.java b/src/main/java/io/netty/util/internal/jzlib/Tree.java index deec53832f..e90ee3056e 100644 --- a/src/main/java/io/netty/util/internal/jzlib/Tree.java +++ b/src/main/java/io/netty/util/internal/jzlib/Tree.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/jzlib/ZStream.java b/src/main/java/io/netty/util/internal/jzlib/ZStream.java index a4e171d4f7..9bc28c205f 100644 --- a/src/main/java/io/netty/util/internal/jzlib/ZStream.java +++ b/src/main/java/io/netty/util/internal/jzlib/ZStream.java @@ -1,45 +1,19 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ -/* -Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ /* * This program is based on zlib-1.1.3, so all credit should go authors * Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu) diff --git a/src/main/java/io/netty/util/internal/package-info.java b/src/main/java/io/netty/util/internal/package-info.java index c7421eba3b..3de03c2160 100644 --- a/src/main/java/io/netty/util/internal/package-info.java +++ b/src/main/java/io/netty/util/internal/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/io/netty/util/package-info.java b/src/main/java/io/netty/util/package-info.java index 0e08802faf..016780c773 100644 --- a/src/main/java/io/netty/util/package-info.java +++ b/src/main/java/io/netty/util/package-info.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java index 5401bced47..fb80aaae2f 100644 --- a/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/AbstractSocketClientBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java index 2cb29cef28..15edd45227 100644 --- a/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/AbstractSocketServerBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java b/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java index ff710d7465..83297e1d46 100644 --- a/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java +++ b/src/test/java/io/netty/bootstrap/BootstrapOrderedMapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/BootstrapTest.java b/src/test/java/io/netty/bootstrap/BootstrapTest.java index 29420a66b1..5255be1ddf 100644 --- a/src/test/java/io/netty/bootstrap/BootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/BootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java index 6542ca7932..a1a77dfd3d 100644 --- a/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/NioSocketClientBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java index 7c0086911c..f2e63968ff 100644 --- a/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/NioSocketServerBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java b/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java index fdc89c9581..c6d864eacd 100644 --- a/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/OioSocketClientBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java b/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java index 40397e4d1b..afd75d66b1 100644 --- a/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java +++ b/src/test/java/io/netty/bootstrap/OioSocketServerBootstrapTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java b/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java index 13685c818e..62904c15ae 100644 --- a/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/AbstractChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java index 4e6acad9d4..ae016cce0a 100644 --- a/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/AbstractCompositeChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java index 815e0942f2..c0cc79ae1a 100644 --- a/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianCompositeChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java index bc0ae86df4..7d2bdb1a6c 100644 --- a/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianDirectChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java index 9be61f4b51..af3226f024 100644 --- a/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/BigEndianHeapChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java index 1693750811..ec7533e0f6 100644 --- a/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/ByteBufferBackedHeapChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java b/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java index 6a42ae4829..204f21d520 100644 --- a/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java +++ b/src/test/java/io/netty/buffer/ChannelBufferIndexFinderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java b/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java index 5044442812..5ddd657ec3 100644 --- a/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java +++ b/src/test/java/io/netty/buffer/ChannelBufferStreamTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/ChannelBuffersTest.java b/src/test/java/io/netty/buffer/ChannelBuffersTest.java index 299f549148..79ef19ec81 100644 --- a/src/test/java/io/netty/buffer/ChannelBuffersTest.java +++ b/src/test/java/io/netty/buffer/ChannelBuffersTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java b/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java index 626a323365..e0140e8dee 100644 --- a/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/DuplicateChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java b/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java index dd0c5d1130..8d0c81af5e 100644 --- a/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/DynamicChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java index ca01bb47fc..7f7ca267bb 100644 --- a/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianCompositeChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java index 1aa7200987..2c19c9c65d 100644 --- a/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianDirectChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java b/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java index 1666eab613..d5d632b9d5 100644 --- a/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/LittleEndianHeapChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java b/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java index cc55efe13e..8731b7eb02 100644 --- a/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/ReadOnlyChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java b/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java index a63bdccde6..04a3d119b5 100644 --- a/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/SlicedChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java b/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java index 343bb5f7b2..94ddec46a6 100644 --- a/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java +++ b/src/test/java/io/netty/buffer/TruncatedChannelBufferTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/CompleteChannelFutureTest.java b/src/test/java/io/netty/channel/CompleteChannelFutureTest.java index b74e154404..29a5fedb50 100644 --- a/src/test/java/io/netty/channel/CompleteChannelFutureTest.java +++ b/src/test/java/io/netty/channel/CompleteChannelFutureTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/FailedChannelFutureTest.java b/src/test/java/io/netty/channel/FailedChannelFutureTest.java index 5fbfc876a3..bf43e07fdc 100644 --- a/src/test/java/io/netty/channel/FailedChannelFutureTest.java +++ b/src/test/java/io/netty/channel/FailedChannelFutureTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/StaticChannelPipelineTest.java b/src/test/java/io/netty/channel/StaticChannelPipelineTest.java index 9e2f63eb3c..04d596ab83 100644 --- a/src/test/java/io/netty/channel/StaticChannelPipelineTest.java +++ b/src/test/java/io/netty/channel/StaticChannelPipelineTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/SucceededChannelFutureTest.java b/src/test/java/io/netty/channel/SucceededChannelFutureTest.java index 25d2762dbc..a29d022e94 100644 --- a/src/test/java/io/netty/channel/SucceededChannelFutureTest.java +++ b/src/test/java/io/netty/channel/SucceededChannelFutureTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java b/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java index f80c6ba898..b41e33999c 100644 --- a/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/AbstractSocketEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java b/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java index 7987605f75..51ffc8236a 100644 --- a/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java +++ b/src/test/java/io/netty/channel/socket/NioClientSocketShutdownTimeTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java index ab379ae000..44c234ae58 100644 --- a/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/NioNioSocketEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java index 5ad9e24a20..10c3fee546 100644 --- a/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/NioOioSocketEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java b/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java index a205ecab6f..534fc0cb68 100644 --- a/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java +++ b/src/test/java/io/netty/channel/socket/NioServerSocketShutdownTimeTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java index cc6d420bcb..b9e25256f9 100644 --- a/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/OioNioSocketEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java b/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java index 2601d771d8..c7d1a33e08 100644 --- a/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java +++ b/src/test/java/io/netty/channel/socket/OioOioSocketEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatchTest.java b/src/test/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatchTest.java index 1baacc97e5..25c85fde9c 100644 --- a/src/test/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatchTest.java +++ b/src/test/java/io/netty/channel/socket/http/AcceptedServerChannelRequestDispatchTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeChannelConfig.java b/src/test/java/io/netty/channel/socket/http/FakeChannelConfig.java index 7f476213d7..4de34b94ce 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeChannelConfig.java +++ b/src/test/java/io/netty/channel/socket/http/FakeChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeChannelSink.java b/src/test/java/io/netty/channel/socket/http/FakeChannelSink.java index 0d8d9546b5..0798eb94ad 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeChannelSink.java +++ b/src/test/java/io/netty/channel/socket/http/FakeChannelSink.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeClientSocketChannelFactory.java b/src/test/java/io/netty/channel/socket/http/FakeClientSocketChannelFactory.java index 972f18a158..a27bedc813 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeClientSocketChannelFactory.java +++ b/src/test/java/io/netty/channel/socket/http/FakeClientSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannel.java b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannel.java index 284405a117..f6f8162c42 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannel.java +++ b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelConfig.java b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelConfig.java index c6888edee9..680e47bb1c 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelConfig.java +++ b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelConfig.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelFactory.java b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelFactory.java index 8dea7564cb..a0f5330133 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelFactory.java +++ b/src/test/java/io/netty/channel/socket/http/FakeServerSocketChannelFactory.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/FakeSocketChannel.java b/src/test/java/io/netty/channel/socket/http/FakeSocketChannel.java index ae23618ae9..3e385bfcca 100644 --- a/src/test/java/io/netty/channel/socket/http/FakeSocketChannel.java +++ b/src/test/java/io/netty/channel/socket/http/FakeSocketChannel.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSinkTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSinkTest.java index cf8af96e6e..4a853f69ef 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSinkTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelAcceptedChannelSinkTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfigTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfigTest.java index 337d501309..9bf4ddb78e 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfigTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelConfigTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelTest.java index 14e2683973..599c960a6d 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientChannelTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientPollHandlerTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientPollHandlerTest.java index d34c7c281e..7a5cbecbbb 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientPollHandlerTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientPollHandlerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientSendHandlerTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientSendHandlerTest.java index b31d52f5ae..545c3f8cf3 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelClientSendHandlerTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelClientSendHandlerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactoryTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactoryTest.java index b484ae8401..684ebe2298 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactoryTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelSinkTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelSinkTest.java index 962ecce3fb..e6569e66d9 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelSinkTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelSinkTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelTest.java index 857b18b120..704983eec5 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelServerChannelTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelSoakTester.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelSoakTester.java index c35652ddfa..e34b69e82f 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelSoakTester.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelSoakTester.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/HttpTunnelTest.java b/src/test/java/io/netty/channel/socket/http/HttpTunnelTest.java index c82336f08e..497841a831 100644 --- a/src/test/java/io/netty/channel/socket/http/HttpTunnelTest.java +++ b/src/test/java/io/netty/channel/socket/http/HttpTunnelTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/MockChannelStateListener.java b/src/test/java/io/netty/channel/socket/http/MockChannelStateListener.java index 7209abdf1c..8d37b3c422 100644 --- a/src/test/java/io/netty/channel/socket/http/MockChannelStateListener.java +++ b/src/test/java/io/netty/channel/socket/http/MockChannelStateListener.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/NettyTestUtils.java b/src/test/java/io/netty/channel/socket/http/NettyTestUtils.java index 99d4105743..3e2b326139 100644 --- a/src/test/java/io/netty/channel/socket/http/NettyTestUtils.java +++ b/src/test/java/io/netty/channel/socket/http/NettyTestUtils.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/NettyTestUtilsTest.java b/src/test/java/io/netty/channel/socket/http/NettyTestUtilsTest.java index 7c3ea8a456..34a402bc26 100644 --- a/src/test/java/io/netty/channel/socket/http/NettyTestUtilsTest.java +++ b/src/test/java/io/netty/channel/socket/http/NettyTestUtilsTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/NullChannelHandler.java b/src/test/java/io/netty/channel/socket/http/NullChannelHandler.java index 181c778bbc..34499d2490 100644 --- a/src/test/java/io/netty/channel/socket/http/NullChannelHandler.java +++ b/src/test/java/io/netty/channel/socket/http/NullChannelHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/SaturationManagerTest.java b/src/test/java/io/netty/channel/socket/http/SaturationManagerTest.java index 18febc02ef..9eb0cc0ea2 100644 --- a/src/test/java/io/netty/channel/socket/http/SaturationManagerTest.java +++ b/src/test/java/io/netty/channel/socket/http/SaturationManagerTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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 io.netty.channel.socket.http; import static org.junit.Assert.*; @@ -8,7 +23,8 @@ import org.junit.Test; /** * Tests saturation managers - * + * + */ public class SaturationManagerTest { diff --git a/src/test/java/io/netty/channel/socket/http/ServerMessageSwitchTest.java b/src/test/java/io/netty/channel/socket/http/ServerMessageSwitchTest.java index 89eb77a42a..bbd364ec82 100644 --- a/src/test/java/io/netty/channel/socket/http/ServerMessageSwitchTest.java +++ b/src/test/java/io/netty/channel/socket/http/ServerMessageSwitchTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/UpstreamEventCatcher.java b/src/test/java/io/netty/channel/socket/http/UpstreamEventCatcher.java index cab141a62e..411c0eb564 100644 --- a/src/test/java/io/netty/channel/socket/http/UpstreamEventCatcher.java +++ b/src/test/java/io/netty/channel/socket/http/UpstreamEventCatcher.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/WriteFragmenterTest.java b/src/test/java/io/netty/channel/socket/http/WriteFragmenterTest.java index 423cc2230f..7865ca18a3 100644 --- a/src/test/java/io/netty/channel/socket/http/WriteFragmenterTest.java +++ b/src/test/java/io/netty/channel/socket/http/WriteFragmenterTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/http/WriteSplitterTest.java b/src/test/java/io/netty/channel/socket/http/WriteSplitterTest.java index 9387c70179..58a09f1684 100644 --- a/src/test/java/io/netty/channel/socket/http/WriteSplitterTest.java +++ b/src/test/java/io/netty/channel/socket/http/WriteSplitterTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java b/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java index 99046f42a9..ffb89db37f 100644 --- a/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java +++ b/src/test/java/io/netty/channel/socket/nio/NioDatagramChannelTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java b/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java index 0649ead032..f624921220 100644 --- a/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java +++ b/src/test/java/io/netty/channel/socket/nio/SimpleHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/channel/socket/nio/UdpClient.java b/src/test/java/io/netty/channel/socket/nio/UdpClient.java index 0a3aae7616..d891b20626 100644 --- a/src/test/java/io/netty/channel/socket/nio/UdpClient.java +++ b/src/test/java/io/netty/channel/socket/nio/UdpClient.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java b/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java index 78fa5943a4..a03575c9aa 100644 --- a/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/bytes/ByteArrayDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java b/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java index ca6bd3fc90..d841e8c3f1 100644 --- a/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java +++ b/src/test/java/io/netty/handler/codec/bytes/ByteArrayEncoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java index 809bc9db27..c9bad3eaee 100644 --- a/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/AbstractSocketFixedLengthEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoderTest.java b/src/test/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoderTest.java index f305077823..7d1728de7a 100644 --- a/src/test/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/frame/DelimiterBasedFrameDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoderTest.java b/src/test/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoderTest.java index 00819750d2..7e24821b34 100644 --- a/src/test/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/frame/LengthFieldBasedFrameDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java index 781db97f38..e9c41f03e3 100644 --- a/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/NioNioSocketFixedLengthEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java index 93c83ea462..c5a0260bc5 100644 --- a/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/NioOioSocketFixedLengthEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java index bcf962988a..8dfee2731b 100644 --- a/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/OioNioSocketFixedLengthEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java b/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java index 69635da48e..77ba5de155 100644 --- a/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java +++ b/src/test/java/io/netty/handler/codec/frame/OioOioSocketFixedLengthEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java b/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java index 6a53c81b46..b9499381d0 100644 --- a/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/CookieDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java b/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java index f57e0fbcdd..a924ac0d06 100644 --- a/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/CookieEncoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java b/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java index 9bd28fc7be..cb3945a1d6 100644 --- a/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java +++ b/src/test/java/io/netty/handler/codec/http/DefaultHttpMessageTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/http/HttpHeaderDateFormatTest.java b/src/test/java/io/netty/handler/codec/http/HttpHeaderDateFormatTest.java index 96abdad9eb..cc81284494 100644 --- a/src/test/java/io/netty/handler/codec/http/HttpHeaderDateFormatTest.java +++ b/src/test/java/io/netty/handler/codec/http/HttpHeaderDateFormatTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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 io.netty.handler.codec.http; import java.text.ParseException; diff --git a/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java b/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java index 18abfd09f6..1a3e580ea7 100644 --- a/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/http/QueryStringDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2010 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java index bc9e3db2f8..29259fae9d 100644 --- a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32FrameDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java index bbf7b91004..d650942628 100644 --- a/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java +++ b/src/test/java/io/netty/handler/codec/protobuf/ProtobufVarint32LengthFieldPrependerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java b/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java index aa7932ae03..a96b0c6ff7 100644 --- a/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java +++ b/src/test/java/io/netty/handler/codec/replay/ReplayingDecoderTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java index 3d5234414f..1d0b24aa46 100644 --- a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketCompatibleObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java index ac7296ab29..2051ecea49 100644 --- a/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/AbstractSocketObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/CompactObjectSerializationTest.java b/src/test/java/io/netty/handler/codec/serialization/CompactObjectSerializationTest.java index 946cb18f83..23953ec468 100644 --- a/src/test/java/io/netty/handler/codec/serialization/CompactObjectSerializationTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/CompactObjectSerializationTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java index 35842a0533..9725515f8d 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketCompatibleObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java index 430352bc83..596d59bc41 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioNioSocketObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java index 8934b44f28..b18110b3e1 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketCompatibleObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java index bfc74bfc55..e693a10568 100644 --- a/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/NioOioSocketObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java index 558c0862d0..8d7e232aa5 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketCompatibleObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java index 397616ed4d..c877cf3b6f 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioNioSocketObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java index 0169bf5390..98c47ab2ed 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketCompatibleObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java index df264343b2..d3149e04d6 100644 --- a/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/OioOioSocketObjectStreamEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java b/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java index 0eb346d314..f92e11e7c3 100644 --- a/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java +++ b/src/test/java/io/netty/handler/codec/serialization/SwitchableInputStreamTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java index 2561ad1f1e..c8be69048f 100644 --- a/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/AbstractSocketStringEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java index a50bae6562..492567e22f 100644 --- a/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/NioNioSocketStringEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java index 5015316112..763e9956f4 100644 --- a/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/NioOioSocketStringEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java index 841c06999c..a593dc7022 100644 --- a/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/OioNioSocketStringEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java b/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java index f83bdd1a4c..74f5164302 100644 --- a/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java +++ b/src/test/java/io/netty/handler/codec/string/OioOioSocketStringEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ipfilter/IpFilterRuleTest.java b/src/test/java/io/netty/handler/ipfilter/IpFilterRuleTest.java index f90df2f260..668be0543c 100644 --- a/src/test/java/io/netty/handler/ipfilter/IpFilterRuleTest.java +++ b/src/test/java/io/netty/handler/ipfilter/IpFilterRuleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011 The Netty Project + * + * The Netty Project licenses this file to you 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 io.netty.handler.ipfilter; import java.net.InetAddress; diff --git a/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java index 9f693c5cde..193a8c9f7c 100644 --- a/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/AbstractSocketSslEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java b/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java index 18d5b688e6..a8538ad3ee 100644 --- a/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java +++ b/src/test/java/io/netty/handler/ssl/ImmediateExecutorTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java index ed1f4691f7..bc1fca4c8e 100644 --- a/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/NioNioSocketSslEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java index f02528122b..6a9b9b2e10 100644 --- a/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/NioOioSocketSslEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java index 78a35bc86e..52a3abc3e5 100644 --- a/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/OioNioSocketSslEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java b/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java index c75fa25654..97a26491c5 100644 --- a/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java +++ b/src/test/java/io/netty/handler/ssl/OioOioSocketSslEchoTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java b/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java index 52c88c5318..90f4509abc 100644 --- a/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/CommonsLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/CommonsLoggerTest.java b/src/test/java/io/netty/logging/CommonsLoggerTest.java index cbd683b75f..0bdb7327c5 100644 --- a/src/test/java/io/netty/logging/CommonsLoggerTest.java +++ b/src/test/java/io/netty/logging/CommonsLoggerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java b/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java index 61a7d3b84d..b9771d335c 100644 --- a/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/InternalLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java b/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java index 315c51ac44..2ef952c366 100644 --- a/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/JBossLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/JBossLoggerTest.java b/src/test/java/io/netty/logging/JBossLoggerTest.java index 6996999329..39cdfd39b8 100644 --- a/src/test/java/io/netty/logging/JBossLoggerTest.java +++ b/src/test/java/io/netty/logging/JBossLoggerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java b/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java index 8418a716ac..93c2a5fee6 100644 --- a/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/JdkLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/JdkLoggerTest.java b/src/test/java/io/netty/logging/JdkLoggerTest.java index d2045a622b..213c963024 100644 --- a/src/test/java/io/netty/logging/JdkLoggerTest.java +++ b/src/test/java/io/netty/logging/JdkLoggerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java b/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java index 8b0b376325..6265bfe895 100644 --- a/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/Log4JLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/Log4JLoggerTest.java b/src/test/java/io/netty/logging/Log4JLoggerTest.java index 28aa881e15..933426aaa6 100644 --- a/src/test/java/io/netty/logging/Log4JLoggerTest.java +++ b/src/test/java/io/netty/logging/Log4JLoggerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java b/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java index 6d02244dae..6b4ec9da51 100644 --- a/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java +++ b/src/test/java/io/netty/logging/Slf4JLoggerFactoryTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/logging/Slf4JLoggerTest.java b/src/test/java/io/netty/logging/Slf4JLoggerTest.java index f61d1142bc..467623b9bd 100644 --- a/src/test/java/io/netty/logging/Slf4JLoggerTest.java +++ b/src/test/java/io/netty/logging/Slf4JLoggerTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/DebugUtilTest.java b/src/test/java/io/netty/util/DebugUtilTest.java index c7e7b63fc8..b97c6eae71 100644 --- a/src/test/java/io/netty/util/DebugUtilTest.java +++ b/src/test/java/io/netty/util/DebugUtilTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/DummyHandler.java b/src/test/java/io/netty/util/DummyHandler.java index 3a7d53d3b3..ed2e7ed815 100644 --- a/src/test/java/io/netty/util/DummyHandler.java +++ b/src/test/java/io/netty/util/DummyHandler.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/MapBackedSetTest.java b/src/test/java/io/netty/util/MapBackedSetTest.java index 0618cb0c58..3f35bf97c6 100644 --- a/src/test/java/io/netty/util/MapBackedSetTest.java +++ b/src/test/java/io/netty/util/MapBackedSetTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/TestUtil.java b/src/test/java/io/netty/util/TestUtil.java index 5251446add..a57824f6c0 100644 --- a/src/test/java/io/netty/util/TestUtil.java +++ b/src/test/java/io/netty/util/TestUtil.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/internal/ConversionUtilTest.java b/src/test/java/io/netty/util/internal/ConversionUtilTest.java index 03e12bbbb8..ca2b20faf7 100644 --- a/src/test/java/io/netty/util/internal/ConversionUtilTest.java +++ b/src/test/java/io/netty/util/internal/ConversionUtilTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java b/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java index 176542a324..3f58b475ca 100644 --- a/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java +++ b/src/test/java/io/netty/util/internal/StackTraceSimplifierTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/io/netty/util/internal/StringUtilTest.java b/src/test/java/io/netty/util/internal/StringUtilTest.java index 06713fd16e..1f7ec05e7c 100644 --- a/src/test/java/io/netty/util/internal/StringUtilTest.java +++ b/src/test/java/io/netty/util/internal/StringUtilTest.java @@ -1,15 +1,15 @@ /* - * Copyright 2009 Red Hat, Inc. + * Copyright 2011 The Netty Project * - * Red Hat licenses this file to you 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: + * The Netty Project licenses this file to you 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 + * 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 + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ diff --git a/src/xref/stylesheet.css b/src/xref/stylesheet.css deleted file mode 100644 index 8c615e328b..0000000000 --- a/src/xref/stylesheet.css +++ /dev/null @@ -1,188 +0,0 @@ -/* - * Copyright 2009 Red Hat, Inc. - * - * Red Hat licenses this file to you 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. - */ - -/* Page background color */ -body { - background-color: #FFFFFF; - background-image:url(../api/resources/bkg_gradient.gif); - background-repeat: repeat-x; - margin:0 auto; - font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif; - font-size:12px; - padding:0em 2em; - color:#333; - - } - -/* Common elements */ - -font { - font-family: inherit; - font-size: inherit; - color: inherit; - font-weight: inherit; } - -hr { - border-top: 1px solid #E6E7E8; - border-bottom: 0 none; -} - -tt, tt *, pre, pre *, code, code * { - font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important; -} - -a:link { color:#0066cc; } -a:visited { color:#8b5caf; } -a:hover { color:#6699cc; } - - -/* Headings */ -h1, h2 { - font-size: 145%; - background-image:url(../api/resources/h1_hdr.png); - background-repeat:no-repeat; - border-top:1px dotted #CCCCCC; - line-height:1.2em; - color:#182737; - font-size:2em; - padding:1.5em; - margin-top: 0px; - text-align:left; -} - - -/* Default Table elements and colors */ - -th, td, table { border-collapse:collapse; border-color: #E6E7E8; } - -.summary { - margin-bottom: 1em; - width: 100%; -} - -.summary, .summary th, .summary td { - border: solid #E6E7E8 1px; - font-weight: bold; -} - -.summary th { - background:#000000 url(../api/resources/bkg_blkheader.png) repeat-x scroll left top; - color:#FFFFFF; - font-size:12px; - font-weight:bold; - height:31px; - text-align:left; - padding: 0 10px 0 10px; -} - -.summary td { background: #FFFFFF; line-height: 175%; padding-left: 10px; } - -/* Navigation bar fonts and colors */ - -.overview { - background-color: #ffffff; - background-image:url(../api/resources/bkgheader.png); - background-repeat: repeat-x scroll left top; - line-height:2em; - padding-left:6px; - padding-right:6px; -} - -.overview ul { - margin-bottom: 0; -} - -.overview li { - display: inline; - list-style-type: none; - padding-right: 20px; - color: white; -} -.overview li a { - color: white; - font-weight: bold; -} - -.framenoframe { - background-color: #ffffff; - line-height:2em; - padding-left:6px; - padding-right:6px; -} - -.framenoframe ul { - margin:0; -} - -.framenoframe li { - display: inline; - list-style-type: none; - padding-right: 10px; -} -.framenoframe li a { - font-weight: bold; -} - -/* Class/package list on the left frame */ -body ul { - padding: 0; - margin-top: 0; -} - -body li { - list-style-type: none; - font-family: Helvetica, Arial, sans-serif; -} - -div#footer { - text-align:center; -} - -/* Syntax highlighting */ - -em { - color: rgb(63, 63, 191); - font-style: normal; -} - -em.comment { - color: rgb(63, 127, 95); - font-style: normal; -} - -.string { - color: rgb(42, 0, 255); -} - -.jxr_comment { - color: rgb(63, 127, 95); - font-style: normal; -} - -.jxr_javadoccomment { - color: rgb(63, 63, 191); - font-style: normal; -} - -.jxr_string { - color: rgb(42, 0, 255); -} - -.jxr_keyword { - color: rgb(127, 0, 85); - font-weight: bold; -} -