From 2b67158673cc0bcedd201b94728269fd5e861fe4 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Fri, 14 Sep 2001 18:31:57 +0000 Subject: [PATCH] Some of the ENGINE file names were changed for 8.3 filename uniqueness recently. So comments including file names have been fixed, and copyright notices brought up to "2001" at the same time. --- crypto/engine/eng_all.c | 4 ++-- crypto/engine/eng_dyn.c | 6 +++--- crypto/engine/eng_err.c | 4 ++-- crypto/engine/eng_evp.c | 2 +- crypto/engine/eng_int.h | 4 ++-- crypto/engine/eng_lib.c | 4 ++-- crypto/engine/eng_list.c | 4 ++-- crypto/engine/eng_openssl.c | 4 ++-- crypto/engine/engine.h | 2 +- crypto/engine/enginetest.c | 2 +- crypto/engine/hw_atalla.c | 2 +- crypto/engine/hw_cswift.c | 2 +- crypto/engine/hw_ncipher.c | 2 +- crypto/engine/hw_nuron.c | 2 +- crypto/engine/hw_openbsd_dev_crypto.c | 2 +- crypto/engine/hw_ubsec.c | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index 48ea6b2c3..470256212 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -1,9 +1,9 @@ -/* crypto/engine/engine_all.c -*- mode: C; c-file-style: "eay" -*- */ +/* crypto/engine/eng_all.c -*- mode: C; c-file-style: "eay" -*- */ /* Written by Richard Levitte for the OpenSSL * project 2000. */ /* ==================================================================== - * Copyright (c) 2000 The OpenSSL Project. All rights reserved. + * Copyright (c) 2000-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index 57f769672..561d58e5e 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -1,9 +1,9 @@ -/* crypto/engine/engine_dyn.c */ +/* crypto/engine/eng_dyn.c */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL - * project 2000. + * project 2001. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c index e76a4e3d4..5c602c079 100644 --- a/crypto/engine/eng_err.c +++ b/crypto/engine/eng_err.c @@ -1,6 +1,6 @@ -/* crypto/engine/engine_err.c */ +/* crypto/engine/eng_err.c */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_evp.c b/crypto/engine/eng_evp.c index 4e15c3a34..d48ddcd86 100644 --- a/crypto/engine/eng_evp.c +++ b/crypto/engine/eng_evp.c @@ -1,6 +1,6 @@ /* Written by Ben Laurie August 2001 */ /* ==================================================================== - * Copyright (c) 2000 The OpenSSL Project. All rights reserved. + * Copyright (c) 2000-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index 2e87339db..7c7532564 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -1,9 +1,9 @@ -/* crypto/engine/engine_int.h */ +/* crypto/engine/eng_int.h */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c index 94ce05730..c215313cb 100644 --- a/crypto/engine/eng_lib.c +++ b/crypto/engine/eng_lib.c @@ -1,9 +1,9 @@ -/* crypto/engine/engine_lib.c */ +/* crypto/engine/eng_lib.c */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c index ec806984a..4b558ec30 100644 --- a/crypto/engine/eng_list.c +++ b/crypto/engine/eng_list.c @@ -1,9 +1,9 @@ -/* crypto/engine/engine_list.c */ +/* crypto/engine/eng_list.c */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index c353df97d..7bf7b9d2b 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -1,9 +1,9 @@ -/* crypto/engine/engine_openssl.c */ +/* crypto/engine/eng_openssl.c */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 99b378c9d..07d3810d9 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -3,7 +3,7 @@ * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/enginetest.c b/crypto/engine/enginetest.c index f02e6f402..01c3a9f5f 100644 --- a/crypto/engine/enginetest.c +++ b/crypto/engine/enginetest.c @@ -3,7 +3,7 @@ * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_atalla.c b/crypto/engine/hw_atalla.c index 88719beb7..89149e110 100644 --- a/crypto/engine/hw_atalla.c +++ b/crypto/engine/hw_atalla.c @@ -3,7 +3,7 @@ * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_cswift.c b/crypto/engine/hw_cswift.c index e7d5bdcd4..4abc819ee 100644 --- a/crypto/engine/hw_cswift.c +++ b/crypto/engine/hw_cswift.c @@ -3,7 +3,7 @@ * project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_ncipher.c b/crypto/engine/hw_ncipher.c index db55b1a35..408db08b9 100644 --- a/crypto/engine/hw_ncipher.c +++ b/crypto/engine/hw_ncipher.c @@ -4,7 +4,7 @@ * for the OpenSSL project 2000. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c index 68c2030a4..a7925e8f7 100644 --- a/crypto/engine/hw_nuron.c +++ b/crypto/engine/hw_nuron.c @@ -3,7 +3,7 @@ * Thorpe's Atalla implementation. */ /* ==================================================================== - * Copyright (c) 2000 The OpenSSL Project. All rights reserved. + * Copyright (c) 2000-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_openbsd_dev_crypto.c b/crypto/engine/hw_openbsd_dev_crypto.c index 101df96fc..9b015feae 100644 --- a/crypto/engine/hw_openbsd_dev_crypto.c +++ b/crypto/engine/hw_openbsd_dev_crypto.c @@ -1,6 +1,6 @@ /* Written by Ben Laurie August 2001 */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/crypto/engine/hw_ubsec.c b/crypto/engine/hw_ubsec.c index c8a6acd7e..0ed7f9b54 100644 --- a/crypto/engine/hw_ubsec.c +++ b/crypto/engine/hw_ubsec.c @@ -5,7 +5,7 @@ * Cloned shamelessly by Joe Tardo. */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions