diff --git a/pom.xml b/pom.xml index ce06a5e222..9bcdc48f03 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,24 @@ diff --git a/src/assembly/default.xml b/src/assembly/default.xml index 932537524a..1b73c22b01 100644 --- a/src/assembly/default.xml +++ b/src/assembly/default.xml @@ -1,4 +1,27 @@ + + dist diff --git a/src/main/java/net/gleamynode/netty/bootstrap/Bootstrap.java b/src/main/java/net/gleamynode/netty/bootstrap/Bootstrap.java index c0e41f28ba..52b4ea577c 100644 --- a/src/main/java/net/gleamynode/netty/bootstrap/Bootstrap.java +++ b/src/main/java/net/gleamynode/netty/bootstrap/Bootstrap.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.bootstrap; @@ -36,8 +41,8 @@ import net.gleamynode.netty.channel.SimpleChannelHandler; import net.gleamynode.netty.logging.Logger; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/bootstrap/ClientBootstrap.java b/src/main/java/net/gleamynode/netty/bootstrap/ClientBootstrap.java index 2f68940796..b6999eab4f 100644 --- a/src/main/java/net/gleamynode/netty/bootstrap/ClientBootstrap.java +++ b/src/main/java/net/gleamynode/netty/bootstrap/ClientBootstrap.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.bootstrap; @@ -35,8 +40,8 @@ import net.gleamynode.netty.channel.ExceptionEvent; import net.gleamynode.netty.channel.SimpleChannelHandler; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/bootstrap/ServerBootstrap.java b/src/main/java/net/gleamynode/netty/bootstrap/ServerBootstrap.java index d859802515..74f2c8c7b6 100644 --- a/src/main/java/net/gleamynode/netty/bootstrap/ServerBootstrap.java +++ b/src/main/java/net/gleamynode/netty/bootstrap/ServerBootstrap.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.bootstrap; @@ -41,8 +46,8 @@ import net.gleamynode.netty.channel.ExceptionEvent; import net.gleamynode.netty.channel.SimpleChannelHandler; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/bootstrap/package-info.java b/src/main/java/net/gleamynode/netty/bootstrap/package-info.java index ba806f6e4a..2d2e9ac0e4 100644 --- a/src/main/java/net/gleamynode/netty/bootstrap/package-info.java +++ b/src/main/java/net/gleamynode/netty/bootstrap/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/buffer/AbstractChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/AbstractChannelBuffer.java index b5179f6662..7093f2a178 100644 --- a/src/main/java/net/gleamynode/netty/buffer/AbstractChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/AbstractChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -28,8 +33,8 @@ import java.util.NoSuchElementException; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBuffer.java index 4bea54c083..8b2c8e7819 100644 --- a/src/main/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -22,8 +27,8 @@ import java.nio.ByteOrder; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/buffer/ByteBufferBackedChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/ByteBufferBackedChannelBuffer.java index b78b1a8515..6277fc33a3 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ByteBufferBackedChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/ByteBufferBackedChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/main/java/net/gleamynode/netty/buffer/ChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/ChannelBuffer.java index 2091ef55bc..51aff6223d 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/ChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -210,8 +215,8 @@ import java.nio.channels.ScatteringByteChannel; * an {@link InputStream} or an {@link OutputStream}, please refer to * {@link ChannelBufferInputStream} and {@link ChannelBufferOutputStream}. * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferIndexFinder.java b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferIndexFinder.java index e64b6f16b3..25ee70a002 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferIndexFinder.java +++ b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferIndexFinder.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferInputStream.java b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferInputStream.java index 2f2819c543..a41263c710 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferInputStream.java +++ b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferInputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -25,8 +30,8 @@ import java.io.InputStream; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferOutputStream.java b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferOutputStream.java index 0ac2c81995..66cfb8545e 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ChannelBufferOutputStream.java +++ b/src/main/java/net/gleamynode/netty/buffer/ChannelBufferOutputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -24,8 +29,8 @@ import java.io.OutputStream; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/ChannelBuffers.java b/src/main/java/net/gleamynode/netty/buffer/ChannelBuffers.java index ef0bc3611b..fac26d4b01 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ChannelBuffers.java +++ b/src/main/java/net/gleamynode/netty/buffer/ChannelBuffers.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -74,8 +79,8 @@ import java.nio.ByteOrder; * of a new buffer type, generation of hex dump and swapping an integer's * byte order. * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/CompositeChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/CompositeChannelBuffer.java index 43c4b67255..47973f0a42 100644 --- a/src/main/java/net/gleamynode/netty/buffer/CompositeChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/CompositeChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -29,8 +34,8 @@ import java.util.List; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/DuplicatedChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/DuplicatedChannelBuffer.java index c604a615b5..a25ca66e5f 100644 --- a/src/main/java/net/gleamynode/netty/buffer/DuplicatedChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/DuplicatedChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -27,8 +32,8 @@ import java.nio.channels.ScatteringByteChannel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/DynamicChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/DynamicChannelBuffer.java index 6aebe115ad..25a12be627 100644 --- a/src/main/java/net/gleamynode/netty/buffer/DynamicChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/DynamicChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -27,8 +32,8 @@ import java.nio.channels.ScatteringByteChannel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/HeapChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/HeapChannelBuffer.java index b4da7b7edd..54c12b967f 100644 --- a/src/main/java/net/gleamynode/netty/buffer/HeapChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/HeapChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -27,8 +32,8 @@ import java.nio.channels.ScatteringByteChannel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBuffer.java index 0d5ee7e279..d8cc11009f 100644 --- a/src/main/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -22,8 +27,8 @@ import java.nio.ByteOrder; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/buffer/ReadOnlyChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/ReadOnlyChannelBuffer.java index 9a1dedfd2b..2ab663d9c6 100644 --- a/src/main/java/net/gleamynode/netty/buffer/ReadOnlyChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/ReadOnlyChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/main/java/net/gleamynode/netty/buffer/SlicedChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/SlicedChannelBuffer.java index 795e919113..2abc1fb655 100644 --- a/src/main/java/net/gleamynode/netty/buffer/SlicedChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/SlicedChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -27,8 +32,8 @@ import java.nio.channels.ScatteringByteChannel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/TruncatedChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/TruncatedChannelBuffer.java index a6cc3f6468..b3b73b6cde 100644 --- a/src/main/java/net/gleamynode/netty/buffer/TruncatedChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/TruncatedChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -27,8 +32,8 @@ import java.nio.channels.ScatteringByteChannel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/WrappedChannelBuffer.java b/src/main/java/net/gleamynode/netty/buffer/WrappedChannelBuffer.java index b5e37e18a2..5514589b34 100644 --- a/src/main/java/net/gleamynode/netty/buffer/WrappedChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/buffer/WrappedChannelBuffer.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/buffer/package-info.java b/src/main/java/net/gleamynode/netty/buffer/package-info.java index 8d4847f457..9469185cd7 100644 --- a/src/main/java/net/gleamynode/netty/buffer/package-info.java +++ b/src/main/java/net/gleamynode/netty/buffer/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/channel/AbstractChannel.java b/src/main/java/net/gleamynode/netty/channel/AbstractChannel.java index 8d2c5a6bb6..235b84f4a7 100644 --- a/src/main/java/net/gleamynode/netty/channel/AbstractChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/AbstractChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -25,8 +30,8 @@ import net.gleamynode.netty.util.TimeBasedUuidGenerator; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/AbstractChannelSink.java b/src/main/java/net/gleamynode/netty/channel/AbstractChannelSink.java index 98c8b60f9a..fc3b356ac6 100644 --- a/src/main/java/net/gleamynode/netty/channel/AbstractChannelSink.java +++ b/src/main/java/net/gleamynode/netty/channel/AbstractChannelSink.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -21,8 +26,8 @@ import static net.gleamynode.netty.channel.Channels.*; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/AbstractServerChannel.java b/src/main/java/net/gleamynode/netty/channel/AbstractServerChannel.java index e5c5487f8f..387db89c31 100644 --- a/src/main/java/net/gleamynode/netty/channel/AbstractServerChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/AbstractServerChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -22,8 +27,8 @@ import java.net.SocketAddress; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/Channel.java b/src/main/java/net/gleamynode/netty/channel/Channel.java index 3844ae8bef..6b24ef5593 100644 --- a/src/main/java/net/gleamynode/netty/channel/Channel.java +++ b/src/main/java/net/gleamynode/netty/channel/Channel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -23,8 +28,8 @@ import java.util.UUID; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/ChannelConfig.java index 7716cebc03..e76fb8093d 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -22,8 +27,8 @@ import java.util.Map; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelDownstreamHandler.java b/src/main/java/net/gleamynode/netty/channel/ChannelDownstreamHandler.java index de2c20cec5..f9ac842fad 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelDownstreamHandler.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelDownstreamHandler.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelEvent.java b/src/main/java/net/gleamynode/netty/channel/ChannelEvent.java index 0fbdc2ddab..f2c094ccde 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelEvent.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelException.java b/src/main/java/net/gleamynode/netty/channel/ChannelException.java index 51bd88e5a6..1a44abb127 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelException.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelException.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/ChannelFactory.java index 325f7ca660..63b711abee 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelFactory.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelFuture.java b/src/main/java/net/gleamynode/netty/channel/ChannelFuture.java index f29335c94e..5ed7900455 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelFuture.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelFuture.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -21,8 +26,8 @@ import java.util.concurrent.TimeUnit; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelFutureListener.java b/src/main/java/net/gleamynode/netty/channel/ChannelFutureListener.java index 27d22605b1..60cebf3591 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelFutureListener.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelFutureListener.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -21,8 +26,8 @@ import java.util.EventListener; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelHandler.java b/src/main/java/net/gleamynode/netty/channel/ChannelHandler.java index 72c53ad6a0..2c78790c15 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelHandler.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelHandler.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelHandlerContext.java b/src/main/java/net/gleamynode/netty/channel/ChannelHandlerContext.java index 1c8376efb4..13b6ce3922 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelHandlerContext.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelHandlerContext.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelPipeline.java b/src/main/java/net/gleamynode/netty/channel/ChannelPipeline.java index 00ff006691..a193e4c02d 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelPipeline.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelPipeline.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -22,8 +27,8 @@ import java.util.Map; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineCoverage.java b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineCoverage.java index f70551ad78..9c24b31632 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineCoverage.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineCoverage.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -25,8 +30,8 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineException.java b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineException.java index 5db337dd17..8a5e427d33 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineException.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineException.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineFactory.java b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineFactory.java index 0bcf84ba10..4d42822f8a 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelPipelineFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelPipelineFactory.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelSink.java b/src/main/java/net/gleamynode/netty/channel/ChannelSink.java index 6931b73179..fac16af053 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelSink.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelSink.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelState.java b/src/main/java/net/gleamynode/netty/channel/ChannelState.java index 38fafebdc1..e44d97ae89 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelState.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelState.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelStateEvent.java b/src/main/java/net/gleamynode/netty/channel/ChannelStateEvent.java index ac6a582fbb..f37855e1ef 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelStateEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelStateEvent.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChannelUpstreamHandler.java b/src/main/java/net/gleamynode/netty/channel/ChannelUpstreamHandler.java index 740634c4b8..9bf05905a6 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChannelUpstreamHandler.java +++ b/src/main/java/net/gleamynode/netty/channel/ChannelUpstreamHandler.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/Channels.java b/src/main/java/net/gleamynode/netty/channel/Channels.java index e6b9091dd8..39425e285d 100644 --- a/src/main/java/net/gleamynode/netty/channel/Channels.java +++ b/src/main/java/net/gleamynode/netty/channel/Channels.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -23,8 +28,8 @@ import java.util.Map; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/ChildChannelStateEvent.java b/src/main/java/net/gleamynode/netty/channel/ChildChannelStateEvent.java index 8ff31266bc..dee19be5c1 100644 --- a/src/main/java/net/gleamynode/netty/channel/ChildChannelStateEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/ChildChannelStateEvent.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/CompleteChannelFuture.java b/src/main/java/net/gleamynode/netty/channel/CompleteChannelFuture.java index 06a7dbc37f..2e1879cd44 100644 --- a/src/main/java/net/gleamynode/netty/channel/CompleteChannelFuture.java +++ b/src/main/java/net/gleamynode/netty/channel/CompleteChannelFuture.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultChannelEvent.java b/src/main/java/net/gleamynode/netty/channel/DefaultChannelEvent.java index da5f40fc65..b88280817a 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultChannelEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultChannelEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java b/src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java index 3394e49e7a..670a86a2fc 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultChannelFuture.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultChannelPipeline.java b/src/main/java/net/gleamynode/netty/channel/DefaultChannelPipeline.java index b14c532dc4..a42073ea08 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultChannelPipeline.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultChannelPipeline.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultChannelStateEvent.java b/src/main/java/net/gleamynode/netty/channel/DefaultChannelStateEvent.java index 44b5692d11..089854d96c 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultChannelStateEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultChannelStateEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultChildChannelStateEvent.java b/src/main/java/net/gleamynode/netty/channel/DefaultChildChannelStateEvent.java index 4e5bbe4538..b1f44510fa 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultChildChannelStateEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultChildChannelStateEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultExceptionEvent.java b/src/main/java/net/gleamynode/netty/channel/DefaultExceptionEvent.java index 15f129988c..984b32ceb9 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultExceptionEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultExceptionEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/DefaultMessageEvent.java b/src/main/java/net/gleamynode/netty/channel/DefaultMessageEvent.java index 1d5892d034..292e610cee 100644 --- a/src/main/java/net/gleamynode/netty/channel/DefaultMessageEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/DefaultMessageEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/ExceptionEvent.java b/src/main/java/net/gleamynode/netty/channel/ExceptionEvent.java index c1a97ad1f2..e05f6d98e2 100644 --- a/src/main/java/net/gleamynode/netty/channel/ExceptionEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/ExceptionEvent.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/FailedChannelFuture.java b/src/main/java/net/gleamynode/netty/channel/FailedChannelFuture.java index b69671e342..c822a40851 100644 --- a/src/main/java/net/gleamynode/netty/channel/FailedChannelFuture.java +++ b/src/main/java/net/gleamynode/netty/channel/FailedChannelFuture.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/MessageEvent.java b/src/main/java/net/gleamynode/netty/channel/MessageEvent.java index 281006620e..ad976b7581 100644 --- a/src/main/java/net/gleamynode/netty/channel/MessageEvent.java +++ b/src/main/java/net/gleamynode/netty/channel/MessageEvent.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -21,8 +26,8 @@ import java.net.SocketAddress; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/SimpleChannelHandler.java b/src/main/java/net/gleamynode/netty/channel/SimpleChannelHandler.java index b8a6c249e3..1911f7e752 100644 --- a/src/main/java/net/gleamynode/netty/channel/SimpleChannelHandler.java +++ b/src/main/java/net/gleamynode/netty/channel/SimpleChannelHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; @@ -22,8 +27,8 @@ import net.gleamynode.netty.logging.Logger; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/channel/SucceededChannelFuture.java b/src/main/java/net/gleamynode/netty/channel/SucceededChannelFuture.java index 014fb3272a..d05fa27658 100644 --- a/src/main/java/net/gleamynode/netty/channel/SucceededChannelFuture.java +++ b/src/main/java/net/gleamynode/netty/channel/SucceededChannelFuture.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel; diff --git a/src/main/java/net/gleamynode/netty/channel/package-info.java b/src/main/java/net/gleamynode/netty/channel/package-info.java index 327af50657..ebc6dee5f6 100644 --- a/src/main/java/net/gleamynode/netty/channel/package-info.java +++ b/src/main/java/net/gleamynode/netty/channel/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/channel/socket/ClientSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/ClientSocketChannelFactory.java index e9e315f2fd..6b0d9cfbb1 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/ClientSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/ClientSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; @@ -21,8 +26,8 @@ import net.gleamynode.netty.channel.ChannelFactory; import net.gleamynode.netty.channel.ChannelPipeline; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/DefaultServerSocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/DefaultServerSocketChannelConfig.java index c587020bcb..adc755e205 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/DefaultServerSocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/DefaultServerSocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/DefaultSocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/DefaultSocketChannelConfig.java index 1a3f6afee2..1c218f28d3 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/DefaultSocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/DefaultSocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannel.java index af7b50886a..c04b1f7306 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; @@ -22,8 +27,8 @@ import java.net.InetSocketAddress; import net.gleamynode.netty.channel.Channel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelConfig.java index fd43fc1160..e691539e03 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelFactory.java index 373373b0c1..8b47f3aea2 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/ServerSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; @@ -21,8 +26,8 @@ import net.gleamynode.netty.channel.ChannelFactory; import net.gleamynode.netty.channel.ChannelPipeline; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/SocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/SocketChannel.java index 5df2a79786..c9e5a3b526 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/SocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/SocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; @@ -22,8 +27,8 @@ import java.net.InetSocketAddress; import net.gleamynode.netty.channel.Channel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/SocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/SocketChannelConfig.java index 7537e7a046..5c65a280b0 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/SocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/SocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java index ef3638da9c..9b1cc1abeb 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultNioSocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultReceiveBufferSizePredictor.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultReceiveBufferSizePredictor.java index 44a5e50a5d..da35f1cbaf 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultReceiveBufferSizePredictor.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/DefaultReceiveBufferSizePredictor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioAcceptedSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioAcceptedSocketChannel.java index 228f6a2c4f..bdd59c1b41 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioAcceptedSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioAcceptedSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannel.java index 48a31fb83f..60d2703703 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannelFactory.java index 4af619d237..b38bcad63a 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketPipelineSink.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketPipelineSink.java index 7023a8579a..edbd17dd3d 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketPipelineSink.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioClientSocketPipelineSink.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannel.java index 3048f1a4c2..df18c70bad 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannelFactory.java index a21ee30d8b..0f5c0da412 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketPipelineSink.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketPipelineSink.java index 9b8cc0e772..ab522addbc 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketPipelineSink.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioServerSocketPipelineSink.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannel.java index 09f2938215..471c35f275 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; @@ -32,8 +37,8 @@ import net.gleamynode.netty.channel.ChannelSink; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannelConfig.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannelConfig.java index ebf8169317..2c2348a23c 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannelConfig.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioSocketChannelConfig.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; @@ -24,8 +29,8 @@ import net.gleamynode.netty.channel.socket.SocketChannelConfig; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioWorker.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioWorker.java index 31749742eb..5223cdf2d4 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/NioWorker.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/NioWorker.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/ReceiveBufferSizePredictor.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/ReceiveBufferSizePredictor.java index 2f55db9e56..45acb5ff57 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/ReceiveBufferSizePredictor.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/ReceiveBufferSizePredictor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.nio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/nio/package-info.java b/src/main/java/net/gleamynode/netty/channel/socket/nio/package-info.java index 16b5ba7843..7350ead8ed 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/nio/package-info.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/nio/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioAcceptedSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioAcceptedSocketChannel.java index 5fb3002ba6..160cde9fcf 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioAcceptedSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioAcceptedSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannel.java index 0ca412d449..08502ce04a 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannelFactory.java index efaa278b0c..9acb76faa8 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketPipelineSink.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketPipelineSink.java index dbebfec8a2..2e1f88f5b7 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketPipelineSink.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioClientSocketPipelineSink.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannel.java index 0bbe79ec78..5f98f2727c 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannelFactory.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannelFactory.java index edaf5736b2..55a24958d8 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannelFactory.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketChannelFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketPipelineSink.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketPipelineSink.java index a594a81953..0fd1c2ffb9 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketPipelineSink.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioServerSocketPipelineSink.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioSocketChannel.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioSocketChannel.java index 91ba5d3d02..512140e192 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioSocketChannel.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioSocketChannel.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioWorker.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioWorker.java index 50969ba011..6a9558e353 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/OioWorker.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/OioWorker.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.channel.socket.oio; diff --git a/src/main/java/net/gleamynode/netty/channel/socket/oio/package-info.java b/src/main/java/net/gleamynode/netty/channel/socket/oio/package-info.java index 01d343984a..6ad36ea2e7 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/oio/package-info.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/oio/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/channel/socket/package-info.java b/src/main/java/net/gleamynode/netty/channel/socket/package-info.java index 525cd21b97..36ee325639 100644 --- a/src/main/java/net/gleamynode/netty/channel/socket/package-info.java +++ b/src/main/java/net/gleamynode/netty/channel/socket/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/example/discard/DiscardClient.java b/src/main/java/net/gleamynode/netty/example/discard/DiscardClient.java index b240ef4e90..641eedb9c9 100644 --- a/src/main/java/net/gleamynode/netty/example/discard/DiscardClient.java +++ b/src/main/java/net/gleamynode/netty/example/discard/DiscardClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.discard; diff --git a/src/main/java/net/gleamynode/netty/example/discard/DiscardHandler.java b/src/main/java/net/gleamynode/netty/example/discard/DiscardHandler.java index f3d5f71a68..ecaec862ca 100644 --- a/src/main/java/net/gleamynode/netty/example/discard/DiscardHandler.java +++ b/src/main/java/net/gleamynode/netty/example/discard/DiscardHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.discard; diff --git a/src/main/java/net/gleamynode/netty/example/discard/DiscardServer.java b/src/main/java/net/gleamynode/netty/example/discard/DiscardServer.java index acd7b8a24a..97e3022f16 100644 --- a/src/main/java/net/gleamynode/netty/example/discard/DiscardServer.java +++ b/src/main/java/net/gleamynode/netty/example/discard/DiscardServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.discard; diff --git a/src/main/java/net/gleamynode/netty/example/discard/ThroughputMonitor.java b/src/main/java/net/gleamynode/netty/example/discard/ThroughputMonitor.java index bdb0437bfb..8a7218be26 100644 --- a/src/main/java/net/gleamynode/netty/example/discard/ThroughputMonitor.java +++ b/src/main/java/net/gleamynode/netty/example/discard/ThroughputMonitor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.discard; diff --git a/src/main/java/net/gleamynode/netty/example/echo/EchoClient.java b/src/main/java/net/gleamynode/netty/example/echo/EchoClient.java index dda19ca199..429aed6ba5 100644 --- a/src/main/java/net/gleamynode/netty/example/echo/EchoClient.java +++ b/src/main/java/net/gleamynode/netty/example/echo/EchoClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.echo; diff --git a/src/main/java/net/gleamynode/netty/example/echo/EchoHandler.java b/src/main/java/net/gleamynode/netty/example/echo/EchoHandler.java index fda3dd47b0..fea0a20b1e 100644 --- a/src/main/java/net/gleamynode/netty/example/echo/EchoHandler.java +++ b/src/main/java/net/gleamynode/netty/example/echo/EchoHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.echo; diff --git a/src/main/java/net/gleamynode/netty/example/echo/EchoServer.java b/src/main/java/net/gleamynode/netty/example/echo/EchoServer.java index 837d3d965a..a355437f78 100644 --- a/src/main/java/net/gleamynode/netty/example/echo/EchoServer.java +++ b/src/main/java/net/gleamynode/netty/example/echo/EchoServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.echo; diff --git a/src/main/java/net/gleamynode/netty/example/echo/ThroughputMonitor.java b/src/main/java/net/gleamynode/netty/example/echo/ThroughputMonitor.java index e5190cd2b2..c940e18a46 100644 --- a/src/main/java/net/gleamynode/netty/example/echo/ThroughputMonitor.java +++ b/src/main/java/net/gleamynode/netty/example/echo/ThroughputMonitor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.echo; diff --git a/src/main/java/net/gleamynode/netty/example/factorial/BigIntegerDecoder.java b/src/main/java/net/gleamynode/netty/example/factorial/BigIntegerDecoder.java index 7cce75e7ab..db1681dad1 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/BigIntegerDecoder.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/BigIntegerDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; @@ -25,8 +30,8 @@ import net.gleamynode.netty.channel.ChannelHandlerContext; import net.gleamynode.netty.handler.codec.frame.FrameDecoder; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClient.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClient.java index e039c74057..7e12b89267 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClient.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientHandler.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientHandler.java index 48d6d6eb47..c93cb63ac9 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientHandler.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientPipelineFactory.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientPipelineFactory.java index 7521ee9169..17658e3c63 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientPipelineFactory.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialClientPipelineFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; @@ -22,8 +27,8 @@ import net.gleamynode.netty.channel.ChannelPipeline; import net.gleamynode.netty.channel.ChannelPipelineFactory; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialProtocolException.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialProtocolException.java index 64bb14e793..6f84097552 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialProtocolException.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialProtocolException.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServer.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServer.java index d37f7a0f61..b08e004f4c 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServer.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerHandler.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerHandler.java index 7dfa89e74c..469a92da2a 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerHandler.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; diff --git a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerPipelineFactory.java b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerPipelineFactory.java index 6edc096205..d2dc7a8b21 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerPipelineFactory.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/FactorialServerPipelineFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; @@ -22,8 +27,8 @@ import net.gleamynode.netty.channel.ChannelPipeline; import net.gleamynode.netty.channel.ChannelPipelineFactory; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/factorial/NumberEncoder.java b/src/main/java/net/gleamynode/netty/example/factorial/NumberEncoder.java index 61759c53ee..e51b70966f 100644 --- a/src/main/java/net/gleamynode/netty/example/factorial/NumberEncoder.java +++ b/src/main/java/net/gleamynode/netty/example/factorial/NumberEncoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.factorial; @@ -30,8 +35,8 @@ import net.gleamynode.netty.channel.ChannelPipelineCoverage; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoClient.java b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoClient.java index d7128e7b9a..f416e72304 100644 --- a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoClient.java +++ b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.objectecho; diff --git a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoHandler.java b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoHandler.java index 03c291727f..93adb04765 100644 --- a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoHandler.java +++ b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.objectecho; diff --git a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoServer.java b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoServer.java index 0979fce36f..d35a8d92cf 100644 --- a/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoServer.java +++ b/src/main/java/net/gleamynode/netty/example/objectecho/ObjectEchoServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.objectecho; diff --git a/src/main/java/net/gleamynode/netty/example/objectecho/ThroughputMonitor.java b/src/main/java/net/gleamynode/netty/example/objectecho/ThroughputMonitor.java index fff3ced9db..5e72360e8c 100644 --- a/src/main/java/net/gleamynode/netty/example/objectecho/ThroughputMonitor.java +++ b/src/main/java/net/gleamynode/netty/example/objectecho/ThroughputMonitor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.objectecho; diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClient.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClient.java index 52ac97e997..fc01ca4e0f 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClient.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClientHandler.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClientHandler.java index 0f3d89da22..24537ad6d4 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClientHandler.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatClientHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatKeyStore.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatKeyStore.java index 8cea8dd498..16db3ca160 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatKeyStore.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatKeyStore.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; @@ -21,8 +26,8 @@ import java.io.ByteArrayInputStream; import java.io.InputStream; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatPipelineFactory.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatPipelineFactory.java index 1a967a4533..fdfc78fa10 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatPipelineFactory.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatPipelineFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; @@ -31,8 +36,8 @@ import net.gleamynode.netty.handler.codec.string.StringEncoder; import net.gleamynode.netty.handler.ssl.SslHandler; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServer.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServer.java index b4710452b9..229ff6b425 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServer.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServerHandler.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServerHandler.java index 3dfbaabb33..61a16646b7 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServerHandler.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatServerHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatSslContextFactory.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatSslContextFactory.java index 7dc4bff966..d4873a5c14 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatSslContextFactory.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatSslContextFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; @@ -24,8 +29,8 @@ import javax.net.ssl.KeyManagerFactory; import javax.net.ssl.SSLContext; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatTrustManagerFactory.java b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatTrustManagerFactory.java index 1461d0245e..d9a031c9b0 100644 --- a/src/main/java/net/gleamynode/netty/example/securechat/SecureChatTrustManagerFactory.java +++ b/src/main/java/net/gleamynode/netty/example/securechat/SecureChatTrustManagerFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.securechat; @@ -29,8 +34,8 @@ import javax.net.ssl.TrustManagerFactorySpi; import javax.net.ssl.X509TrustManager; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/telnet/TelnetClient.java b/src/main/java/net/gleamynode/netty/example/telnet/TelnetClient.java index a0cd2758b2..0eb0cb532a 100644 --- a/src/main/java/net/gleamynode/netty/example/telnet/TelnetClient.java +++ b/src/main/java/net/gleamynode/netty/example/telnet/TelnetClient.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.telnet; diff --git a/src/main/java/net/gleamynode/netty/example/telnet/TelnetClientHandler.java b/src/main/java/net/gleamynode/netty/example/telnet/TelnetClientHandler.java index 57aba0971b..8239bc1bac 100644 --- a/src/main/java/net/gleamynode/netty/example/telnet/TelnetClientHandler.java +++ b/src/main/java/net/gleamynode/netty/example/telnet/TelnetClientHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.telnet; diff --git a/src/main/java/net/gleamynode/netty/example/telnet/TelnetPipelineFactory.java b/src/main/java/net/gleamynode/netty/example/telnet/TelnetPipelineFactory.java index 681b9522c5..8b0b5907be 100644 --- a/src/main/java/net/gleamynode/netty/example/telnet/TelnetPipelineFactory.java +++ b/src/main/java/net/gleamynode/netty/example/telnet/TelnetPipelineFactory.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.telnet; @@ -27,8 +32,8 @@ import net.gleamynode.netty.handler.codec.string.StringDecoder; import net.gleamynode.netty.handler.codec.string.StringEncoder; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/example/telnet/TelnetServer.java b/src/main/java/net/gleamynode/netty/example/telnet/TelnetServer.java index 77b6343512..f1264892a1 100644 --- a/src/main/java/net/gleamynode/netty/example/telnet/TelnetServer.java +++ b/src/main/java/net/gleamynode/netty/example/telnet/TelnetServer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.telnet; diff --git a/src/main/java/net/gleamynode/netty/example/telnet/TelnetServerHandler.java b/src/main/java/net/gleamynode/netty/example/telnet/TelnetServerHandler.java index 1f966738a8..6672b4303d 100644 --- a/src/main/java/net/gleamynode/netty/example/telnet/TelnetServerHandler.java +++ b/src/main/java/net/gleamynode/netty/example/telnet/TelnetServerHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.example.telnet; diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java index 11b0280218..60fcb4aaa1 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/DelimiterBasedFrameDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.frame; @@ -22,8 +27,8 @@ import net.gleamynode.netty.channel.Channel; import net.gleamynode.netty.channel.ChannelHandlerContext; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/Delimiters.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/Delimiters.java index 0f5c75ca2a..cec40f4cb1 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/Delimiters.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/Delimiters.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.frame; @@ -21,8 +26,8 @@ import net.gleamynode.netty.buffer.ChannelBuffer; import net.gleamynode.netty.buffer.ChannelBuffers; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/FixedLengthFrameDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/FixedLengthFrameDecoder.java index c6ad480ab3..488b4ed878 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/FixedLengthFrameDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/FixedLengthFrameDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.frame; @@ -22,8 +27,8 @@ import net.gleamynode.netty.channel.Channel; import net.gleamynode.netty.channel.ChannelHandlerContext; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/FrameDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/FrameDecoder.java index aa45d02a5f..fdb201475c 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/FrameDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/FrameDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.frame; @@ -32,8 +37,8 @@ import net.gleamynode.netty.channel.MessageEvent; import net.gleamynode.netty.channel.SimpleChannelHandler; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/TooLongFrameException.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/TooLongFrameException.java index 82299e957c..2b838eef28 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/TooLongFrameException.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/TooLongFrameException.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.frame; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/frame/package-info.java b/src/main/java/net/gleamynode/netty/handler/codec/frame/package-info.java index dc87958117..c7f0c611ee 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/frame/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/frame/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayError.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayError.java index 4f38007de8..494141a359 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayError.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayError.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.replay; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoder.java index f0ddab282d..50354d22df 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.replay; @@ -32,8 +37,8 @@ import net.gleamynode.netty.channel.MessageEvent; import net.gleamynode.netty.channel.SimpleChannelHandler; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoderBuffer.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoderBuffer.java index 8282973448..9a73608e24 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoderBuffer.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/ReplayingDecoderBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.replay; @@ -29,8 +34,8 @@ import net.gleamynode.netty.buffer.ChannelBuffer; import net.gleamynode.netty.buffer.ChannelBufferIndexFinder; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java index a5d2e25b73..22a1e56f50 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/UnsafeDynamicChannelBuffer.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.replay; @@ -22,8 +27,8 @@ import java.nio.ByteOrder; import net.gleamynode.netty.buffer.DynamicChannelBuffer; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/VoidEnum.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/VoidEnum.java index 8f29c9655e..dcef861a8e 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/VoidEnum.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/VoidEnum.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.replay; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/replay/package-info.java b/src/main/java/net/gleamynode/netty/handler/codec/replay/package-info.java index 7366f921bc..530b38b0ef 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/replay/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/replay/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectInputStream.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectInputStream.java index 05bcf93b30..f66e60c9cd 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectInputStream.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectInputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -25,8 +30,8 @@ import java.io.ObjectStreamClass; import java.io.StreamCorruptedException; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectOutputStream.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectOutputStream.java index 9bf2952d98..b70ff24938 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectOutputStream.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompactObjectOutputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -23,8 +28,8 @@ import java.io.ObjectStreamClass; import java.io.OutputStream; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoder.java index 91914ac14c..00bfa1f0fc 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -29,8 +34,8 @@ import net.gleamynode.netty.handler.codec.replay.ReplayingDecoder; import net.gleamynode.netty.util.SwitchableInputStream; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoderState.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoderState.java index e851296bd2..35e16fbf7b 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoderState.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectDecoderState.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectEncoder.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectEncoder.java index 68b490a929..8fdcc25b36 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectEncoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/CompatibleObjectEncoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -32,8 +37,8 @@ import net.gleamynode.netty.channel.ChannelPipelineCoverage; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoder.java index df4572e56e..ce8edbcde4 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -26,8 +31,8 @@ import net.gleamynode.netty.channel.ChannelHandlerContext; import net.gleamynode.netty.handler.codec.frame.FrameDecoder; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoderInputStream.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoderInputStream.java index fb5f3c3afe..819e58ccce 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoderInputStream.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectDecoderInputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -24,8 +29,8 @@ import java.io.ObjectInput; import java.io.StreamCorruptedException; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoder.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoder.java index 764fb00e1d..3490a70644 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -31,8 +36,8 @@ import net.gleamynode.netty.channel.ChannelPipelineCoverage; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoderOutputStream.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoderOutputStream.java index 74137246d0..73019a7950 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoderOutputStream.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/ObjectEncoderOutputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.serialization; @@ -28,8 +33,8 @@ import net.gleamynode.netty.buffer.ChannelBufferOutputStream; import net.gleamynode.netty.buffer.ChannelBuffers; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/serialization/package-info.java b/src/main/java/net/gleamynode/netty/handler/codec/serialization/package-info.java index 78aceab324..fad510b8e6 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/serialization/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/serialization/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/handler/codec/string/StringDecoder.java b/src/main/java/net/gleamynode/netty/handler/codec/string/StringDecoder.java index 8ef3157469..f22648da0b 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/string/StringDecoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/string/StringDecoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.string; @@ -29,8 +34,8 @@ import net.gleamynode.netty.channel.ChannelUpstreamHandler; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/string/StringEncoder.java b/src/main/java/net/gleamynode/netty/handler/codec/string/StringEncoder.java index 0bebbd552f..1d65f9c295 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/string/StringEncoder.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/string/StringEncoder.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.codec.string; @@ -29,8 +34,8 @@ import net.gleamynode.netty.channel.ChannelPipelineCoverage; import net.gleamynode.netty.channel.MessageEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $ * diff --git a/src/main/java/net/gleamynode/netty/handler/codec/string/package-info.java b/src/main/java/net/gleamynode/netty/handler/codec/string/package-info.java index 494ec5a5f5..e0e9beb4d1 100644 --- a/src/main/java/net/gleamynode/netty/handler/codec/string/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/codec/string/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/handler/execution/ChannelEventRunnable.java b/src/main/java/net/gleamynode/netty/handler/execution/ChannelEventRunnable.java index 97a8cf1d7e..b46e9b447c 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/ChannelEventRunnable.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/ChannelEventRunnable.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; diff --git a/src/main/java/net/gleamynode/netty/handler/execution/DefaultObjectSizeEstimator.java b/src/main/java/net/gleamynode/netty/handler/execution/DefaultObjectSizeEstimator.java index 0a5c600863..7e1766c614 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/DefaultObjectSizeEstimator.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/DefaultObjectSizeEstimator.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; diff --git a/src/main/java/net/gleamynode/netty/handler/execution/ExecutionHandler.java b/src/main/java/net/gleamynode/netty/handler/execution/ExecutionHandler.java index dd732e14af..8b484e8664 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/ExecutionHandler.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/ExecutionHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; @@ -26,8 +31,8 @@ import net.gleamynode.netty.channel.ChannelUpstreamHandler; /** * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/net/gleamynode/netty/handler/execution/MemoryAwareThreadPoolExecutor.java index cefa606ded..f47e23bb37 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/MemoryAwareThreadPoolExecutor.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/MemoryAwareThreadPoolExecutor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; @@ -33,8 +38,8 @@ import net.gleamynode.netty.channel.ChannelState; import net.gleamynode.netty.channel.ChannelStateEvent; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/execution/ObjectSizeEstimator.java b/src/main/java/net/gleamynode/netty/handler/execution/ObjectSizeEstimator.java index 6d99f374ef..40bf8c139a 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/ObjectSizeEstimator.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/ObjectSizeEstimator.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; diff --git a/src/main/java/net/gleamynode/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java b/src/main/java/net/gleamynode/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java index 15cbddab9a..43aa2d31e3 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/OrderedMemoryAwareThreadPoolExecutor.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.execution; @@ -30,8 +35,8 @@ import java.util.concurrent.TimeUnit; import net.gleamynode.netty.channel.Channel; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * @author David M. Lloyd (david.lloyd@redhat.com) * * @version $Rev$, $Date$ diff --git a/src/main/java/net/gleamynode/netty/handler/execution/package-info.java b/src/main/java/net/gleamynode/netty/handler/execution/package-info.java index f770334a14..6a981ec489 100644 --- a/src/main/java/net/gleamynode/netty/handler/execution/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/execution/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/handler/ssl/SslBufferPool.java b/src/main/java/net/gleamynode/netty/handler/ssl/SslBufferPool.java index a7e187973e..f2687bf1ff 100644 --- a/src/main/java/net/gleamynode/netty/handler/ssl/SslBufferPool.java +++ b/src/main/java/net/gleamynode/netty/handler/ssl/SslBufferPool.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.ssl; import java.nio.ByteBuffer; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/ssl/SslHandler.java b/src/main/java/net/gleamynode/netty/handler/ssl/SslHandler.java index 63775f2676..8bb240dd9b 100644 --- a/src/main/java/net/gleamynode/netty/handler/ssl/SslHandler.java +++ b/src/main/java/net/gleamynode/netty/handler/ssl/SslHandler.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.handler.ssl; @@ -46,8 +51,8 @@ import net.gleamynode.netty.handler.codec.frame.FrameDecoder; import net.gleamynode.netty.util.ImmediateExecutor; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/handler/ssl/package-info.java b/src/main/java/net/gleamynode/netty/handler/ssl/package-info.java index e3b7d579e2..7971489e3a 100644 --- a/src/main/java/net/gleamynode/netty/handler/ssl/package-info.java +++ b/src/main/java/net/gleamynode/netty/handler/ssl/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/logging/CommonsLoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/CommonsLoggerFactory.java index e62435a8b8..f0b197296e 100644 --- a/src/main/java/net/gleamynode/netty/logging/CommonsLoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/CommonsLoggerFactory.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/JBossLoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/JBossLoggerFactory.java index ec1dfda772..fc6e56e11d 100644 --- a/src/main/java/net/gleamynode/netty/logging/JBossLoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/JBossLoggerFactory.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/JdkLoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/JdkLoggerFactory.java index f59f6d9f82..e7119a159f 100644 --- a/src/main/java/net/gleamynode/netty/logging/JdkLoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/JdkLoggerFactory.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; import java.util.logging.Level; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/Log4JLoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/Log4JLoggerFactory.java index 7b37a3bc1a..b8b432bca8 100644 --- a/src/main/java/net/gleamynode/netty/logging/Log4JLoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/Log4JLoggerFactory.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/Logger.java b/src/main/java/net/gleamynode/netty/logging/Logger.java index 80c19c4f2c..c21d76427a 100644 --- a/src/main/java/net/gleamynode/netty/logging/Logger.java +++ b/src/main/java/net/gleamynode/netty/logging/Logger.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/LoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/LoggerFactory.java index c0fb76e784..005cef1ef4 100644 --- a/src/main/java/net/gleamynode/netty/logging/LoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/LoggerFactory.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/Slf4JLoggerFactory.java b/src/main/java/net/gleamynode/netty/logging/Slf4JLoggerFactory.java index 6e81512a83..e184cc92af 100644 --- a/src/main/java/net/gleamynode/netty/logging/Slf4JLoggerFactory.java +++ b/src/main/java/net/gleamynode/netty/logging/Slf4JLoggerFactory.java @@ -1,26 +1,31 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.logging; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/logging/package-info.java b/src/main/java/net/gleamynode/netty/logging/package-info.java index 2901c87363..8da0c5c581 100644 --- a/src/main/java/net/gleamynode/netty/logging/package-info.java +++ b/src/main/java/net/gleamynode/netty/logging/package-info.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ /** diff --git a/src/main/java/net/gleamynode/netty/util/ConvertUtil.java b/src/main/java/net/gleamynode/netty/util/ConvertUtil.java index f3ce722195..d8c545cca8 100644 --- a/src/main/java/net/gleamynode/netty/util/ConvertUtil.java +++ b/src/main/java/net/gleamynode/netty/util/ConvertUtil.java @@ -1,25 +1,30 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/util/ImmediateExecutor.java b/src/main/java/net/gleamynode/netty/util/ImmediateExecutor.java index 4688011002..61ac3dfb79 100644 --- a/src/main/java/net/gleamynode/netty/util/ImmediateExecutor.java +++ b/src/main/java/net/gleamynode/netty/util/ImmediateExecutor.java @@ -1,27 +1,32 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; import java.util.concurrent.Executor; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/util/MapBackedSet.java b/src/main/java/net/gleamynode/netty/util/MapBackedSet.java index f8cb08b06a..15675a512c 100644 --- a/src/main/java/net/gleamynode/netty/util/MapBackedSet.java +++ b/src/main/java/net/gleamynode/netty/util/MapBackedSet.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; @@ -27,8 +32,8 @@ import java.util.Set; /** * A {@link Map}-backed {@link Set}. * - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ */ diff --git a/src/main/java/net/gleamynode/netty/util/NamePreservingRunnable.java b/src/main/java/net/gleamynode/netty/util/NamePreservingRunnable.java index 463d5a7ea5..429a2a4777 100644 --- a/src/main/java/net/gleamynode/netty/util/NamePreservingRunnable.java +++ b/src/main/java/net/gleamynode/netty/util/NamePreservingRunnable.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; diff --git a/src/main/java/net/gleamynode/netty/util/SwitchableInputStream.java b/src/main/java/net/gleamynode/netty/util/SwitchableInputStream.java index 5a199492d0..00d831bf53 100644 --- a/src/main/java/net/gleamynode/netty/util/SwitchableInputStream.java +++ b/src/main/java/net/gleamynode/netty/util/SwitchableInputStream.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; @@ -21,8 +26,8 @@ import java.io.FilterInputStream; import java.io.InputStream; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/main/java/net/gleamynode/netty/util/TimeBasedUuidGenerator.java b/src/main/java/net/gleamynode/netty/util/TimeBasedUuidGenerator.java index 3f98434d60..bc837a5c53 100644 --- a/src/main/java/net/gleamynode/netty/util/TimeBasedUuidGenerator.java +++ b/src/main/java/net/gleamynode/netty/util/TimeBasedUuidGenerator.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.util; @@ -27,8 +32,8 @@ import java.util.UUID; import java.util.concurrent.atomic.AtomicInteger; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/site/template.vm b/src/site/template.vm index aa1468f265..01c58f97eb 100644 --- a/src/site/template.vm +++ b/src/site/template.vm @@ -1,3 +1,25 @@ +#* + JBoss, Home of Professional Open Source + + Copyright 2008, Red Hat Middleware LLC, and individual contributors + by the @author tags. See the COPYRIGHT.txt in the distribution for a + full listing of individual contributors. + + This is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of + the License, or (at your option) any later version. + + This software is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this software; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA, or see the FSF site: http://www.fsf.org. +*# @@ -9,5 +31,3 @@ Please click here if not redirected automatically. - - diff --git a/src/test/java/net/gleamynode/netty/buffer/AbstractChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/AbstractChannelBufferTest.java index 89b5724caf..326b78f914 100644 --- a/src/test/java/net/gleamynode/netty/buffer/AbstractChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/AbstractChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBufferTest.java index 186d1378f4..b730efe1dd 100644 --- a/src/test/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/BigEndianHeapChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/ChannelBuffersTest.java b/src/test/java/net/gleamynode/netty/buffer/ChannelBuffersTest.java index b10e3c55a0..dc163c829c 100644 --- a/src/test/java/net/gleamynode/netty/buffer/ChannelBuffersTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/ChannelBuffersTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; @@ -28,8 +33,8 @@ import java.util.Map.Entry; import org.junit.Test; /** - * @author The Netty Project (netty@googlegroups.com) - * @author Trustin Lee (trustin@gmail.com) + * @author The Netty Project (netty-dev@lists.jboss.org) + * @author Trustin Lee (tlee@redhat.com) * * @version $Rev$, $Date$ * diff --git a/src/test/java/net/gleamynode/netty/buffer/CompositeChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/CompositeChannelBufferTest.java index 6d4b7b3704..2ffa455142 100644 --- a/src/test/java/net/gleamynode/netty/buffer/CompositeChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/CompositeChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/DirectChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/DirectChannelBufferTest.java index 4ec68e32d9..1ae77bc403 100644 --- a/src/test/java/net/gleamynode/netty/buffer/DirectChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/DirectChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/DuplicateChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/DuplicateChannelBufferTest.java index 5b7687f96d..2fbbf296cf 100644 --- a/src/test/java/net/gleamynode/netty/buffer/DuplicateChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/DuplicateChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBufferTest.java index d1d30a69aa..719e848cea 100644 --- a/src/test/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/LittleEndianHeapChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/SlicedChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/SlicedChannelBufferTest.java index ad39c1e6eb..8629cf79be 100644 --- a/src/test/java/net/gleamynode/netty/buffer/SlicedChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/SlicedChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer; diff --git a/src/test/java/net/gleamynode/netty/buffer/TruncatedChannelBufferTest.java b/src/test/java/net/gleamynode/netty/buffer/TruncatedChannelBufferTest.java index ec2d6f6e8b..5e29f15d2d 100644 --- a/src/test/java/net/gleamynode/netty/buffer/TruncatedChannelBufferTest.java +++ b/src/test/java/net/gleamynode/netty/buffer/TruncatedChannelBufferTest.java @@ -1,19 +1,24 @@ /* - * Copyright (C) 2008 Trustin Heuiseung Lee + * JBoss, Home of Professional Open Source * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * by the @author tags. See the COPYRIGHT.txt in the distribution for a + * full listing of individual contributors. * - * This library is distributed in the hope that it will be useful, + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ package net.gleamynode.netty.buffer;