[bitnami/*] Add copyright header to vib files (#39154)

Add copyright header to vib files

Signed-off-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
Felipe V.C. Serafim
2023-06-29 09:57:31 +02:00
committed by GitHub
parent 564957686a
commit 97afafbee7
399 changed files with 1194 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
set -o errexit
set -o nounset

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
set -o errexit
set -o nounset

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
set -o errexit
set -o nounset

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Test coverage for apache-libphp package
# Needed vars:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks asset version via its binary,
# independently of the output been shown through stdout or stderr

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks binaries are added to the $PATH
# Needed vars:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks there are no broken symlinks in the components folders
# Needed vars:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks the ca-certificates package
# is installed accesing an HTTPS URL

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks directories exist,
# optionally checking their permissions

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks files exist,
# optionally checking their permissions

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Check components executables have no missing linked libraries
# Needed vars:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Test coverage for the nginx-php-fpm package
# Needed vars:

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/php/etc/php.ini:
exists: true

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks components scripts do not have calls
# to sed commands with the in-place argument

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
########################
# Checks there is at least a spdx file
# included in the bitnami directories