diff options
author | kupfer <none@none> | 2007-05-03 16:04:05 -0700 |
---|---|---|
committer | kupfer <none@none> | 2007-05-03 16:04:05 -0700 |
commit | 4e5b757fbcf21077677360be274461dcd9064106 (patch) | |
tree | 3a5353aff37d2d3008613222146a3a86bed8f37d /usr/src/lib/libc | |
parent | 4d25c1d6097c545e02d2718b5cfa8e0e1845497e (diff) | |
download | illumos-gate-4e5b757fbcf21077677360be274461dcd9064106.tar.gz |
6455242 nightly should be able to preserve all proto areas from a single build.
6467531 nightly(1) needs option to generate OpenSolaris delivery
--HG--
rename : usr/src/pkgdefs/SUNWftpu/copyright => usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE | 39 | ||||
-rw-r--r-- | usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE.descrip | 1 | ||||
-rw-r--r-- | usr/src/lib/libc/amd64/gen/memcpy.s | 21 | ||||
-rw-r--r-- | usr/src/lib/libc/port/fp/THIRDPARTYLICENSE | 30 | ||||
-rw-r--r-- | usr/src/lib/libc/port/fp/THIRDPARTYLICENSE.descrip | 1 |
5 files changed, 71 insertions, 21 deletions
diff --git a/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE b/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE new file mode 100644 index 0000000000..9a28857b6b --- /dev/null +++ b/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE @@ -0,0 +1,39 @@ +* Copyright (c) 2002 Advanced Micro Devices, Inc. +* +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or +* without modification, are permitted provided that the +* following conditions are met: +* +* + Redistributions of source code must retain the above +* copyright notice, this list of conditions and the +* following disclaimer. +* +* + 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. +* +* + Neither the name of Advanced Micro Devices, Inc. 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 COPYRIGHT HOLDERS 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 ADVANCED MICRO DEVICES, +* INC. 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) 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. +* +* It is licensee's responsibility to comply with any export +* regulations applicable in licensee's jurisdiction. diff --git a/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE.descrip b/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE.descrip new file mode 100644 index 0000000000..cd107de26d --- /dev/null +++ b/usr/src/lib/libc/amd64/gen/THIRDPARTYLICENSE.descrip @@ -0,0 +1 @@ +PORTIONS OF AMD64-SPECIFIC LIBC FUNCTIONALITY diff --git a/usr/src/lib/libc/amd64/gen/memcpy.s b/usr/src/lib/libc/amd64/gen/memcpy.s index 277afe8820..a645d71c11 100644 --- a/usr/src/lib/libc/amd64/gen/memcpy.s +++ b/usr/src/lib/libc/amd64/gen/memcpy.s @@ -1,25 +1,4 @@ /* - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at usr/src/OPENSOLARIS.LICENSE. - * If applicable, add the following below this CDDL HEADER, with the - * fields enclosed by brackets "[]" replaced with your own identifying - * information: Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - */ -/* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ diff --git a/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE b/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE new file mode 100644 index 0000000000..e1f0c7cd10 --- /dev/null +++ b/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE @@ -0,0 +1,30 @@ +* Copyright (c) 1992, 1993 +* The Regents of the University of California. All rights reserved. +* +* This software was developed by the Computer Systems Engineering group +* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and +* contributed to Berkeley. +* +* 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. +* 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. +* 4. Neither the name of the University 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 REGENTS 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 THE REGENTS 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) +* 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. diff --git a/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE.descrip b/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE.descrip new file mode 100644 index 0000000000..7e2a0e1407 --- /dev/null +++ b/usr/src/lib/libc/port/fp/THIRDPARTYLICENSE.descrip @@ -0,0 +1 @@ +PORTIONS OF LIBC QUAD ARITHMETIC FUNCTIONALITY |