File:  [DVB] / CVSROOT / check-signed-off-by
Revision 1.1: download - view: text, annotated - select for diffs
Sun Oct 23 23:45:44 2005 UTC (18 years, 7 months ago) by js
Branches: MAIN
CVS tags: HEAD
I just found out that the rcsinfo template thing only works after
a new checkout, so I'll add a more foolproof "reminder"...

#!/bin/sh

if grep -q ^Signed-off-by: $1; then
	exit 0
else
	echo "Need Signed-off-by:"
	exit 1
fi

LinuxTV legacy CVS <linuxtv.org/cvs>