aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/c/Doxyfile.in3
-rw-r--r--doc/conf.py.in3
-rw-r--r--doc/cpp/Doxyfile.in3
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index f0b8236..6676873 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
PROJECT_NAME = Pugl
PROJECT_BRIEF = "A minimal portable API for embeddable GUIs"
diff --git a/doc/conf.py.in b/doc/conf.py.in
index b2669be..1bda2bc 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -1,3 +1,6 @@
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
# Project information
project = "Pugl"
diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in
index 5e1be1c..e4fc9ca 100644
--- a/doc/cpp/Doxyfile.in
+++ b/doc/cpp/Doxyfile.in
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
PROJECT_NAME = Pugl
PROJECT_BRIEF = "A minimal portable API for embeddable GUIs"