-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from NTIA/tekrsa-api-wrap-1.3.3
Require `tekrsa-api-wrap>=1.3.3`
- Loading branch information
Showing
4 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
SOFTWARE DISCLAIMER / RELEASE | ||
# SOFTWARE DISCLAIMER / RELEASE | ||
|
||
The software made available on this site requires the Tektronix RSA API for Linux, which is made available by Tektronix and may contain one or more programs licensed under the GPL or LGPL. | ||
This software was developed by employees of the National Telecommunications and Information | ||
Administration (NTIA), an agency of the Federal Government and is provided to you | ||
as a public service. Pursuant to Title 15 United States Code Section 105, works | ||
of NTIA employees are not subject to copyright protection within the United States. | ||
|
||
All software included on this site was developed by employees of the National Telecommunications and Information Administration (NTIA), an agency of the Federal Government and is provided to you as a public service. Pursuant to Title 15 United States Code Section 105, works of NTIA employees are not subject to copyright protection within the United States. | ||
The software is provided by NTIA “AS IS.” NTIA MAKES NO WARRANTY OF ANY KIND, EXPRESS, | ||
IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NTIA does | ||
not warrant or make any representations regarding the use of the software or the | ||
results thereof, including but not limited to the correctness, accuracy, reliability | ||
or usefulness of the software. | ||
|
||
The software is provided by NTIA “AS IS.” NTIA MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NTIA does not warrant or make any representations regarding the use of the software or the results thereof, including but not limited to the correctness, accuracy, reliability or usefulness of the software. | ||
To the extent that NTIA holds rights in countries other than the United States, | ||
you are hereby granted the non-exclusive irrevocable and unconditional right to | ||
print, publish, prepare derivative works and distribute the NTIA software, in any | ||
medium, or authorize others to do so on your behalf, on a royalty-free basis throughout | ||
the World. | ||
|
||
To the extent that NTIA holds rights in countries other than the United States, you are hereby granted the non-exclusive irrevocable and unconditional right to print, publish, prepare derivative works and distribute the NTIA software, in any medium, or authorize others to do so on your behalf, on a royalty-free basis throughout the World. | ||
You may improve, modify, and create derivative works of the software or any portion | ||
of the software, and you may copy and distribute such modifications or works. Modified | ||
works should carry a notice stating that you changed the software and should note | ||
the date and nature of any such change. | ||
|
||
You may improve, modify, and create derivative works of the software or any portion of the software, and you may copy and distribute such modifications or works. Modified works should carry a notice stating that you changed the software and should note the date and nature of any such change. | ||
You are solely responsible for determining the appropriateness of using and distributing | ||
the software and you assume all risks associated with its use, including but not | ||
limited to the risks and costs of program errors, compliance with applicable laws, | ||
damage to or loss of data, programs or equipment, and the unavailability or interruption | ||
of operation. This software is not intended to be used in any situation where a failure | ||
could cause risk of injury or damage to property. | ||
|
||
You are solely responsible for determining the appropriateness of using and distributing the software and you assume all risks associated with its use, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and the unavailability or interruption of operation. This software is not intended to be used in any situation where a failure could cause risk of injury or damage to property. | ||
|
||
Please provide appropriate acknowledgments of NTIA’s creation of the software in any copies or derivative works of this software. | ||
Please provide appropriate acknowledgments of NTIA’s creation of the software in | ||
any copies or derivative works of this software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ classifiers = [ | |
|
||
dependencies = [ | ||
"environs>=9.5.0", | ||
"tekrsa-api-wrap>=1.3.2", | ||
"tekrsa-api-wrap>=1.3.3", | ||
"scos_actions @ git+https://github.com/NTIA/[email protected]", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "6.0.0" | ||
__version__ = "6.0.1" |