Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VABase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VABase
Commits
4a70563f
Commit
4a70563f
authored
Jul 15, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extending license for 2019
parent
e117c04d
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
25 additions
and
25 deletions
+25
-25
include/VA.h
include/VA.h
+3
-3
include/VAAudioSignalSource.h
include/VAAudioSignalSource.h
+1
-1
include/VABase.h
include/VABase.h
+1
-1
include/VABaseDefinitions.h
include/VABaseDefinitions.h
+1
-1
include/VAEvent.h
include/VAEvent.h
+1
-1
include/VAEventHandlerGlobalLock.h
include/VAEventHandlerGlobalLock.h
+1
-1
include/VAException.h
include/VAException.h
+1
-1
include/VAInterface.h
include/VAInterface.h
+1
-1
include/VAObject.h
include/VAObject.h
+1
-1
include/VAObjectRegistry.h
include/VAObjectRegistry.h
+1
-1
include/VASamples.h
include/VASamples.h
+1
-1
include/VAStruct.h
include/VAStruct.h
+1
-1
include/VAVersion.h
include/VAVersion.h
+1
-1
src/VABase.cpp
src/VABase.cpp
+1
-1
src/VAEvent.cpp
src/VAEvent.cpp
+1
-1
src/VAEventHandlerGlobalLock.cpp
src/VAEventHandlerGlobalLock.cpp
+1
-1
src/VAException.cpp
src/VAException.cpp
+1
-1
src/VAInterface.cpp
src/VAInterface.cpp
+1
-1
src/VAObject.cpp
src/VAObject.cpp
+1
-1
src/VAObjectRegistry.cpp
src/VAObjectRegistry.cpp
+1
-1
src/VASamples.cpp
src/VASamples.cpp
+1
-1
src/VAStruct.cpp
src/VAStruct.cpp
+1
-1
src/VAVersion.cpp
src/VAVersion.cpp
+1
-1
No files found.
include/VA.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
@@ -22,11 +22,11 @@ The official website can be found at http://www.virtualacoustics.org.
...
@@ -22,11 +22,11 @@ The official website can be found at http://www.virtualacoustics.org.
@section vabase_sec VABase
@section vabase_sec VABase
VABase provides basic classes and
a sophisticated interface calls #IVAInterface that is used throughout the entire
VABase provides basic classes and
the interface desription #IVAInterface to control a VA core.
@section vabase_license_sec License
@section vabase_license_sec License
Copyright 2015-201
8
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-201
9
Institute of Technical Acoustics (ITA), RWTH Aachen University
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use the VA software package except in compliance with the License.
you may not use the VA software package except in compliance with the License.
...
...
include/VAAudioSignalSource.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VABase.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VABaseDefinitions.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAEvent.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAEventHandlerGlobalLock.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAException.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAInterface.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAObject.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAObjectRegistry.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VASamples.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAStruct.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
include/VAVersion.h
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VABase.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAEvent.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAEventHandlerGlobalLock.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAException.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAInterface.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAObject.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAObjectRegistry.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VASamples.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAStruct.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* VVVV AAA RWTH Aachen University
*
*
...
...
src/VAVersion.cpp
View file @
4a70563f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-201
8
* VVV VVV AAA Copyright 2015-201
9
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
* 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