Introduction
Introduction Statistics Contact Development Disclaimer Help
fixed copyright info in -v - sselp - simple X selection printer to stdout
git clone git://git.suckless.org/sselp
Log
Files
Refs
README
LICENSE
---
commit e0bf31718dd3167f9fe2dbc755f9ec1043fa51e2
parent 3eba77e45c736d7c7fd7f385c7896645f95f9a68
Author: anselm@anselm1 <unknown>
Date: Sun, 20 Apr 2008 19:07:08 +0100
fixed copyright info in -v
Diffstat:
M sselp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sselp.c b/sselp.c
@@ -65,7 +65,7 @@ main(int argc, char **argv) {
unsigned long i, offset, len, remain;
if((argc > 1) && !strncmp(argv[1], "-v", 3)) {
- fputs("sselp-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", s…
+ fputs("sselp-"VERSION", © 2006-2008 Anselm R. Garbe\n", stdou…
exit(EXIT_SUCCESS);
}
len = offset = remain = 0;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.