From 6270d57729bfac7a9fef11f8995e96a033ce89c4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 25 Apr 2022 16:31:51 -0400 Subject: [PATCH] Add tmt license terms to vtbufferd package --- confluent_vtbufferd/COPYING.tmt | 13 +++++++++++++ confluent_vtbufferd/buildrpm | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 confluent_vtbufferd/COPYING.tmt diff --git a/confluent_vtbufferd/COPYING.tmt b/confluent_vtbufferd/COPYING.tmt new file mode 100644 index 00000000..791ea159 --- /dev/null +++ b/confluent_vtbufferd/COPYING.tmt @@ -0,0 +1,13 @@ +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/buildrpm b/confluent_vtbufferd/buildrpm index 8312c348..270a06ad 100755 --- a/confluent_vtbufferd/buildrpm +++ b/confluent_vtbufferd/buildrpm @@ -4,7 +4,7 @@ if [ "$NUMCOMMITS" != "$VERSION" ]; then VERSION=$VERSION.dev$NUMCOMMITS.g`git describe|cut -d- -f 3` fi mkdir -p dist/confluent_vtbufferd-$VERSION -cp ../LICENSE *.c *.h Makefile dist/confluent_vtbufferd-$VERSION +cp ../LICENSE COPYING.tmt *.c *.h Makefile dist/confluent_vtbufferd-$VERSION cd dist tar czf confluent_vtbufferd-$VERSION.tar.gz confluent_vtbufferd-$VERSION cd -