]> git.openstreetmap.org Git - nominatim.git/blobdiff - module/nominatim.c
add sanitizer for TIGER tags
[nominatim.git] / module / nominatim.c
index 73bf16c8df487eac4d462621fe566534e6476621..9d43c22f28e89da594ad20e39d9947dff2da7e23 100644 (file)
@@ -1,3 +1,11 @@
+/**
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ * This file is part of Nominatim. (https://nominatim.org)
+ *
+ * Copyright (C) 2022 by the Nominatim developer community.
+ * For a full list of authors see the git log.
+ */
 #include "postgres.h"
 #include "fmgr.h"
 #include "mb/pg_wchar.h"