Skip to content

Commit 83ea915

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
netutils: migrate the license to ASF
Xiaomi has submitted the SGA and we can migate the license to ASF Signed-off-by: Alin Jerpelea <[email protected]>
1 parent ac8002d commit 83ea915

File tree

284 files changed

+738
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+738
-375
lines changed

netutils/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ##############################################################################
22
# apps/netutils/CMakeLists.txt
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
57
# license agreements. See the NOTICE file distributed with this work for
68
# additional information regarding copyright ownership. The ASF licenses this

netutils/Make.defs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
############################################################################
22
# apps/netutils/Make.defs
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more
57
# contributor license agreements. See the NOTICE file distributed with
68
# this work for additional information regarding copyright ownership. The

netutils/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
############################################################################
22
# apps/netutils/Makefile
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more
57
# contributor license agreements. See the NOTICE file distributed with
68
# this work for additional information regarding copyright ownership. The

netutils/chat/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ##############################################################################
22
# apps/netutils/chat/CMakeLists.txt
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
57
# license agreements. See the NOTICE file distributed with this work for
68
# additional information regarding copyright ownership. The ASF licenses this

netutils/chat/Make.defs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
############################################################################
22
# apps/netutils/chat/Make.defs
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more
57
# contributor license agreements. See the NOTICE file distributed with
68
# this work for additional information regarding copyright ownership. The

netutils/chat/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
############################################################################
22
# apps/netutils/chat/Makefile
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more
57
# contributor license agreements. See the NOTICE file distributed with
68
# this work for additional information regarding copyright ownership. The

netutils/chat/chat.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/****************************************************************************
22
* apps/netutils/chat/chat.c
33
*
4-
* Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved.
5-
* Author: Vladimir Komendantskiy <[email protected]>
6-
* Partly based on code by Max Nekludov <[email protected]>
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
* SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved.
6+
* SPDX-FileContributor: Vladimir Komendantskiy <[email protected]>
7+
* SPDX-FileContributor: Max Nekludov <[email protected]>
78
*
89
* Redistribution and use in source and binary forms, with or without
910
* modification, are permitted provided that the following conditions

netutils/chat/chat.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/****************************************************************************
22
* apps/netutils/chat/chat.h
33
*
4-
* Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved.
5-
* Author: Vladimir Komendantskiy <[email protected]>
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
* SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved.
6+
* SPDX-FileContributor: Vladimir Komendantskiy <[email protected]>
67
*
78
* Redistribution and use in source and binary forms, with or without
89
* modification, are permitted provided that the following conditions

netutils/cjson/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ##############################################################################
22
# apps/netutils/cjson/CMakeLists.txt
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
57
# license agreements. See the NOTICE file distributed with this work for
68
# additional information regarding copyright ownership. The ASF licenses this

netutils/cjson/Make.defs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#############################################################################
22
# apps/netutils/cjson/Make.defs
33
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
46
# Licensed to the Apache Software Foundation (ASF) under one or more
57
# contributor license agreements. See the NOTICE file distributed with
68
# this work for additional information regarding copyright ownership. The

0 commit comments

Comments
 (0)