From b225d4fb77e5546ce5b194d8d73580ac7e399393 Mon Sep 17 00:00:00 2001 From: hira Date: Wed, 18 Feb 2009 10:51:17 +0000 Subject: - Rename filename of license. - Correct filename in license (add missing prefix). --- sys/dev/microcode/zyd/Makefile | 4 ++-- sys/dev/microcode/zyd/zd1211-licence | 26 -------------------------- sys/dev/microcode/zyd/zd1211-license | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 sys/dev/microcode/zyd/zd1211-licence create mode 100644 sys/dev/microcode/zyd/zd1211-license (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/zyd/Makefile b/sys/dev/microcode/zyd/Makefile index 64699600127..abe7ad27753 100644 --- a/sys/dev/microcode/zyd/Makefile +++ b/sys/dev/microcode/zyd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2007/06/09 11:20:54 kiyohara Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/18 10:51:17 hira Exp $ NOMAN= # defined -FILES= zyd-zd1211 zyd-zd1211b zd1211-licence +FILES= zyd-zd1211 zyd-zd1211b zd1211-license # XXX includes: diff --git a/sys/dev/microcode/zyd/zd1211-licence b/sys/dev/microcode/zyd/zd1211-licence deleted file mode 100644 index e549e01c62f..00000000000 --- a/sys/dev/microcode/zyd/zd1211-licence +++ /dev/null @@ -1,26 +0,0 @@ - * Copyright (C) 2001, 2002, 2003,2004 ZyDAS Technology Corporation. - * All rights reserved. - * - * Redistribution and use in source and binary forms are permitted provided - * that the following conditions are met: - * 1. Redistribution of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistribution 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission - * - * 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. - -The following files are under the above license: - zd1211 zd1211b diff --git a/sys/dev/microcode/zyd/zd1211-license b/sys/dev/microcode/zyd/zd1211-license new file mode 100644 index 00000000000..8b0a8416af6 --- /dev/null +++ b/sys/dev/microcode/zyd/zd1211-license @@ -0,0 +1,26 @@ + * Copyright (C) 2001, 2002, 2003,2004 ZyDAS Technology Corporation. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted provided + * that the following conditions are met: + * 1. Redistribution of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistribution 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. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * 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. + +The following files are under the above license: + zyd-zd1211 zyd-zd1211b -- cgit