From d80ad3b51fc6bf5c42276c18c2a0fdb19f895b3d Mon Sep 17 00:00:00 2001 From: shulevski <shulevski@astron.nl> Date: Fri, 30 Aug 2024 14:42:32 +0200 Subject: [PATCH] Add fixes for issue resolution. --- LICENSE | 2 ++ apub/apub.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5102dfc..1232ed3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ The MIT License (MIT) +Copyright (c) 2024 ASTRON (Netherlands Institute for Radio Astronomy) + Copyright (c) 2015 Kepler/K2 Guest Observer Office Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/apub/apub.py b/apub/apub.py index 69e44a7..b19c06a 100644 --- a/apub/apub.py +++ b/apub/apub.py @@ -594,7 +594,7 @@ class PublicationDB(object): # "kepler equation", "kepler's equation", "xmm-newton", # "kepler's law", "kepler's third law", "kepler problem", # "kepler crater", "kepler's supernova", "kepler's snr"] - exclude=["SPHERE", "VLT/SPHERE"] + exclude=["VLT/SPHERE"] ): """Query ADS for new publications. -- GitLab