Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
VAPython
Commits
60dd79c4
Commit
60dd79c4
authored
Mar 05, 2020
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extending license for 2020 and switching to version v2020.a
parent
dca53b33
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
LICENSE.md
LICENSE.md
+1
-1
README.md
README.md
+1
-1
src/vasingleton.cpp
src/vasingleton.cpp
+1
-1
src/vasingletondoc.hpp
src/vasingletondoc.hpp
+1
-1
src/vasingletonmethods.hpp
src/vasingletonmethods.hpp
+1
-1
No files found.
CMakeLists.txt
View file @
60dd79c4
...
...
@@ -4,7 +4,7 @@ project( VAPython )
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
if
(
NOT DEFINED ITA_VAPYTHON_VERSION_MAJOR
)
set
(
ITA_VAPYTHON_VERSION_MAJOR
"v20
19
"
CACHE STRING
"VAPython version major (usually 'v' and year)"
)
set
(
ITA_VAPYTHON_VERSION_MAJOR
"v20
20
"
CACHE STRING
"VAPython version major (usually 'v' and year)"
)
endif
(
NOT DEFINED ITA_VAPYTHON_VERSION_MAJOR
)
if
(
NOT DEFINED ITA_VAPYTHON_VERSION_MINOR
)
...
...
LICENSE.md
View file @
60dd79c4
Copyright 2015-20
19
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-20
20
Institute of Technical Acoustics (ITA), RWTH Aachen University
Licensed under the Apache License, Version 2.0 (the "License");
you may not use files of this project except in compliance with the License.
...
...
README.md
View file @
60dd79c4
...
...
@@ -5,7 +5,7 @@ VAPython contains is a C++ extension for the Python3 interpreter that provides a
### License
Copyright 2015-20
19
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-20
20
Institute of Technical Acoustics (ITA), RWTH Aachen University
Licensed under the Apache License, Version 2.0 (the "License");
you may not use files of this project except in compliance with the License.
...
...
src/vasingleton.cpp
View file @
60dd79c4
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/vasingletondoc.hpp
View file @
60dd79c4
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/vasingletonmethods.hpp
View file @
60dd79c4
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment