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,6 +1,8 @@
############################################################################
# apps/netutils/thttpd/cgi-src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The

View file

@ -1,14 +1,10 @@
/****************************************************************************
* apps/netutils/thttpd/cgi-src/phf.c
* Cracker trap
*
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Derived from the file of the same name in the original THTTPD package:
*
* Copyright © 1996 by Jef Poskanzer <jef@mail.acme.com>.
* All rights reserved.
* SPDX-License-Identifier: BSD-2-Clause
* SPDX-FileCopyrightText: 2009, 2015 Gregory Nutt. All rights reserved.
* SPDX-FileCopyrightText: 1996 by Jef Poskanzer <jef@mail.acme.com>.
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View file

@ -1,14 +1,10 @@
/****************************************************************************
* apps/netutils/thttpd/cgi-src/redirect.c
* Simple redirection CGI program
*
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Derived from the file of the same name in the original THTTPD package:
*
* Copyright © 1995 by Jef Poskanzer <jef@mail.acme.com>.
* All rights reserved.
* SPDX-License-Identifier: BSD-2-Clause
* SPDX-FileCopyrightText: 2009, 2015 Gregory Nutt. All rights reserved.
* SPDX-FileCopyrightText: 1995 by Jef Poskanzer <jef@mail.acme.com>.
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View file

@ -1,14 +1,10 @@
/****************************************************************************
* apps/netutils/thttpd/cgi-src/ssi.c
* Server-side-includes CGI program
*
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Derived from the file of the same name in the original THTTPD package:
*
* Copyright 1995 by Jef Poskanzer <jef@mail.acme.com>.
* All rights reserved.
* SPDX-License-Identifier: BSD-2-Clause
* SPDX-FileCopyrightText: 2009, 2015 Gregory Nutt. All rights reserved.
* SPDX-FileCopyrightText: 1995 by Jef Poskanzer <jef@mail.acme.com>.
* SPDX-FileContributor: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions