Merge branch 'fix/license_headers' into 'master'
Compromise on the header information added to key files See merge request cara/cara!168
This commit is contained in:
commit
99152f7e44
4 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# This module is part of CARA. Please see the repository at
|
||||
# https://gitlab.cern.ch/cara/cara for details of the license and terms of use.
|
||||
"""
|
||||
Documentation for the CARA package
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# This module is part of CARA. Please see the repository at
|
||||
# https://gitlab.cern.ch/cara/cara for details of the license and terms of use.
|
||||
|
||||
import datetime
|
||||
import base64
|
||||
import html
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# This module is part of CARA. Please see the repository at
|
||||
# https://gitlab.cern.ch/cara/cara for details of the license and terms of use.
|
||||
"""
|
||||
This module implements the core CARA models.
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,3 +1,5 @@
|
|||
# This module is part of CARA. Please see the repository at
|
||||
# https://gitlab.cern.ch/cara/cara for details of the license and terms of use.
|
||||
"""
|
||||
setup.py for CARA.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue