From 2ad65e2b4be42963359646f7d195799f8243f00b Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 4 Jul 2023 08:48:23 +0300 Subject: LICENSE: update project owner Change current project owner to OpenFastPath Foundation and update license text to match the standard BSD-3-Clause format. The default copyright message has been shortened and reformatted: /* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) */ The rest of project files will be updated later to follow this new format. Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen --- LICENSE | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 57beb8162..409fd1135 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,20 @@ -Copyright (c) 2013-2018, Linaro Limited -All rights reserved. - -SPDX-License-Identifier: BSD-3-Clause +SPDX-License-Identifier: BSD-3-Clause +Copyright (c) 2013-2019 Linaro Limited +Copyright (c) 2019-2023 OpenFastPath Foundation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -Redistributions of source code must retain the above copyright notice, this +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this -list of conditions and the following disclaimer in the documentation and/or +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -Neither the name of Linaro Limited nor the names of its contributors may be -used to endorse or promote products derived from this software without specific -prior written permission. +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -- cgit v1.2.3