-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
54 lines (38 loc) · 2.18 KB
/
NOTICE
File metadata and controls
54 lines (38 loc) · 2.18 KB
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
=========================================================================
NOTICE
=========================================================================
diffa
Copyright 2025 Ascenda Loyalty Pte. Ltd.
This product includes software developed by Ascenda Loyalty.
This product is licensed under the Apache License, Version 2.0.
A copy of the Apache License 2.0 can be found in the LICENSE file.
-------------------------------------------------------------------------
Third-Party Dependencies:
-------------------------------------------------------------------------
This product depends on third-party software packages distributed under
their own licenses. While these licenses may not all require explicit
mention in this NOTICE file, we acknowledge their use below for clarity.
Compliance with the terms of these licenses (e.g., including their
original copyright and license text upon redistribution) is required.
Core dependencies include:
* click (BSD 3-Clause License)
Copyright (c) 2014 Pallets Team <https://palletsprojects.com/>
* pydantic (MIT License)
Copyright (c) 2017- Samuel Colvin <https://github.com/pydantic/pydantic>
* flake8 (MIT License)
Copyright (c) 2011-2016 Ian Cordasco, Tarek Ziadé <https://flake8.pycqa.org/>
* dsnparse (MIT License)
Copyright (c) 2018- Andrey Kislyuk <https://github.com/kislyuk/dsnparse>
* psycopg2 (GNU Lesser General Public License v3 or later - LGPL-3.0-or-later)
Copyright (c) 2001-2015 Daniele Varrazzo and contributors <https://www.psycopg.org/>
*Note: Use requires compliance with LGPL terms regarding source availability and modifications.*
* alembic (MIT License)
Copyright (c) 2009-2023 Michael Bayer <https://alembic.sqlalchemy.org/>
* SQLAlchemy (MIT License)
Copyright (c) 2005-2024 Michael Bayer <https://www.sqlalchemy.org/>
* pytest (MIT License)
Copyright (c) 2004-2023 Holger Krekel and others <https://pytest.org/>
Please consult the respective package distributions or source repositories
for the full license texts and detailed copyright information for all
dependencies, including transitive dependencies.
=========================================================================