summaryrefslogtreecommitdiffstats
path: root/sail/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/display.h')
-rw-r--r--sail/display.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sail/display.h b/sail/display.h
index c36a92d0..99f1a622 100644
--- a/sail/display.h
+++ b/sail/display.h
@@ -1,9 +1,12 @@
-/* $NetBSD: display.h,v 1.1 2001/01/04 04:41:41 jwise Exp $ */
+/* $NetBSD: display.h,v 1.2 2001/01/04 05:06:15 jwise Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -12,7 +15,11 @@
* 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 name of The NetBSD Foundation nor the names of its
+ * 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.
*