Resolve "Update copyright year in headers"

This MR deletes the outdated scripts used for managing copyright headers and provides a new one in scripts/maintainer-tools/copyright-headers. Also, similarly to before, it also provides a Dockerfile for a gekkofs/copyright-header image that encapsulates a version of Osterman's copyright-header Gem appropriately patched for our needs. Please refer to the README.md file in scripts/maintainer-tools/copyright-headers for more details.

Closes #142 (closed)

Edited by Alberto Miranda

Merge request reports

Loading
+13 −0
Changes for CMake/FindAGIOS.cmake: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
################################################################################
# Copyright 2018-2021, Barcelona Supercomputing Center (BSC), Spain            #
# Copyright 2015-2021, Johannes Gutenberg Universitaet Mainz, Germany          #
#                                                                              #
# This software was partially supported by the                                 #
# EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu).    #
#                                                                              #
# This software was partially supported by the                                 #
# ADA-FS project under the SPPEXA project funded by the DFG.                   #
#                                                                              #
# SPDX-License-Identifier: MIT                                                 #
################################################################################

find_path(AGIOS_INCLUDE_DIR
    NAMES agios.h
)
+13 −0
Changes for CMake/FindAbt.cmake: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
################################################################################
# Copyright 2018-2021, Barcelona Supercomputing Center (BSC), Spain            #
# Copyright 2015-2021, Johannes Gutenberg Universitaet Mainz, Germany          #
#                                                                              #
# This software was partially supported by the                                 #
# EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu).    #
#                                                                              #
# This software was partially supported by the                                 #
# ADA-FS project under the SPPEXA project funded by the DFG.                   #
#                                                                              #
# SPDX-License-Identifier: MIT                                                 #
################################################################################

find_path(ABT_INCLUDE_DIR
    NAMES abt.h
)
+13 −0
Changes for CMake/FindDate.cmake: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
################################################################################
# Copyright 2018-2021, Barcelona Supercomputing Center (BSC), Spain            #
# Copyright 2015-2021, Johannes Gutenberg Universitaet Mainz, Germany          #
#                                                                              #
# This software was partially supported by the                                 #
# EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu).    #
#                                                                              #
# This software was partially supported by the                                 #
# ADA-FS project under the SPPEXA project funded by the DFG.                   #
#                                                                              #
# SPDX-License-Identifier: MIT                                                 #
################################################################################

find_path(DATE_INCLUDE_DIR
    NAMES date/date.h
)
+13 −0
Changes for CMake/FindJeMalloc.cmake: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
################################################################################
# Copyright 2018-2021, Barcelona Supercomputing Center (BSC), Spain            #
# Copyright 2015-2021, Johannes Gutenberg Universitaet Mainz, Germany          #
#                                                                              #
# This software was partially supported by the                                 #
# EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu).    #
#                                                                              #
# This software was partially supported by the                                 #
# ADA-FS project under the SPPEXA project funded by the DFG.                   #
#                                                                              #
# SPDX-License-Identifier: MIT                                                 #
################################################################################

# - Try to find jemalloc headers and libraries.
#
# Usage of this module as follows:
+13 −0
Changes for CMake/FindLZ4.cmake: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
################################################################################
# Copyright 2018-2021, Barcelona Supercomputing Center (BSC), Spain            #
# Copyright 2015-2021, Johannes Gutenberg Universitaet Mainz, Germany          #
#                                                                              #
# This software was partially supported by the                                 #
# EC H2020 funded project NEXTGenIO (Project ID: 671951, www.nextgenio.eu).    #
#                                                                              #
# This software was partially supported by the                                 #
# ADA-FS project under the SPPEXA project funded by the DFG.                   #
#                                                                              #
# SPDX-License-Identifier: MIT                                                 #
################################################################################


# - Find Lz4
# Find the lz4 compression library and includes
Loading
Loading