summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/CMakeLists.txt3
-rw-r--r--doc/reference/libical-glib/CMakeLists.txt2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/reference/CMakeLists.txt b/doc/reference/CMakeLists.txt
index 50a1997e..630ddf9b 100644
--- a/doc/reference/CMakeLists.txt
+++ b/doc/reference/CMakeLists.txt
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: Milan Crha <mcrha@redhat.com>
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+
if(ICAL_GLIB)
add_subdirectory(libical-glib)
endif()
diff --git a/doc/reference/libical-glib/CMakeLists.txt b/doc/reference/libical-glib/CMakeLists.txt
index c4f8b594..df4be031 100644
--- a/doc/reference/libical-glib/CMakeLists.txt
+++ b/doc/reference/libical-glib/CMakeLists.txt
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: Milan Crha <mcrha@redhat.com>
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
option(ENABLE_GTK_DOC "Use gtk-doc to build documentation" True)