add license identifier
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
import os.path
|
||||
import logging
|
||||
import cppyy
|
||||
|
@ -1,8 +1,9 @@
|
||||
'''
|
||||
Created on 03.01.2019
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
@author: eyck
|
||||
'''
|
||||
from cppyy_backend._cppyy_generator import CppyyGenerator
|
||||
from clang.cindex import Config
|
||||
from pprint import pprint
|
||||
|
@ -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,3 +1,9 @@
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
import cppyy
|
||||
cppyy.add_include_path('.')
|
||||
cppyy.load_library('../lib/libsystemc.so.2.3.3')
|
||||
|
@ -1,8 +1,9 @@
|
||||
'''
|
||||
Created on 01.01.2019
|
||||
#
|
||||
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
@author: eyck
|
||||
'''
|
||||
import unittest
|
||||
import json
|
||||
import cppyy
|
||||
|
Reference in New Issue
Block a user