Update the year.
parent
f58232beb2
commit
be0fb159e4
2
LICENSE
2
LICENSE
|
|
@ -1,7 +1,7 @@
|
||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
© 2008 Kai Hendry <hendry@webconverger.com>
|
© 2008 Kai Hendry <hendry@webconverger.com>
|
||||||
© 2012 Christoph Lohmann <20h@r-36.net>
|
© 2012-2016 Christoph Lohmann <20h@r-36.net>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ main(int argc, char *argv[]) {
|
||||||
showtill = true;
|
showtill = true;
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
die("xssstate-"VERSION", © 2008-2012 xssstate engineers"
|
die("xssstate-"VERSION", © 2008-2016 xssstate engineers"
|
||||||
", see LICENSE for details.\n");
|
", see LICENSE for details.\n");
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue