From b9e04d69582421f247e648b748535b5701ca0b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 5 Dec 2016 15:03:27 +0100 Subject: [PATCH] Update copyright year --- src/lookup_string_in_fixed_set.c | 2 +- tools/psl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lookup_string_in_fixed_set.c b/src/lookup_string_in_fixed_set.c index 57d455b..9baa990 100644 --- a/src/lookup_string_in_fixed_set.c +++ b/src/lookup_string_in_fixed_set.c @@ -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. * diff --git a/tools/psl.c b/tools/psl.c index 35f56df..7c082cd 100644 --- a/tools/psl.c +++ b/tools/psl.c @@ -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); }