Skip to content

Commit dc1463a

Browse files
authored
Merge pull request #170 from Geode-solutions/fix/uuidv7
Fix/uuidv7
2 parents b8fbfb6 + aefc476 commit dc1463a

151 files changed

Lines changed: 151 additions & 151 deletions

File tree

Some content is hidden

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 - 2025 Geode-solutions
1+
# Copyright (c) 2019 - 2026 Geode-solutions
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

COPYLEFT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Dependencies
22

33
OpenGeode: MIT
4-
Copyright (c) 2019 - 2025 Geode-solutions
4+
Copyright (c) 2019 - 2026 Geode-solutions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 - 2025 Geode-solutions
3+
Copyright (c) 2019 - 2026 Geode-solutions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion

cmake/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 - 2025 Geode-solutions
1+
# Copyright (c) 2019 - 2026 Geode-solutions
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

cmake/OpenGeode-InspectorConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 - 2025 Geode-solutions
1+
# Copyright (c) 2019 - 2026 Geode-solutions
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

cmake/version.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BEGIN
1919
VALUE "InternalName", "@PROJECT_LIB_NAME@\0"
2020
VALUE "ProductName", "@PROJECT_LIB_NAME@\0"
2121
VALUE "CompanyName", "Geode-solutions SAS\0"
22-
VALUE "LegalCopyright", "Copyright 2019 - 2025 Geode-solutions SAS. All rights reserved.\0"
22+
VALUE "LegalCopyright", "Copyright 2019 - 2026 Geode-solutions SAS. All rights reserved.\0"
2323
VALUE "Commentaires", "https://geode-solutions.com\0"
2424
END
2525
END

include/geode/inspector/brep_inspector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019 - 2025 Geode-solutions
2+
* Copyright (c) 2019 - 2026 Geode-solutions
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

include/geode/inspector/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019 - 2025 Geode-solutions
2+
* Copyright (c) 2019 - 2026 Geode-solutions
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

include/geode/inspector/criterion/adjacency/brep_meshes_adjacency.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019 - 2025 Geode-solutions
2+
* Copyright (c) 2019 - 2026 Geode-solutions
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)