hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arc/include/asm/string.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 *
85 * vineetg: May 2011
96 * -We had half-optimised memset/memcpy, got better versions of those