Mercurial > hg > orthanc-python
comparison Resources/Builders/Debian/docker-internal.sh @ 219:3678a028f1f6
making the project REUSE-compliant
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jul 2024 18:05:11 +0200 |
parents | 53f3920af4c3 |
children | 49b5413699d3 |
comparison
equal
deleted
inserted
replaced
218:240fac923e8d | 219:3678a028f1f6 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | |
3 # SPDX-FileCopyrightText: 2020-2023 Osimis S.A., 2024-2024 Orthanc Team SRL, 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain | |
4 # SPDX-License-Identifier: AGPL-3.0-or-later | |
5 | |
6 ## | |
7 ## Python plugin for Orthanc | |
8 ## Copyright (C) 2020-2023 Osimis S.A., Belgium | |
9 ## Copyright (C) 2024-2024 Orthanc Team SRL, Belgium | |
10 ## Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium | |
11 ## | |
12 ## This program is free software: you can redistribute it and/or | |
13 ## modify it under the terms of the GNU Affero General Public License | |
14 ## as published by the Free Software Foundation, either version 3 of | |
15 ## the License, or (at your option) any later version. | |
16 ## | |
17 ## This program is distributed in the hope that it will be useful, but | |
18 ## WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
20 ## Affero General Public License for more details. | |
21 ## | |
22 ## You should have received a copy of the GNU Affero General Public License | |
23 ## along with this program. If not, see <http://www.gnu.org/licenses/>. | |
24 ## | |
25 | |
26 | |
2 set -ex | 27 set -ex |
3 | 28 |
4 BUILD_TYPE=$1 | 29 BUILD_TYPE=$1 |
5 PYTHON_VERSION=$2 | 30 PYTHON_VERSION=$2 |
6 USER_ID=$3 | 31 USER_ID=$3 |