-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCOPYRIGHT
63 lines (63 loc) · 2.69 KB
/
COPYRIGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#******************************************************************
#
# GAMPI: Optimization tool for task placement on network
#
# Contributors:
# Angel, Jordan ([email protected])
# Sankaran, Ramanan ([email protected])
#
# Copyright (2013), UT-Battelle, LLC.
#
# This program is free software: you can redistribute it
# and/or modify it under the terms of the GNU Lesser General
# Public License as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any
# later version.
#
# 1. Redistributions of Software must retain the above copyright
# and license notices, this list of conditions, and the
# following disclaimer. Changes or modifications to, or
# derivative works of, the Software should be noted with
# comments and the contributor and organization’s name.
#
# 2. Neither the names of UT-Battelle, LLC or the Department of
# Energy nor the names of the Software contributors may be used
# to endorse or promote products derived from this software
# without specific prior written permission of UT-Battelle and
# contributors.
#
# 3. The software and the end-user documentation included with
# the redistribution, with or without modification, must include
# the following acknowledgment:
#
# "This product includes software produced by UT-Battelle, LLC
# under Contract No. DE-AC05-00OR22725 with the Department of
# Energy.”
#
#******************************************************************
# DISCLAIMER
#
# THE SOFTWARE IS SUPPLIED BY THE COPYRIGHT HOLDERS AND
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER,
# CONTRIBUTORS, UNITED STATES GOVERNMENT, OR THE UNITED STATES
# DEPARTMENT OF ENERGY BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
#
# NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES
# DEPARTMENT OF ENERGY, NOR THE COPYRIGHT OWNER, NOR ANY OF
# THEIR EMPLOYEES, REPRESENTS THAT THE USE OF ANY INFORMATION,
# DATA, APPARATUS, PRODUCT, OR PROCESS DISCLOSED WOULD NOT
# INFRINGE PRIVATELY OWNED RIGHTS.
#
#******************************************************************
#