Skip to content

Commit

Permalink
Add copyright header (bitnami#17300)
Browse files Browse the repository at this point in the history
* Add copyright header

Signed-off-by: sfelipe <[email protected]>

* Remove copyright from vib runtime_parameters files

Signed-off-by: sfelipe <[email protected]>

* Add copyright header for pinniped-auth.sh

Signed-off-by: sfelipe <[email protected]>

* Update templates copyright header format

Signed-off-by: sfelipe <[email protected]>

---------

Signed-off-by: sfelipe <[email protected]>
  • Loading branch information
fevisera authored Jun 26, 2023
1 parent 825360f commit da68be8
Show file tree
Hide file tree
Showing 2,795 changed files with 13,154 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: 🐞 Bug
description: Create a report to help us improve
labels: ["tech-issues"]
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

blank_issues_enabled: false
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: "\U0001F680 Feature request"
description: Suggest an idea for this project
labels: ["feature-request"]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/assign-asset-label.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Assign asset label'
on:
pull_request_target:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[CI/CD] CD Pipeline'
on: # rebuild any PRs and main branch changes
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[CI/CD] CI Pipeline'
on: # rebuild any PRs and main branch changes
pull_request_target:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/clossing-issues.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Close Solved issues'
on:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/comments.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Comments based card movements'
on:
issue_comment:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/delete-solved-cards.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Delete Solved cards'
on:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/generate-chart-readme.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Update README metadata'

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/markdown-linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[CI/CD] Markdown linter'
on:
pull_request:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/move-closed-issues.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Move closed issues'
on:
issues:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/moving-cards.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

# This workflow is built to manage the triage support by using GH issues.
name: '[Support] Cards movements'
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Review based card movements'
on:
pull_request_target:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/srp-report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[SRP] Secure Release Pipeline Report'
on:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Close stale issues and PRs'
on:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sync-teams.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

name: '[Support] Synchronize team members in the .env file'
on:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

# This workflow is built to manage the triage support by using GH issues.
name: '[Support] Organize triage'
on:
Expand Down
5 changes: 5 additions & 0 deletions .vib/airflow/cypress/cypress/integration/airflow_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />
import { random } from '../support/utils';

Expand Down
5 changes: 5 additions & 0 deletions .vib/airflow/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

const COMMAND_DELAY = 2000;

for (const command of ['click']) {
Expand Down
5 changes: 5 additions & 0 deletions .vib/airflow/cypress/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
Expand Down
5 changes: 5 additions & 0 deletions .vib/airflow/cypress/cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

export let random = (Math.random() + 1).toString(36).substring(7);
3 changes: 3 additions & 0 deletions .vib/airflow/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

command:
airflow-trigger-dag:
exec: airflow dags trigger example_bash_operator
Expand Down
5 changes: 5 additions & 0 deletions .vib/apache/cypress/cypress/integration/apache_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

it('visits the apache start page', () => {
Expand Down
3 changes: 3 additions & 0 deletions .vib/apache/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

http:
https://apache:{{ .Vars.service.ports.https }}:
status: 200
Expand Down
5 changes: 5 additions & 0 deletions .vib/apisix/cypress/cypress/integration/apisix_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />
import {
random,
Expand Down
5 changes: 5 additions & 0 deletions .vib/apisix/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

const COMMAND_DELAY = 2000;

for (const command of ['click']) {
Expand Down
5 changes: 5 additions & 0 deletions .vib/apisix/cypress/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
Expand Down
5 changes: 5 additions & 0 deletions .vib/apisix/cypress/cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

export let random = (Math.random() + 1).toString(36).substring(7);
3 changes: 3 additions & 0 deletions .vib/apisix/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

http:
http://apisix-data-plane:{{ .Vars.dataPlane.service.ports.http }}:
# The proxy does respond but the route is not registered
Expand Down
5 changes: 5 additions & 0 deletions .vib/appsmith/cypress/cypress/integration/appsmith_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />
import {
random,
Expand Down
5 changes: 5 additions & 0 deletions .vib/appsmith/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

const COMMAND_DELAY = 2000;

for (const command of ['click']) {
Expand Down
5 changes: 5 additions & 0 deletions .vib/appsmith/cypress/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
Expand Down
5 changes: 5 additions & 0 deletions .vib/appsmith/cypress/cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

export let random = (Math.random() + 1).toString(36).substring(7);
3 changes: 3 additions & 0 deletions .vib/appsmith/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

http:
http://appsmith:{{ .Vars.client.service.ports.http }}:
status: 200
Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-cd/cypress/cypress/integration/argo_cd_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />
import { random } from '../support/utils';

Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-cd/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

const COMMAND_DELAY = 2000;

for (const command of ['click']) {
Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-cd/cypress/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-cd/cypress/cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase();
3 changes: 3 additions & 0 deletions .vib/argo-cd/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

http:
http://argo-cd-server:{{ .Vars.server.service.ports.http }}:
status: 307
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />
import { random } from '../support/utils';

Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-workflows/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

const COMMAND_DELAY = 2000;

for (const command of ['click']) {
Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-workflows/cypress/cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
Expand Down
5 changes: 5 additions & 0 deletions .vib/argo-workflows/cypress/cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase();
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright VMware, Inc.
* SPDX-License-Identifier: APACHE-2.0
*/

/// <reference types="cypress" />

it('renders application correctly', () => {
Expand Down
3 changes: 3 additions & 0 deletions .vib/aspnet-core/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

file:
/app:
exists: true
Expand Down
3 changes: 3 additions & 0 deletions .vib/cassandra/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

file:
{{ .Vars.persistence.mountPath }}:
exists: true
Expand Down
3 changes: 3 additions & 0 deletions .vib/cert-manager/ginkgo/certmanager_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0

package integration

import (
Expand Down
3 changes: 3 additions & 0 deletions .vib/cert-manager/ginkgo/integration_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright VMware, Inc.
// SPDX-License-Identifier: APACHE-2.0

package integration

import (
Expand Down
3 changes: 3 additions & 0 deletions .vib/cert-manager/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0

command:
{{- $uid := .Vars.controller.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.controller.podSecurityContext.fsGroup }}
Expand Down
Loading

0 comments on commit da68be8

Please sign in to comment.