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:
Alin Jerpelea
2024-12-20 07:57:56 +01:00
committed by Xiang Xiao
parent ac8002d7d3
commit 83ea91531f
284 changed files with 740 additions and 377 deletions

View File

@@ -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