citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 30bcec0e4f50b6b66ccb36b01315db5ae88d1fc2
parent dcd2e97b5d9be7a0aea59c243abcf5ad54eaf367
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 19 Jul 2016 23:02:09 -0600

lib: nuke license on .h file

Diffstat:
Mlib/runtime.h | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/lib/runtime.h b/lib/runtime.h @@ -1,18 +1,3 @@ -/* - * Copyright (c) 2016 Kyle Milz <kyle@0x30.net> - * - * 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. - * - * 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. - */ #include <stdint.h> struct citrun_node { uint64_t *lines_ptr;