summaryrefslogtreecommitdiff
path: root/src/fecmodem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fecmodem.cc')
-rw-r--r--src/fecmodem.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fecmodem.cc b/src/fecmodem.cc
index 3e4af68..85221dc 100644
--- a/src/fecmodem.cc
+++ b/src/fecmodem.cc
@@ -1,3 +1,13 @@
+/*
+ * Copyright (C) 2016 by Daniel Friesel
+ *
+ * License: You may use, redistribute and/or modify this file under the terms
+ * of either:
+ * * The GNU LGPL v3 (see COPYING and COPYING.LESSER), or
+ * * The 3-clause BSD License (see COPYING.BSD)
+ *
+ */
+
#include <avr/io.h>
#include <stdlib.h>
#include "fecmodem.h"