From 1ad5d3d0b2a53bac0be4b3eaca85ed39b7e15142 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 27 Apr 2006 18:04:09 +0000 Subject: [PATCH] remove a few straggling nuclear clauses --- ipmitool/include/ipmitool/ipmi_firewall.h | 5 ----- ipmitool/include/ipmitool/ipmi_kontronoem.h | 5 ----- ipmitool/lib/ipmi_firewall.c | 4 ---- ipmitool/lib/ipmi_fru.c | 4 ---- ipmitool/lib/ipmi_fwum.c | 13 +++---------- ipmitool/lib/ipmi_kontronoem.c | 4 ---- ipmitool/src/ipmitool.c | 4 ---- 7 files changed, 3 insertions(+), 36 deletions(-) diff --git a/ipmitool/include/ipmitool/ipmi_firewall.h b/ipmitool/include/ipmitool/ipmi_firewall.h index e935552..f18770e 100644 --- a/ipmitool/include/ipmitool/ipmi_firewall.h +++ b/ipmitool/include/ipmitool/ipmi_firewall.h @@ -28,10 +28,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ #ifndef IPMI_FIREWALL_H @@ -108,4 +104,3 @@ static inline void bit_set(unsigned char * bf, int n, int v) { } #endif /*IPMI_FIREWALL_H */ - diff --git a/ipmitool/include/ipmitool/ipmi_kontronoem.h b/ipmitool/include/ipmitool/ipmi_kontronoem.h index ab73cd2..40793c5 100644 --- a/ipmitool/include/ipmitool/ipmi_kontronoem.h +++ b/ipmitool/include/ipmitool/ipmi_kontronoem.h @@ -31,10 +31,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ #ifndef IPMI_KONTRONOEM_H @@ -47,4 +43,3 @@ int ipmi_kontronoem_main(struct ipmi_intf *, int, char **); #endif /* IPMI_KONTRONOEM_H */ - diff --git a/ipmitool/lib/ipmi_firewall.c b/ipmitool/lib/ipmi_firewall.c index f205b04..0be4022 100644 --- a/ipmitool/lib/ipmi_firewall.c +++ b/ipmitool/lib/ipmi_firewall.c @@ -29,10 +29,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ #include diff --git a/ipmitool/lib/ipmi_fru.c b/ipmitool/lib/ipmi_fru.c index df57e20..3320049 100644 --- a/ipmitool/lib/ipmi_fru.c +++ b/ipmitool/lib/ipmi_fru.c @@ -28,10 +28,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ #include diff --git a/ipmitool/lib/ipmi_fwum.c b/ipmitool/lib/ipmi_fwum.c index fd951a7..3a1998a 100644 --- a/ipmitool/lib/ipmi_fwum.c +++ b/ipmitool/lib/ipmi_fwum.c @@ -15,11 +15,11 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - * Neither the name of Sun Microsystems, Inc. or the names of + * Neither the name of Sun Microsystems, Inc. or the names of * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. + * + * This software is provided "AS IS," without a warranty of any kind. * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, * INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. @@ -31,10 +31,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ @@ -1496,6 +1492,3 @@ tKFWUM_Status KfwumOutputInfo(tKFWUM_BoardInfo boardInfo, firmInfo.versMinor, firmInfo.versSubMinor, firmInfo.sdrRev); } - - - diff --git a/ipmitool/lib/ipmi_kontronoem.c b/ipmitool/lib/ipmi_kontronoem.c index 65a930c..80df38a 100644 --- a/ipmitool/lib/ipmi_kontronoem.c +++ b/ipmitool/lib/ipmi_kontronoem.c @@ -31,10 +31,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ /* diff --git a/ipmitool/src/ipmitool.c b/ipmitool/src/ipmitool.c index fb073f0..6e3d09e 100644 --- a/ipmitool/src/ipmitool.c +++ b/ipmitool/src/ipmitool.c @@ -31,10 +31,6 @@ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for use - * in the design, construction, operation or maintenance of any nuclear - * facility. */ #include