From 1e3f509148fdc886e96f9383c1d9c4406bacb955 Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Tue, 18 Aug 2020 00:22:41 -0400 Subject: [PATCH] update dates --- LICENSE | 2 +- src/pixz.1.asciidoc | 2 +- src/pixz.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2295eb8..9987785 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011 Dave Vasilevsky +Copyright (c) 2009-2020 Dave Vasilevsky All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/pixz.1.asciidoc b/src/pixz.1.asciidoc index 5b401fb..25589ae 100644 --- a/src/pixz.1.asciidoc +++ b/src/pixz.1.asciidoc @@ -85,7 +85,7 @@ Source downloads: COPYRIGHT --------- -Copyright (C) 2009-2010 Dave Vasilevsky. Use of this software is granted under the FreeBSD License. +Copyright (C) 2009-2020 Dave Vasilevsky. Use of this software is granted under the FreeBSD License. SEE ALSO -------- diff --git a/src/pixz.c b/src/pixz.c index 0309051..229eadb 100644 --- a/src/pixz.c +++ b/src/pixz.c @@ -47,7 +47,7 @@ static void usage(const char *msg) { " -h Print this help\n" "\n" "pixz %s\n" -"(C) 2009-2012 Dave Vasilevsky \n" +"(C) 2009-2020 Dave Vasilevsky \n" "https://github.com/vasi/pixz\n" "You may use this software under the FreeBSD License\n", PACKAGE_VERSION);