summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-02-12 22:34:06 +0100
committerQC <qball@gmpclient.org>2015-02-12 22:34:06 +0100
commit877c8051c6f467128c90aaaead63c10c831f8826 (patch)
treeb6bddda635b63ebe044362d39c3a0b0ccd44400f /source/helper.c
parentc760432a6c1d064a9a18ec57252a5f4bf6d46608 (diff)
Update copyright license.
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/source/helper.c b/source/helper.c
index 7743af83..f5ab6d9b 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -1,3 +1,30 @@
+/**
+ * rofi
+ *
+ * MIT/X11 License
+ * Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com>
+ * Modified 2013-2015 Qball Cow <qball@gmpclient.org>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ */
#include <config.h>
#include <stdio.h>
#include <stdlib.h>