diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-13 09:33:55 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-13 09:33:55 +0000 |
commit | 8c0b8bc35268bb48a812ad24f35c535577c4f9d4 (patch) | |
tree | f09ea799816b78b026fae2e6d4571ae57c7b547b /winsup/cygwin/flock.cc | |
parent | 752c477b42f643616de46a0e05292a492a98f4d2 (diff) | |
download | cygnal-8c0b8bc35268bb48a812ad24f35c535577c4f9d4.tar.gz cygnal-8c0b8bc35268bb48a812ad24f35c535577c4f9d4.tar.bz2 cygnal-8c0b8bc35268bb48a812ad24f35c535577c4f9d4.zip |
* flock.cc: Fix lockf copyright to latest version.
Diffstat (limited to 'winsup/cygwin/flock.cc')
-rw-r--r-- | winsup/cygwin/flock.cc | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/winsup/cygwin/flock.cc b/winsup/cygwin/flock.cc index 964156ca0..b194a3f7b 100644 --- a/winsup/cygwin/flock.cc +++ b/winsup/cygwin/flock.cc @@ -60,7 +60,8 @@ /* The lockf function is based upon FreeBSD sources with the following * copyright. - * + */ +/* * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * @@ -75,13 +76,6 @@ * 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 @@ -94,10 +88,7 @@ * 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. - * - * - * $NetBSD: lockf.c,v 1.1 1997/12/20 20:23:18 kleink Exp $ -*/ + */ #include "winsup.h" #include <assert.h> |