Update copyright year

This commit is contained in:
Tim Rühsen 2016-12-05 15:03:27 +01:00
parent 2a3a743643
commit b9e04d6958
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View 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);
}