From edfe8b8a87832a7c2f50d58ecf1afa7870c79228 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 9 Mar 2015 12:06:51 -0700 Subject: [PATCH] fix sha256.h copyright --- wolfssl/wolfcrypt/sha256.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/wolfcrypt/sha256.h b/wolfssl/wolfcrypt/sha256.h index 6529e92de..5dbe2d74b 100644 --- a/wolfssl/wolfcrypt/sha256.h +++ b/wolfssl/wolfcrypt/sha256.h @@ -1,4 +1,6 @@ /* sha256.h + * + * Copyright (C) 2006-2015 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) *