summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/cpuio.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/beagleboneblack/cpuio.c')
-rw-r--r--ports/beagleboneblack/cpuio.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/ports/beagleboneblack/cpuio.c b/ports/beagleboneblack/cpuio.c
index 22afb37..f6289fe 100644
--- a/ports/beagleboneblack/cpuio.c
+++ b/ports/beagleboneblack/cpuio.c
@@ -1,3 +1,22 @@
+/*
+ * General notice:
+ * This code is part of a boot-monitor package developed as a generic base
+ * platform for embedded system designs. As such, it is likely to be
+ * distributed to various projects beyond the control of the original
+ * author. Please notify the author of any enhancements made or bugs found
+ * so that all may benefit from the changes. In addition, notification back
+ * to the author will allow the new user to pick up changes that may have
+ * been made by other users after this version of the code was distributed.
+ *
+ * Author: Ed Sutter
+ * email: esutter@lucent.com
+ * phone: 908-582-2351
+ *
+ *
+ * Adapted by Jarielle Catbagan for the Beaglebone Black
+ * email: jcatbagan93@gmail.com
+ */
+
#include "config.h"
#include "stddefs.h"
#include "cpuio.h"