Skip to content

Commit bd929b4

Browse files
authored
docs: License (#14)
* docs: Update legal files * docs: Update headers
1 parent abad75f commit bd929b4

Some content is hidden

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

68 files changed

+325
-301
lines changed

.github/scripts/mk-release-package.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#!/usr/bin/env bash
22

3+
# Copyright 2025 Comcast Cable Communications Management, LLC
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+
#
17+
# SPDX-License-Identifier: Apache-2.0
18+
319
set -e
420

521
package="package"

.github/scripts/run-component-tests.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
#!/usr/bin/env bash
22
# vim: ts=4
33

4+
# Copyright 2025 Comcast Cable Communications Management, LLC
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
420
set -eu
521

622
die() {

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Comcast Cable Communications Management, LLC
1+
# Copyright 2025 Comcast Cable Communications Management, LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing
2-
If you would like to contribute code to this project you can do so through GitHub by forking the repository
3-
and sending a pull request.
4-
Before RDK accepts your code into the project you must sign the RDK Contributor License Agreement (CLA).
1+
Contributing
2+
============
3+
4+
If you would like to contribute code to this project you can do so through GitHub by forking the repository and sending a pull request. Before RDK accepts your code into the project you must sign the RDK Contributor License Agreement (CLA).

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,3 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203-

NOTICE

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1-
Copyright 2025 Sky UK
2-
Licensed under the Apache License, Version 2.0
1+
firebolt-cpp-transport
2+
3+
Copyright 2025 Comcast Cable Communications Management, LLC
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+
17+
SPDX-License-Identifier: Apache-2.0
18+
19+
This product includes software developed at Comcast (http://www.comcast.com/).
20+
21+
The component may include material which is licensed under other licenses / copyrights as
22+
listed below. Your use of this material within the component is also subject to the terms and
23+
conditions of these licenses. The LICENSE file contains the text of all the licenses which apply within this component.
324

425
===========================================================================
526

build.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#!/usr/bin/env bash
22

3+
# Copyright 2025 Comcast Cable Communications Management, LLC
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+
#
17+
# SPDX-License-Identifier: Apache-2.0
18+
319
set -e
420

521
bdir="build"

demo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Comcast Cable Communications Management, LLC
1+
# Copyright 2025 Comcast Cable Communications Management, LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

demo/FireboltDemoService.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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 Sky UK
1+
/**
2+
* Copyright 2025 Comcast Cable Communications Management, LLC
63
*
74
* Licensed under the Apache License, Version 2.0 (the "License");
85
* you may not use this file except in compliance with the License.
@@ -15,6 +12,8 @@
1512
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1613
* See the License for the specific language governing permissions and
1714
* limitations under the License.
15+
*
16+
* SPDX-License-Identifier: Apache-2.0
1817
*/
1918

2019
#include "FireboltDemoService.h"

demo/FireboltDemoService.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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 Sky UK
1+
/**
2+
* Copyright 2025 Comcast Cable Communications Management, LLC
63
*
74
* Licensed under the Apache License, Version 2.0 (the "License");
85
* you may not use this file except in compliance with the License.
@@ -15,6 +12,8 @@
1512
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1613
* See the License for the specific language governing permissions and
1714
* limitations under the License.
15+
*
16+
* SPDX-License-Identifier: Apache-2.0
1817
*/
1918

2019
#pragma once

0 commit comments

Comments
 (0)