diff --git a/LICENSE b/LICENSE index 6b0b127..de6fec7 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 Leibniz Institute for Astrophysics Potsdam (AIP) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 17dcbfd..ab36bca 100644 --- a/NOTICE +++ b/NOTICE @@ -4,8 +4,9 @@ THIS NOTICE APPLIES TO ALL FILES CONTAINED IN THIS AND UNDERLYING FOLDERS Daiquiri Client -Copyright (c) 2016 Anastasia Galkin +Copyright (c) 2024 Anastasia Galkin Jochen Klar + Kirill Makan Gal Matijevic Kristin Riebe AIP E-Science (www.aip.de) diff --git a/README.rst b/README.rst index 4440ae4..d5f8743 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,13 @@ Daiquiri Client Daiquiri Client is a python library meant to be used with the Daiquiri Framework. -Daiquiri can be downloaded from `https://github.com/aipescience/django-daiquiri `_. +Daiquiri can be downloaded from +`https://github.com/django-daiquiri/daiquiri `_. -Daiquiri Client provides a set of functions which can be used to use the API of a Daiquiri powered website inside a script. The nessesarry HTTP requests are abstracted in a transparent way. +Daiquiri Client provides a set of functions to use the API of a Daiquiri-powered +website in a script. The necessary HTTP requests are abstracted in a transparent way. -A script for getting the emails of all users using Daiquiri Client could look like this: +For example, the following script gets the emails of all users: .. code:: python