diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-25 12:00:36 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-28 10:54:58 +0000 |
commit | 91484ede5e853c4eeff9a26266b7056e97873f6a (patch) | |
tree | a140842f76bac824686cba093e40b083e0b08cc4 /src | |
parent | 598ec6af9814a0b94fcbbafa9dde2197185ad4c3 (diff) |
vc/cavium: Fix up license headers
Drop a leading blank line in the license header comment.
Change-Id: Ic3d7568303f9d816a8727a2960270e7667d41104
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43854
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/cavium/bdk/lame_string.c | 1 | ||||
-rw-r--r-- | src/vendorcode/cavium/bdk/libbdk-hal/bdk-config.c | 1 | ||||
-rw-r--r-- | src/vendorcode/cavium/include/bdk/bdk-minimal.h | 1 | ||||
-rw-r--r-- | src/vendorcode/cavium/include/bdk/bdk.h | 1 | ||||
-rw-r--r-- | src/vendorcode/cavium/include/bdk/lame_string.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/cavium/bdk/lame_string.c b/src/vendorcode/cavium/bdk/lame_string.c index 6d261bccb5..61e48c68b8 100644 --- a/src/vendorcode/cavium/bdk/lame_string.c +++ b/src/vendorcode/cavium/bdk/lame_string.c @@ -1,5 +1,4 @@ /* - * * Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights * reserved. * Copyright 2018-present Facebook, Inc. diff --git a/src/vendorcode/cavium/bdk/libbdk-hal/bdk-config.c b/src/vendorcode/cavium/bdk/libbdk-hal/bdk-config.c index f6b69571fb..630403d44c 100644 --- a/src/vendorcode/cavium/bdk/libbdk-hal/bdk-config.c +++ b/src/vendorcode/cavium/bdk/libbdk-hal/bdk-config.c @@ -1,5 +1,4 @@ /* - * * Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights * reserved. * Copyright 2018-present Facebook, Inc. diff --git a/src/vendorcode/cavium/include/bdk/bdk-minimal.h b/src/vendorcode/cavium/include/bdk/bdk-minimal.h index d3c9f58dc6..031b69a40a 100644 --- a/src/vendorcode/cavium/include/bdk/bdk-minimal.h +++ b/src/vendorcode/cavium/include/bdk/bdk-minimal.h @@ -1,5 +1,4 @@ /* - * * Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights * reserved. * Copyright 2017-present Facebook, Inc. diff --git a/src/vendorcode/cavium/include/bdk/bdk.h b/src/vendorcode/cavium/include/bdk/bdk.h index 6464137537..567dcf2709 100644 --- a/src/vendorcode/cavium/include/bdk/bdk.h +++ b/src/vendorcode/cavium/include/bdk/bdk.h @@ -1,5 +1,4 @@ /* - * * Copyright 2017-present Facebook, Inc. * * SPDX-License-Identifier: BSD-3-Clause diff --git a/src/vendorcode/cavium/include/bdk/lame_string.h b/src/vendorcode/cavium/include/bdk/lame_string.h index 0cdba8c3f2..a16197a3f3 100644 --- a/src/vendorcode/cavium/include/bdk/lame_string.h +++ b/src/vendorcode/cavium/include/bdk/lame_string.h @@ -1,5 +1,4 @@ /* - * * Copyright 2018-present Facebook, Inc. * * SPDX-License-Identifier: BSD-3-Clause |