From: Simon Glass Date: Sun, 8 May 2016 22:55:17 +0000 (-0600) Subject: errno: Add copyright header and header guard X-Git-Tag: v2016.07~12^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00e9e6d1ffb9786a7ca42cc41f5320303c1ab84f;p=u-boot errno: Add copyright header and header guard Bring in a copyright for this file from cmd/pmic.c since this file was submitted by the same author at around the same time. Also fix the missing header guard. Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/errno.h b/include/errno.h index 14ac3cb10b..39426818e0 100644 --- a/include/errno.h +++ b/include/errno.h @@ -1,4 +1,11 @@ +/* + * Copyright (C) 2014 Samsung Electronics + * Przemyslaw Marczak + * + * SPDX-License-Identifier: GPL-2.0+ + */ #ifndef _ERRNO_H +#define _ERRNO_H #include