2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-15 14:17:18 +00:00

sFlow: add Sun Industry Standards Source License 1.1 as licensing option

The sFlow License was not on the list for the Fedora Project,  but the
Sun Industry Standards Source License 1.1 was (and it has the right
properties).  So this patch includes it as a licensing option in the
relevant places (COPYING and the lib/sflow* sources).   Let me know
if this looks OK or not.

Signed-off-by: Neil McKee <neil.mckee@inmon.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>
This commit is contained in:
Neil McKee
2011-12-09 16:56:32 -08:00
committed by Ben Pfaff
parent 7c70698f01
commit 7dd32dffd7
7 changed files with 40 additions and 14 deletions

View File

@@ -22,8 +22,10 @@ Public License, version 2.
Files under the xenserver directory are licensed on a file-by-file Files under the xenserver directory are licensed on a file-by-file
basis. Refer to each file for details. basis. Refer to each file for details.
Files lib/sflow*.[ch] are licensed under the terms of the InMon sFlow Files lib/sflow*.[ch] are licensed under the terms of either the
licence that is available at: Sun Industry Standards Source License 1.1, that is available at:
http://host-sflow.sourceforge.net/sissl.html
or the InMon sFlow License, that is available at:
http://www.inmon.com/technology/sflowlicense.txt http://www.inmon.com/technology/sflowlicense.txt
Files under python/compat are licensed under the Python Software Files under python/compat are licensed under the Python Software

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#ifndef SFLOW_H #ifndef SFLOW_H
#define SFLOW_H 1 #define SFLOW_H 1

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#include "sflow_api.h" #include "sflow_api.h"

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#ifndef SFLOW_API_H #ifndef SFLOW_API_H
#define SFLOW_API_H 1 #define SFLOW_API_H 1

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#include "sflow_api.h" #include "sflow_api.h"

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#ifndef __CHECKER__ /* Don't run sparse on anything in this file. */ #ifndef __CHECKER__ /* Don't run sparse on anything in this file. */

View File

@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
/* http://www.inmon.com/technology/sflowlicense.txt */ * Sun Industry Standards Source License 1.1, that is available at:
* http://host-sflow.sourceforge.net/sissl.html
* or the InMon sFlow License, that is available at:
* http://www.inmon.com/technology/sflowlicense.txt
*/
#include "sflow_api.h" #include "sflow_api.h"