summaryrefslogtreecommitdiff
path: root/libs/vfork
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-22 23:44:28 +0200
committerRobin Gareus <robin@gareus.org>2014-05-22 23:44:28 +0200
commitf1beb026067a2f81ea913c9ab2afde47839e3a87 (patch)
tree16767bc3162aa084e87cee893d19b6eb846ee6f0 /libs/vfork
parent43b4577212e86be2b474f3d6c9eb33994581986d (diff)
add GPLv2 to exec_wrapper
Diffstat (limited to 'libs/vfork')
-rw-r--r--libs/vfork/exec_wrapper.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/vfork/exec_wrapper.c b/libs/vfork/exec_wrapper.c
index cba56d313f..e1669fbae1 100644
--- a/libs/vfork/exec_wrapper.c
+++ b/libs/vfork/exec_wrapper.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2013-2014 Robin Gareus <robin@gareus.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>