From ae50a3ac4fa048f97c8c848d43aa5c889a8ca544 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 4 Mar 2022 16:40:34 +0100 Subject: [PATCH] Add attribution to code taken from moby repository --- cmd/backup/exec.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/backup/exec.go b/cmd/backup/exec.go index 64c858a..00f1c05 100644 --- a/cmd/backup/exec.go +++ b/cmd/backup/exec.go @@ -1,6 +1,9 @@ // Copyright 2022 - Offen Authors // SPDX-License-Identifier: MPL-2.0 +// Portions of this file are taken and adapted from `moby`, Copyright 2012-2017 Docker, Inc. +// Licensed under the Apache 2.0 License: https://github.com/moby/moby/blob/8e610b2b55bfd1bfa9436ab110d311f5e8a74dcb/LICENSE + package main import (