WPS: Select the BSD license terms as the only license alternative
I changed license terms which I can change. (email of Mon, 5 Mar 2012 22:59:02 +0900 to hostap@lists.shmoo.com)
This commit is contained in:
parent
eb37e085a4
commit
e4e3131d68
4 changed files with 12 additions and 36 deletions
|
@ -1,16 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup
|
* NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup
|
||||||
* Reference is "NFCForum-TS-NDEF_1.0 2006-07-24".
|
* Reference is "NFCForum-TS-NDEF_1.0 2006-07-24".
|
||||||
* Copyright (c) 2009, Masashi Honma <honma@ictec.co.jp>
|
* Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This software may be distributed under the terms of the BSD license.
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* See README for more details.
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Alternatively, this software may be distributed under the terms of BSD
|
|
||||||
* license.
|
|
||||||
*
|
|
||||||
* See README and COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* NFC routines for Wi-Fi Protected Setup
|
* NFC routines for Wi-Fi Protected Setup
|
||||||
* Copyright (c) 2009, Masashi Honma <honma@ictec.co.jp>
|
* Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This software may be distributed under the terms of the BSD license.
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* See README for more details.
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Alternatively, this software may be distributed under the terms of BSD
|
|
||||||
* license.
|
|
||||||
*
|
|
||||||
* See README and COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* NFC PN531 routines for Wi-Fi Protected Setup
|
* NFC PN531 routines for Wi-Fi Protected Setup
|
||||||
* Copyright (c) 2009, Masashi Honma <honma@ictec.co.jp>
|
* Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This software may be distributed under the terms of the BSD license.
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* See README for more details.
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Alternatively, this software may be distributed under the terms of BSD
|
|
||||||
* license.
|
|
||||||
*
|
|
||||||
* See README and COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* UFD routines for Wi-Fi Protected Setup
|
* UFD routines for Wi-Fi Protected Setup
|
||||||
* Copyright (c) 2009, Masashi Honma <honma@ictec.co.jp>
|
* Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This software may be distributed under the terms of the BSD license.
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* See README for more details.
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Alternatively, this software may be distributed under the terms of BSD
|
|
||||||
* license.
|
|
||||||
*
|
|
||||||
* See README and COPYING for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue