Updated NOTICE.txt and added COPYRIGHT.txt following the JBoss.org guideline

This commit is contained in:
Trustin Lee 2008-08-08 00:52:35 +00:00
parent aef2ab453a
commit f812cde87f
2 changed files with 33 additions and 27 deletions

13
COPYRIGHT.txt Normal file
View File

@ -0,0 +1,13 @@
The Netty Project - Copyright (C) 2008, Red Hat Middleware LLC, and individual
contributors, and is licensed under the GNU LGPL.
A summary of the individual contributors is given below. Any omission should be
sent to Trustin Lee <tlee@redhat.com>.
SVN Login(s) Name
-------------------------------------------------------------------------------
trustin Adrian Brock
-------------------------------------------------------------------------------
* JBoss is a registered trademark of Red Hat Middleware LLC.

View File

@ -1,38 +1,31 @@
Netty
The Netty Project
=================
Copyright (C) 2008 Trustin Heuiseung Lee
Please visit the Netty web site for more information:
--------------------------------------------------------------------------
* http://www.jboss.org/netty/
This product includes software developed by:
Copyright (C) 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.
* Trustin Heuiseung Lee (http://gleamynode.net/)
This product is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.
Please visit Netty web site for more information:
This product 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.
* http://www.jboss.org/netty/
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
--------------------------------------------------------------------------
This product is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser 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 product 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 library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA
--------------------------------------------------------------------------
Please refer to each LICENSE.<component>.txt file for the
license terms of the components that Netty depends on.
Also, please refer to each LICENSE.<component>.txt file for the license
terms of the components that this product depends on.
This product optionally depends on 'SLF4J', a simple logging facade for Java,
which can be obtained at: