Skip to content

Commit

Permalink
Update to Version 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crouse committed Jan 3, 2022
1 parent 407e901 commit a703dc7
Show file tree
Hide file tree
Showing 807 changed files with 133,734 additions and 2,694 deletions.
28 changes: 5 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,11 @@
*.mexmaci64
*.exe
*.obj
*.o
*.lib
*.a
*.dll

#temp files
*.asv
*.m~

#specific compiled files
cspice.lib
csupport.lib
libais.lib
libais.a
libsofa_c.lib
libsofa_c.a
brief.c
chronos.c
ckbrief.c
commnt.c
frmdiff.c
inspekt.c
mkspk.c
msopck.c
spacit.c
spkdiff.c
spkmerge.c
tobin.c
toxfr.c
version.c
*.m~
12 changes: 7 additions & 5 deletions 3rd_Party_Libraries/Sources of the Libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Component Library are kept here. In many instances, only a few of the
routines in the library are used, though with the exception of the SGP4
library, the entire libraries are provided here. None of the parts of the
external libraries that are used is subject to copyleft restrictions,
though they have varying licenses. The Splitting Conic Solver Library can
use some routines that rely on a library that is under an LGPL (copylefted)
license. Those routines are not used and have been placed in a zip archive.
though they have varying licenses. The Splitting Conic Solver Library and
the Eigen library can use some routines that rely are under an LGPL
(copylefted) license. Those routines are not used and have been placed in a
zip archive in the respective folders. The Eigen library is additionally
compiled with an option that prevents the use of its LGPLd code.

The sources of the external libraries are as follows:

Expand All @@ -32,5 +34,5 @@ http://www.centerforspace.com/downloads/
Astronomy Library:
http://www.iausofa.org/index.html



8) The Eigen Library:
https://eigen.tuxfamily.org/
26 changes: 26 additions & 0 deletions 3rd_Party_Libraries/eigen-master/COPYING.BSD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
Copyright (c) 2011, Intel Corporation. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
52 changes: 52 additions & 0 deletions 3rd_Party_Libraries/eigen-master/COPYING.MINPACK
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Minpack Copyright Notice (1999) University of Chicago. All rights reserved

Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the
following conditions are met:

1. Redistributions of source code must retain the above
copyright notice, this list of conditions and the following
disclaimer.

2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.

3. The end-user documentation included with the
redistribution, if any, must include the following
acknowledgment:

"This product includes software developed by the
University of Chicago, as Operator of Argonne National
Laboratory.

Alternately, this acknowledgment may appear in the software
itself, if and wherever such third-party acknowledgments
normally appear.

4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
BE CORRECTED.

5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
POSSIBILITY OF SUCH LOSS OR DAMAGES.

Loading

0 comments on commit a703dc7

Please sign in to comment.