Skip to content

Commit 1669741

Browse files
committed
Bump to 0.7.1 to fix Additional Standard Notices
1 parent 95e4f94 commit 1669741

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. The format is roughly based on [Keep a Changelog], and this project tries to adheres to [Semantic Versioning]. For IRMA vs IRMA-core compatibility, please see the [version matrix](VERSION_MATRIX.md).
44

5+
## [0.7.1] - 2025-05-21
6+
7+
### Fixes
8+
9+
- The *Additional Standard Notices* section still contained information related to LABEL's old licensing, this has been fixed and made compliant.
10+
511
## [0.7.0] - 2025-05-14
612

713
### Changes
@@ -25,6 +31,7 @@ All notable changes to this project will be documented in this file. The format
2531

2632
<!-- Versions -->
2733

34+
[0.7.1]: https://github.com/CDCgov/label/compare/v0.7.0...v0.7.1
2835
[0.7.0]: https://github.com/CDCgov/label/compare/v0.6.5...v0.7.0
2936
[0.6.5]: https://github.com/CDCgov/label/compare/v0.6.4...v0.6.5
3037
[0.6.4]: https://github.com/CDCgov/label/compare/v0.6.3...v0.6.4

LABEL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Predicts the clade for a given nucleotide sequence & gene.
44

55
# Affiliation: Centers for Disease Control & Prevention
6-
# Author: Samuel S. Shepard et al. (vfn4@cdc.gov)
6+
# Author: Samuel S. Shepard et al. (sshepard@cdc.gov)
77

88
PROGRAM="LABEL"
99
YEAR="2025"
10-
VERSION="v0.7.0"
10+
VERSION="v0.7.1"
1111
AUTHOR="Samuel S. Shepard"
1212
1313
AFFIL="Centers for Disease Control & Prevention"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This repository is not a source of government records, but is a copy to increase
165165

166166
## Additional Standard Notices
167167

168-
The materials embodied in this software are "as-is" and without warranty of any kind, express, implied or otherwise, including without limitation, any warranty of fitness for a particular purpose. In no event shall the Centers for Disease Control and Prevention (CDC) or the United States (U.S.) Government be liable to you or anyone else for any direct, special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, including without limitation, loss of profit, loss of use, savings or revenue, or the claims of third parties, whether or not CDC or the U.S. Government has been advised of the possibility of such loss, however caused and on any theory of liability, arising out of or in connection with the possession, use or performance of this software.  In no event shall any other party who modifies and/or conveys the program as permitted according to GPL license [[*www.gnu.org/licenses/*](http://www.gnu.org/licenses/)], make CDC or the U.S. government liable for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program, including but not limited to loss of data or data being rendered inaccurate or losses sustained by third parties or a failure of the program to operate with any other programs.  Any views, prepared by individuals as part of their official duties as United States government employees or as contractors of the United States government and expressed herein, do not necessarily represent the views of the United States government. Such individuals’ participation in any part of the associated work is not meant to serve as an official endorsement of the software. The CDC and the U.S. government shall not be held liable for damages resulting from any statements arising from use of or promotion of the software that may conflict with any official position of the United States government.
168+
Please refer to [CDC's Template Repository](https://github.com/CDCgov/template) for more information about [contributing to this repository](https://github.com/CDCgov/template/blob/main/CONTRIBUTING.md), [public domain notices and disclaimers](https://github.com/CDCgov/template/blob/main/DISCLAIMER.md), and [code of conduct](https://github.com/CDCgov/template/blob/main/code-of-conduct.md).
169169

170170
[manuscript]: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0086921
171171
[GNU Parallel]: https://www.gnu.org/software/parallel/

0 commit comments

Comments
 (0)