Cisco Cisco Firepower Management Center 2000 Informazioni sulle licenze

Pagina di 7263
             Open Source Used In Firepower System Version 6.0                                                                                                                                   
2776
2.259 numactl 2.0.8 
2.259.1 Available under license : 
from README
 
<snip>
 
Copyright:
 
numactl and the demo programs are under the GNU General Public License, v.2
libnuma is under the GNU Lesser General Public License, v2.1.
 
The manpages are under the same license as the Linux manpages (see the files)
 
numademo links with a library derived from the C version of STREAM
by John D. McCalpin and Joe R. Zagar for one sub benchmark. See stream_lib.c
for the license. In particular when you publish numademo output
you might need to pay attention there or filter out the STREAM results.
 
It also uses a public domain Mersenne Twister implementation from
Michael Brundage.
 
Version 2.0.8: (C)2012 SGI
 
Author:
Andi Kleen, SUSE Labs
 
Version 2.0.0 by Cliff Wickman, Christoph Lameter and Lee Schermerhorn
cpw@sgi.com clameter@sgi.com lee.schermerhorn@hp.com
 
from diff.numastat
 
<snip>
 
-# Print numa statistics for all nodes
-# Copyright (C) 2003,2004 Andi Kleen, SuSE Labs.
-#
-# numastat is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public
-# License as published by the Free Software Foundation; version
-# 2.
-#
-# numastat is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-