Skip to content

Commit 0f049f7

Browse files
tititiou36herbertx
authored andcommitted
crypto: crc32-generic - Use SPDX-License-Identifier
Use SPDX-License-Identifier: GPL-2.0-only, instead of hand writing it. This also removes a reference to http://www.xyratex.com which seems to be down. Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 705f6e1 commit 0f049f7

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

crypto/crc32_generic.c

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
1-
/* GPL HEADER START
2-
*
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 only,
7-
* as published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful, but
10-
* WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* General Public License version 2 for more details (a copy is included
13-
* in the LICENSE file that accompanied this code).
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* version 2 along with this program; If not, see http://www.gnu.org/licenses
17-
*
18-
* Please visit http://www.xyratex.com/contact if you need additional
19-
* information or have any questions.
20-
*
21-
* GPL HEADER END
22-
*/
23-
1+
// SPDX-License-Identifier: GPL-2.0-only
242
/*
253
* Copyright 2012 Xyratex Technology Limited
264
*/

0 commit comments

Comments
 (0)