summaryrefslogtreecommitdiff
path: root/regress/include/bitstring/bitstring_test.c
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2002-02-21 07:38:14 +0000
committeritojun <itojun@NetBSD.org>2002-02-21 07:38:14 +0000
commit0dd5877adce57db949b16ae963e5a6831cccdfb6 (patch)
treecb0a802613f155ab3916d8600365783943a3e52b /regress/include/bitstring/bitstring_test.c
parent90b4581807fc39a7184971bba931b766bcc4049e (diff)
put TNF 4-clause license.
authors - if you are okay with more relaxed license terms, or the regression test code was derived from others, pls change them.
Diffstat (limited to 'regress/include/bitstring/bitstring_test.c')
-rw-r--r--regress/include/bitstring/bitstring_test.c35
1 files changed, 34 insertions, 1 deletions
diff --git a/regress/include/bitstring/bitstring_test.c b/regress/include/bitstring/bitstring_test.c
index 3763661b259..6436087b091 100644
--- a/regress/include/bitstring/bitstring_test.c
+++ b/regress/include/bitstring/bitstring_test.c
@@ -1,4 +1,37 @@
-/* $NetBSD: bitstring_test.c,v 1.5 1997/10/26 21:50:53 lukem Exp $ */
+/* $NetBSD: bitstring_test.c,v 1.6 2002/02/21 07:38:14 itojun Exp $ */
+
+/*-
+ * Copyright (c) 1993 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* this is a simple program to test bitstring.h