Skip to content

Commit 44c7c75

Browse files
committed
Welcome 2016
1 parent 5faee13 commit 44c7c75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT/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

66
Permission is hereby granted, free of charge, to any person obtaining a
77
copy of this software and associated documentation files (the "Software"),

dvtm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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;

vt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)