git: 4dd0e29c9325 - stable/13 - libmd: Fix a common typo in the license header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 16:37:04 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4dd0e29c9325b8068668e2703d7905d6242e5586 commit 4dd0e29c9325b8068668e2703d7905d6242e5586 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 17:46:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-30 16:36:55 +0000 libmd: Fix a common typo in the license header - s/rouines/routines/ Obtained from: NetBSD (cherry picked from commit 3e5a11d53a757f05ac1b61942f23f5f0cd9de691) --- lib/libmd/ripemd.h | 2 +- lib/libmd/rmd160c.c | 2 +- lib/libmd/rmd_locl.h | 2 +- lib/libmd/rmdconst.h | 2 +- lib/libmd/sha.h | 2 +- lib/libmd/sha0c.c | 2 +- lib/libmd/sha1c.c | 2 +- lib/libmd/sha_locl.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/libmd/ripemd.h b/lib/libmd/ripemd.h index f7d0de013273..8f202a53ed84 100644 --- a/lib/libmd/ripemd.h +++ b/lib/libmd/ripemd.h @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index a8a4ced70b0a..fa58b7b8735f 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/rmd_locl.h b/lib/libmd/rmd_locl.h index 49f054c8787c..58d6f2d1e880 100644 --- a/lib/libmd/rmd_locl.h +++ b/lib/libmd/rmd_locl.h @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/rmdconst.h b/lib/libmd/rmdconst.h index 59c48dead1ba..f7aa9939fabe 100644 --- a/lib/libmd/rmdconst.h +++ b/lib/libmd/rmdconst.h @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/sha.h b/lib/libmd/sha.h index 9e4a5c496657..af32f56bfb5b 100644 --- a/lib/libmd/sha.h +++ b/lib/libmd/sha.h @@ -31,7 +31,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c index ee4407939598..438c3a4852ff 100644 --- a/lib/libmd/sha0c.c +++ b/lib/libmd/sha0c.c @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/sha1c.c b/lib/libmd/sha1c.c index d0bcc35f93d7..870af2ab1556 100644 --- a/lib/libmd/sha1c.c +++ b/lib/libmd/sha1c.c @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: diff --git a/lib/libmd/sha_locl.h b/lib/libmd/sha_locl.h index 461c9ea35916..4f661af22875 100644 --- a/lib/libmd/sha_locl.h +++ b/lib/libmd/sha_locl.h @@ -32,7 +32,7 @@ * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library + * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: