Skip to content

Commit 5af8b44

Browse files
Merge branch 'rdkcentral:develop' into beacon_rate
2 parents 859fefd + e312f47 commit 5af8b44

Some content is hidden

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

42 files changed

+482
-56
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# If not stated otherwise in this file or this component's Licenses.txt
2+
# If not stated otherwise in this file or this component's LICENSE
33
# file the following copyright and licenses apply:
44
#
55
# Copyright 2015 RDK Management

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# If not stated otherwise in this file or this component's Licenses.txt
2+
# If not stated otherwise in this file or this component's LICENSE
33
# file the following copyright and licenses apply:
44
#
55
# Copyright 2015 RDK Management

feature_dpp/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# If not stated otherwise in this file or this component's Licenses.txt
2+
# If not stated otherwise in this file or this component's LICENSE
33
# file the following copyright and licenses apply:
44
#
55
# Copyright 2015 RDK Management

feature_dpp/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# If not stated otherwise in this file or this component's Licenses.txt
2+
# If not stated otherwise in this file or this component's LICENSE
33
# file the following copyright and licenses apply:
44
#
55
# Copyright 2015 RDK Management

feature_dpp/dpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* If not stated otherwise in this file or this component's Licenses.txt file the
2+
* If not stated otherwise in this file or this component's LICENSE file the
33
* following copyright and licenses apply:
44
*
55
* Copyright 2018 RDK Management

hal_ipc/server/hal_ipc.c

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/***************************************************************************
2+
If not stated otherwise in this file or this component's LICENSE file the
3+
following copyright and licenses apply:
4+
5+
Copyright 2025 RDK Management
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
**************************************************************************/
19+
120
#include <stdio.h>
221
#include <stdlib.h>
322
#include <stdbool.h>

hal_ipc/server/hal_ipc.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/***************************************************************************
2+
If not stated otherwise in this file or this component's LICENSE file the
3+
following copyright and licenses apply:
4+
5+
Copyright 2025 RDK Management
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
**************************************************************************/
19+
120
#ifndef SERVER_HAL_IPC_H
221
#define SERVER_HAL_IPC_H
322

hal_ipc/server/hal_ipc_processors.c

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/***************************************************************************
2+
If not stated otherwise in this file or this component's LICENSE file the
3+
following copyright and licenses apply:
4+
5+
Copyright 2025 RDK Management
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
**************************************************************************/
19+
120
#include <stdio.h>
221
#include <stdlib.h>
322
#include <errno.h>

hal_ipc/server/hal_ipc_wifi_wrappers.c

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/***************************************************************************
2+
If not stated otherwise in this file or this component's LICENSE file the
3+
following copyright and licenses apply:
4+
5+
Copyright 2025 RDK Management
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
**************************************************************************/
19+
120
#include "hal_ipc_wifi_wrappers.h"
221
#include "wifi_hal_priv.h"
322
#include "hal_ipc.h"

hal_ipc/server/hal_ipc_wifi_wrappers.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/***************************************************************************
2+
If not stated otherwise in this file or this component's LICENSE file the
3+
following copyright and licenses apply:
4+
5+
Copyright 2025 RDK Management
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
**************************************************************************/
119

220
#ifndef HAL_IPC_WRAPPERS_H
321
#define HAL_IPC_WRAPPERS_H

0 commit comments

Comments
 (0)