X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Frc4.c;h=0c00439843618e7b5cf69daed27a1110bab1cc27;hb=4ff63383e3497389e66cf70943a83bdb1810462a;hp=89d15f3c821be7ba7f79e82c6630a3f16951b825;hpb=413978d118bb7d7b0a8488d97d802f2899cd81ce;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