Messages in this thread |  | | Date | Fri, 13 Oct 2000 23:35:44 -0400 (EDT) | From | "Mike A. Harris" <> | Subject | Documentation glitch. |
| |
From the file Documentation/SubmittingDrivers
What Criteria Determine Acceptance ----------------------------------
Licensing: The code must be released to us under the GNU public license. We don't insist on any kind of exclusively GPL licensing, and if you wish the driver to be useful to other communities
This should be worded correctly as "GNU General Public License" to avoid any confusion or ambiguity. There is no such thing as the "GNU public license" and newcomers may be confused.
This is just a minor point, but valid nonetheless for proper documentation.
---------------------------------------------------------------------- Mike A. Harris - Linux advocate - Open source advocate Computer Consultant - Capslock Consulting Copyright 2000 all rights reserved ----------------------------------------------------------------------
#[Mike A. Harris bash tip #1 - separate history files per virtual console] # Put the following at the bottom of your ~/.bash_profile [ ! -d ~/.bash_histdir ] && mkdir ~/.bash_histdir tty |grep "^/dev/tty[0-9]" >& /dev/null && \ export HISTFILE=~/.bash_histdir/.$(tty | sed -e 's/.*\///')
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |