mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
remove a few straggling nuclear clauses
This commit is contained in:
parent
9b4766a767
commit
1ad5d3d0b2
@ -28,10 +28,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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
|
#ifndef IPMI_FIREWALL_H
|
||||||
@ -108,4 +104,3 @@ static inline void bit_set(unsigned char * bf, int n, int v) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /*IPMI_FIREWALL_H */
|
#endif /*IPMI_FIREWALL_H */
|
||||||
|
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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
|
#ifndef IPMI_KONTRONOEM_H
|
||||||
@ -47,4 +43,3 @@
|
|||||||
int ipmi_kontronoem_main(struct ipmi_intf *, int, char **);
|
int ipmi_kontronoem_main(struct ipmi_intf *, int, char **);
|
||||||
|
|
||||||
#endif /* IPMI_KONTRONOEM_H */
|
#endif /* IPMI_KONTRONOEM_H */
|
||||||
|
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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 <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -28,10 +28,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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 <ipmitool/ipmi.h>
|
#include <ipmitool/ipmi.h>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* contributors may be used to endorse or promote products derived
|
* contributors may be used to endorse or promote products derived
|
||||||
* from this software without specific prior written permission.
|
* 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,
|
* ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
|
||||||
* INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
|
* INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
|
||||||
* PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
|
* PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
|
||||||
@ -31,10 +31,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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);
|
firmInfo.versMinor, firmInfo.versSubMinor, firmInfo.sdrRev);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
|
||||||
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
|
* 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.
|
* 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 <ipmitool/ipmi.h>
|
#include <ipmitool/ipmi.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user