From 9c44c8a8e01cf86bc801c3b72324358d5ea99e50 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 23 Feb 2022 17:40:44 -0800 Subject: [PATCH] LICENSE: fix BSD-2-Clause by adding year and authors Seems like 2015 is the year of the first libbpf commit. So use Lorenz's suggestion and add "(c) 2015 The Libbpf Authors". Closes: https://github.com/libbpf/libbpf/issues/461 Reported-by: Lorenz Bauer Signed-off-by: Andrii Nakryiko --- LICENSE.BSD-2-Clause | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.BSD-2-Clause b/LICENSE.BSD-2-Clause index da366e2..bce40aa 100644 --- a/LICENSE.BSD-2-Clause +++ b/LICENSE.BSD-2-Clause @@ -7,7 +7,7 @@ Usage-Guide: SPDX-License-Identifier: BSD-2-Clause License-Text: -Copyright (c) . All rights reserved. +Copyright (c) 2015 The Libbpf Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: