From 04526ae8cc980715ea2c078ef8fe1c74d2f050cf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 23 Aug 2022 15:52:50 -0400 Subject: [PATCH] Update license to NOTICE file Bundled third party license content is now described under NOTICE file. --- confluent_vtbufferd/NOTICE | 24 +++++++++++++++++++ .../confluent_vtbufferd.spec.tmpl | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 confluent_vtbufferd/NOTICE diff --git a/confluent_vtbufferd/NOTICE b/confluent_vtbufferd/NOTICE new file mode 100644 index 00000000..95b86a82 --- /dev/null +++ b/confluent_vtbufferd/NOTICE @@ -0,0 +1,24 @@ +Copyright and licensisng of vtbufferd + +# Copyright:: Copyright (c) 2022 Lenovo +# License:: Apache License, Version 2.0 + + +Additionally, some files included in this package have specified their own +licenses that are differed from the vtbufferd license itself, specifically: + +File: tmt.c + +Copyright (c) 2017 Rob King +All rights reserved. + +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 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 other materials provided with the distribution. + * Neither the name of the copyright holder nor the + names of contributors may be used to endorse or promote products + derived from this software without specific prior written permission. diff --git a/confluent_vtbufferd/confluent_vtbufferd.spec.tmpl b/confluent_vtbufferd/confluent_vtbufferd.spec.tmpl index dcf022b8..45f6fedd 100644 --- a/confluent_vtbufferd/confluent_vtbufferd.spec.tmpl +++ b/confluent_vtbufferd/confluent_vtbufferd.spec.tmpl @@ -27,10 +27,10 @@ make %install mkdir -p $RPM_BUILD_ROOT/opt/confluent/bin $RPM_BUILD_ROOT/opt/confluent/share/licenses/vtbufferd cp vtbufferd $RPM_BUILD_ROOT/opt/confluent/bin/ -cp COPYING.tmt $RPM_BUILD_ROOT/opt/confluent/share/licenses/vtbufferd +cp NOTICE $RPM_BUILD_ROOT/opt/confluent/share/licenses/vtbufferd cp LICENSE $RPM_BUILD_ROOT/opt/confluent/share/licenses/vtbufferd %files /opt/confluent/bin/vtbufferd -%license /opt/confluent/share/licenses/vtbufferd/COPYING.tmt +%license /opt/confluent/share/licenses/vtbufferd/NOTICE %license /opt/confluent/share/licenses/vtbufferd/LICENSE