Date: Thu, 20 Jan 2022 22:38:48 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 89e0ee0db442 - main - chacha20_poly1305: Use the correct license disclaimer. Message-ID: <202201202238.20KMcmX1094018@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=89e0ee0db442131a237e7665eae7bdbef5577d6c commit 89e0ee0db442131a237e7665eae7bdbef5577d6c Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-20 22:36:48 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-01-20 22:36:48 +0000 chacha20_poly1305: Use the correct license disclaimer. Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33976 --- sys/crypto/chacha20_poly1305.c | 4 ++-- sys/crypto/chacha20_poly1305.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/crypto/chacha20_poly1305.c b/sys/crypto/chacha20_poly1305.c index 938400c0feef..fd107b4e5f51 100644 --- a/sys/crypto/chacha20_poly1305.c +++ b/sys/crypto/chacha20_poly1305.c @@ -15,10 +15,10 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) diff --git a/sys/crypto/chacha20_poly1305.h b/sys/crypto/chacha20_poly1305.h index 505a5ef9d6f0..afdcb92d91ba 100644 --- a/sys/crypto/chacha20_poly1305.h +++ b/sys/crypto/chacha20_poly1305.h @@ -15,10 +15,10 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201202238.20KMcmX1094018>