Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
ITAAcousticVisualization
Commits
87ce40f1
Commit
87ce40f1
authored
May 29, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Apache license
parent
90f4f953
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
3 deletions
+30
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
LICENSE.md
LICENSE.md
+13
-0
README.md
README.md
+16
-2
No files found.
CMakeLists.txt
View file @
87ce40f1
...
...
@@ -48,4 +48,4 @@ endif()
add_subdirectory
(
ITAQtWidgets
)
#add_subdirectory( ITAFox )
#add_subdirectory( ITAVTK )
#
add_subdirectory( ITAMess )
add_subdirectory
(
ITAMess
)
LICENSE.md
0 → 100644
View file @
87ce40f1
Copyright 2015-2017 Institute of Technical Acoustics, 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.
You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
\ No newline at end of file
README.md
View file @
87ce40f1
...
...
@@ -2,10 +2,24 @@
ITAAcousticVisualization is a collection of C++ library to visualize acoustic phenomena and build graphical user interfaces for virtual acoustics.
### License
This projects does not include any source code. See license file of the corresponding submodules.
Copyright 2015-2017 Institute of Technical Acoustics, 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.
You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
### Quick build guide
Follow instructions from Wiki pages of
[
ITA
Base
](
https://git.rwth-aachen.de/ita/ITA
Base
/wikis/home
)
project.
Follow instructions from Wiki pages of
[
ITA
CoreLibs
](
https://git.rwth-aachen.de/ita/ITA
CoreLibs
/wikis/home
)
project.
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