mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
13 lines
465 B
Bash
13 lines
465 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* By installing this package you are indicating your assent to the terms of
|
|
* the Timescale License (TSL) which you can find at
|
|
* <https://www.timescale.com/legal/licenses>. A copy of this license will be
|
|
* installed into /usr/share/licenses/postgresql-timescaledb/LICENSE-TIMESCALE.
|
|
*
|
|
* You should know that this license is not approved by the Open Source
|
|
* Initiative (OSI); it's one of the so-called "Cloud Protection Licenses".
|
|
*
|
|
EOF
|