Skip to content

Commit

Permalink
Change license header and copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
  • Loading branch information
carrodher committed May 6, 2024
1 parent aa1ecc0 commit 55e82ce
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2021-2021 VMware, Inc.
# Copyright © 2024 Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#
FROM bitnami/node:16
Expand All @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Readme Generator For Helm" \
org.opencontainers.image.source="https://github.com/bitnami/readme-generator-for-helm" \
org.opencontainers.image.title="readme-generator-for-helm" \
org.opencontainers.image.vendor="VMware, Inc."
org.opencontainers.image.vendor="Broadcom, Inc. All Rights Reserved."

COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/builder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/checker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-2022 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/parameter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/render.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/section.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-2022 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2021 VMware, Inc.
* Copyright © 2024 Broadcom, Inc. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down

0 comments on commit 55e82ce

Please sign in to comment.