Skip to content

Commit

Permalink
fix(review/1): fixed copyright notice and dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed May 11, 2024
1 parent abfaa29 commit cf0dcdb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/s3gw-cosi-driver/main.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/driver.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/identityserver.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/provisioner.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/provisioner_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/envflag/envflag.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/envflag/envflag_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cf0dcdb

Please sign in to comment.