add license identifier

This commit is contained in:
2021-01-04 19:54:53 +00:00
parent 07f7170efb
commit 4e1c7af171
11 changed files with 55 additions and 18 deletions

View File

@ -1 +1,7 @@
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
from .sccppyy import *

View File

@ -1,3 +1,9 @@
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
import json
import cppyy
import os.path

View File

@ -1,8 +1,9 @@
'''
Created on 02.01.2019
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
@author: eyck
'''
from cppyy import gbl as cpp
from builtins import getattr
import re