commit a7a060a637ac714abdb3f944df1bbbb30a7c9b14 Author: Nick Mathewson nickm@torproject.org Date: Wed Nov 7 10:37:02 2018 -0500
Switch ctassert.h to 3bsd (with permission) --- src/lib/cc/ctassert.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/lib/cc/ctassert.h b/src/lib/cc/ctassert.h index c6de3bf1e..ea3a3e119 100644 --- a/src/lib/cc/ctassert.h +++ b/src/lib/cc/ctassert.h @@ -10,6 +10,9 @@ * 2. 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. + * 3. Neither the names of the copyright owners nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
tor-commits@lists.torproject.org