Skip to content

Commit

Permalink
sFlow: add Sun Industry Standards Source License 1.1 as licensing option
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Chris Wright <[email protected]>
  • Loading branch information
sflow authored and blp committed Dec 11, 2011
1 parent 7c70698 commit 7dd32df
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 14 deletions.
6 changes: 4 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Public License, version 2.
Files under the xenserver directory are licensed on a file-by-file
basis. Refer to each file for details.

Files lib/sflow*.[ch] are licensed under the terms of the InMon sFlow
licence that is available at:
Files lib/sflow*.[ch] are licensed under the terms of either the
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

Files under python/compat are licensed under the Python Software
Expand Down
8 changes: 6 additions & 2 deletions lib/sflow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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
#define SFLOW_H 1
Expand Down
8 changes: 6 additions & 2 deletions lib/sflow_agent.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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"

Expand Down
8 changes: 6 additions & 2 deletions lib/sflow_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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
#define SFLOW_API_H 1
Expand Down
8 changes: 6 additions & 2 deletions lib/sflow_poller.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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"

Expand Down
8 changes: 6 additions & 2 deletions lib/sflow_receiver.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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. */

Expand Down
8 changes: 6 additions & 2 deletions lib/sflow_sampler.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
/* http://www.inmon.com/technology/sflowlicense.txt */
/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the
* 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"

Expand Down

0 comments on commit 7dd32df

Please sign in to comment.