Skip to content

Commit 34e5307

Browse files
committed
update licenses
1 parent a33c8da commit 34e5307

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

mongodb/7.0/debian-12/docker-compose-replicaset.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Copyright Broadcom, Inc. All Rights Reserved.
1+
# Copyright VMware, Inc.
22
# SPDX-License-Identifier: APACHE-2.0
3+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
34

45
services:
56
mongodb-primary:

mongodb/7.0/debian-12/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Copyright Broadcom, Inc. All Rights Reserved.
1+
# Copyright VMware, Inc.
22
# SPDX-License-Identifier: APACHE-2.0
3+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
34

45
services:
56
mongodb:

mongodb/7.0/debian-12/prebuildfs/usr/sbin/install_packages

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45
set -eu
56

67
n=0

mongodb/7.0/debian-12/prebuildfs/usr/sbin/run-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45
set -u
56

67
if [ $# -eq 0 ]; then

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/libmongodb.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45
#
56
# Bitnami MongoDB library
67

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/mongodb-env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45
#
56
# Environment configuration for mongodb
67

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/mongodb/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45

56
# shellcheck disable=SC1091
67

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/mongodb/postunpack.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45

56
# shellcheck disable=SC1091
67

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/mongodb/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45

56
# shellcheck disable=SC1091
67

mongodb/7.0/debian-12/rootfs/opt/bitnami/scripts/mongodb/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2-
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# Copyright VMware, Inc.
33
# SPDX-License-Identifier: APACHE-2.0
4+
# Modifications copyright (C) 2025 Circle Internet Services, Inc.
45

56
# shellcheck disable=SC1091
67

0 commit comments

Comments
 (0)