diff --git a/Dockerfile b/Dockerfile index 37e9838..a184ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Bryan Joshua Pedini +# Copyright (c) 2022-2024 Bryan Joshua Pedini # License: MIT · see LICENSE file for more details ARG GO_VERSION "$GO_VERSION" diff --git a/LICENSE b/LICENSE index fe6f694..a71278c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Bryan Joshua Pedini +Copyright (c) 2022-2024 Bryan Joshua Pedini Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d429772..8334a4a 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Image based on official Golang as base, with Git on top (why don't they include - [1.18.6-alpine3.16](https://github.com/docker-library/golang/blob/2a6ba509d511d58eeb14b81888133745bfe7ef5b/1.18/alpine3.16/Dockerfile) - [1.19.1-alpine3.15](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.15/Dockerfile) - [1.19.1-alpine3.16](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.16/Dockerfile) + +# License: +Copyright (c) 2022-2024 Bryan Joshua Pedini
+License: MIT · see [LICENSE](LICENSE) file for more details diff --git a/build.sh b/build.sh index 23442d1..e492a14 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# Copyright (c) 2022 Bryan Joshua Pedini +# Copyright (c) 2022-2024 Bryan Joshua Pedini # License: MIT · see LICENSE file for more details REGEX="^[ ]*(#.*)?$" diff --git a/versionlist b/versionlist index a97e5e4..1803f0b 100644 --- a/versionlist +++ b/versionlist @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Bryan Joshua Pedini +# Copyright (c) 2022-2024 Bryan Joshua Pedini # License: MIT · see LICENSE file for more details 1.19.13-alpine3.17