aboutsummaryrefslogtreecommitdiff
path: root/rose.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:32:47 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:32:47 -0600
commit20d0becba9746b11a0696240dc9eab6fabf15d80 (patch)
treedc7da6321aad995ce4e76fcde4339a2682a7f5fc /rose.c
parent37e3e7bcae746be58d65102610efb0efb121e8df (diff)
chore: more upkeep. In particular, document wyebadblock better
Diffstat (limited to 'rose.c')
-rw-r--r--rose.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/rose.c b/rose.c
index d034455..454fc55 100644
--- a/rose.c
+++ b/rose.c
@@ -1,13 +1,3 @@
-/*
- * Copyright (c) 2022 mini-rose
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and any associated documentation
- * files to modify, copy, merge, publish, distribute and/or
- * sublicense copies of this sotware for their own use.
- * This code does not come with any warranty.
- *
- */
#include <stdbool.h>
#include <stdlib.h> // necessary for free, malloc.
#include <string.h>