Skip to content

Commit 6767288

Browse files
updated and unified copyright notices
1 parent 715cc27 commit 6767288

File tree

128 files changed

+336
-145
lines changed

Some content is hidden

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

128 files changed

+336
-145
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
630630
the "copyright" line and a pointer to where the full notice is found.
631631

632632
Aardvark Platform
633-
Copyright (C) 2006-2019 Aardvark Platform Team
633+
Copyright (C) 2006-2023 Aardvark Platform Team
634634
https://aardvark.graphics
635635

636636
This program is free software: you can redistribute it and/or modify

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.2.17
2+
- update package dependencies and tools
3+
- fix unit tests (mismatched property counts in Chunk no longer throw)
4+
15
### 5.2.16
26
- removed unused code
37
- pointcloud import: gracefully fixing mismatched property counts

src/Aardvark.Algodat.Tests/BitPackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/CellTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/DeleteTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/E57Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/HashTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/ImportTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

src/Aardvark.Algodat.Tests/InlinedNodeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2006-2022. Aardvark Platform Team. http://github.com/aardvark-platform.
2+
Copyright (C) 2006-2023. Aardvark Platform Team. http://github.com/aardvark-platform.
33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by
55
the Free Software Foundation, either version 3 of the License, or

0 commit comments

Comments
 (0)