Skip to content

Commit

Permalink
Add NIH public domain notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lafita committed Apr 16, 2018
1 parent 3aa48f9 commit 0009600
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
26 changes: 26 additions & 0 deletions NIH_notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
==============================================================

PUBLIC DOMAIN NOTICE
National Institutes of Health

This software is a "United States Government Work" under the
terms of the United States Copyright Act. It was written as
part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This
software is freely available to the public for use. The
National Institutes of Health and the U.S. Government have not
placed any restriction on its use or reproduction.

Although all reasonable efforts have been taken to ensure
the accuracy and reliability of the software and data, the
NIH and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this
software or data. The NIH and the U.S. Government disclaim
all warranties, express or implied, including warranties of
performance, merchantability or fitness for any particular
purpose.

Please cite the authors in any work or product based on this
material.

==============================================================
29 changes: 29 additions & 0 deletions go_builder/go_builder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
'''
==============================================================
PUBLIC DOMAIN NOTICE
National Institutes of Health
This software is a "United States Government Work" under the
terms of the United States Copyright Act. It was written as
part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This
software is freely available to the public for use. The
National Institutes of Health and the U.S. Government have not
placed any restriction on its use or reproduction.
Although all reasonable efforts have been taken to ensure
the accuracy and reliability of the software and data, the
NIH and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this
software or data. The NIH and the U.S. Government disclaim
all warranties, express or implied, including warranties of
performance, merchantability or fitness for any particular
purpose.
Please cite the authors in any work or product based on this
material.
==============================================================
'''

# Entry point to construct GO models

import copy,getopt,os,sys
Expand Down
28 changes: 28 additions & 0 deletions go_builder/go_lib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
'''
==============================================================
PUBLIC DOMAIN NOTICE
National Institutes of Health
This software is a "United States Government Work" under the
terms of the United States Copyright Act. It was written as
part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This
software is freely available to the public for use. The
National Institutes of Health and the U.S. Government have not
placed any restriction on its use or reproduction.
Although all reasonable efforts have been taken to ensure
the accuracy and reliability of the software and data, the
NIH and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this
software or data. The NIH and the U.S. Government disclaim
all warranties, express or implied, including warranties of
performance, merchantability or fitness for any particular
purpose.
Please cite the authors in any work or product based on this
material.
==============================================================
'''

# Library of useful functions for constructing GO models

Expand Down
29 changes: 29 additions & 0 deletions tadoss.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
'''
==============================================================
PUBLIC DOMAIN NOTICE
National Institutes of Health
This software is a "United States Government Work" under the
terms of the United States Copyright Act. It was written as
part of the authors' official duties as United States
Government employees and thus cannot be copyrighted. This
software is freely available to the public for use. The
National Institutes of Health and the U.S. Government have not
placed any restriction on its use or reproduction.
Although all reasonable efforts have been taken to ensure
the accuracy and reliability of the software and data, the
NIH and the U.S. Government do not and cannot warrant the
performance or results that may be obtained by using this
software or data. The NIH and the U.S. Government disclaim
all warranties, express or implied, including warranties of
performance, merchantability or fitness for any particular
purpose.
Please cite the authors in any work or product based on this
material.
==============================================================
'''

import numpy as np
import argparse as ap
import warnings
Expand Down

0 comments on commit 0009600

Please sign in to comment.