Skip to content

Commit b2d519c

Browse files
committed
Further corrections regarding the one started with the previous commit, resolving copyright issues.
1 parent 61c18f1 commit b2d519c

File tree

1,206 files changed

+18444
-36388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,206 files changed

+18444
-36388
lines changed

Engine/Source/Base/RECore/Private/Asset/AssetManager.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/Asset/AssetPackage.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/Asset/Loader/AssetPackageLoader.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/File/DefaultFileManager.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/File/FileSystemHelper.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/File/MemoryFile.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

Engine/Source/Base/RECore/Private/File/PhysicsFSFileManager.cpp

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
////////////////////////////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019 - 2022 RacoonStudios
3-
//
4-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
5-
// software and associated documentation files (the "Software"), to deal in the Software
6-
// without restriction, including without limitation the rights to use, copy, modify, merge,
7-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
8-
// to whom the Software is furnished to do so, subject to the following conditions:
9-
//
10-
// The above copyright notice and this permission notice shall be included in all copies or
11-
// substantial portions of the Software.
12-
//
13-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
15-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18-
// DEALINGS IN THE SOFTWARE.
19-
////////////////////////////////////////////////////////////////////////////////////////////////////
1+
/*********************************************************\
2+
* Copyright (c) 2012-2022 The Unrimp Team
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5+
* and associated documentation files (the "Software"), to deal in the Software without
6+
* restriction, including without limitation the rights to use, copy, modify, merge, publish,
7+
* distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
8+
* Software is furnished to do so, subject to the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included in all copies or
11+
* substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
14+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
\*********************************************************/
2019

2120

2221
//[-------------------------------------------------------]

0 commit comments

Comments
 (0)