From 315cd4f532415c6e5fc12990bbf158fd17d7ca3f Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 11 Jan 2022 20:05:29 +0100 Subject: [PATCH] chore: update maintainer(s) --- Dockerfile | 2 +- Dockerfile.debian | 2 +- LICENSE | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9604d7b..32e4b8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}" FROM alpine:3.13 -LABEL maintainer="Jason Wilder " +LABEL maintainer="Nicolas Duchon (@buchdag)" ENV DOCKER_HOST unix:///tmp/docker.sock diff --git a/Dockerfile.debian b/Dockerfile.debian index 659c86d..65653a1 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -14,7 +14,7 @@ RUN GOOS=linux go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen FROM debian:11-slim -LABEL maintainer="Jason Wilder " +LABEL maintainer="Nicolas Duchon (@buchdag)" ENV DOCKER_HOST unix:///tmp/docker.sock diff --git a/LICENSE b/LICENSE index 3d15abf..f697bed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) -Copyright (c) 2014 Jason Wilder +Copyright (c) 2014-2021 Jason Wilder +Copyright (c) 2021-2022 Nicolas Duchon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal