summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-02-28 09:24:11 +0000
committerbde <bde@FreeBSD.org>1997-02-28 09:24:11 +0000
commit90f3dfd6d99d6fa8f99598b037325aaab9b41329 (patch)
tree2853741e6c5050fc8bf6a5f3776e9b491cabc2a0 /share/examples/etc
parent8c5727153bd6405c455254a6fe7c48f52b0144f4 (diff)
downloadFreeBSD-src-90f3dfd6d99d6fa8f99598b037325aaab9b41329.zip
FreeBSD-src-90f3dfd6d99d6fa8f99598b037325aaab9b41329.tar.gz
Changed the example copyright to be closer to the ones that we actually
use: - don't put [your name] on a a separate line. Most authors have shorter names than "The Regents of the University of California". - don't repeat [your name].
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/bsd-style-copyright11
1 files changed, 5 insertions, 6 deletions
diff --git a/share/examples/etc/bsd-style-copyright b/share/examples/etc/bsd-style-copyright
index 0e870b1..66ac6a5 100644
--- a/share/examples/etc/bsd-style-copyright
+++ b/share/examples/etc/bsd-style-copyright
@@ -1,6 +1,6 @@
-/*
- * Copyright (C) [year]
- * [your name here]. All rights reserved.
+/*-
+ * Copyright (c) [year] [your name]
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -11,10 +11,10 @@
* 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 [your name] AND CONTRIBUTORS ``AS IS'' AND
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 [your name] OR CONTRIBUTORS BE LIABLE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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)
@@ -22,5 +22,4 @@
* 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.
- *
*/
OpenPOWER on IntegriCloud