summaryrefslogtreecommitdiff
path: root/arr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arr.c')
-rw-r--r--arr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arr.c b/arr.c
index 0956460..5c19307 100644
--- a/arr.c
+++ b/arr.c
@@ -1,3 +1,9 @@
+/*
+ Copyright (C) 2019 Leo Tenenbaum.
+ This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
+ You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
+*/
+
/* OPTIM: is it faster to store void *end? */
typedef struct {
size_t len;