Skip to content

Commit ffdb319

Browse files
Replace old license headers with shorter SPDX format across all file types (OpenMS#8212)
* Initial plan * Replace old license headers with shorter SPDX format in 37 CMake files Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> * Extend license header updates to additional file types (Python, PHP, Shell, C++ template) Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
1 parent b8795a1 commit ffdb319

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+185
-1369
lines changed

CMakeLists.txt

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Julianus Pfeuffer $
326
# $Authors: Stephan Aiche, Julianus Pfeuffer $
337
# --------------------------------------------------------------------------
348

9+
3510
cmake_minimum_required(VERSION 3.21 FATAL_ERROR) ## if you change this, also update doc/doxygen/install/install-<OS>.doxygen
3611

3712
# Handle default build type

cmake/AddressSanitizer.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Hannes Roest $
326
# $Authors: Hannes Roest, Timo Sachsenberg $
337
# --------------------------------------------------------------------------
348

9+
3510
#------------------------------------------------------------------------------
3611
# This cmake file enables the AddressSanitizer and UndefinedBehaviorSanitizer
3712
# see http://clang.llvm.org/docs/AddressSanitizer.html and https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html

cmake/Coverage.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Julianus Pfeuffer $
326
# $Authors: Julianus Pfeuffer $
337
# --------------------------------------------------------------------------
348

9+
3510
#------------------------------------------------------------------------------
3611
# This cmake file enables generation of gcov files.
3712

cmake/Modules/CheckLibArchitecture.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Chris Bielow $
326
# $Authors: Chris Bielow $
337
# --------------------------------------------------------------------------
348

9+
3510
## Check if link libraries have right architecture (.lib can be either a static or link library for a dll)
3611
## Motivation: if 32bit libs are accidentally linked against a 64bit OpenMS, weird linker errors (symbol not found, etc) will appear.
3712
## These are really hard to track down, so we check in advance.

cmake/OpenMSConfig.cmake.in

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Julianus Pfeuffer $
326
# $Authors: Julianus Pfeuffer $

cmake/cmake_findExternalLibs.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Stephan Aiche, Chris Bielow $
326
# $Authors: Chris Bielow, Stephan Aiche $
337
# --------------------------------------------------------------------------
348

9+
3510
#------------------------------------------------------------------------------
3611
# This cmake file handles finding external libs for OpenMS
3712
#------------------------------------------------------------------------------

cmake/compiler_flags.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Stephan Aiche, Chris Bielow $
326
# $Authors: Andreas Bertsch, Chris Bielow, Stephan Aiche $
337
# --------------------------------------------------------------------------
348

9+
3510
#------------------------------------------------------------------------------
3611
# This cmake file handles all the project specific compiler flags
3712
# It defines variables and options and provides functions to apply flags to targets

cmake/export_macros.cmake

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# --------------------------------------------------------------------------
2-
# OpenMS -- Open-Source Mass Spectrometry
3-
# --------------------------------------------------------------------------
4-
# Copyright OpenMS Inc. -- Eberhard Karls University Tuebingen,
5-
# ETH Zurich, and Freie Universitaet Berlin 2002-present.
6-
#
7-
# This software is released under a three-clause BSD license:
8-
# * Redistributions of source code must retain the above copyright
9-
# notice, this list of conditions and the following disclaimer.
10-
# * Redistributions in binary form must reproduce the above copyright
11-
# notice, this list of conditions and the following disclaimer in the
12-
# documentation and/or other materials provided with the distribution.
13-
# * Neither the name of any author or any participating institution
14-
# may be used to endorse or promote products derived from this software
15-
# without specific prior written permission.
16-
# For a full list of authors, refer to the file AUTHORS.
17-
# --------------------------------------------------------------------------
18-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21-
# ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22-
# INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29-
#
1+
# Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
#
304
# --------------------------------------------------------------------------
315
# $Maintainer: Stephan Aiche $
326
# $Authors: Stephan Aiche $
337
# --------------------------------------------------------------------------
348

9+
3510
include(CMakePackageConfigHelpers)
3611

3712
# a collection of wrapper for export functions that allows easier usage

0 commit comments

Comments
 (0)