Skip to content

Commit acf580f

Browse files
author
Arto Kinnunen
committed
Update copyright in changed MDNS files
Change company name from ARM Limited to Pelion.
1 parent 933c0bb commit acf580f

17 files changed

+112
-112
lines changed

source/Service_Libs/mdns/fnet/fnet_stack/fnet_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/port/compiler/fnet_comp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2019 Arm Limited and affiliates.
3+
* Copyright (c) 2019, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/port/compiler/fnet_comp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2019 Arm Limited and affiliates.
3+
* Copyright (c) 2019, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/services/fnet_services.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/services/fnet_services_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/services/mdns/fnet_mdns.c

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

source/Service_Libs/mdns/fnet/fnet_stack/services/mdns/fnet_mdns.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2016 by Andrey Butok. FNET Community.
66
*
@@ -71,15 +71,15 @@ struct fnet_mdns_params
7171
};
7272

7373
/**************************************************************************/ /*!
74-
* @brief The mDNS Service structure defining application-specific
74+
* @brief The mDNS Service structure defining application-specific
7575
* service, advertised by the mDNS server.
7676
* @see fnet_mdns_service_register()
7777
******************************************************************************/
7878
typedef struct fnet_mdns_service
7979
{
8080
const char* service_type; /**< @brief Service Type. Null-terminated string. Example "_http._tcp". */
8181
fnet_uint16_t service_port; /**< @brief Service Port number (in network byte order). */
82-
const fnet_uint8_t* (*service_get_txt)(void); /**< @brief Call-back function, which returns a pointer to the service TXT record (null-terminated).
82+
const fnet_uint8_t* (*service_get_txt)(void); /**< @brief Call-back function, which returns a pointer to the service TXT record (null-terminated).
8383
If the service does not provide any TXT record, this parameter must be set to NULL. */
8484
} fnet_mdns_service_t;
8585

@@ -173,7 +173,7 @@ fnet_mdns_service_desc_t fnet_mdns_service_register(fnet_mdns_desc_t mdns_desc,
173173
******************************************************************************
174174
*
175175
* This function unregisters application service, assigned to the @c service_desc
176-
* descriptor, and stops its advertisement by the mDNS server.
176+
* descriptor, and stops its advertisement by the mDNS server.
177177
*
178178
******************************************************************************/
179179
void fnet_mdns_service_unregister(fnet_mdns_service_desc_t service_desc);
@@ -189,7 +189,7 @@ void fnet_mdns_service_unregister(fnet_mdns_service_desc_t service_desc);
189189
******************************************************************************
190190
*
191191
* This function sends unsolicited mDNS announcement.@n
192-
* Application may call it when any advertised application-specific parameter
192+
* Application may call it when any advertised application-specific parameter
193193
* has changed (e.g. network interface IP address or service TXT-record content).@n
194194
* RFC 6762: "At any time, if the rdata of any of a host's Multicast DNS records
195195
* changes, the host MUST repeat the Announcing step to

source/Service_Libs/mdns/fnet/fnet_stack/services/poll/fnet_poll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**************************************************************************
2-
* Copyright (c) 2017, Arm Limited and affiliates.
2+
* Copyright (c) 2017, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
* Copyright 2011-2016 by Andrey Butok. FNET Community.
55
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/services/serial/fnet_serial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/stack/fnet_debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet/fnet_stack/stack/fnet_stdlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
*
3-
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright (c) 2017, Pelion and affiliates.
44
* SPDX-License-Identifier: Apache-2.0
55
* Copyright 2011-2016 by Andrey Butok. FNET Community.
66
* Copyright 2008-2010 by Freescale Semiconductor, Inc.

source/Service_Libs/mdns/fnet_user_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
2+
* Copyright (c) 2017, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

source/Service_Libs/mdns/ns_fnet_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018, Arm Limited and affiliates.
2+
* Copyright (c) 2017-2018, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

source/Service_Libs/mdns/ns_fnet_events.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
2+
* Copyright (c) 2017, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

source/Service_Libs/mdns/ns_fnet_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019, Arm Limited and affiliates.
2+
* Copyright (c) 2017-2019, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

source/Service_Libs/mdns/ns_fnet_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
2+
* Copyright (c) 2017, Peliond and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

source/Service_Libs/mdns/ns_mdns_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018, Arm Limited and affiliates.
2+
* Copyright (c) 2017-2018, Pelion and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)