From 4968e1a2e60ab54d3c7e53fe1e5d664905bc1665 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Thu, 27 Dec 2018 22:44:07 +0000 Subject: [PATCH] Fix incorrectly inserted copyright in r342557. Reported by: rgrimes MFC after: 1 month --- sys/dev/nvd/nvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index fa93a85930f..b0057d57771 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -2,8 +2,8 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (C) 2012-2016 Intel Corporation - * Copyright (C) 2018 Alexander Motin * All rights reserved. + * Copyright (C) 2018 Alexander Motin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions