comparison Resources/Builders/MinGW64-Python3.8/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 54991a36af1d
children
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 mkdir /tmp/source-writeable 29 mkdir /tmp/source-writeable
5 30
6 cp -r /source/CMakeLists.txt /tmp/source-writeable/ 31 cp -r /source/CMakeLists.txt /tmp/source-writeable/