]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/mode.h
Update copyright notices and get rid of ranges
[i3/i3] / i3bar / include / mode.h
index 6c3833f4ccfd05a4ee8267b413f350d65e5c2e57..828d4906a695033aad2fe8fa2132b1b5a48fbfc1 100644 (file)
@@ -2,9 +2,9 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3bar - an xcb-based status- and ws-bar for i3
- * © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
+ * © 2010 Axel Wagner and contributors (see also: LICENSE)
  *
- * mode.c: Handle mode-event and show current binding mode in the bar
+ * mode.c: Handle "mode" event and show current binding mode in the bar
  *
  */
 #pragma once
@@ -22,7 +22,7 @@ struct mode {
 typedef struct mode mode;
 
 /*
- * Start parsing the received json-string
+ * Start parsing the received JSON string
  *
  */
 void parse_mode_json(char *json);