From b0288046bae6e320e96d8cf67c0d9b7b808bf485 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Wed, 6 Nov 2024 12:05:42 +0100 Subject: [PATCH] Change copyright from my old company (closed) to my own name --- CMakeLists.txt | 2 +- Makefile | 2 +- h3/sql/install/00-type.sql | 2 +- h3/sql/install/01-indexing.sql | 2 +- h3/sql/install/02-inspection.sql | 2 +- h3/sql/install/03-traversal.sql | 2 +- h3/sql/install/04-hierarchy.sql | 2 +- h3/sql/install/05-regions.sql | 2 +- h3/sql/install/06-edge.sql | 2 +- h3/sql/install/07-vertex.sql | 2 +- h3/sql/install/08-miscellaneous.sql | 2 +- h3/sql/install/10-operators.sql | 2 +- h3/sql/install/11-opclass_btree.sql | 2 +- h3/sql/install/12-opclass_hash.sql | 2 +- h3/sql/install/13-opclass_brin.sql | 2 +- h3/sql/install/20-casts.sql | 2 +- h3/sql/install/30-extension.sql | 2 +- h3/sql/install/99-deprecated.sql | 2 +- h3/sql/updates/h3--0.1.0--0.2.0.sql | 2 +- h3/sql/updates/h3--0.1.0.sql | 2 +- h3/sql/updates/h3--0.2.0--0.3.0.sql | 2 +- h3/sql/updates/h3--0.3.0--0.3.1.sql | 2 +- h3/sql/updates/h3--0.3.1--0.3.2.sql | 2 +- h3/sql/updates/h3--0.3.2--0.4.0.sql | 2 +- h3/sql/updates/h3--0.4.0--1.0.0.sql | 2 +- h3/sql/updates/h3--1.0.0--1.0.1.sql | 2 +- h3/sql/updates/h3--1.0.1--1.0.2.sql | 2 +- h3/sql/updates/h3--1.0.2--1.0.3.sql | 2 +- h3/sql/updates/h3--1.0.3--1.0.4.sql | 2 +- h3/sql/updates/h3--1.0.4--1.0.5.sql | 2 +- h3/sql/updates/h3--1.0.5--1.0.6.sql | 2 +- h3/sql/updates/h3--1.0.6--3.4.0.sql | 2 +- h3/sql/updates/h3--3.4.0--3.4.1.sql | 2 +- h3/sql/updates/h3--3.4.1--3.5.0.sql | 2 +- h3/sql/updates/h3--3.5.0--3.6.0.sql | 2 +- h3/sql/updates/h3--3.6.0--3.6.1.sql | 2 +- h3/sql/updates/h3--3.6.1--3.6.2.sql | 2 +- h3/sql/updates/h3--3.6.2--3.6.3.sql | 2 +- h3/sql/updates/h3--3.6.3--3.6.4.sql | 2 +- h3/sql/updates/h3--3.6.4--3.6.5.sql | 2 +- h3/sql/updates/h3--3.6.5--3.7.0.sql | 2 +- h3/sql/updates/h3--3.7.0--3.7.1.sql | 2 +- h3/sql/updates/h3--3.7.1--3.7.2.sql | 2 +- h3/sql/updates/h3--3.7.2--4.0.0.sql | 2 +- h3/sql/updates/h3--4.0.0--4.0.1.sql | 2 +- h3/sql/updates/h3--4.0.1--4.0.2.sql | 2 +- h3/sql/updates/h3--4.0.2--4.0.3.sql | 2 +- h3/sql/updates/h3--4.0.3--4.1.0.sql | 2 +- h3/sql/updates/h3--4.1.0--4.1.1.sql | 2 +- h3/sql/updates/h3--4.1.1--4.1.2.sql | 2 +- h3/sql/updates/h3--4.1.2--4.1.3.sql | 2 +- h3/sql/updates/h3--4.1.3--4.1.4.sql | 2 +- h3/sql/updates/h3--4.1.4--unreleased.sql | 2 +- h3/src/binding/edge.c | 2 +- h3/src/binding/hierarchy.c | 2 +- h3/src/binding/indexing.c | 2 +- h3/src/binding/inspection.c | 2 +- h3/src/binding/miscellaneous.c | 2 +- h3/src/binding/regions.c | 2 +- h3/src/binding/traversal.c | 2 +- h3/src/binding/vertex.c | 2 +- h3/src/config.h.in | 2 +- h3/src/deprecated.c | 2 +- h3/src/extension.c | 2 +- h3/src/guc.c | 2 +- h3/src/guc.h | 2 +- h3/src/init.c | 2 +- h3/src/opclass_btree.c | 2 +- h3/src/opclass_hash.c | 2 +- h3/src/operators.c | 2 +- h3/src/srf.c | 2 +- h3/src/srf.h | 2 +- h3/src/type.c | 2 +- h3_postgis/sql/install/01-indexing.sql | 2 +- h3_postgis/sql/install/03-traversal.sql | 2 +- h3_postgis/sql/install/05-regions.sql | 2 +- h3_postgis/sql/install/10-operators.sql | 2 +- h3_postgis/sql/install/20-casts.sql | 2 +- h3_postgis/sql/install/30-wkb.sql | 2 +- h3_postgis/sql/install/40-rasters.sql | 2 +- h3_postgis/sql/install/99-deprecated.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.0.0--4.0.1.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.0.0.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.0.1--4.0.2.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.0.2--4.0.3.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.0.3--4.1.0.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.1.0--4.1.1.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.1.1--4.1.2.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.1.2--4.1.3.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.1.3--4.1.4.sql | 2 +- h3_postgis/sql/updates/h3_postgis--4.1.4--unreleased.sql | 2 +- h3_postgis/src/init.c | 2 +- h3_postgis/src/wkb.c | 2 +- h3_postgis/src/wkb.h | 2 +- h3_postgis/src/wkb_bbox3.c | 2 +- h3_postgis/src/wkb_bbox3.h | 2 +- h3_postgis/src/wkb_indexing.c | 2 +- h3_postgis/src/wkb_linked_geo.c | 2 +- h3_postgis/src/wkb_linked_geo.h | 2 +- h3_postgis/src/wkb_regions.c | 2 +- h3_postgis/src/wkb_split.c | 2 +- h3_postgis/src/wkb_split.h | 2 +- h3_postgis/src/wkb_vect3.c | 2 +- h3_postgis/src/wkb_vect3.h | 2 +- include/deprecate.h | 2 +- include/error.h | 2 +- include/type.h | 2 +- 107 files changed, 107 insertions(+), 107 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 701108cb..2968a979 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Bytes & Brains +# Copyright 2022 Zacharias Knudsen # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index be291a70..1973a8a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Bytes & Brains +# Copyright 2024 Zacharias Knudsen # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/h3/sql/install/00-type.sql b/h3/sql/install/00-type.sql index 62b64e0f..2976db1e 100644 --- a/h3/sql/install/00-type.sql +++ b/h3/sql/install/00-type.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/01-indexing.sql b/h3/sql/install/01-indexing.sql index 67180e92..a3eddbd4 100644 --- a/h3/sql/install/01-indexing.sql +++ b/h3/sql/install/01-indexing.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/02-inspection.sql b/h3/sql/install/02-inspection.sql index d0b99604..6b242c2b 100644 --- a/h3/sql/install/02-inspection.sql +++ b/h3/sql/install/02-inspection.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/03-traversal.sql b/h3/sql/install/03-traversal.sql index 754882df..9bc65171 100644 --- a/h3/sql/install/03-traversal.sql +++ b/h3/sql/install/03-traversal.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/04-hierarchy.sql b/h3/sql/install/04-hierarchy.sql index 0ec15571..c2cb17c0 100644 --- a/h3/sql/install/04-hierarchy.sql +++ b/h3/sql/install/04-hierarchy.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/05-regions.sql b/h3/sql/install/05-regions.sql index c302774a..a742c6c3 100644 --- a/h3/sql/install/05-regions.sql +++ b/h3/sql/install/05-regions.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/06-edge.sql b/h3/sql/install/06-edge.sql index 36a5bfb6..9d43ed49 100644 --- a/h3/sql/install/06-edge.sql +++ b/h3/sql/install/06-edge.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/07-vertex.sql b/h3/sql/install/07-vertex.sql index 28af1675..08cd7809 100644 --- a/h3/sql/install/07-vertex.sql +++ b/h3/sql/install/07-vertex.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/08-miscellaneous.sql b/h3/sql/install/08-miscellaneous.sql index df43de47..440231a0 100644 --- a/h3/sql/install/08-miscellaneous.sql +++ b/h3/sql/install/08-miscellaneous.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/10-operators.sql b/h3/sql/install/10-operators.sql index aa5f6c35..9d555834 100644 --- a/h3/sql/install/10-operators.sql +++ b/h3/sql/install/10-operators.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/11-opclass_btree.sql b/h3/sql/install/11-opclass_btree.sql index 71d2a01c..25dd3e31 100644 --- a/h3/sql/install/11-opclass_btree.sql +++ b/h3/sql/install/11-opclass_btree.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019 Bytes & Brains + * Copyright 2019 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/12-opclass_hash.sql b/h3/sql/install/12-opclass_hash.sql index 271f85b8..56fa5931 100644 --- a/h3/sql/install/12-opclass_hash.sql +++ b/h3/sql/install/12-opclass_hash.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019 Bytes & Brains + * Copyright 2019 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/13-opclass_brin.sql b/h3/sql/install/13-opclass_brin.sql index e7140689..10741057 100644 --- a/h3/sql/install/13-opclass_brin.sql +++ b/h3/sql/install/13-opclass_brin.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/20-casts.sql b/h3/sql/install/20-casts.sql index a804cdc3..a9f6887d 100644 --- a/h3/sql/install/20-casts.sql +++ b/h3/sql/install/20-casts.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/30-extension.sql b/h3/sql/install/30-extension.sql index 510965d4..4e5bf48b 100644 --- a/h3/sql/install/30-extension.sql +++ b/h3/sql/install/30-extension.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/install/99-deprecated.sql b/h3/sql/install/99-deprecated.sql index aff52f53..0d6d0126 100644 --- a/h3/sql/install/99-deprecated.sql +++ b/h3/sql/install/99-deprecated.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.1.0--0.2.0.sql b/h3/sql/updates/h3--0.1.0--0.2.0.sql index b3dfb1de..a710b073 100644 --- a/h3/sql/updates/h3--0.1.0--0.2.0.sql +++ b/h3/sql/updates/h3--0.1.0--0.2.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.1.0.sql b/h3/sql/updates/h3--0.1.0.sql index 2d6ffd44..4e174d03 100644 --- a/h3/sql/updates/h3--0.1.0.sql +++ b/h3/sql/updates/h3--0.1.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.2.0--0.3.0.sql b/h3/sql/updates/h3--0.2.0--0.3.0.sql index 4cf19f38..f5a62f12 100644 --- a/h3/sql/updates/h3--0.2.0--0.3.0.sql +++ b/h3/sql/updates/h3--0.2.0--0.3.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.3.0--0.3.1.sql b/h3/sql/updates/h3--0.3.0--0.3.1.sql index e7bbe521..5e5dd0f4 100644 --- a/h3/sql/updates/h3--0.3.0--0.3.1.sql +++ b/h3/sql/updates/h3--0.3.0--0.3.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.3.1--0.3.2.sql b/h3/sql/updates/h3--0.3.1--0.3.2.sql index 89a74f00..c258519f 100644 --- a/h3/sql/updates/h3--0.3.1--0.3.2.sql +++ b/h3/sql/updates/h3--0.3.1--0.3.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.3.2--0.4.0.sql b/h3/sql/updates/h3--0.3.2--0.4.0.sql index ce2183cf..628e9d39 100644 --- a/h3/sql/updates/h3--0.3.2--0.4.0.sql +++ b/h3/sql/updates/h3--0.3.2--0.4.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--0.4.0--1.0.0.sql b/h3/sql/updates/h3--0.4.0--1.0.0.sql index 01031cdf..e2676ac8 100644 --- a/h3/sql/updates/h3--0.4.0--1.0.0.sql +++ b/h3/sql/updates/h3--0.4.0--1.0.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.0--1.0.1.sql b/h3/sql/updates/h3--1.0.0--1.0.1.sql index 5c0ce887..ae802a63 100644 --- a/h3/sql/updates/h3--1.0.0--1.0.1.sql +++ b/h3/sql/updates/h3--1.0.0--1.0.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.1--1.0.2.sql b/h3/sql/updates/h3--1.0.1--1.0.2.sql index 5c0ce887..ae802a63 100644 --- a/h3/sql/updates/h3--1.0.1--1.0.2.sql +++ b/h3/sql/updates/h3--1.0.1--1.0.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.2--1.0.3.sql b/h3/sql/updates/h3--1.0.2--1.0.3.sql index 5c0ce887..ae802a63 100644 --- a/h3/sql/updates/h3--1.0.2--1.0.3.sql +++ b/h3/sql/updates/h3--1.0.2--1.0.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.3--1.0.4.sql b/h3/sql/updates/h3--1.0.3--1.0.4.sql index 3533b20d..339c1f07 100644 --- a/h3/sql/updates/h3--1.0.3--1.0.4.sql +++ b/h3/sql/updates/h3--1.0.3--1.0.4.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.4--1.0.5.sql b/h3/sql/updates/h3--1.0.4--1.0.5.sql index aa2f69c4..f6b5cfeb 100644 --- a/h3/sql/updates/h3--1.0.4--1.0.5.sql +++ b/h3/sql/updates/h3--1.0.4--1.0.5.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.5--1.0.6.sql b/h3/sql/updates/h3--1.0.5--1.0.6.sql index 361dca1d..49c2279b 100644 --- a/h3/sql/updates/h3--1.0.5--1.0.6.sql +++ b/h3/sql/updates/h3--1.0.5--1.0.6.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--1.0.6--3.4.0.sql b/h3/sql/updates/h3--1.0.6--3.4.0.sql index 8d8abc8d..58c243d8 100644 --- a/h3/sql/updates/h3--1.0.6--3.4.0.sql +++ b/h3/sql/updates/h3--1.0.6--3.4.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018 Bytes & Brains + * Copyright 2018 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.4.0--3.4.1.sql b/h3/sql/updates/h3--3.4.0--3.4.1.sql index 701fe82e..2110e123 100644 --- a/h3/sql/updates/h3--3.4.0--3.4.1.sql +++ b/h3/sql/updates/h3--3.4.0--3.4.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019 Bytes & Brains + * Copyright 2019 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.4.1--3.5.0.sql b/h3/sql/updates/h3--3.4.1--3.5.0.sql index a4e604ea..8dee8669 100644 --- a/h3/sql/updates/h3--3.4.1--3.5.0.sql +++ b/h3/sql/updates/h3--3.4.1--3.5.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.5.0--3.6.0.sql b/h3/sql/updates/h3--3.5.0--3.6.0.sql index fc272966..013f04ac 100644 --- a/h3/sql/updates/h3--3.5.0--3.6.0.sql +++ b/h3/sql/updates/h3--3.5.0--3.6.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.0--3.6.1.sql b/h3/sql/updates/h3--3.6.0--3.6.1.sql index 0a2b7a4b..1dffbe7c 100644 --- a/h3/sql/updates/h3--3.6.0--3.6.1.sql +++ b/h3/sql/updates/h3--3.6.0--3.6.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019 Bytes & Brains + * Copyright 2019 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.1--3.6.2.sql b/h3/sql/updates/h3--3.6.1--3.6.2.sql index bc5443eb..cb653b03 100644 --- a/h3/sql/updates/h3--3.6.1--3.6.2.sql +++ b/h3/sql/updates/h3--3.6.1--3.6.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2020 Bytes & Brains + * Copyright 2020 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.2--3.6.3.sql b/h3/sql/updates/h3--3.6.2--3.6.3.sql index 44814287..85f96f7c 100644 --- a/h3/sql/updates/h3--3.6.2--3.6.3.sql +++ b/h3/sql/updates/h3--3.6.2--3.6.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2020 Bytes & Brains + * Copyright 2020 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.3--3.6.4.sql b/h3/sql/updates/h3--3.6.3--3.6.4.sql index 937e622a..6d71450d 100644 --- a/h3/sql/updates/h3--3.6.3--3.6.4.sql +++ b/h3/sql/updates/h3--3.6.3--3.6.4.sql @@ -1,5 +1,5 @@ /* - * Copyright 2020 Bytes & Brains + * Copyright 2020 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.4--3.6.5.sql b/h3/sql/updates/h3--3.6.4--3.6.5.sql index cece42e9..919f737f 100644 --- a/h3/sql/updates/h3--3.6.4--3.6.5.sql +++ b/h3/sql/updates/h3--3.6.4--3.6.5.sql @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.6.5--3.7.0.sql b/h3/sql/updates/h3--3.6.5--3.7.0.sql index 768074fe..f6c02084 100644 --- a/h3/sql/updates/h3--3.6.5--3.7.0.sql +++ b/h3/sql/updates/h3--3.6.5--3.7.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.7.0--3.7.1.sql b/h3/sql/updates/h3--3.7.0--3.7.1.sql index 6e1df455..9a42df65 100644 --- a/h3/sql/updates/h3--3.7.0--3.7.1.sql +++ b/h3/sql/updates/h3--3.7.0--3.7.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2021 Bytes & Brains + * Copyright 2021 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.7.1--3.7.2.sql b/h3/sql/updates/h3--3.7.1--3.7.2.sql index db3b7eee..d3b8dea4 100644 --- a/h3/sql/updates/h3--3.7.1--3.7.2.sql +++ b/h3/sql/updates/h3--3.7.1--3.7.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--3.7.2--4.0.0.sql b/h3/sql/updates/h3--3.7.2--4.0.0.sql index e8836929..c2a97c70 100644 --- a/h3/sql/updates/h3--3.7.2--4.0.0.sql +++ b/h3/sql/updates/h3--3.7.2--4.0.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.0.0--4.0.1.sql b/h3/sql/updates/h3--4.0.0--4.0.1.sql index 6fefc766..3c905fcd 100644 --- a/h3/sql/updates/h3--4.0.0--4.0.1.sql +++ b/h3/sql/updates/h3--4.0.0--4.0.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.0.1--4.0.2.sql b/h3/sql/updates/h3--4.0.1--4.0.2.sql index 1f4e8907..035b8994 100644 --- a/h3/sql/updates/h3--4.0.1--4.0.2.sql +++ b/h3/sql/updates/h3--4.0.1--4.0.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.0.2--4.0.3.sql b/h3/sql/updates/h3--4.0.2--4.0.3.sql index 3771dc31..f0a5e106 100644 --- a/h3/sql/updates/h3--4.0.2--4.0.3.sql +++ b/h3/sql/updates/h3--4.0.2--4.0.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.0.3--4.1.0.sql b/h3/sql/updates/h3--4.0.3--4.1.0.sql index 4a3edf05..10b39470 100644 --- a/h3/sql/updates/h3--4.0.3--4.1.0.sql +++ b/h3/sql/updates/h3--4.0.3--4.1.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.1.0--4.1.1.sql b/h3/sql/updates/h3--4.1.0--4.1.1.sql index 62de8742..c75c17e9 100644 --- a/h3/sql/updates/h3--4.1.0--4.1.1.sql +++ b/h3/sql/updates/h3--4.1.0--4.1.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.1.1--4.1.2.sql b/h3/sql/updates/h3--4.1.1--4.1.2.sql index 41caf2d5..4debec71 100644 --- a/h3/sql/updates/h3--4.1.1--4.1.2.sql +++ b/h3/sql/updates/h3--4.1.1--4.1.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.1.2--4.1.3.sql b/h3/sql/updates/h3--4.1.2--4.1.3.sql index 67d296e7..748b27bf 100644 --- a/h3/sql/updates/h3--4.1.2--4.1.3.sql +++ b/h3/sql/updates/h3--4.1.2--4.1.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.1.3--4.1.4.sql b/h3/sql/updates/h3--4.1.3--4.1.4.sql index 4019fa6d..c2c46526 100644 --- a/h3/sql/updates/h3--4.1.3--4.1.4.sql +++ b/h3/sql/updates/h3--4.1.3--4.1.4.sql @@ -1,5 +1,5 @@ /* - * Copyright 2024 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/sql/updates/h3--4.1.4--unreleased.sql b/h3/sql/updates/h3--4.1.4--unreleased.sql index 5763858f..44e14b38 100644 --- a/h3/sql/updates/h3--4.1.4--unreleased.sql +++ b/h3/sql/updates/h3--4.1.4--unreleased.sql @@ -1,5 +1,5 @@ /* - * Copyright 2024 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/edge.c b/h3/src/binding/edge.c index 85a5dcf6..e32dce2d 100644 --- a/h3/src/binding/edge.c +++ b/h3/src/binding/edge.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/hierarchy.c b/h3/src/binding/hierarchy.c index a4c1aa9d..c7e40c8d 100644 --- a/h3/src/binding/hierarchy.c +++ b/h3/src/binding/hierarchy.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/indexing.c b/h3/src/binding/indexing.c index 4962ed97..af2fe62f 100644 --- a/h3/src/binding/indexing.c +++ b/h3/src/binding/indexing.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/inspection.c b/h3/src/binding/inspection.c index be30ab0c..63c821b7 100644 --- a/h3/src/binding/inspection.c +++ b/h3/src/binding/inspection.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/miscellaneous.c b/h3/src/binding/miscellaneous.c index 52d27fe6..a3b0f5e1 100644 --- a/h3/src/binding/miscellaneous.c +++ b/h3/src/binding/miscellaneous.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/regions.c b/h3/src/binding/regions.c index 07bc3161..6e038e62 100644 --- a/h3/src/binding/regions.c +++ b/h3/src/binding/regions.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/traversal.c b/h3/src/binding/traversal.c index 738b7eb9..3610351c 100644 --- a/h3/src/binding/traversal.c +++ b/h3/src/binding/traversal.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/binding/vertex.c b/h3/src/binding/vertex.c index 87b71c5b..7ed85312 100644 --- a/h3/src/binding/vertex.c +++ b/h3/src/binding/vertex.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/config.h.in b/h3/src/config.h.in index f3c1d61f..eb8ad53c 100644 --- a/h3/src/config.h.in +++ b/h3/src/config.h.in @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/deprecated.c b/h3/src/deprecated.c index 755d6fa9..8648ea2f 100644 --- a/h3/src/deprecated.c +++ b/h3/src/deprecated.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/extension.c b/h3/src/extension.c index 740d9e0f..e20703a6 100644 --- a/h3/src/extension.c +++ b/h3/src/extension.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/guc.c b/h3/src/guc.c index d0c336bb..b0b58232 100644 --- a/h3/src/guc.c +++ b/h3/src/guc.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/guc.h b/h3/src/guc.h index 3225b17d..82245ca1 100644 --- a/h3/src/guc.h +++ b/h3/src/guc.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/init.c b/h3/src/init.c index 91c7634d..116d838a 100644 --- a/h3/src/init.c +++ b/h3/src/init.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/opclass_btree.c b/h3/src/opclass_btree.c index 31e6f705..7736a7bb 100644 --- a/h3/src/opclass_btree.c +++ b/h3/src/opclass_btree.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/opclass_hash.c b/h3/src/opclass_hash.c index 9c7140e3..654c0b70 100644 --- a/h3/src/opclass_hash.c +++ b/h3/src/opclass_hash.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/operators.c b/h3/src/operators.c index d0338d6a..c435cc12 100644 --- a/h3/src/operators.c +++ b/h3/src/operators.c @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/srf.c b/h3/src/srf.c index 85ba08ff..eaa870aa 100644 --- a/h3/src/srf.c +++ b/h3/src/srf.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/srf.h b/h3/src/srf.h index d5bca12f..d0da92ef 100644 --- a/h3/src/srf.h +++ b/h3/src/srf.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3/src/type.c b/h3/src/type.c index 733e1ade..6a059583 100644 --- a/h3/src/type.c +++ b/h3/src/type.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/01-indexing.sql b/h3_postgis/sql/install/01-indexing.sql index 88a17633..82253913 100644 --- a/h3_postgis/sql/install/01-indexing.sql +++ b/h3_postgis/sql/install/01-indexing.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/03-traversal.sql b/h3_postgis/sql/install/03-traversal.sql index 9b41d2c0..890a1689 100644 --- a/h3_postgis/sql/install/03-traversal.sql +++ b/h3_postgis/sql/install/03-traversal.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/05-regions.sql b/h3_postgis/sql/install/05-regions.sql index 47efa0a9..450707f9 100644 --- a/h3_postgis/sql/install/05-regions.sql +++ b/h3_postgis/sql/install/05-regions.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/10-operators.sql b/h3_postgis/sql/install/10-operators.sql index 80add1c0..266c4b56 100644 --- a/h3_postgis/sql/install/10-operators.sql +++ b/h3_postgis/sql/install/10-operators.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/20-casts.sql b/h3_postgis/sql/install/20-casts.sql index efa7db2f..43cd7c58 100644 --- a/h3_postgis/sql/install/20-casts.sql +++ b/h3_postgis/sql/install/20-casts.sql @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/30-wkb.sql b/h3_postgis/sql/install/30-wkb.sql index ffebba8c..4dbca429 100644 --- a/h3_postgis/sql/install/30-wkb.sql +++ b/h3_postgis/sql/install/30-wkb.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/40-rasters.sql b/h3_postgis/sql/install/40-rasters.sql index 5ac7332a..258b455b 100644 --- a/h3_postgis/sql/install/40-rasters.sql +++ b/h3_postgis/sql/install/40-rasters.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/install/99-deprecated.sql b/h3_postgis/sql/install/99-deprecated.sql index e8e97220..c97c9aef 100644 --- a/h3_postgis/sql/install/99-deprecated.sql +++ b/h3_postgis/sql/install/99-deprecated.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.0.0--4.0.1.sql b/h3_postgis/sql/updates/h3_postgis--4.0.0--4.0.1.sql index a41526ee..1ec928f1 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.0.0--4.0.1.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.0.0--4.0.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.0.0.sql b/h3_postgis/sql/updates/h3_postgis--4.0.0.sql index 5843feca..1442036a 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.0.0.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.0.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.0.1--4.0.2.sql b/h3_postgis/sql/updates/h3_postgis--4.0.1--4.0.2.sql index fe38d7ca..a7f2337d 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.0.1--4.0.2.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.0.1--4.0.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.0.2--4.0.3.sql b/h3_postgis/sql/updates/h3_postgis--4.0.2--4.0.3.sql index a127a54d..6540e2f3 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.0.2--4.0.3.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.0.2--4.0.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bytes & Brains + * Copyright 2022 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.0.3--4.1.0.sql b/h3_postgis/sql/updates/h3_postgis--4.0.3--4.1.0.sql index 0e77444d..3c56b5df 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.0.3--4.1.0.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.0.3--4.1.0.sql @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.1.0--4.1.1.sql b/h3_postgis/sql/updates/h3_postgis--4.1.0--4.1.1.sql index 62c00b1c..cf78806c 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.1.0--4.1.1.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.1.0--4.1.1.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.1.1--4.1.2.sql b/h3_postgis/sql/updates/h3_postgis--4.1.1--4.1.2.sql index feed930a..b44963f0 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.1.1--4.1.2.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.1.1--4.1.2.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.1.2--4.1.3.sql b/h3_postgis/sql/updates/h3_postgis--4.1.2--4.1.3.sql index ef0e74f6..db8d81de 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.1.2--4.1.3.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.1.2--4.1.3.sql @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.1.3--4.1.4.sql b/h3_postgis/sql/updates/h3_postgis--4.1.3--4.1.4.sql index 4f9a3a04..7adb54d3 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.1.3--4.1.4.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.1.3--4.1.4.sql @@ -1,5 +1,5 @@ /* - * Copyright 2024 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/sql/updates/h3_postgis--4.1.4--unreleased.sql b/h3_postgis/sql/updates/h3_postgis--4.1.4--unreleased.sql index 99ca965b..d5cc7fd4 100644 --- a/h3_postgis/sql/updates/h3_postgis--4.1.4--unreleased.sql +++ b/h3_postgis/sql/updates/h3_postgis--4.1.4--unreleased.sql @@ -1,5 +1,5 @@ /* - * Copyright 2024 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/init.c b/h3_postgis/src/init.c index ff9edc51..d22e52ce 100644 --- a/h3_postgis/src/init.c +++ b/h3_postgis/src/init.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb.c b/h3_postgis/src/wkb.c index aa6be0b3..349412bc 100644 --- a/h3_postgis/src/wkb.c +++ b/h3_postgis/src/wkb.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb.h b/h3_postgis/src/wkb.h index e44554df..cef6b49f 100644 --- a/h3_postgis/src/wkb.h +++ b/h3_postgis/src/wkb.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_bbox3.c b/h3_postgis/src/wkb_bbox3.c index cb33ed30..30981502 100644 --- a/h3_postgis/src/wkb_bbox3.c +++ b/h3_postgis/src/wkb_bbox3.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_bbox3.h b/h3_postgis/src/wkb_bbox3.h index cd73a0eb..6f4446f2 100644 --- a/h3_postgis/src/wkb_bbox3.h +++ b/h3_postgis/src/wkb_bbox3.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_indexing.c b/h3_postgis/src/wkb_indexing.c index d84fce3c..5a1df43a 100644 --- a/h3_postgis/src/wkb_indexing.c +++ b/h3_postgis/src/wkb_indexing.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_linked_geo.c b/h3_postgis/src/wkb_linked_geo.c index 420a8ff7..5f0b9094 100644 --- a/h3_postgis/src/wkb_linked_geo.c +++ b/h3_postgis/src/wkb_linked_geo.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_linked_geo.h b/h3_postgis/src/wkb_linked_geo.h index b66e4397..31e56be0 100644 --- a/h3_postgis/src/wkb_linked_geo.h +++ b/h3_postgis/src/wkb_linked_geo.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_regions.c b/h3_postgis/src/wkb_regions.c index 190bb2b8..38347a3c 100644 --- a/h3_postgis/src/wkb_regions.c +++ b/h3_postgis/src/wkb_regions.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_split.c b/h3_postgis/src/wkb_split.c index d84d2784..86d275a4 100644 --- a/h3_postgis/src/wkb_split.c +++ b/h3_postgis/src/wkb_split.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_split.h b/h3_postgis/src/wkb_split.h index 260d2ab3..55d022b6 100644 --- a/h3_postgis/src/wkb_split.h +++ b/h3_postgis/src/wkb_split.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_vect3.c b/h3_postgis/src/wkb_vect3.c index 07c697e2..b83fd09e 100644 --- a/h3_postgis/src/wkb_vect3.c +++ b/h3_postgis/src/wkb_vect3.c @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/h3_postgis/src/wkb_vect3.h b/h3_postgis/src/wkb_vect3.h index 247f1046..d32ee3b3 100644 --- a/h3_postgis/src/wkb_vect3.h +++ b/h3_postgis/src/wkb_vect3.h @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Bytes & Brains + * Copyright 2024 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/deprecate.h b/include/deprecate.h index 33fec943..d5c7f8b7 100644 --- a/include/deprecate.h +++ b/include/deprecate.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/error.h b/include/error.h index 804622ab..4c4d5b08 100644 --- a/include/error.h +++ b/include/error.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/type.h b/include/type.h index 87d3cf14..8bca3fe9 100644 --- a/include/type.h +++ b/include/type.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Bytes & Brains + * Copyright 2023 Zacharias Knudsen * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.