add license identifier
This commit is contained in:
@ -1 +1,7 @@
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
from .sccppyy import *
|
@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
import json
|
||||
import cppyy
|
||||
import os.path
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user