prism2dl had the incorrect license text embedded in its header.

It is in fact MPL/GPL, the same as the rest of the linux-wlan-ng 
package.  

Thanks to the Debian folks, particularly Victor Seva, for bringing this 
to our intention.
This commit is contained in:
pizza 2007-01-09 16:37:31 +00:00
parent e691945405
commit 1b73b92e55
3 changed files with 21 additions and 9 deletions

View file

@ -42,6 +42,7 @@
*
* --------------------------------------------------------------------
0.2.7
- Fix license text in prism2dl.c (it is in fact MPL/GPL)
- Fix oops in wext_autojoin (Richard Kennedy)
- Report use of dBm for WEXT requests (Richard Kennedy)
- Configure script better handles PREEMPT kernels (Chris Rankin)

View file

@ -300,7 +300,7 @@ UTS_VERSION="unknown";
if [ -f $LINUX_SRC/include/linux/compile.h ] ; then
UTS_VERSION=`grep UTS_VERSION $LINUX_SRC/include/linux/compile.h |
sed -e 's/.*"\(.*\)"/\1/'`
SRC_D=`$ECHO $UTS_VERSION | sed -e 's/^#[0-9]* //;s/SMP //'`
CUR_D=`uname -v | sed -e 's/^#[0-9]* //;s/SMP //;s/PREEMPT //;'`
SRC_D=`$ECHO $SRC_D | sed -e 's/\(:[0-9][0-9]\) .* \([12][90]\)/\1 \2/'`
if [ $SRC_RELEASE = $CUR_RELEASE -a "$SRC_D" != "$CUR_D" ] ; then
$ECHO "WARNING: the source tree has a build date of $SRC_D."

View file

@ -7,20 +7,31 @@
*
* linux-wlan
*
* This software is distributed on an "AS
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* This software is NOT distributed under an Open Source license.
* If you received it without a direct license from AbsoluteValue
* Systems, Inc. then you are not a licensed user and are violating
* AbsoluteValue Systems rights under copyright law.
*
* Alternatively, the contents of this file may be used under the
* terms of the GNU Public License version 2 (the "GPL"), in which
* case the provisions of the GPL are applicable instead of the
* above. If you wish to allow the use of your version of this file
* only under the terms of the GPL and not to allow others to use
* your version of this file under the MPL, indicate your decision
* by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL. If you do not delete
* the provisions above, a recipient may use your version of this
* file under either the MPL or the GPL.
*
* --------------------------------------------------------------------
*
* Inquiries regarding this software and AbsoluteValue Systems products
* and service can be made directly to:
* Inquiries regarding the linux-wlan Open Source project can be
* made directly to:
*
* AbsoluteValue Systems Inc.
* info@linux-wlan.com