Skip to content

Commit

Permalink
Add license text.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Aug 26, 2021
1 parent 34075ef commit 5ca78d4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/overlapErrorAdjustment/computeDiff.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

/******************************************************************************
*
* This file is part of canu, a software program that assembles whole-genome
* sequencing reads into contigs.
*
* This software is based on:
* 'Celera Assembler' r4587 (http://wgs-assembler.sourceforge.net)
* the 'kmer package' r1994 (http://kmer.sourceforge.net)
*
* Except as indicated otherwise, this is a 'United States Government Work',
* and is released in the public domain.
*
* File 'README.licenses' in the root directory of this distribution
* contains full conditions and disclaimers.
*/

#include "computeDiff.H"
#include <algorithm>

Expand Down
17 changes: 17 additions & 0 deletions src/overlapErrorAdjustment/computeDiff.H
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

/******************************************************************************
*
* This file is part of canu, a software program that assembles whole-genome
* sequencing reads into contigs.
*
* This software is based on:
* 'Celera Assembler' r4587 (http://wgs-assembler.sourceforge.net)
* the 'kmer package' r1994 (http://kmer.sourceforge.net)
*
* Except as indicated otherwise, this is a 'United States Government Work',
* and is released in the public domain.
*
* File 'README.licenses' in the root directory of this distribution
* contains full conditions and disclaimers.
*/

#pragma once

#include <utility>
Expand Down

0 comments on commit 5ca78d4

Please sign in to comment.