next version will contain updated copyright notice
arg@mig29 unknown
Tue, 02 Jan 2007 15:38:44 +0100
M
LICENSE
→
LICENSE
@@ -1,7 +1,7 @@
MIT/X Consortium License -(C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> -(C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com> +(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> +(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
M
main.c
→
main.c
@@ -1,5 +1,5 @@
-/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> - * (C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com> +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> + * (C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com> * See LICENSE file for license details. */ #include "dmenu.h"@@ -373,7 +373,7 @@ else if(!strncmp(argv[i], "-t", 3)) {
if(++i < argc) timeout.tv_sec = atoi(argv[i]); } else if(!strncmp(argv[i], "-v", 3)) { - fputs("dmenu-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout); + fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout); exit(EXIT_SUCCESS); } else