X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=crypto%2Fctr.c;h=70a3fccb82f35a3832624eda7484b3fa70c96df9;hb=8756a25b07e6fe878c1a3a40e71a322b18ba57af;hp=52cdf2c5605fb8e619137325863f0a2a3ab4e365;hpb=62e1c09418fc16d27720b128275cac61367e2c1b;p=linux.git diff --git a/crypto/ctr.c b/crypto/ctr.c index 52cdf2c5605f..70a3fccb82f3 100644 --- a/crypto/ctr.c +++ b/crypto/ctr.c @@ -1,13 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * CTR: Counter mode * * (C) Copyright IBM Corp. 2007 - Joy Latten - * - * 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. - * */ #include