added license section in readme, updated license years

This commit is contained in:
Bryan Joshua Pedini 2024-04-17 17:58:42 +02:00
parent 025d79f309
commit 8533c8bf5c
5 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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<br>
License: MIT · see [LICENSE](LICENSE) file for more details

View File

@ -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="^[ ]*(#.*)?$"

View File

@ -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