From b2f9219b560b33445cbd72138e902cd6c02e2b5e Mon Sep 17 00:00:00 2001 From: Don Cross Date: Tue, 4 Jan 2022 18:55:20 -0500 Subject: [PATCH] Updated copyrights for 2022. --- LICENSE | 2 +- demo/browser/astronomy.browser.js | 2 +- demo/nodejs/astronomy.js | 2 +- demo/nodejs/calendar/astronomy.ts | 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/hydrogen/hydrogen.js | 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.py | 2 +- generate/template/astronomy.ts | 2 +- generate/update_copyrights.py | 2 +- source/c/astronomy.c | 2 +- source/c/astronomy.h | 2 +- source/csharp/astronomy.cs | 2 +- source/js/astronomy.browser.js | 2 +- source/js/astronomy.browser.min.js | 2 +- source/js/astronomy.d.ts | 2 +- source/js/astronomy.js | 2 +- source/js/astronomy.min.js | 2 +- source/js/astronomy.ts | 2 +- source/js/esm/astronomy.js | 2 +- source/python/astronomy.py | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/LICENSE b/LICENSE index 0770e1b4..cb43597e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2021 Don Cross +Copyright (c) 2019-2022 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.browser.js b/demo/browser/astronomy.browser.js index 9c9cfdb6..690c107f 100644 --- a/demo/browser/astronomy.browser.js +++ b/demo/browser/astronomy.browser.js @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 af855ac1..66e1fdfb 100644 --- a/demo/nodejs/astronomy.js +++ b/demo/nodejs/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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/calendar/astronomy.ts b/demo/nodejs/calendar/astronomy.ts index c1ba53ca..40b19357 100644 --- a/demo/nodejs/calendar/astronomy.ts +++ b/demo/nodejs/calendar/astronomy.ts @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 2bb51c93..af4699db 100644 --- a/demo/python/astronomy.py +++ b/demo/python/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2021 Don Cross +# Copyright (c) 2019-2022 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 0c9bb0d2..7fd3b040 100644 --- a/generate/astro_vector.c +++ b/generate/astro_vector.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 b6c8b671..28d34729 100644 --- a/generate/astro_vector.h +++ b/generate/astro_vector.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 d8db9edd..a9ebc725 100644 --- a/generate/chebyshev.c +++ b/generate/chebyshev.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 627cdc1d..c2bb578a 100644 --- a/generate/chebyshev.h +++ b/generate/chebyshev.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 19f2298a..3778f6fe 100644 --- a/generate/codegen.c +++ b/generate/codegen.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 3f5dd108..0880035b 100644 --- a/generate/codegen.h +++ b/generate/codegen.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 176f0335..ff262920 100644 --- a/generate/ephfile.c +++ b/generate/ephfile.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 7c2ba015..3c3489c9 100644 --- a/generate/ephfile.h +++ b/generate/ephfile.h @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 6221260d..465e053e 100644 --- a/generate/generate.c +++ b/generate/generate.c @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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/hydrogen/hydrogen.js b/generate/hydrogen/hydrogen.js index 683d3a12..cf8b5451 100644 --- a/generate/hydrogen/hydrogen.js +++ b/generate/hydrogen/hydrogen.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 b53102df..5b7877fb 100644 --- a/generate/jpl_horizons_check.js +++ b/generate/jpl_horizons_check.js @@ -9,7 +9,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 a481034b..955dacb5 100644 --- a/generate/novas_body.h +++ b/generate/novas_body.h @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 f5879d52..6fd69e80 100644 --- a/generate/template/astronomy.c +++ b/generate/template/astronomy.c @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 bef398dc..e8d36139 100644 --- a/generate/template/astronomy.cs +++ b/generate/template/astronomy.cs @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 c59f1c87..f81ca7af 100644 --- a/generate/template/astronomy.py +++ b/generate/template/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2021 Don Cross +# Copyright (c) 2019-2022 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.ts b/generate/template/astronomy.ts index f3bb4800..de7e48c6 100644 --- a/generate/template/astronomy.ts +++ b/generate/template/astronomy.ts @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 a14bade2..cbc3623e 100755 --- a/generate/update_copyrights.py +++ b/generate/update_copyrights.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2019-2021 Don Cross +# Copyright (c) 2019-2022 Don Cross import sys import re import datetime diff --git a/source/c/astronomy.c b/source/c/astronomy.c index 4ae10135..d38e7c64 100644 --- a/source/c/astronomy.c +++ b/source/c/astronomy.c @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 587f054e..5d5020ed 100644 --- a/source/c/astronomy.h +++ b/source/c/astronomy.h @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 fae0552e..971bf009 100644 --- a/source/csharp/astronomy.cs +++ b/source/csharp/astronomy.cs @@ -4,7 +4,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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.browser.js b/source/js/astronomy.browser.js index 9c9cfdb6..690c107f 100644 --- a/source/js/astronomy.browser.js +++ b/source/js/astronomy.browser.js @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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.browser.min.js b/source/js/astronomy.browser.min.js index 43b084cd..6421d702 100644 --- a/source/js/astronomy.browser.min.js +++ b/source/js/astronomy.browser.min.js @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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.d.ts b/source/js/astronomy.d.ts index df8d7de3..09008378 100644 --- a/source/js/astronomy.d.ts +++ b/source/js/astronomy.d.ts @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 af855ac1..66e1fdfb 100644 --- a/source/js/astronomy.js +++ b/source/js/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 7860c1e8..72138141 100644 --- a/source/js/astronomy.min.js +++ b/source/js/astronomy.min.js @@ -7,7 +7,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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.ts b/source/js/astronomy.ts index c1ba53ca..40b19357 100644 --- a/source/js/astronomy.ts +++ b/source/js/astronomy.ts @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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/esm/astronomy.js b/source/js/esm/astronomy.js index 6d4e89c8..17aa1238 100644 --- a/source/js/esm/astronomy.js +++ b/source/js/esm/astronomy.js @@ -6,7 +6,7 @@ MIT License - Copyright (c) 2019-2021 Don Cross + Copyright (c) 2019-2022 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 2bb51c93..af4699db 100644 --- a/source/python/astronomy.py +++ b/source/python/astronomy.py @@ -2,7 +2,7 @@ # # MIT License # -# Copyright (c) 2019-2021 Don Cross +# Copyright (c) 2019-2022 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