summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-04 12:58:56 +0000
committerjkh <jkh@FreeBSD.org>1999-05-04 12:58:56 +0000
commit1ff822af671a848c852a58aae53dc217c8a5d413 (patch)
tree9c7bd1ba03fcb9b320d92c9cba2398c2da6d0bec /sys/modules/syscons
parent2364b674a301d738d8ae6d0b64cb12b8eb7c1d30 (diff)
downloadFreeBSD-src-1ff822af671a848c852a58aae53dc217c8a5d413.zip
FreeBSD-src-1ff822af671a848c852a58aae53dc217c8a5d413.tar.gz
Add missing copyright.
Diffstat (limited to 'sys/modules/syscons')
-rw-r--r--sys/modules/syscons/fire/fire_saver.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/modules/syscons/fire/fire_saver.c b/sys/modules/syscons/fire/fire_saver.c
index 5e2c643..7c59d9e 100644
--- a/sys/modules/syscons/fire/fire_saver.c
+++ b/sys/modules/syscons/fire/fire_saver.c
@@ -1,3 +1,30 @@
+/*-
+ * Copyright (c) 1999 Brad Forschinger
+ * 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,
+ * without modification, immediately at the beginning of the file.
+ * 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.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+ *
+ * $Id$
+ */
/*
* brad forschinger, 19990504
OpenPOWER on IntegriCloud