diff options
-rw-r--r-- | libbutl/sha1.c | 2 | ||||
-rw-r--r-- | libbutl/sha256c.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/sha1.c b/libbutl/sha1.c index 3c351b1..46eb10d 100644 --- a/libbutl/sha1.c +++ b/libbutl/sha1.c @@ -1,7 +1,7 @@ /* $KAME: sha1.c,v 1.5 2000/11/08 06:13:08 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. - * Copyright (C) 2018 Code Synthesis Ltd + * Copyright (c) 2017-2018 Code Synthesis Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libbutl/sha256c.c b/libbutl/sha256c.c index cb5b66a..391221f 100644 --- a/libbutl/sha256c.c +++ b/libbutl/sha256c.c @@ -1,6 +1,6 @@ /*- * Copyright 2005 Colin Percival - * Copyright (c) 2018 Code Synthesis Ltd + * Copyright (c) 2016-2018 Code Synthesis Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without |