diff mbox

[U-Boot,v2,1/6] errno: Add copyright header and header guard

Message ID 1462748122-30918-2-git-send-email-sjg@chromium.org
State Accepted
Commit 00e9e6d1ffb9786a7ca42cc41f5320303c1ab84f
Delegated to: Tom Warren
Headers show

Commit Message

Simon Glass May 8, 2016, 10:55 p.m. UTC
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 <sjg@chromium.org>
---

Changes in v2:
- Add new patch to add a copyright header and header guard to errno.h

 include/errno.h | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/include/errno.h b/include/errno.h
index 14ac3cb..3942681 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -1,4 +1,11 @@ 
+/*
+ * Copyright (C) 2014 Samsung Electronics
+ * Przemyslaw Marczak <p.marczak@samsung.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0+
+ */
 #ifndef _ERRNO_H
+#define _ERRNO_H
 
 #include <asm-generic/errno.h>