Documentation glitch.

From: Mike A. Harris (mharris@opensourceadvocate.org)
Date: Fri Oct 13 2000 - 22:35:44 EST


>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/



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:26 EST