From 0f6ef1efeee8c5fd5a7d1cde9117edeba2a08b82 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 16 Sep 2022 06:52:00 -0700 Subject: Slightly tweak the LICENSE file to be more canonical --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ea215f2..bee14a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ pycparser -- A C parser in Python -Copyright (c) 2008-2020, Eli Bendersky +Copyright (c) 2008-2022, Eli Bendersky All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -11,7 +11,7 @@ are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of Eli Bendersky nor the names of its contributors may +* Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -- cgit v1.2.1