Skip to content

Commit

Permalink
Update copyright info.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Aug 14, 2017
1 parent b2c2c91 commit 9e9bd67
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 7 deletions.
6 changes: 5 additions & 1 deletion src/AS_UTL/timeAndSize.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are Copyright 2014 Battelle National Biodefense Institute, and
* are subject to the BSD 3-Clause License
*
* Brian P. Walenz beginning on 2017-AUG-10
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down Expand Up @@ -80,7 +84,7 @@ getCPUTime(void) {
double tm = 0;

if (getrusage(ru) == true)
tm = ((ru.ru_utime.tv_sec + ru.ru_utime.tv_usec / 1000000.0) +
tm = ((ru.ru_utime.tv_sec + ru.ru_utime.tv_usec / 1000000.0) +
(ru.ru_stime.tv_sec + ru.ru_stime.tv_usec / 1000000.0));

return(tm);
Expand Down
4 changes: 4 additions & 0 deletions src/AS_UTL/timeAndSize.H
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are Copyright 2014 Battelle National Biodefense Institute, and
* are subject to the BSD 3-Clause License
*
* Brian P. Walenz beginning on 2017-AUG-10
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
4 changes: 4 additions & 0 deletions src/AS_UTL/writeBuffer.H
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are a 'United States Government Work', and
* are released in the public domain
*
* Sergey Koren beginning on 2017-MAY-17
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
6 changes: 3 additions & 3 deletions src/bogart/AS_BAT_DropDeadEnds.C
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Modifications by:
*
* Brian P. Walenz beginning on 2017-MAY-22
* Brian P. Walenz beginning on 2017-MAY-31
* are a 'United States Government Work', and
* are released in the public domain
*
Expand Down Expand Up @@ -232,7 +232,7 @@ dropDeadEnds(AssemblyGraph *AG,
continue;

// At least one read needs to be kicked out. Make new tigs for everything.

char fnMsg[80] = {0}; Unitig *fnTig = NULL;
char nnMsg[80] = {0}; Unitig *nnTig = NULL; int32 nnOff = INT32_MAX;
char lnMsg[80] = {0}; Unitig *lnTig = NULL;
Expand Down Expand Up @@ -263,7 +263,7 @@ dropDeadEnds(AssemblyGraph *AG,
for (uint32 cc=0, tt=0; tt<tig->ufpath.size(); tt++) {
ufNode &read = tig->ufpath[tt];

if (read.ident == fn) {
if (read.ident == fn) {
sprintf(fnMsg, "first read %9u to tig %7u --", read.ident, fnTig->id());
fnTig->addRead(read, -read.position.min(), false);

Expand Down
2 changes: 1 addition & 1 deletion src/bogart/AS_BAT_DropDeadEnds.H
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Modifications by:
*
* Brian P. Walenz beginning on 2016-OCT-03
* Brian P. Walenz beginning on 2017-MAY-31
* are a 'United States Government Work', and
* are released in the public domain
*
Expand Down
4 changes: 4 additions & 0 deletions src/fastq-utilities/fastqSample.C
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
* are a 'United States Government Work', and
* are released in the public domain
*
* Sergey Koren beginning on 2017-JUN-13
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gfa/bed.C
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Modifications by:
*
* Brian P. Walenz beginning on 2017-APR-04
* Brian P. Walenz beginning on 2017-MAY-12
* are a 'United States Government Work', and
* are released in the public domain
*
Expand Down
2 changes: 1 addition & 1 deletion src/gfa/bed.H
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Modifications by:
*
* Brian P. Walenz beginning on 2017-APR-04
* Brian P. Walenz beginning on 2017-MAY-12
* are a 'United States Government Work', and
* are released in the public domain
*
Expand Down
4 changes: 4 additions & 0 deletions src/overlapBasedTrimming/splitReads-trimBad.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are a 'United States Government Work', and
* are released in the public domain
*
* Sergey Koren beginning on 2017-JUN-13
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
4 changes: 4 additions & 0 deletions src/overlapBasedTrimming/splitReads-workUnit.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are Copyright 2015 Battelle National Biodefense Institute, and
* are subject to the BSD 3-Clause License
*
* Brian P. Walenz beginning on 2017-AUG-08
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
4 changes: 4 additions & 0 deletions src/utgcns/libpbutgcns/AlnGraphBoost.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are a 'United States Government Work', and
* are released in the public domain
*
* Brian P. Walenz beginning on 2017-MAY-09
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down
4 changes: 4 additions & 0 deletions src/utgcns/libpbutgcns/AlnGraphBoost.H
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* are a 'United States Government Work', and
* are released in the public domain
*
* Brian P. Walenz beginning on 2017-MAY-09
* are a 'United States Government Work', and
* are released in the public domain
*
* File 'README.licenses' in the root directory of this distribution contains
* full conditions and disclaimers for each license.
*/
Expand Down

0 comments on commit 9e9bd67

Please sign in to comment.