corrections
08420a93
2 file(s) · +3 −3
| 1 | 1 | MIT/X Consortium License |
|
| 2 | 2 | ||
| 3 | - | (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> |
|
| 4 | - | (C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | + | (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com> |
|
| 4 | + | (C)opyright MMVI-MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 5 | 5 | ||
| 6 | 6 | Permission is hereby granted, free of charge, to any person obtaining a |
|
| 7 | 7 | copy of this software and associated documentation files (the "Software"), |
| 373 | 373 | if(++i < argc) timeout.tv_sec = atoi(argv[i]); |
|
| 374 | 374 | } |
|
| 375 | 375 | else if(!strncmp(argv[i], "-v", 3)) { |
|
| 376 | - | fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout); |
|
| 376 | + | fputs("dmenu-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n", stdout); |
|
| 377 | 377 | exit(EXIT_SUCCESS); |
|
| 378 | 378 | } |
|
| 379 | 379 | else |