From f761a53231d1a023e2d3e5efcc5591b04a34f98a Mon Sep 17 00:00:00 2001 From: Andrey Rys Date: Mon, 29 Apr 2019 22:54:43 +0700 Subject: [PATCH] Update copyright year. --- COPYRIGHT | 2 +- README | 2 +- VERSION | 2 +- getpasswd.c | 2 +- getpasswd.h | 2 +- mhexdump.c | 2 +- tfc_base64.c | 2 +- tfc_bench.c | 2 +- tfc_conf.c | 2 +- tfc_conv.c | 2 +- tfc_error.c | 2 +- tfc_misc.c | 2 +- tfc_random.c | 2 +- tfc_say.c | 2 +- tfc_signal.c | 2 +- tfc_skein.c | 2 +- tfc_vars.c | 2 +- tfcrypt.c | 2 +- tfcrypt.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 0f88a50..7732634 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ The tfcrypt program is copyrighted: -Copyright © 2012-2018 Andrey Rys. +Copyright © 2012-2019 Andrey Rys. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining diff --git a/README b/README index 2d8dad9..b8f814a 100644 --- a/README +++ b/README @@ -54,7 +54,7 @@ LICENSE This tfcrypt, unlike it's previous version, is copyrighted: - Copyright (C) Andrey Rys , 2012-2018. + Copyright (C) Andrey Rys , 2012-2019. It maybe freely used by anyone who agrees to the terms and conditions of the MIT license. diff --git a/VERSION b/VERSION index e85087a..f5c8955 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -31 +32 diff --git a/getpasswd.c b/getpasswd.c index 633b3fd..c733e6d 100644 --- a/getpasswd.c +++ b/getpasswd.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/getpasswd.h b/getpasswd.h index a6dbd56..7369e85 100644 --- a/getpasswd.h +++ b/getpasswd.h @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/mhexdump.c b/mhexdump.c index f8e1300..36e1f02 100644 --- a/mhexdump.c +++ b/mhexdump.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_base64.c b/tfc_base64.c index f1d68f6..d2b3333 100644 --- a/tfc_base64.c +++ b/tfc_base64.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_bench.c b/tfc_bench.c index 595009e..435354b 100644 --- a/tfc_bench.c +++ b/tfc_bench.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_conf.c b/tfc_conf.c index da45231..15a79ed 100644 --- a/tfc_conf.c +++ b/tfc_conf.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_conv.c b/tfc_conv.c index 045c06d..8e8d937 100644 --- a/tfc_conv.c +++ b/tfc_conv.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_error.c b/tfc_error.c index 7d21be6..905ae40 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_misc.c b/tfc_misc.c index e6af46a..f55726a 100644 --- a/tfc_misc.c +++ b/tfc_misc.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_random.c b/tfc_random.c index 03f9dad..b1b6420 100644 --- a/tfc_random.c +++ b/tfc_random.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_say.c b/tfc_say.c index 04d4da4..9ceaa14 100644 --- a/tfc_say.c +++ b/tfc_say.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_signal.c b/tfc_signal.c index 3cb10b8..550b6c4 100644 --- a/tfc_signal.c +++ b/tfc_signal.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_skein.c b/tfc_skein.c index e05927d..7008e48 100644 --- a/tfc_skein.c +++ b/tfc_skein.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfc_vars.c b/tfc_vars.c index f629264..44da6e0 100644 --- a/tfc_vars.c +++ b/tfc_vars.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfcrypt.c b/tfcrypt.c index 4ba1dd5..d673d38 100644 --- a/tfcrypt.c +++ b/tfcrypt.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * diff --git a/tfcrypt.h b/tfcrypt.h index e8bee1a..f10e467 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * -- 2.31.1