diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-03 11:28:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-03 11:28:25 +0100 |
commit | 42a4668c8076947d327da5b46a6f8d409a6ce2f9 (patch) | |
tree | a13b476041e8b628ae7740f88c2fab43bfba6c33 /src/storage.cc | |
parent | 4d6fb17a098d722429d5bc3a8d58e33b1cc7b748 (diff) |
add copyright notices
Diffstat (limited to 'src/storage.cc')
-rw-r--r-- | src/storage.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/storage.cc b/src/storage.cc index d1c2ee1..fef0ee2 100644 --- a/src/storage.cc +++ b/src/storage.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 <util/delay.h> #include <avr/io.h> #include <stdlib.h> |