From f9ee34fb282d829bc1675a15d50d09c855800d96 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 28 Feb 1997 09:24:11 +0000 Subject: 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]. --- share/examples/etc/bsd-style-copyright | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/share/examples/etc/bsd-style-copyright b/share/examples/etc/bsd-style-copyright index 0e870b199cf6..66ac6a57bceb 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. - * */ -- cgit v1.3