Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 6352920

Browse files
committed
Clear up licenses
1 parent b1bf3c9 commit 6352920

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/astrodynamics-docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# This file is dual licensed under the terms of the Apache License, Version
3-
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
4-
# for complete details.
3+
# 2.0, and the BSD License. See the licenses/CRYPTOGRAPHY.txt file in this
4+
# repository for complete details.
55
#
66
# This file is adapted from cryptography-docs.py by the The Cryptography
77
# Developers.

docs/modules/constants.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ WGS84_MU WGS84 geocentric gravitational constant
136136
WGS84_ANGULAR_VELOCITY WGS84 nominal earth mean angular velocity World Geodetic System 1984
137137
================================= =============================================== ===============================================================
138138

139-
.. _`license`: https://raw.githubusercontent.com/python-astrodynamics/astrodynamics/master/licenses/ASTROPY_LICENSE.txt
139+
.. _`license`: https://raw.githubusercontent.com/python-astrodynamics/astrodynamics/master/licenses/ASTROPY.txt

shovel/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
6868
{details_table}
6969
70-
.. _`license`: https://raw.githubusercontent.com/python-astrodynamics/astrodynamics/master/licenses/ASTROPY_LICENSE.txt
70+
.. _`license`: https://raw.githubusercontent.com/python-astrodynamics/astrodynamics/master/licenses/ASTROPY.txt
7171
""" # noqa
7272

7373

tests/test_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22
# These tests are taken from astropy, as with the astrodynamics.constant.Constant
3-
# class. It retains the original license (see licenses/ASTROPY_LICENSE.txt)
3+
# class. It retains the original license (see licenses/ASTROPY.txt)
44
from __future__ import absolute_import, division, print_function
55

66
import copy

0 commit comments

Comments
 (0)