summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax2017-04-05 14:01:42 -0400
committerMax2017-04-05 14:01:42 -0400
commit33b821c127fa904fcbcb205534920745141799d6 (patch)
treeb3f6ba26ade64f9c8793f8531e7618dd64df7c1b
parentfddba64eb6e52cb20b9dda74c6484341eff44b03 (diff)
downloadaur-33b821c127fa904fcbcb205534920745141799d6.tar.gz
add license
-rw-r--r--launch.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/launch.c b/launch.c
index 72ab7f0c78f1..1b0ee2a9ff2f 100644
--- a/launch.c
+++ b/launch.c
@@ -1,3 +1,18 @@
+/* Copyright 2017 Maxwell Anselm.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>