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
+2 -3
View File
@@ -1,8 +1,7 @@
/*
* PyScModule.cpp
* Copyright (c) 2019 -2021 MINRES Technolgies GmbH
*
* Created on: 08.06.2019
* Author: eyck
* SPDX-License-Identifier: Apache-2.0
*/
#include "PyScModule.h"
+2 -3
View File
@@ -1,8 +1,7 @@
/*
* PyScModule.h
* Copyright (c) 2019 -2021 MINRES Technolgies GmbH
*
* Created on: 08.06.2019
* Author: eyck
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef COMPONENTS_PYSCMODULE_H_
+6
View File
@@ -1 +1,7 @@
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
from .sccppyy import *
+6
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
+5 -4
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
+6
View File
@@ -1,3 +1,9 @@
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
from setuptools import setup, Extension
import os
+6
View File
@@ -1,3 +1,9 @@
#
# Copyright (c) 2019 -2021 MINRES Technolgies GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
import os.path
import logging
import cppyy
+5 -4
View File
@@ -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
+6
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
+6
View File
@@ -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')
+5 -4
View File
@@ -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