summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-08-24 21:03:40 -0400
committerJune McEnroe <june@causal.agency>2017-08-24 21:03:40 -0400
commit72e41cb504ad641119e0d183136170711ac6c170 (patch)
tree437490c60751dfc8a37dd37642d77fdb59e08ce9
parentAdd license to C files (diff)
downloadtorus-72e41cb504ad641119e0d183136170711ac6c170.tar.gz
torus-72e41cb504ad641119e0d183136170711ac6c170.zip
Add license to torus.h as well
-rw-r--r--torus.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index 6b28f8c..ad09893 100644
--- a/torus.h
+++ b/torus.h
@@ -4,6 +4,22 @@
 #include <stdint.h>
 #include <time.h>
 
+/*
+ * Copyright (c) 2017, June McEnroe <june@causal.agency>
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
 #define ALIGNED(x) __attribute__((aligned(x)))
 
 enum {