mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
netutils: migrate the license to ASF
Xiaomi has submitted the SGA and we can migate the license to ASF Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:

committed by
Xiang Xiao

parent
ac8002d7d3
commit
83ea91531f
@@ -1,14 +1,10 @@
|
||||
/****************************************************************************
|
||||
* apps/netutils/xmlrpc/xmlparser.c
|
||||
*
|
||||
* Copyright (C) 2012 Max Holtzberg. All rights reserved.
|
||||
* Author: Max Holtzberg <mh@uvc.de>
|
||||
*
|
||||
* Based on the embeddable lightweight XML-RPC server code discussed
|
||||
* in the article at: http://www.drdobbs.com/web-development/\
|
||||
* an-embeddable-lightweight-xml-rpc-server/184405364
|
||||
*
|
||||
* Copyright (c) 2002 Cogito LLC. All rights reserved.
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
* SPDX-FileCopyrightText: 2012 Max Holtzberg. All rights reserved.
|
||||
* SPDX-FileCopyrightText: 2002 Cogito LLC. All rights reserved.
|
||||
* SPDX-FileContributor: Max Holtzberg <mh@uvc.de>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or
|
||||
* without modification, is hereby granted without fee provided
|
||||
@@ -40,6 +36,12 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Based on the embeddable lightweight XML-RPC server code discussed
|
||||
* in the article at: http://www.drdobbs.com/web-development/\
|
||||
* an-embeddable-lightweight-xml-rpc-server/184405364
|
||||
****************************************************************************/
|
||||
|
||||
/* Lightweight Embedded XML-RPC Server XML Parser
|
||||
*
|
||||
* mtj@cogitollc.com
|
||||
|
Reference in New Issue
Block a user