Compare commits

..

7 Commits

Author SHA1 Message Date
Simon Bruder 9c38fb42ad u03: Set OpenGL preference 2023-05-18 09:42:01 +02:00
Simon Bruder fd0f668849 u03/CMake: Install built binary 2023-05-18 09:42:01 +02:00
Simon Bruder 295de09065 u03/CMake: Add vim modeline 2023-05-18 09:42:01 +02:00
Simon Bruder 635b0ab413 u03: dos2unix 2023-05-18 09:42:01 +02:00
Simon Bruder 80dd809813 u03: Convert latin1 to UTF-8 2023-05-18 09:42:01 +02:00
Simon Bruder f33b466c12 u03: Format 2023-05-18 09:42:01 +02:00
Simon Bruder 94d05275a2 u03: Add skeleton 2023-05-18 09:42:01 +02:00
2 changed files with 16 additions and 2 deletions

View File

@ -55,7 +55,9 @@ ln -sf build/compile_commands.json ..
Depending on the file,
[GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)
or [LGPL-3.0-or-later](https://spdx.org/licenses/LGPL-3.0-or-later.html)
or “Copyright (C) CGV TU Dresden - All Rights Reserved”.
or “Copyright (C) CGV TU Dresden - All Rights Reserved”
or [MIT](https://spdx.org/licenses/MIT.html).
Please see the specific files for what applies to them.
The published version only includes files under free software licences.
Sadly, that makes them very incomplete,
@ -64,4 +66,7 @@ which makes my additions a derivative work.
All files not marked differently are released under GPL-3.0-or-later.
See [gpl-3.0.txt](./gpl-3.0.txt) and [lgpl-3.0.txt](./lgpl-3.0.txt) for details.
See [gpl-3.0.txt](./gpl-3.0.txt),
[lgpl-3.0.txt](./lgpl-3.0.txt)
and [mit.txt](./mit.txt)
for details.

9
mit.txt Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.