summaryrefslogtreecommitdiffstats
path: root/source/timings.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/timings.c
parentcfbe4027bcbafe4715bbba1b36799002c719a81e (diff)
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/timings.c')
-rw-r--r--source/timings.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/timings.c b/source/timings.c
index 5582a15e..b6d45e52 100644
--- a/source/timings.c
+++ b/source/timings.c
@@ -1,8 +1,8 @@
-/**
+/*
* rofi
*
* MIT/X11 License
- * Copyright (c) 2015-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
@@ -22,7 +22,9 @@
* 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 <stdio.h>
#include "rofi.h"
#include "timings.h"