Skip to content

Commit

Permalink
Add copyright and license
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacic committed Dec 14, 2019
1 parent 6475930 commit 10cb1fc
Show file tree
Hide file tree
Showing 1,707 changed files with 17,242 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
stages:
- build
- test
Expand Down Expand Up @@ -103,6 +113,12 @@ check-formatting:
when: on_failure
expire_in: 1 day

check-copyright:
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
script:
- curl -o lb-check-copyright "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/SourceTools.py?inline=false"
- python lb-check-copyright origin/${TARGET_BRANCH}

doxygen:
stage: test
dependencies:
Expand Down
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
cmake_minimum_required(VERSION 3.6)

# Configurable options for building Gaudi in the ATLAS software stack:
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
gaudi_subdir(Gaudi)

gaudi_depends_on_subdirs(GaudiKernel)
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/python/Configurables.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
import sys
import Gaudi.Configurables
sys.modules[__name__] = Gaudi.Configurables
10 changes: 10 additions & 0 deletions Gaudi/python/Gaudi/CommonGaudiConfigurables.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
# File: Gaudi/CommonGaudiConfigurables.py
# Author: Pere Mato ([email protected])
"""
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/python/Gaudi/Configuration.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
# File: Gaudi/python/Gaudi/Configuration.py
# Author: Pere Mato ([email protected])
from __future__ import absolute_import
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/python/Gaudi/Main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from __future__ import print_function
import sys
import os
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/python/Gaudi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
import os
import sys
import ctypes
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/scripts/gaudirun.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
@echo off
python.exe %~d0%~p0gaudirun.py %1 %2 %3 %4 %5 %6 %7 %8 %9
10 changes: 10 additions & 0 deletions Gaudi/scripts/gaudirun.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/usr/bin/env python
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################

from __future__ import print_function
import os
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/***********************************************************************************\
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
* *
* 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. *
\***********************************************************************************/
#include "GaudiKernel/Kernel.h"
extern "C" GAUDI_IMPORT int GaudiMain( int argc, char* argv[] );

Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/nose/test_bug_34769.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
def test():
try:
from Gaudi.Configuration import ApplicationMgr, OutputStream
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/nose/test_gaudi_1179.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from subprocess import Popen, PIPE
import os

Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/bug_35347.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *
from GaudiKernel.Configurable import ConfigurableGeneric

Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/case_sensitivity.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *


Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/conf_to_str.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *

MessageSvc().OutputLevel = INFO
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/export_oldopts/special_cases.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import ConfigurableUser
from GaudiKernel.Configurable import ConfigurableAlgorithm

Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *

MessageSvc().OutputLevel = INFO
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/main_err.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *

MessageSvc().OutputLevel = INFO
Expand Down
10 changes: 10 additions & 0 deletions Gaudi/tests/pyjobopts/override.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
#####################################################################################
# (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
# #
# 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. #
#####################################################################################
from Gaudi.Configuration import *
MessageSvc(OutputLevel=100)
Loading

0 comments on commit 10cb1fc

Please sign in to comment.