summaryrefslogtreecommitdiffstats
path: root/source/dialogs
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/dialogs
parentcfbe4027bcbafe4715bbba1b36799002c719a81e (diff)
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/dialogs')
-rw-r--r--source/dialogs/combi.c4
-rw-r--r--source/dialogs/dmenu.c4
-rw-r--r--source/dialogs/drun.c4
-rw-r--r--source/dialogs/help-keys.c5
-rw-r--r--source/dialogs/run.c2
-rw-r--r--source/dialogs/script.c4
-rw-r--r--source/dialogs/ssh.c2
-rw-r--r--source/dialogs/window.c4
8 files changed, 15 insertions, 14 deletions
diff --git a/source/dialogs/combi.c b/source/dialogs/combi.c
index dd0cfb67..562e7a9c 100644
--- a/source/dialogs/combi.c
+++ b/source/dialogs/combi.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/dmenu.c b/source/dialogs/dmenu.c
index 255fd720..011920a6 100644
--- a/source/dialogs/dmenu.c
+++ b/source/dialogs/dmenu.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c
index c16c6f2b..fad86c16 100644
--- a/source/dialogs/drun.c
+++ b/source/dialogs/drun.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/help-keys.c b/source/dialogs/help-keys.c
index a550f559..e7de6dee 100644
--- a/source/dialogs/help-keys.c
+++ b/source/dialogs/help-keys.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
@@ -24,6 +24,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
+
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 62e55150..d596314e 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/script.c b/source/dialogs/script.c
index 52cc1a03..25509d1b 100644
--- a/source/dialogs/script.c
+++ b/source/dialogs/script.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index 0bc277fb..9da3e767 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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
diff --git a/source/dialogs/window.c b/source/dialogs/window.c
index 2ed4bad4..170e1370 100644
--- a/source/dialogs/window.c
+++ b/source/dialogs/window.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright 2013-2017 Qball Cow <qball@gmpclient.org>
+ * 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