|
@@ -1,16 +1,10 @@
|
|
|
/*
|
|
|
* NDEF(NFC Data Exchange Format) routines for Wi-Fi Protected Setup
|
|
|
* 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
|
|
|
- * it under the terms of the GNU General Public License version 2 as
|
|
|
- * 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.
|
|
|
+ * This software may be distributed under the terms of the BSD license.
|
|
|
+ * See README for more details.
|
|
|
*/
|
|
|
|
|
|
#include "includes.h"
|