Commit 1c06da81 authored by Kent Liu's avatar Kent Liu Committed by Herbert Xu

crypto: crc32c-intel - Update copyright head

The original copyright head for crc32c-intel.c is incorrect. Please merge
the patch to update it.
Signed-Off-By: default avatarKent Liu <kent.liu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4b24ea97
...@@ -6,13 +6,22 @@ ...@@ -6,13 +6,22 @@
* Intel(R) 64 and IA-32 Architectures Software Developer's Manual * Intel(R) 64 and IA-32 Architectures Software Developer's Manual
* Volume 2A: Instruction Set Reference, A-M * Volume 2A: Instruction Set Reference, A-M
* *
* Copyright (c) 2008 Austin Zhang <austin_zhang@linux.intel.com> * Copyright (C) 2008 Intel Corporation
* Copyright (c) 2008 Kent Liu <kent.liu@intel.com> * Authors: Austin Zhang <austin_zhang@linux.intel.com>
* Kent Liu <kent.liu@intel.com>
* *
* This program is free software; you can redistribute it and/or modify it * 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 * under the terms and conditions of the GNU General Public License,
* Software Foundation; either version 2 of the License, or (at your option) * version 2, as published by the Free Software Foundation.
* any later version. *
* This program is distributed in the hope 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.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
* *
*/ */
#include <linux/init.h> #include <linux/init.h>
...@@ -194,4 +203,3 @@ MODULE_LICENSE("GPL"); ...@@ -194,4 +203,3 @@ MODULE_LICENSE("GPL");
MODULE_ALIAS("crc32c"); MODULE_ALIAS("crc32c");
MODULE_ALIAS("crc32c-intel"); MODULE_ALIAS("crc32c-intel");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment