File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT/X Consortium License
22
33 (c) 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
4- (c) 2007-2015 Marc Andre Tanner <mat at brain-dump dot org>
4+ (c) 2007-2016 Marc André Tanner <mat at brain-dump dot org>
55
66Permission is hereby granted, free of charge, to any person obtaining a
77copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change 11/*
22 * The initial "port" of dwm to curses was done by
33 *
4- * © 2007-2015 Marc André Tanner <mat at brain-dump dot org>
4+ * © 2007-2016 Marc André Tanner <mat at brain-dump dot org>
55 *
66 * It is highly inspired by the original X11 dwm and
77 * reuses some code of it which is mostly
@@ -1666,7 +1666,7 @@ parse_args(int argc, char *argv[]) {
16661666 usage ();
16671667 switch (argv [arg ][1 ]) {
16681668 case 'v' :
1669- puts ("dvtm-" VERSION " © 2007-2015 Marc André Tanner" );
1669+ puts ("dvtm-" VERSION " © 2007-2016 Marc André Tanner" );
16701670 exit (EXIT_SUCCESS );
16711671 case 'M' :
16721672 mouse_events_enabled = !mouse_events_enabled ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright © 2004 Bruno T. C. de Oliveira
33 * Copyright © 2006 Pierre Habouzit
4- * Copyright © 2008-2013 Marc André Tanner
4+ * Copyright © 2008-2016 Marc André Tanner
55 *
66 * Permission to use, copy, modify, and distribute this software for any
77 * purpose with or without fee is hereby granted, provided that the above
You can’t perform that action at this time.
0 commit comments