diff --git a/examples/embedded-blink/src/blink.cpp b/examples/embedded-blink/src/blink.cpp index 9a51e5a0..fb032e3f 100644 --- a/examples/embedded-blink/src/blink.cpp +++ b/examples/embedded-blink/src/blink.cpp @@ -1,8 +1,13 @@ -/* - Turns ON and OFF the Wiring compatible board LED, with intervals of 1 second (1000 milliseconds) - +/** + * Copyright (C) Ivan Kravets + * See LICENSE for details. */ +/** + Turns ON and OFF the Wiring compatible board LED, + with intervals of 1 second (1000 milliseconds) +*/ + #ifdef ENERGIA #include "Energia.h"