summaryrefslogtreecommitdiff
path: root/src/lib/ubsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ubsan.c')
-rw-r--r--src/lib/ubsan.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/ubsan.c b/src/lib/ubsan.c
index 128340092f..b91dac2636 100644
--- a/src/lib/ubsan.c
+++ b/src/lib/ubsan.c
@@ -1,6 +1,4 @@
/*
- * Copyright (c) 2014, 2015 Jonas 'Sortie' Termansen.
- *
* Permission to use, copy, modify, and 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.
@@ -12,8 +10,8 @@
* 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.
- *
- * ubsan/ubsan.c
+ */
+/* ubsan/ubsan.c
* Undefined behavior sanitizer runtime support.
*
* Adapted from: