summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/target/firmware/tiffs/init.c7
-rw-r--r--src/target/firmware/tiffs/readfile.c7
2 files changed, 8 insertions, 6 deletions
diff --git a/src/target/firmware/tiffs/init.c b/src/target/firmware/tiffs/init.c
index 6a3b48a4..378f8291 100644
--- a/src/target/firmware/tiffs/init.c
+++ b/src/target/firmware/tiffs/init.c
@@ -1,10 +1,11 @@
/* TIFFS (TI Flash File System) reader implementation */
/*
- * (C) 2017 by Mychaela Falconia <mychaela.falconia@gmail.com>
- * Tweaked (coding style changes) by Vadim Yanitskiy <axilirator@gmail.com>
+ * This code was written by Mychaela Falconia <falcon@freecalypso.org>
+ * who refuses to claim copyright on it and has released it as public domain
+ * instead. NO rights reserved, all rights relinquished.
*
- * All Rights Reserved
+ * Tweaked (coding style changes) by Vadim Yanitskiy <axilirator@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/target/firmware/tiffs/readfile.c b/src/target/firmware/tiffs/readfile.c
index f3e916fa..c712c437 100644
--- a/src/target/firmware/tiffs/readfile.c
+++ b/src/target/firmware/tiffs/readfile.c
@@ -1,10 +1,11 @@
/* TIFFS (TI Flash File System) reader implementation */
/*
- * (C) 2017 by Mychaela Falconia <mychaela.falconia@gmail.com>
- * Tweaked (coding style changes) by Vadim Yanitskiy <axilirator@gmail.com>
+ * This code was written by Mychaela Falconia <falcon@freecalypso.org>
+ * who refuses to claim copyright on it and has released it as public domain
+ * instead. NO rights reserved, all rights relinquished.
*
- * All Rights Reserved
+ * Tweaked (coding style changes) by Vadim Yanitskiy <axilirator@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by