diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-04-19 20:56:01 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-04-20 00:10:46 +0200 |
commit | ac837f43b965b2d2f58e52149dde4dc2c297a8c1 (patch) | |
tree | 5dfc5cbaaa41fb1d7d0c635a2e739c287ae84a40 | |
parent | 27cec484084f37e01cadcdf7ea92c64de71e0b34 (diff) |
Bump year in program
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1747,7 +1747,7 @@ main(int argc, char *argv[]) fulluseragent = EARGF(usage()); break; case 'v': - die("surf-"VERSION", ©2009-2015 surf engineers, " + die("surf-"VERSION", ©2009-2017 surf engineers, " "see LICENSE for details\n"); case 'x': showxid = 1; |