.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | |
---|
2 | 3 | /* |
---|
3 | 4 | * Linux device driver for USB based Prism54 |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Based on the islsm (softmac prism54) driver, which is: |
---|
8 | 9 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License version 2 as |
---|
12 | | - * published by the Free Software Foundation. |
---|
13 | 10 | */ |
---|
14 | 11 | |
---|
15 | 12 | #include <linux/usb.h> |
---|
.. | .. |
---|
39 | 36 | * Note: |
---|
40 | 37 | * |
---|
41 | 38 | * Always update our wiki's device list (located at: |
---|
42 | | - * http://wireless.kernel.org/en/users/Drivers/p54/devices ), |
---|
| 39 | + * http://wireless.wiki.kernel.org/en/users/Drivers/p54/devices ), |
---|
43 | 40 | * whenever you add a new device. |
---|
44 | 41 | */ |
---|
45 | 42 | |
---|