From cf0dcdb5a876f43e9f5d13a4458d7590368fa659 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Sat, 11 May 2024 10:43:54 +0200 Subject: [PATCH] fix(review/1): fixed copyright notice and dockerfile Signed-off-by: Mateusz Urbanek --- Dockerfile | 2 +- Makefile | 2 +- cmd/s3gw-cosi-driver/main.go | 2 +- pkg/driver/driver.go | 2 +- pkg/driver/identityserver.go | 2 +- pkg/driver/provisioner.go | 2 +- pkg/driver/provisioner_test.go | 2 +- pkg/envflag/envflag.go | 2 +- pkg/envflag/envflag_test.go | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4adc015..7caaec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,5 +70,5 @@ LABEL org.opencontainers.image.base.name="gcr.io/distroless/static:latest" LABEL quay.expires-after="${QUAY_EXPIRATION}" # Set the entrypoint. -ENTRYPOINT [ "/usr/bin/3gw-cosi-driver" ] +ENTRYPOINT [ "/usr/bin/s3gw-cosi-driver" ] CMD [] diff --git a/Makefile b/Makefile index a49e51b..8ff93d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Copyright 2023 SUSE, LLC. -# Copyright 2024 s3gw maintainers. +# Copyright 2024 s3gw contributors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/s3gw-cosi-driver/main.go b/cmd/s3gw-cosi-driver/main.go index 56aade2..f39352e 100644 --- a/cmd/s3gw-cosi-driver/main.go +++ b/cmd/s3gw-cosi-driver/main.go @@ -1,6 +1,6 @@ /* Copyright 2023 SUSE, LLC. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/pkg/driver/driver.go b/pkg/driver/driver.go index fb5d339..c8eeb33 100644 --- a/pkg/driver/driver.go +++ b/pkg/driver/driver.go @@ -1,6 +1,6 @@ /* Copyright 2023 SUSE, LLC. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/pkg/driver/identityserver.go b/pkg/driver/identityserver.go index 080bf09..951c58c 100644 --- a/pkg/driver/identityserver.go +++ b/pkg/driver/identityserver.go @@ -1,6 +1,6 @@ /* Copyright 2023 SUSE, LLC. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/pkg/driver/provisioner.go b/pkg/driver/provisioner.go index 6d2645f..c2353c6 100644 --- a/pkg/driver/provisioner.go +++ b/pkg/driver/provisioner.go @@ -1,6 +1,6 @@ /* Copyright 2023 SUSE, LLC. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/pkg/driver/provisioner_test.go b/pkg/driver/provisioner_test.go index 7c40c2c..9cc2d99 100644 --- a/pkg/driver/provisioner_test.go +++ b/pkg/driver/provisioner_test.go @@ -1,6 +1,6 @@ /* Copyright 2023 SUSE, LLC. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. diff --git a/pkg/envflag/envflag.go b/pkg/envflag/envflag.go index 20f8322..c385f6a 100644 --- a/pkg/envflag/envflag.go +++ b/pkg/envflag/envflag.go @@ -1,6 +1,6 @@ /* Copyright 2023 Akamai Technologies, Inc. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pkg/envflag/envflag_test.go b/pkg/envflag/envflag_test.go index b54eb4f..0cd95d9 100644 --- a/pkg/envflag/envflag_test.go +++ b/pkg/envflag/envflag_test.go @@ -1,6 +1,6 @@ /* Copyright 2023 Akamai Technologies, Inc. -Copyright 2024 s3gw maintainers. +Copyright 2024 s3gw contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.