X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Faes.h;h=ea063082790ec608726ecbd27fec12f82d02bf62;hb=12eba1b49380988fd87cc0b3af44014cca8b71c4;hp=41b0db29c1ba7344174c3000593aa4e24e0aa5ce;hpb=ee3a55fdf00b54391e406217e53674449e70d78b;p=karo-tx-uboot.git diff --git a/include/aes.h b/include/aes.h index 41b0db29c1..ea06308279 100644 --- a/include/aes.h +++ b/include/aes.h @@ -2,23 +2,7 @@ * Copyright (c) 2011 The Chromium OS Authors. * (C) Copyright 2010 - 2011 NVIDIA Corporation * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _AES_REF_H_