Skip to content

Commit 8be22e6

Browse files
author
Arto Kinnunen
committed
Update modified MDNS files
Revert original copyrights from modified MDNS files.
1 parent b374f3a commit 8be22e6

File tree

11 files changed

+195
-146
lines changed

11 files changed

+195
-146
lines changed

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

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
6+
*
7+
***************************************************************************
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
10+
* not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*
21+
**********************************************************************/ /*!
22+
*
23+
* @file fnet_config.h
24+
*
25+
* @author Andrey Butok
26+
*
27+
* @brief Main FNET default configuration file.
28+
*
29+
***************************************************************************/
1730

1831
/************************************************************************
1932
* !!!DO NOT MODIFY THIS FILE!!!

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
6+
*
7+
***************************************************************************
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
10+
* not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*
21+
**********************************************************************/
1722
/*!
1823
* @brief General services-header file.
1924
*

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
6+
*
7+
***************************************************************************
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
10+
* not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*
21+
***********************************************************************/
1722
/*!
1823
* @brief Services default configuration.
1924
*

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2016 by Andrey Butok. FNET Community.
5+
*
6+
***************************************************************************
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
9+
* not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*
20+
**********************************************************************/
1721
/*!
1822
* @brief mDNS (Bonjour) Server/Responder implementation (RFC6762).
1923
*

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2016 by Andrey Butok. FNET Community.
5+
*
6+
***************************************************************************
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
9+
* not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*
20+
**********************************************************************/
1721
/*!
1822
* @brief mDNS (Bonjour) Server/Responder API.
1923
*

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
* Copyright (c) 2017, Arm Limited and affiliates.
3+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
4+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
5+
*
6+
***************************************************************************
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
9+
* not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*
20+
**********************************************************************/
1721
/*!
1822
* @brief FNET Services polling mechanism implementation.
1923
*

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
6+
*
7+
***************************************************************************
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
10+
* not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*
21+
**********************************************************************/
1722
/*!
1823
* @brief FNET Serial Input and Output Library API.
1924
*

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
6+
*
7+
***************************************************************************
8+
*
9+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
10+
* not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*
21+
**********************************************************************/
1722
/*!
1823
* @brief Private. Debug definitions.
1924
*

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

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
/*
2-
* Copyright (c) 2017, Arm Limited and affiliates.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
1+
/**************************************************************************
2+
*
3+
* Copyright (c) 2017, Arm Limited and affiliates.
4+
* Copyright 2011-2016 by Andrey Butok. FNET Community.
5+
* Copyright 2008-2010 by Freescale Semiconductor, Inc.
6+
* Copyright 2003 by Motorola SPS.
7+
*
8+
***************************************************************************
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
21+
*
22+
**********************************************************************/
1723
/*!
1824
*
1925
* @file fnet_stdlib.c

source/Service_Libs/mdns/ns_fnet_events.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
1918
#ifndef _NS_FNET_EVENTS_H_
2019
#define _NS_FNET_EVENTS_H_
2120

source/Service_Libs/mdns/ns_fnet_port.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
1918
/**
2019
* FNET porting to Nanostack environment
2120
*/

0 commit comments

Comments
 (0)