From f34b700ce308d1564b2d3924ca5c4ed88cbb5d94 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Thu, 7 Jan 2021 08:55:52 -0500 Subject: [PATCH] Updated copyrights for 2021. This resolves Travis CI broken build. I forgot that my build process automatically updates copyright years when the current year changes. My Travis CI unit tests verify that there are no local changes after running all the tests. That test failed because the update_copyrights.py changed all the "2019-2020" to "2019-2021". --- LICENSE | 2 +- demo/browser/astronomy.js | 2 +- demo/nodejs/astronomy.js | 2 +- demo/python/astronomy.py | 2 +- generate/astro_vector.c | 2 +- generate/astro_vector.h | 2 +- generate/chebyshev.c | 2 +- generate/chebyshev.h | 2 +- generate/codegen.c | 2 +- generate/codegen.h | 2 +- generate/ephfile.c | 2 +- generate/ephfile.h | 2 +- generate/generate.c | 2 +- generate/jpl_horizons_check.js | 2 +- generate/novas_body.h | 2 +- generate/template/astronomy.c | 2 +- generate/template/astronomy.cs | 2 +- generate/template/astronomy.js | 2 +- generate/template/astronomy.py | 2 +- generate/update_copyrights.py | 2 +- hydrogen/hydrogen.js | 2 +- source/c/astronomy.c | 2 +- source/c/astronomy.h | 2 +- source/csharp/astronomy.cs | 2 +- source/js/astronomy.js | 2 +- source/js/astronomy.min.js | 2 +- source/python/astronomy.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/LICENSE b/LICENSE index d3bad4a5..0770e1b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 Don Cross +Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/browser/astronomy.js b/demo/browser/astronomy.js index 70249aa2..6e0cda02 100644 --- a/demo/browser/astronomy.js +++ b/demo/browser/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/nodejs/astronomy.js b/demo/nodejs/astronomy.js index 70249aa2..6e0cda02 100644 --- a/demo/nodejs/astronomy.js +++ b/demo/nodejs/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/python/astronomy.py b/demo/python/astronomy.py index 4da13de9..b9df9b9b 100644 --- a/demo/python/astronomy.py +++ b/demo/python/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2020 Don Cross +# Copyright (c) 2019-2021 Don Cross # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/generate/astro_vector.c b/generate/astro_vector.c index bae89a5b..0c9bb0d2 100644 --- a/generate/astro_vector.c +++ b/generate/astro_vector.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/astro_vector.h b/generate/astro_vector.h index f8057132..b6c8b671 100644 --- a/generate/astro_vector.h +++ b/generate/astro_vector.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/chebyshev.c b/generate/chebyshev.c index 49bd1741..a46452e3 100644 --- a/generate/chebyshev.c +++ b/generate/chebyshev.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/chebyshev.h b/generate/chebyshev.h index 1d435616..af7f2ac9 100644 --- a/generate/chebyshev.h +++ b/generate/chebyshev.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/codegen.c b/generate/codegen.c index cc352ba5..44188ba2 100644 --- a/generate/codegen.c +++ b/generate/codegen.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/codegen.h b/generate/codegen.h index b0aac68f..596d9c23 100644 --- a/generate/codegen.h +++ b/generate/codegen.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/ephfile.c b/generate/ephfile.c index 9c7c165e..176f0335 100644 --- a/generate/ephfile.c +++ b/generate/ephfile.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/ephfile.h b/generate/ephfile.h index 7fbc5b01..7c2ba015 100644 --- a/generate/ephfile.h +++ b/generate/ephfile.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/generate.c b/generate/generate.c index 0b01c554..d32592b9 100644 --- a/generate/generate.c +++ b/generate/generate.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/jpl_horizons_check.js b/generate/jpl_horizons_check.js index 85891e10..3c641a3f 100644 --- a/generate/jpl_horizons_check.js +++ b/generate/jpl_horizons_check.js @@ -9,7 +9,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/novas_body.h b/generate/novas_body.h index 94d65b10..a481034b 100644 --- a/generate/novas_body.h +++ b/generate/novas_body.h @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/template/astronomy.c b/generate/template/astronomy.c index cf8f7948..9f8af335 100644 --- a/generate/template/astronomy.c +++ b/generate/template/astronomy.c @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/template/astronomy.cs b/generate/template/astronomy.cs index 31c2016f..39941ff0 100644 --- a/generate/template/astronomy.cs +++ b/generate/template/astronomy.cs @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/template/astronomy.js b/generate/template/astronomy.js index 03bf8295..c4aa9681 100644 --- a/generate/template/astronomy.js +++ b/generate/template/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/generate/template/astronomy.py b/generate/template/astronomy.py index bf726892..0b464913 100644 --- a/generate/template/astronomy.py +++ b/generate/template/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2020 Don Cross +# Copyright (c) 2019-2021 Don Cross # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/generate/update_copyrights.py b/generate/update_copyrights.py index e415a6ef..0e134502 100755 --- a/generate/update_copyrights.py +++ b/generate/update_copyrights.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2019-2020 Don Cross +# Copyright (c) 2019-2021 Don Cross import sys import re import datetime diff --git a/hydrogen/hydrogen.js b/hydrogen/hydrogen.js index c21ed98e..c8298323 100644 --- a/hydrogen/hydrogen.js +++ b/hydrogen/hydrogen.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/c/astronomy.c b/source/c/astronomy.c index dc43d517..eefe2a84 100644 --- a/source/c/astronomy.c +++ b/source/c/astronomy.c @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/c/astronomy.h b/source/c/astronomy.h index f8ac8c49..3323533c 100644 --- a/source/c/astronomy.h +++ b/source/c/astronomy.h @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/csharp/astronomy.cs b/source/csharp/astronomy.cs index ce8aa8fa..0d71f4a9 100644 --- a/source/csharp/astronomy.cs +++ b/source/csharp/astronomy.cs @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/js/astronomy.js b/source/js/astronomy.js index 70249aa2..6e0cda02 100644 --- a/source/js/astronomy.js +++ b/source/js/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/js/astronomy.min.js b/source/js/astronomy.min.js index ea3d83d3..804224ee 100644 --- a/source/js/astronomy.min.js +++ b/source/js/astronomy.min.js @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2020 Don Cross + Copyright (c) 2019-2021 Don Cross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/python/astronomy.py b/source/python/astronomy.py index 4da13de9..b9df9b9b 100644 --- a/source/python/astronomy.py +++ b/source/python/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2020 Don Cross +# Copyright (c) 2019-2021 Don Cross # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal