2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-24 01:32:46 +00:00

Add tmt license terms to vtbufferd package

This commit is contained in:
Jarrod Johnson
2022-04-25 16:31:51 -04:00
parent 66f2ba98ec
commit 6270d57729
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -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.
+1 -1
View File
@@ -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 -