Skip to content

Commit f6b53e1

Browse files
committed
Update README file.
1 parent 123bb94 commit f6b53e1

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

LICENSE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Copyright (c) 2026, UT-Battelle.
22
All rights reserved.
33

4-
ExaGO™ version 2
4+
This work uses code from the ExaGO v1.6.0:
5+
Copyright (c) 2013-2019, Battelle Memorial Institute
6+
All rights reserved.
57

68

9+
ExaGO™ version 2
10+
711
Open Source License:
812

913
Subject to the conditions of this License, UT-Battelle, LLC, hereby grants

README.md

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Instructions for executing the different ExaGO<sup>TM</sup> applications is give
6464
- [SCOPFLOW](docs/web/scopflow.md)
6565
- [PFLOW](docs/web/pflow.md)
6666

67-
We also provide our user manual as a pdf [manual.pdf](docs/manual/manual.pdf)
68-
-> need to update this regularly with CI / move to quarto docs.
67+
We also provide our user manual as a pdf [manual.pdf](docs/manual/manual.pdf).
6968

7069
## Tutorials
7170

@@ -84,7 +83,11 @@ Each application has a different set of options that are described in depth in
8483
the usage notes. These options can be passed optionally through an options file
8584
(`-optionsfile <option_file>`), or directly on the command line.
8685

87-
Since options may be specified in more than one location (on the command line, and through an options file), it is worth noting that the option specified on the command line supersede those in the options file. For example, if `opflowoptions` options file set the network file via the option `-netfile case9mod.m`, the following behavior occurs:
86+
Since options may be specified in more than one location (on the command line,
87+
and through an options file), it is worth noting that the option specified on
88+
the command line supersede those in the options file. For example, if
89+
`opflowoptions` options file set the network file via the option
90+
`-netfile case9mod.m`, the following behavior occurs:
8891

8992
```bash
9093
# This uses case9mod.m
@@ -106,22 +109,11 @@ attempting to contribute. Feel free to raise an issue or contact the team if
106109
the guidelines are ambiguous or you have a particular question.
107110

108111
## Authors
109-
ExaGO<sup>TM</sup> was designed and implemented by Shrirang Abhyankar. It has
110-
received significant from following developers:
111-
- Slaven Peles
112-
- Nicholson Koukpaizan
113-
- Maksudul Alam
114-
- Asher Mancinelli
115-
- Cameron Rutherford
116-
- Joshua Hambrick
117-
- Philip Fackler
118-
- Eve Tsybina
119-
- Bruce Palmer
120-
- Jaelyn Litzinger
121-
- William Perkins
122-
- Sayef Azad Sakin
123-
- Joseph Macam
124-
- Ryan Danehy
112+
ExaGO<sup>TM</sup> was designed and implemented by Shrirang Abhyankar and has
113+
received significant from Slaven Peles, Nicholson Koukpaizan, Maksudul Alam,
114+
Asher Mancinelli, Cameron Rutherford, Joshua Hambrick, Philip Fackler, Eve
115+
Tsybina, Bruce Palmer, Jaelyn Litzinger, William Perkins, Sayef Azad Sakin,
116+
Joseph Macam, and Ryan Danehy.
125117

126118
## Acknowledgement
127119
ExaGO<sup>TM</sup> has been originally developed as a part of
@@ -135,8 +127,7 @@ Copyright &copy; 2026, UT Battelle.
135127
ExaGO<sup>TM</sup> (v2) is a free software distributed under a BSD-style
136128
license. See the [LICENSE](LICENSE) and [NOTICE](NOTICE) files for details.
137129
All new contributions to ExaGO<sup>TM</sup> must be made under the same
138-
licensing terms. ExaGO<sup>TM</sup> v2 contains code from ExaGO v1.6.0,
139-
licensed under 2-clause BSD [license](LICENSE-1.6.0).
130+
licensing terms.
140131

141132
Please Note If you are using ExaGO<sup>TM</sup> with any third party libraries
142133
linked in (e.g., CoinHSL), be sure to review the respective license of the

0 commit comments

Comments
 (0)