Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
62aee243
Commit
62aee243
authored
Feb 15, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Extending license to 2018
parent
cfeb69df
Changes
23
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
62aee243
...
...
@@ -6,11 +6,11 @@ list( APPEND CMAKE_MODULE_PATH "$ENV{VISTA_CMAKE_COMMON}" )
include
(
VistaCommon
)
if
(
NOT DEFINED ITA_VANET_VERSION_MAJOR
)
set
(
ITA_VANET_VERSION_MAJOR
"v201
7
"
CACHE STRING
"VANet version major (usually 'v' and year)"
)
set
(
ITA_VANET_VERSION_MAJOR
"v201
8
"
CACHE STRING
"VANet version major (usually 'v' and year)"
)
endif
(
)
if
(
NOT DEFINED ITA_VANET_VERSION_MINOR
)
set
(
ITA_VANET_VERSION_MINOR
"
c
"
CACHE STRING
"VANet version minor (usually a,b,c ...)"
)
set
(
ITA_VANET_VERSION_MINOR
"
a
"
CACHE STRING
"VANet version minor (usually a,b,c ...)"
)
endif
(
)
if
(
NOT DEFINED ITA_VANET_DEFAULT_PORT
)
...
...
LICENSE.md
View file @
62aee243
Copyright 2015-201
7
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-201
8
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 @
62aee243
...
...
@@ -5,7 +5,7 @@ VANet is a C++ protocol, server and client library that enables to communicate w
### License
Copyright 2015-201
7
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-201
8
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.
...
...
include/VANet.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
@@ -21,10 +21,10 @@ VANet provides a transparent network communication of calls to the VA interface.
@section vanet_license_sec License
Copyright 2015-201
7
Institute of Technical Acoustics (ITA), RWTH Aachen University
Copyright 2015-201
8
Institute of Technical Acoustics (ITA), RWTH Aachen University
Licensed under the Apache License, Version 2.0 (the "License");
you may not use the
OpenDAFF
software package except in compliance with the License.
you may not use the
VA
software package except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
...
...
include/VANetAudioStreamServer.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetClient.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetDefinitions.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetServer.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetUtils.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetVersion.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetClient.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetClientImpl.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetClientImpl.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetMessage.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetMessage.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetNetworkProtocol.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetNetworkProtocol.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetServer.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetServerImpl.cpp
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/VANetServerImpl.h
View file @
62aee243
...
...
@@ -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-201
7
* VVV VVV AAA Copyright 2015-201
8
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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