Skip to content

Commit f60829c

Browse files
committed
chore: Update copyright notes
1 parent 8c5cfd8 commit f60829c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

doc/concept/polyhedral_surface.qbk

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The PolyhedralSurface Concept is defined as following:
2222
* There must be a specialization of the metafunction `traits::tag`, defining `polyhedral_surface_tag` as type
2323
* It must behave like a Boost.Range Random Access Range
2424
* The type defined by the metafunction `range_value<...>::type` must fulfill
25-
the [link geometry.reference.concepts.concept_polygon Polygon Concept]
25+
the [link geometry.reference.concepts.concept_polygon Polygon Concept]
2626

2727
[heading Rules]
2828

doc/src/examples/geometries/polyhedral_surface.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Boost.Geometry
22
// QuickBook Example
33

4+
// Copyright (c) 2025 Siddharth Kumar, Roorkee, India.
5+
46
// Copyright (c) 2025 Oracle and/or its affiliates.
57
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
68

include/boost/geometry/geometries/concepts/polyhedral_surface_concept.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Boost.Geometry
22

3+
// Copyright (c) 2025 Siddharth Kumar, Roorkee, India.
34
// Copyright (c) 2025 Oracle and/or its affiliates.
45
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
56

include/boost/geometry/geometries/polyhedral_surface.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Boost.Geometry
22

3+
// Copyright (c) 2025 Siddharth Kumar, Roorkee, India.
34
// Copyright (c) 2025 Oracle and/or its affiliates.
45
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
56

0 commit comments

Comments
 (0)