Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:56:03 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 06:56:03 +0300
commit281ba8a063250b3cf7051b3f52846a8e0b960aee (patch)
tree9414775409c47de9b98139c2d134fb7905e696ee /doc
parentf7bbec290dc750cb146408c6e9098673f34c29c3 (diff)
File headers: add missing copyright, add MIT to SPDX licenses
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/doxygen.extern.h2
-rw-r--r--doc/doxygen/doxygen.intern.h2
-rw-r--r--doc/doxygen/doxygen.main.h7
-rw-r--r--doc/doxygen/doxygen.source.h1
-rw-r--r--doc/license/SPDX-license-identifiers.txt1
5 files changed, 12 insertions, 1 deletions
diff --git a/doc/doxygen/doxygen.extern.h b/doc/doxygen/doxygen.extern.h
index 27b53ad24ab..228c568b44e 100644
--- a/doc/doxygen/doxygen.extern.h
+++ b/doc/doxygen/doxygen.extern.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/** \defgroup extern External libraries
* \section externabout External libraries
* As with \ref intern these libraries are
diff --git a/doc/doxygen/doxygen.intern.h b/doc/doxygen/doxygen.intern.h
index 5dcb472b282..2b584e4a060 100644
--- a/doc/doxygen/doxygen.intern.h
+++ b/doc/doxygen/doxygen.intern.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/** \defgroup intern Internal libraries
* \section internabout Internal libraries
* Blender comes with some of its dependencies
diff --git a/doc/doxygen/doxygen.main.h b/doc/doxygen/doxygen.main.h
index 0d7b5e38397..b1893a81e0a 100644
--- a/doc/doxygen/doxygen.main.h
+++ b/doc/doxygen/doxygen.main.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
/** \mainpage Blender
*
* \section intro Introduction
@@ -16,4 +18,7 @@
*/
/** \defgroup undoc Undocumented
- * \brief Modules and libraries that are still undocumented, or lacking proper integration into the doxygen system, are marked in this group. */
+ *
+ * \brief Modules and libraries that are still undocumented,
+ * or lacking proper integration into the doxygen system, are marked in this group.
+ */
diff --git a/doc/doxygen/doxygen.source.h b/doc/doxygen/doxygen.source.h
index 4e351c9cc04..834a33dd287 100644
--- a/doc/doxygen/doxygen.source.h
+++ b/doc/doxygen/doxygen.source.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \defgroup render Rendering
* \ingroup blender
diff --git a/doc/license/SPDX-license-identifiers.txt b/doc/license/SPDX-license-identifiers.txt
index 7f43ad3aab0..1e25d002fce 100644
--- a/doc/license/SPDX-license-identifiers.txt
+++ b/doc/license/SPDX-license-identifiers.txt
@@ -3,4 +3,5 @@ Corresponding SPDX license identifiers in the source code:
Apache-2.0 Apache-2-license.txt https://spdx.org/licenses/Apache-2.0.html
BSD-3-Clause BSD-3-Clause-license.txt https://spdx.org/licenses/BSD-3-Clause.html
GPL-2.0-or-later GPL-license.txt https://spdx.org/licenses/GPL-2.0-or-later.html
+MIT https://spdx.org/licenses/MIT.html
Zlib https://spdx.org/licenses/Zlib.html