SPDX: fix license ID tags for arm/xscale.

Use parenthesis for grouping as suggested by the spec.
This commit is contained in:
Pedro F. Giffuni 2017-12-27 22:47:56 +00:00
parent adbb3637ec
commit 8f1927357d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327255
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*-
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: (BSD-2-Clause-FreeBSD AND BSD-3-Clause)
*
* Copyright (c) 2006-2008 Sam Leffler, Errno Consulting
* All rights reserved.

View File

@ -1,5 +1,5 @@
/*-
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: (BSD-2-Clause-FreeBSD AND BSD-3-Clause)
*
* Copyright (c) 2006 Sam Leffler, Errno Consulting
* All rights reserved.