summaryrefslogtreecommitdiff
path: root/segfault.c
diff options
context:
space:
mode:
Diffstat (limited to 'segfault.c')
-rw-r--r--segfault.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/segfault.c b/segfault.c
index b69906e..17e87a5 100644
--- a/segfault.c
+++ b/segfault.c
@@ -1,5 +1,25 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
+/***
+ This file is part of libminidump.
+
+ Copyright 2012 Lennart Poettering
+
+ libminidump is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+
+ libminidump is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with libminidump; If not, see
+ <http://www.gnu.org/licenses/>.
+***/
+
#include <sys/time.h>
#include <sys/resource.h>
#include <stdio.h>