Skip to content
Snippets Groups Projects
Commit 470d4230 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add Gitlab-CI job to check copyright

parent 9ef704f8
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!263Add copyright statements
###############################################################################
# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
check-copyright:
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
script:
- curl -o check_copyright.py "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/CopyrightCheck.py?inline=false"
- python check_copyright.py origin/master
COPYING 0 → 100644
This diff is collapsed.
  • Maintainer

    @erodrigu to set up the CI check, cherry-pick this commit and edit the branch name in line 15 of .gitlab-ci.yml

    EDIT cherry-pick this commit, not the whole MR!

    Edited by Marco Cattaneo
  • Maintainer

    Thanks @cattanem. Done with !299 (merged).

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment