From ac717518287eca607eb9f53465d752c2ea18c9e9 Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Sun, 17 Sep 2017 19:52:26 -0400 Subject: [PATCH] btrfs-progs: tests: Add required IETF Trust copyright to SHA implementation Signed-off-by: Nicholas D Steeves Signed-off-by: David Sterba --- tests/sha-private.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/sha-private.h b/tests/sha-private.h index 6e9c452..d94d437 100644 --- a/tests/sha-private.h +++ b/tests/sha-private.h @@ -1,5 +1,9 @@ /************************ sha-private.h ************************/ /***************** See RFC 6234 for details. *******************/ +/* Copyright (c) 2011 IETF Trust and the persons identified as */ +/* authors of the code. All rights reserved. */ +/* See sha.h for terms of use and redistribution. */ + #ifndef _SHA_PRIVATE__H #define _SHA_PRIVATE__H /* -- 2.7.4