X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Frc4.c;h=0c00439843618e7b5cf69daed27a1110bab1cc27;hb=cdbff9fc4002fdd47181088d5abe90e5f2fa1904;hp=89d15f3c821be7ba7f79e82c6630a3f16951b825;hpb=7a1af7a79bd79ded6a78d0c1afdbc3353669e313;p=oweals%2Fu-boot.git diff --git a/lib/rc4.c b/lib/rc4.c index 89d15f3c82..0c00439843 100644 --- a/lib/rc4.c +++ b/lib/rc4.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 Google, Inc * * (C) Copyright 2008-2014 Rockchip Electronics * * Rivest Cipher 4 (RC4) implementation - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef USE_HOSTCC