summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-04-15 12:32:05 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-04-15 12:32:05 +0200
commit9a68b22009bcb0c3824ae5f3a605191a960ee45f (patch)
tree8bc27277e4b91ef7d259347ed1a0653e895e20df /source/rofi.c
parentcfbe4027bcbafe4715bbba1b36799002c719a81e (diff)
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 7162e973..1fd5325b 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -1,9 +1,9 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com>
- * Modified 2013-2017 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
+ * Copyright © 2013-2017 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
@@ -23,6 +23,7 @@
* 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.
+ *
*/
#define G_LOG_DOMAIN "Rofi"