Skip to content

Commit 3f0baef

Browse files
committed
Merge branch 'licenses-rework' into 'master'
Rework LICENSE files See merge request postgres-ai/database-lab!429
2 parents 2673c5a + acfcbb9 commit 3f0baef

File tree

9 files changed

+694
-686
lines changed

9 files changed

+694
-686
lines changed

LICENSE

Lines changed: 19 additions & 661 deletions
Large diffs are not rendered by default.

LICENSE-AGPL

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

web/LICENSE

Lines changed: 0 additions & 8 deletions
This file was deleted.

web/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Database Lab Platform (Web)
1+
# Database Lab Engine and Database Lab Engine UI
22

33
## Database Lab - thin database clones for faster development
44
_Proceed to [Database Lab Engine repository](https://gitlab.com/postgres-ai/database-lab) for more information about technology itself._
@@ -10,7 +10,6 @@ Database Lab Engine (DLE) is an open-source (AGPLv3) technology that allows blaz
1010
As an example, cloning a 10 TiB PostgreSQL database can take less than 2 seconds.
1111

1212
## Development
13-
1413
### List packages:
1514
- `@postgres.ai/platform` - platform version of UI
1615
- `@postgres.ai/ce` - community edition version of UI
@@ -36,3 +35,5 @@ _Important note: don't use commands for `@postgres.ai/shared` - it's dependent p
3635
### How to build
3736
- `npm ci -ws`
3837
- `npm build -ws`
38+
39+
<!-- TODO: move this ^ to the main README.md and CONTRIBUTING.md -->

web/packages/ce/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
630630
the "copyright" line and a pointer to where the full notice is found.
631631

632632
Database Lab – instant database clones to boost development
633-
Copyright © 2019-2021, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
633+
Copyright © 2018-present, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
634634

635635
This program is free software: you can redistribute it and/or modify
636636
it under the terms of the GNU Affero General Public License as published

web/packages/ce/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

web/packages/platform/LICENSE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
-------------------------------------------------------------------------
2-
Copyright (c) 2019-2021, Postgres.ai, Nikolay Samokhvalov [email protected]
2+
Copyright (c) 2018-present, Postgres.ai, Nikolay Samokhvalov [email protected]
3+
34
All Rights Reserved. Proprietary.
5+
46
Unauthorized using or copying of files located under this directory
57
(when used directly or after being compiled, arranged, augmented,
68
or combined), via any medium is strictly prohibited.
9+
10+
See pricing: https://postgres.ai/pricing
11+
12+
Reach out to the sales team: [email protected]
713
-------------------------------------------------------------------------

web/packages/platform/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
```
2-
-------------------------------------------------------------------------
3-
Copyright (c) 2019-2021, Postgres.ai, Nikolay Samokhvalov [email protected]
4-
All Rights Reserved. Proprietary and confidential.
5-
Unauthorized copying of this file, via any medium is strictly prohibited
6-
-------------------------------------------------------------------------
7-
```
8-
91
# platform-console
102

113
To start:
@@ -21,3 +13,5 @@ npm run start
2113

2214
## `meta.json` is missing, what to do?
2315
Run `npm run build`.
16+
17+
<!-- TODO: move this to the main README.md and CONTRIBUTING.md -->

web/packages/shared/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
630630
the "copyright" line and a pointer to where the full notice is found.
631631

632632
Database Lab – instant database clones to boost development
633-
Copyright © 2019-2021, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
633+
Copyright © 2018-present, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
634634

635635
This program is free software: you can redistribute it and/or modify
636636
it under the terms of the GNU Affero General Public License as published

0 commit comments

Comments
 (0)