summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-10-16 11:09:37 -0400
committerDan Halbert <halbert@halwitz.org>2018-10-16 11:09:37 -0400
commitb3c7746a7f48d5fa47a26a745f39b9a3e9656d2b (patch)
tree829cd1123975217f2e2e5fc60fd527d5adcfadaa
parent2262efc31155cfb498c5ecbfb64be16839cf4641 (diff)
fix copyright notice
-rw-r--r--ports/nrf/common-hal/analogio/AnalogOut.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/nrf/common-hal/analogio/AnalogOut.c b/ports/nrf/common-hal/analogio/AnalogOut.c
index 7c60e324d..adafa15d5 100644
--- a/ports/nrf/common-hal/analogio/AnalogOut.c
+++ b/ports/nrf/common-hal/analogio/AnalogOut.c
@@ -5,6 +5,13 @@
*
* Copyright (c) 2018 Dan Halbert for Adafruit Industries
*
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*