Compromise on the header information added to key files, ensuring that the details are correct, but are canonically defined in one place.
This commit is contained in:
parent
58006ebe5f
commit
05dffa3f50
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