Prepare for 1.11.0
[sliver-openvswitch.git] / debian / copyright.in
1 The original sources for this package can be found at:
2
3         http://openvswitch.org/
4
5 Upstream Authors (from AUTHORS):
6
7 %AUTHORS%
8
9 Upstream Copyright Holders:
10
11         Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
12         Copyright (c) 2010 Jean Tourrilhes - HP-Labs.
13         Copyright (c) 2008,2009,2010 Citrix Systems, Inc.
14         and authors listed above.
15         Copyright (c) 2011 Gaetano Catalli
16
17 License:
18
19 * The following components are licensed under the
20   GNU Lesser General Public License version 2.1 only
21   with the exception clause below as a pre-amble.
22
23         xenserver/etc_xensource_scripts_vif
24         xenserver/opt_xensource_libexec_InterfaceReconfigure.py
25         xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py
26         xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py
27         xenserver/opt_xensource_libexec_interface-reconfigure
28         xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
29
30         * These components are only distributed in the source package.
31           They do not appear in any binary packages.
32
33   On Debian systems, the complete text of the
34   GNU Lesser General Public License version 2.1 can be found in
35   `/usr/share/common-licenses/LGPL-2.1'
36
37   The exception clause pre-amble reads:
38
39   As a special exception to the GNU Lesser General Public License, you
40   may link, statically or dynamically, a "work that uses the Library"
41   with a publicly distributed version of the Library to produce an
42   executable file containing portions of the Library, and distribute
43   that executable file under terms of your choice, without any of the
44   additional requirements listed in clause 6 of the GNU Lesser General
45   Public License.  By "a publicly distributed version of the Library",
46   we mean either the unmodified Library as distributed, or a
47   modified version of the Library that is distributed under the
48   conditions defined in clause 3 of the GNU Library General Public
49   License.  This exception does not however invalidate any other reasons
50   why the executable file might be covered by the GNU Lesser General
51   Public License.
52
53 * The following components are licensed under the
54   GNU Lesser General Public License version 2.1.
55
56         utilities/bugtool/ovs-bugtool
57         utilities/bugtool/ovs-bugtool-*
58         utilities/bugtool/plugins/kernel-info/openvswitch.xml
59         utilities/bugtool/plugins/network-status/openvswitch.xml
60         utilities/bugtool/plugins/system-configuration.xml
61         utilities/bugtool/plugins/system-configuration/openvswitch.xml
62
63   On Debian systems, the complete text of the
64   GNU Lesser General Public License version 2.1 can be found in
65   `/usr/share/common-licenses/LGPL-2.1'
66
67 * The following component is licensed under the GNU General Public License
68   version 2.
69
70         datapath/
71
72   On Debian systems, the complete text of the GNU General Public License
73   version 2 can be found in `/usr/share/common-licenses/GPL-2'
74
75 * The following components are dual-licensed under the
76   GNU General Public License version 2 and the Apache License Version 2.0.
77
78         include/linux/openvswitch.h
79         include/openvswitch/datapath-compat.h
80
81   On Debian systems, the complete text of the GNU General Public License
82   version 2 can be found in `/usr/share/common-licenses/GPL-2'.
83   On Debian systems, the complete text of the Apache License version 2.0
84   can be found in '/usr/share/common-licenses/Apache-2.0'.
85
86 * The following components are licensed under the terms of either the
87   Sun Industry Standard Source License 1.1 or the InMon sFlow License:
88
89         lib/sflow.h
90         lib/sflow_agent.c
91         lib/sflow_api.h
92         lib/sflow_poller.c
93         lib/sflow_receiver.c
94         lib/sflow_sampler.c
95
96   These licenses are available, respectively, the following URLs:
97
98         http://host-sflow.sourceforge.net/sissl.html
99         http://www.inmon.com/technology/sflowlicense.txt
100
101   The full text of each license is also appended to the end of this
102   file.
103
104 * The following components are licensed under the
105   Python Software Foundation License Version 2.
106
107         python/compat/uuid.py
108         python/compat/argparse.py
109
110         * These components are only distributed in the source package.
111           They do not appear in any binary packages.
112
113    PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
114    --------------------------------------------
115
116    1. This LICENSE AGREEMENT is between the Python Software Foundation
117    ("PSF"), and the Individual or Organization ("Licensee") accessing and
118    otherwise using this software ("Python") in source or binary form and
119    its associated documentation.
120
121    2. Subject to the terms and conditions of this License Agreement, PSF
122    hereby grants Licensee a nonexclusive, royalty-free, world-wide
123    license to reproduce, analyze, test, perform and/or display publicly,
124    prepare derivative works, distribute, and otherwise use Python
125    alone or in any derivative version, provided, however, that PSF's
126    License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
127    2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
128    All Rights Reserved" are retained in Python alone or in any derivative
129    version prepared by Licensee.
130
131    3. In the event Licensee prepares a derivative work that is based on
132    or incorporates Python or any part thereof, and wants to make
133    the derivative work available to others as provided herein, then
134    Licensee hereby agrees to include in any such work a brief summary of
135    the changes made to Python.
136
137    4. PSF is making Python available to Licensee on an "AS IS"
138    basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
139    IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
140    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
141    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
142    INFRINGE ANY THIRD PARTY RIGHTS.
143
144    5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
145    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
146    A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
147    OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
148
149    6. This License Agreement will automatically terminate upon a material
150    breach of its terms and conditions.
151
152    7. Nothing in this License Agreement shall be deemed to create any
153    relationship of agency, partnership, or joint venture between PSF and
154    Licensee.  This License Agreement does not grant permission to use PSF
155    trademarks or trade name in a trademark sense to endorse or promote
156    products or services of Licensee, or any third party.
157
158    8. By copying, installing or otherwise using Python, Licensee
159    agrees to be bound by the terms and conditions of this License
160    Agreement.
161
162 * lib/ovs.tmac in the source distribution, and manpages in the
163   binaries, includes troff macros from groff 1.21 that contain the
164   following notice:
165
166     .\" an-ext.tmac
167     .\"
168     .\" Written by Eric S. Raymond <esr@thyrsus.com>
169     .\"            Werner Lemberg <wl@gnu.org>
170     .\"
171     .\" Version 2007-Feb-02
172     .\"
173     .\" Copyright (C) 2007, 2009, 2011 Free Software Foundation, Inc.
174     .\" You may freely use, modify and/or distribute this file.
175
176 * All other components of this package are licensed under
177   The Apache License Version 2.0.
178
179   On Debian systems, the complete text of the Apache License version 2.0
180   can be found in '/usr/share/common-licenses/Apache-2.0'.
181
182 ----------------------------------------------------------------------
183
184 Retrieved from http://host-sflow.sourceforge.net/sissl.html, 2011-12-12:
185
186    Sun Industry Standards Source License - Version 1.1
187
188    1.0 DEFINITIONS
189
190    1.1 "Commercial Use" means distribution or otherwise making the
191    Original Code available to a third party.
192
193    1.2 "Contributor Version" means the combination of the Original Code,
194    and the Modifications made by that particular Contributor.
195
196    1.3 "Electronic Distribution Mechanism" means a mechanism generally
197    accepted in the software development community for the electronic
198    transfer of data.
199
200    1.4 "Executable" means Original Code in any form other than Source
201    Code.
202
203    1.5 "Initial Developer" means the individual or entity identified as
204    the Initial Developer in the Source Code notice required by Exhibit A.
205
206    1.6 "Larger Work" means a work which combines Original Code or portions
207    thereof with code not governed by the terms of this License.
208
209    1.7 "License" means this document.
210
211    1.8 "Licensable" means having the right to grant, to the maximum extent
212    possible, whether at the time of the initial grant or subsequently
213    acquired, any and all of the rights conveyed herein.
214
215    1.9 "Modifications" means any addition to or deletion from the
216    substance or structure of either the Original Code or any previous
217    Modifications. A Modification is:
218
219    A. Any addition to or deletion from the contents of a file containing
220    Original Code or previous Modifications.
221
222    B. Any new file that contains any part of the Original Code or previous
223    Modifications.
224
225    1.10 "Original Code" means Source Code of computer software code which
226    is described in the Source Code notice required by Exhibit A as
227    Original Code.
228
229    1.11 "Patent Claims" means any patent claim(s), now owned or hereafter
230    acquired, including without limitation, method, process, and apparatus
231    claims, in any patent Licensable by grantor.
232
233    1.12 "Source Code" means the preferred form of the Original Code for
234    making modifications to it, including all modules it contains, plus any
235    associated interface definition files, or scripts used to control
236    compilation and installation of an Executable.
237
238    1.13 "Standards" means the standards identified in Exhibit B.
239
240    1.14 "You" (or "Your") means an individual or a legal entity exercising
241    rights under, and complying with all of the terms of, this License or a
242    future version of this License issued under Section 6.1. For legal
243    entities, "You'' includes any entity which controls, is controlled by,
244    or is under common control with You. For purposes of this definition,
245    "control'' means (a) the power, direct or indirect, to cause the
246    direction or management of such entity, whether by contract or
247    otherwise, or (b) ownership of more than fifty percent (50%) of the
248    outstanding shares or beneficial ownership of such entity.
249
250    2.0 SOURCE CODE LICENSE
251
252    2.1 The Initial Developer Grant
253    The Initial Developer hereby grants You a world-wide, royalty-free,
254    non-exclusive license, subject to third party intellectual property
255    claims:
256
257    (a) under intellectual property rights (other than patent or trademark)
258    Licensable by Initial Developer to use, reproduce, modify, display,
259    perform, sublicense and distribute the Original Code (or portions
260    thereof) with or without Modifications, and/or as part of a Larger
261    Work; and
262
263    (b) under Patents Claims infringed by the making, using or selling of
264    Original Code, to make, have made, use, practice, sell, and offer for
265    sale, and/or otherwise dispose of the Original Code (or portions
266    thereof).
267
268    (c) the licenses granted in this Section 2.1(a) and (b) are effective
269    on the date Initial Developer first distributes Original Code under the
270    terms of this License.
271
272    (d) Notwithstanding Section 2.1(b) above, no patent license is granted:
273    1) for code that You delete from the Original Code; 2) separate from
274    the Original Code; or 3) for infringements caused by: i) the
275    modification of the Original Code or ii) the combination of the
276    Original Code with other software or devices, including but not limited
277    to Modifications.
278    3.0 DISTRIBUTION OBLIGATIONS
279
280    3.1 Application of License.
281    The Source Code version of Original Code may be distributed only under
282    the terms of this License or a future version of this License released
283    under Section 6.1, and You must include a copy of this License with
284    every copy of the Source Code You distribute. You may not offer or
285    impose any terms on any Source Code version that alters or restricts
286    the applicable version of this License or the recipients' rights
287    hereunder. Your license for shipment of the Contributor Version is
288    conditioned upon Your full compliance with this Section. The
289    Modifications which You create must comply with all requirements set
290    out by the Standards body in effect one hundred twenty (120) days
291    before You ship the Contributor Version. In the event that the
292    Modifications do not meet such requirements, You agree to publish
293    either (i) any deviation from the Standards protocol resulting from
294    implementation of Your Modifications and a reference implementation of
295    Your Modifications or (ii) Your Modifications in Source Code form, and
296    to make any such deviation and reference implementation or
297    Modifications available to all third parties under the same terms as
298    this license on a royalty free basis within thirty (30) days of Your
299    first customer shipment of Your Modifications.
300
301    3.2 Required Notices.
302    You must duplicate the notice in Exhibit A in each file of the Source
303    Code. If it is not possible to put such notice in a particular Source
304    Code file due to its structure, then You must include such notice in a
305    location (such as a relevant directory) where a user would be likely to
306    look for such a notice. If You created one or more Modification(s) You
307    may add Your name as a Contributor to the notice described in Exhibit
308    A. You must also duplicate this License in any documentation for the
309    Source Code where You describe recipients' rights or ownership rights
310    relating to Initial Code. You may choose to offer, and to charge a fee
311    for, warranty, support, indemnity or liability obligations to one or
312    more recipients of Your version of the Code. However, You may do so
313    only on Your own behalf, and not on behalf of the Initial Developer.
314    You must make it absolutely clear than any such warranty, support,
315    indemnity or liability obligation is offered by You alone, and You
316    hereby agree to indemnify the Initial Developer for any liability
317    incurred by the Initial Developer as a result of warranty, support,
318    indemnity or liability terms You offer.
319
320    3.3 Distribution of Executable Versions.
321    You may distribute Original Code in Executable and Source form only if
322    the requirements of Sections 3.1 and 3.2 have been met for that
323    Original Code, and if You include a notice stating that the Source Code
324    version of the Original Code is available under the terms of this
325    License. The notice must be conspicuously included in any notice in an
326    Executable or Source versions, related documentation or collateral in
327    which You describe recipients' rights relating to the Original Code.
328    You may distribute the Executable and Source versions of Your version
329    of the Code or ownership rights under a license of Your choice, which
330    may contain terms different from this License, provided that You are in
331    compliance with the terms of this License. If You distribute the
332    Executable and Source versions under a different license You must make
333    it absolutely clear that any terms which differ from this License are
334    offered by You alone, not by the Initial Developer. You hereby agree to
335    indemnify the Initial Developer for any liability incurred by the
336    Initial Developer as a result of any such terms You offer.
337
338    3.4 Larger Works.
339    You may create a Larger Work by combining Original Code with other code
340    not governed by the terms of this License and distribute the Larger
341    Work as a single product. In such a case, You must make sure the
342    requirements of this License are fulfilled for the Original Code.
343
344    4.0 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION
345
346    If it is impossible for You to comply with any of the terms of this
347    License with respect to some or all of the Original Code due to
348    statute, judicial order, or regulation then You must: (a) comply with
349    the terms of this License to the maximum extent possible; and (b)
350    describe the limitations and the code they affect. Such description
351    must be included in the LEGAL file described in Section 3.2 and must be
352    included with all distributions of the Source Code. Except to the
353    extent prohibited by statute or regulation, such description must be
354    sufficiently detailed for a recipient of ordinary skill to be able to
355    understand it.
356
357    5.0 APPLICATION OF THIS LICENSE
358
359    This License applies to code to which the Initial Developer has
360    attached the notice in Exhibit A and to related Modifications as set
361    out in Section 3.1.
362
363    6.0 VERSIONS OF THE LICENSE
364
365    6.1 New Versions.
366    Sun may publish revised and/or new versions of the License from time to
367    time. Each version will be given a distinguishing version number.
368
369    6.2 Effect of New Versions.
370    Once Original Code has been published under a particular version of the
371    License, You may always continue to use it under the terms of that
372    version. You may also choose to use such Original Code under the terms
373    of any subsequent version of the License published by Sun. No one other
374    than Sun has the right to modify the terms applicable to Original Code.
375
376    7.0 DISCLAIMER OF WARRANTY
377
378    ORIGINAL CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
379    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
380    WITHOUT LIMITATION, WARRANTIES THAT THE ORIGINAL CODE IS FREE OF
381    DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
382    THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ORIGINAL CODE
383    IS WITH YOU. SHOULD ANY ORIGINAL CODE PROVE DEFECTIVE IN ANY RESPECT,
384    YOU (NOT THE INITIAL DEVELOPER) ASSUME THE COST OF ANY NECESSARY
385    SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY
386    CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY ORIGINAL
387    CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
388
389    8.0 TERMINATION
390
391    8.1 This License and the rights granted hereunder will terminate
392    automatically if You fail to comply with terms herein and fail to cure
393    such breach within 30 days of becoming aware of the breach. All
394    sublicenses to the Original Code which are properly granted shall
395    survive any termination of this License. Provisions which, by their
396    nature, must remain in effect beyond the termination of this License
397    shall survive.
398
399    8.2 In the event of termination under Section 8.1 above, all end user
400    license agreements (excluding distributors and resellers) which have
401    been validly granted by You or any distributor hereunder prior to
402    termination shall survive termination.
403
404    9.0 LIMIT OF LIABILITY
405
406    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
407    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
408    DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF ORIGINAL CODE,
409    OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
410    INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
411    CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
412    WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
413    COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
414    INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
415    LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
416    RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
417    PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
418    EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
419    EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
420
421    10.0 U.S. GOVERNMENT END USERS
422
423    U.S. Government: If this Software is being acquired by or on behalf of
424    the U.S. Government or by a U.S. Government prime contractor or
425    subcontractor (at any tier), then the Government's rights in the
426    Software and accompanying documentation shall be only as set forth in
427    this license; this is in accordance with 48 C.F.R. 227.7201 through
428    227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48
429    C.F.R. 2.101 and 12.212 (for non-DoD acquisitions).
430
431    11.0 MISCELLANEOUS
432
433    This License represents the complete agreement concerning subject
434    matter hereof. If any provision of this License is held to be
435    unenforceable, such provision shall be reformed only to the extent
436    necessary to make it enforceable. This License shall be governed by
437    California law provisions (except to the extent applicable law, if any,
438    provides otherwise), excluding its conflict-of-law provisions. With
439    respect to disputes in which at least one party is a citizen of, or an
440    entity chartered or registered to do business in the United States of
441    America, any litigation relating to this License shall be subject to
442    the jurisdiction of the Federal Courts of the Northern District of
443    California, with venue lying in Santa Clara County, California, with
444    the losing party responsible for costs, including without limitation,
445    court costs and reasonable attorneys' fees and expenses. The
446    application of the United Nations Convention on Contracts for the
447    International Sale of Goods is expressly excluded. Any law or
448    regulation which provides that the language of a contract shall be
449    construed against the drafter shall not apply to this License.
450
451    EXHIBIT A - Sun Standards License
452 "The contents of this file are subject to the Sun Standards
453 License Version 1.1 (the "License");
454 You may not use this file except in compliance with the
455 License. You may obtain a copy of the
456 License at _______________________________.
457
458 Software distributed under the License is distributed on
459 an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
460 express or implied. See the License for the specific
461 language governing rights and limitations under the License.
462
463 The Original Code is ______________________________________.
464
465 The Initial Developer of the Original Code is:
466 InMon Corp.
467
468 Portions created by: _______________________________________
469
470 are Copyright (C): _______________________________________
471
472 All Rights Reserved.
473
474 Contributor(s): _______________________________________
475
476    EXHIBIT B - Standards
477
478    The Standard is defined as the following:
479
480    sFlow Specification, located at
481    [1]http://sflow.org/developers/specifications.php
482
483 References
484
485    1. http://sflow.org/developers/specifications.php
486
487 ----------------------------------------------------------------------
488
489 Retrieved from http://www.inmon.com/technology/sflowlicense.txt, 2011-12-12:
490
491 LICENSE AGREEMENT
492
493 PLEASE READ THIS LICENSE AGREEMENT ("AGREEMENT") CAREFULLY BEFORE REPRODUCING OR IN ANY WAY
494 UTILIZING THE sFlow(R) SOFTWARE ("SOFTWARE") AND/OR ANY ACCOMPANYING DOCUMENTATION
495 ("DOCUMENTATION") AND/OR THE RELATED SPECIFICATIONS ("SPECIFICATIONS").  YOUR REPRODUCTION
496 OR USE OF THE SOFTWARE AND/OR THE DOCUMENTATION AND/OR THE SPECIFICATIONS CONSTITUTES YOUR
497 ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.  IF YOU DO NOT AGREE TO BE BOUND
498 BY THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU MAY NOT REPRODUCE OR IN ANY WAY UTILIZE
499 THE SOFTWARE OR THE DOCUMENTATION OR THE SPECIFICATIONS.
500
501 1.      Definitions.
502
503 "Documentation" means the user manuals, training materials, and operating materials, if any,
504 InMon provides to Licensee under this Agreement.
505
506 "InMon" means InMon Corporation, its affiliates and subsidiaries.
507
508 "Intellectual Property Rights" means any trade secrets, patents, including without
509 limitation any patents covering the Software, copyrights, know-how, moral rights and
510 similar rights of any type under the laws of any governmental authority, domestic or
511 foreign, including all applications and registrations relating to any of the foregoing.
512
513 "Licensee Hardware" means all computers, routers, or other equipment owned or controlled by
514 or on behalf of Licensee.
515
516 "Products" means any and all software applications, computers, routers, or other equipment
517 manufactured by or on behalf of Licensee for the purpose of resale or lease to any other
518 third party, or otherwise made available by Licensee free of charge.
519
520 "Software" means the sFlow(R) software programs, in source or binary code format, that
521 Licensee licenses from InMon under this Agreement and any bug fixes or error corrections
522 which InMon may provide to Licensee.
523
524 "Specifications" means the published specifications provided or otherwise made available by
525 InMon at: http://www.sflow.org.
526
527 "Trademark" means InMon's "sFlow(R)" trademark.
528
529 2.      License Grant.
530
531 2.1     Software, Documentation and Specifications License Grant.  InMon hereby grants to
532 Licensee, under all of InMon's Intellectual Property Rights therein, a perpetual (subject
533 to InMon's termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
534 transferable, sublicensable license, to:  (i) use and reproduce the Software, the
535 Documentation, and the Specifications; (ii) modify the Software; (iii) implement the
536 Specifications in the Products; (iv) install the Software, or software in which the
537 Specifications have been implemented, on Licensee Hardware and Products, and (v) distribute
538 any Products that include the Software, the Documentation, or software in which the
539 Specifications have been implemented.
540
541 2.2     Trademark License.  InMon hereby grants to Licensee a perpetual (subject to InMon's
542 termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
543 transferable, sublicensable license to use the Trademark on or in connection with the
544 Software, the Documentation, the Specifications and any software that implements the
545 Specifications.
546
547 2.3     Restrictions.  Licensee agrees that it will not use the Software in a way
548 inconsistent with the license granted in Section 2.1.  Further, Licensee agrees that, in
549 exercising its rights under the license granted to it in this Agreement, Licensee will:
550 (i) strictly adhere to and fully comply with the Specifications; (ii) use the Trademark,
551 and no other mark, to identify the Software, the Documentation, the Specifications and any
552 Products that implement the Specifications; (iii) place, in a font or graphic design
553 designated by InMon,  the phrase "sFlow(R)" on any technical documentation,
554 sales/marketing materials, catalogs, or other such materials relating to products it
555 manufactures or markets which it has configured to be compatible with the Software or
556 otherwise implement the Specifications; (iv) in connection with any Products shipped to or
557 sold in other countries that include the Software or any software that implements the
558 Specifications, comply with the patent and trademark laws and practice of such other
559 country; and (v) not alter or impair any acknowledgment of copyright or trademark rights of
560 InMon that may appear in or on the Software, the Documentation or the Specifications.  In
561 the event InMon determines that Licensee is not complying with its obligations under
562 clauses (i)-(v) above, InMon shall notify Licensee of such non-compliance, and if Licensee
563 fails to correct such non-compliance within three (3) months, InMon may immediately
564 terminate this Agreement as provided under paragraph 7 below and pursue any and all
565 actions and remedies as it deems necessary, including, but not limited to breach of
566 contract.
567
568 3.      Ownership.  Except for the license expressly granted in Section 2, Inmon hereby
569 retains all right, title, and interest in and to the Trademark and all its Intellectual
570 Property Rights in the Software, the Documentation and the Specifications.  Licensee
571 obtains no rights hereunder in the Trademark, Software, Documentation or Specifications by
572 implication, estoppel or otherwise.  Licensee acknowledges that the Trademark, Software,
573 Documentation and Specifications are being licensed and not sold under this Agreement, and
574 that this Agreement does not transfer title in the Trademark, Software, Documentation or
575 Specifications, or any copy thereof, to Licensee.
576
577 4.      Support.  Inmon shall have no obligation under this Agreement to (a) supply
578 maintenance or support, bug fixes or error corrections to the Licensed Software,
579 (b) supply future versions of the Licensed Software or (c) provide Licensed Software
580 development tools to Licensee.
581
582 5.      Warranty.  INMON HEREBY DISCLAIMS ALL WARRANTIES, EITHER EXPRESS, IMPLIED OR
583 STATUTORY, WITH RESPECT TO THE TRADEMARK, THE SOFTWARE, THE DOCUMENTATION, THE
584 SPECIFICATIONS. OR OTHERWISE, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
585 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF ANY INTELLECTUAL
586 PROPERTY RIGHTS.
587
588 6.      Limitation of Liability.  IN NO EVENT SHALL INMON OR ITS SUPPLIERS OR LICENSORS BE
589 LIABLE FOR ANY CONSEQUENTIAL, INCIDENTAL, SPECIAL, INDIRECT OR EXEMPLARY DAMAGES WHATSOEVER,
590 WHETHER RELATED TO OR ARISING OUT OF THIS AGREEMENT, THE TRADEMARK, THE SOFTWARE, THE
591 DOCUMENTATION, THE SPECIFICATIONS, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, DAMAGES FOR
592 LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF DATA, COSTS OF PROCUREMENT OF SUBSTITUTE
593 GOODS OR SERVICES OR FOR ANY CLAIM OR DEMAND AGAINST LICENSEE BY ANY OTHER PARTY, OR OTHER
594 PECUNIARY LOSS, EVEN IF INMON HAS BEEN ADVISED OF OR KNOWS OF THE POSSIBILITY OF SUCH
595 DAMAGES.
596
597 7.      Term and Termination.  The term of this Agreement will begin on the Effective Date,
598 which shall be deemed to be the date of delivery of the Software and/or Documentation and/or
599 Specifications to Licensee, and shall continue indefinitely unless and until terminated by
600 Licensee's giving written notice of termination to InMon, or by InMon pursuant to InMon's
601 termination rights as set forth in Section 2.3 above.  Upon any termination of this
602 Agreement, Licensee shall cease exercising its license rights under this Agreement,
603 including the right to distribute Products that incorporate the Software or Documentation
604 or that implement the Specifications.  The rights and obligations contained in Sections 1,
605 3, 5, 6, 7, and 8 shall survive any termination of this Agreement.
606
607 8.      General Provisions.
608
609 8.1     Assignment.  This Agreement shall be binding upon and inure to the benefit of the
610 parties hereto and their permitted successors and permitted assigns.  InMon will have the
611 right to assign this Agreement without notice to Licensee.  Licensee may assign or transfer
612 (whether by merger, operation of law or in any other manner) any of its rights or delegate
613 any of its obligations hereunder without the prior written consent of InMon, provided the
614 assignee assumes in writing all of Licensee's obligations hereunder.
615
616 8.2     Notices.  All notices permitted or required under this Agreement shall be in
617 writing and shall be delivered in person or mailed by first class, registered or certified
618 mail, postage prepaid, to the address of the party specified in this Agreement or such
619 other address as either party may specify in writing.  Such notice shall be deemed to have
620 been given upon receipt.
621
622 8.3     Non-Waiver.  No term or provision hereof shall be deemed waived, and no breach
623 excused, unless such waiver or consent shall be in writing and signed by the party claimed
624 to have waived or consented.  Any consent or waiver, whether express or implied, shall not
625 constitute a consent or waiver of, or excuse for any separate, different or subsequent
626 breach.
627
628 8.4     Independent Contractor.  The parties' relationship shall be solely that of
629 independent contractors, and nothing contained in this Agreement shall be construed to make
630 either party an agent, partner, representative or principal of the other for any purpose.
631
632 8.5     Choice of Law and Forum.  This Agreement shall be governed by and construed under
633 the laws of the State of California, without giving effect to such state's conflict of laws
634 principles.  The parties hereby submit to the personal jurisdiction of, and agree that any
635 legal proceeding with respect to or arising under this Agreement shall be brought in, the
636 United States District Court for the Northern District of California or the state courts
637 of the State of California for the County of San Francisco.
638
639 8.6     U.S. Government Licenses.  The Software and Documentation are considered a
640 "commercial item" as that term is defined at 48 C.F.R 2.101, or "commercial computer
641 software" and "commercial computer software documentation" as such terms are used in
642 48 C.F.R 12.212 of the Federal Acquisition Regulations and its successors, and
643 48 C.F.R. 227.7202 of the DoD FAR Supplement and its successors.
644
645 8.7     Severability.  If any provision of this Agreement is held to be unenforceable under
646 applicable law, then such provision shall be excluded from this Agreement and the balance
647 of this Agreement shall be interpreted as if such provision were so excluded and shall be
648 enforceable in accordance with its terms.  The court in its discretion may substitute for
649 the excluded provision an enforceable provision which in economic substance reasonably
650 approximates the excluded provision.
651
652 8.8     Compliance With Law.  Licensee shall comply with all applicable laws and
653 regulations (including privacy laws and regulations) having application to or governing its
654  use and/or operation of the Software and agrees to indemnify and hold InMon harmless from
655 and against any claims, damages, losses or obligations suffered or incurred by InMon
656 arising from its failure to so comply.
657
658 8.9     Entire Agreement; Amendment.  This Agreement constitutes the final, complete and
659 entire agreement between the parties with respect to the subject matter hereof, and
660 supersedes any previous proposals, negotiations, agreements, or arrangements, whether
661 verbal or written, made between the parties with respect to such subject matter.  This
662 Agreement shall control over any additional or conflicting terms in any of Licensee's
663 purchase orders or other business forms.  This Agreement may only be amended or modified
664 by mutual agreement of authorized representatives of the parties in writing.
665
666 InMon Corp.
667 580 California Street, 5th Floor, San Francisco, CA 94104
668 Phone: (415) 283-3260
669 URL:   www.inmon.com
670 Email: info@inmon.com
671