Index: sys/dev/ena/ena.h =================================================================== --- sys/dev/ena/ena.h +++ sys/dev/ena/ena.h @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena.c =================================================================== --- sys/dev/ena/ena.c +++ sys/dev/ena/ena.c @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_datapath.h =================================================================== --- sys/dev/ena/ena_datapath.h +++ sys/dev/ena/ena_datapath.h @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_datapath.c =================================================================== --- sys/dev/ena/ena_datapath.c +++ sys/dev/ena/ena_datapath.c @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_netmap.h =================================================================== --- sys/dev/ena/ena_netmap.h +++ sys/dev/ena/ena_netmap.h @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_netmap.c =================================================================== --- sys/dev/ena/ena_netmap.c +++ sys/dev/ena/ena_netmap.c @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_sysctl.h =================================================================== --- sys/dev/ena/ena_sysctl.h +++ sys/dev/ena/ena_sysctl.h @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/dev/ena/ena_sysctl.c =================================================================== --- sys/dev/ena/ena_sysctl.c +++ sys/dev/ena/ena_sysctl.c @@ -1,5 +1,5 @@ /*- - * BSD LICENSE + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. Index: sys/modules/ena/Makefile =================================================================== --- sys/modules/ena/Makefile +++ sys/modules/ena/Makefile @@ -1,7 +1,7 @@ # -# BSD LICENSE +# SPDX-License-Identifier: BSD-2-Clause # -# Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates. +# Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. # All rights reserved. # # Redistribution and use in source and binary forms, with or without