-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENCE
97 lines (85 loc) · 6.95 KB
/
LICENCE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
CSIRO Clear BSD License (Non-Commercial)
Copyright (c) 2024, The Software is copyright (c) Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
All rights reserved. CSIRO is willing to grant you a licence to this software (GRAPE) on the following terms, except where otherwise indicated for third party material.
CSIRO hereby grants you a non-exclusive, non-transferable, free of charge right to copy, modify, merge, publish, distribute,
and sublicense the Software for the sole purpose of performing non-commercial scientific research, non-commercial education,
or non-commercial research projects.
Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation
in a commercial product, use in a commercial service, or production of other artefacts for commercial purposes.
Redistribution and use of this software 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 CSIRO nor the names of its authors may be used to endorse or promote products derived from this software without specific prior written permission of CSIRO.
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR CSIRO BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
You understand and agree that the authors and/or CSIRO are under no obligation to provide either maintenance services, update services,
notices of latent defects, or corrections of defects with regard to the Software.
The Software may contain third party material obtained by CSIRO under licence. Your rights to such material as part of the Software under this agreement
is subject to any separate licence terms identified by CSIRO as part of the Software release - including as part of the Supplementary Licence, or as a separate file.
Those third party licence terms may require you to download the relevant software from a third party site, or may mean that the third
party licensor (and not CSIRO) grants you a licence directly for those components of the Software. It is your responsibility to ensure that
you have the necessary rights to such third party material.
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Third Party Components
The following third party components are distributed with the Grape code. You agree to comply with the licence terms for these components as part of accessing the Grape code. Other third party software may also be identified in separate files distributed with the Grape code.
___________________________________________________________________
___________________________________________________________________
numpy https://github.com/numpy/numpy
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
scipy https://github.com/scipy/scipy
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
scikit-learn https://github.com/scikit-learn/scikit-learn
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
torch https://pytorch.org/
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
rdkit https://github.com/rdkit/rdkit
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
pubchempy https://github.com/mcs07/PubChemPy
This software is licenced under the MIT License.
___________________________________________________________________
___________________________________________________________________
beautifulsoup https://www.crummy.com/software/BeautifulSoup
This software is licenced under the MIT License.
___________________________________________________________________
___________________________________________________________________
requests https://github.com/psf/requests
This software is licenced under the Apache-2.0 License.
___________________________________________________________________
___________________________________________________________________
nltk https://github.com/nltk/nltk
This software is licenced under the Apache-2.0 License.
___________________________________________________________________
___________________________________________________________________
number_to_words https://github.com/jaraco/inflect
This software is licenced under the MIT License.
___________________________________________________________________
___________________________________________________________________
pandas https://github.com/pandas-dev/pandas
This software is licenced under the BSD-style License.
___________________________________________________________________
___________________________________________________________________
torchinfo https://github.com/tyleryep/torchinfo
This software is licenced under the MIT License.
___________________________________________________________________
___________________________________________________________________
torch_geometric https://github.com/pyg-team/pytorch_geometric
This software is licenced under the MIT License.
___________________________________________________________________
___________________________________________________________________
wandb https://github.com/wandb/wandb
This software is licenced under the MIT License.
___________________________________________________________________
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////