Home
last modified time | relevance | path

Searched refs:signoff (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/tools/patman/
Dcommit.py76 def CheckDuplicateSignoff(self, signoff): argument
84 if signoff in self.signoff_set:
86 self.signoff_set.add(signoff)
Dtest.py191 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'
198 signoff = ''
207 return data % (signoff, license, tab, indent, tab)
Dpatchstream.py75 self.signoff = [] # Contents of signoff line
DREADME223 override the default signoff that patman automatically adds.
/external/antlr/
Dcontributors.txt45 I have read this agreement and do so certify by adding my signoff to
/external/elfutils/
DCONTRIBUTING50 git commit --signoff will add such a Signed-off-by line at the end of
/external/u-boot/scripts/
Dcheckpatch.pl2235 my $signoff = 0;
2512 $signoff++;
6490 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {