summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-03-06 01:50:15 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-03-06 01:50:21 +0700
commit4d3337c9ab9d90c2e86d2766076f0f7c045bb83b (patch)
treed13f6e364a66f1ffef30b3fbf28c3cd63342519b
parent4bc4655bd64f191d402d5c176d92cd053d939deb (diff)
target/firmware/tiffs: update copyright statements
In OS#3582, the autor of TIFFS code, Mychaela Falconia, has noted: ... all of my code contributions are in the public domain and are NOT copyrighted by me, and I strenuously object to anyone taking it upon themselves to insert a copyright notice with my name in it. Let's update the copyright statements as recommended by the author. Change-Id: If115991425372a4cdbcfefa115532c9c410e58c4
-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