clean up licensing, make sure Beceem is acknowledged correctly under GPL for the moment
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40303 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
49b0cb3b8a
commit
f9ea8c1140
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -3,8 +3,6 @@
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
* Description: Wrangle Beceem CPU control calls
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -42,7 +42,7 @@ typedef enum _LEDColors{
|
||||
BLUE_LED = 2,
|
||||
YELLOW_LED = 3,
|
||||
GREEN_LED = 4
|
||||
} LEDColors; /*Enumerated values of different LED types*/
|
||||
} LEDColors;
|
||||
|
||||
#endif // _USB_BECEEM_LED_H
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Beceem WiMax USB Driver.
|
||||
* Copyright (c) 2010 Alexander von Gluck <kallisti5@unixzen.com>
|
||||
* Distributed under the terms of the MIT license.
|
||||
* Distributed under the terms of the GNU General Public License.
|
||||
*
|
||||
* Based on GPL code developed by: Beceem Communications Pvt. Ltd
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user