Update copyright year
This commit is contained in:
parent
2a3a743643
commit
b9e04d6958
|
@ -1,4 +1,4 @@
|
|||
/* Copyright 2015 The Chromium Authors. All rights reserved.
|
||||
/* Copyright 2015-2016 The Chromium Authors. All rights reserved.
|
||||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE.chromium file.
|
||||
*
|
||||
|
|
|
@ -120,7 +120,7 @@ int main(int argc, const char *const *argv)
|
|||
printf("psl %s (0x%06x)\n", PACKAGE_VERSION, psl_check_version_number(0));
|
||||
printf("libpsl %s\n", psl_get_version());
|
||||
printf("\n");
|
||||
printf("Copyright (C) 2014-2015 Tim Ruehsen\n");
|
||||
printf("Copyright (C) 2014-2016 Tim Ruehsen\n");
|
||||
printf("License: MIT\n");
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue