summaryrefslogtreecommitdiffstats
path: root/src/object/persp3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/persp3d.h')
-rw-r--r--src/object/persp3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/persp3d.h b/src/object/persp3d.h
index a86c10618..6da182c3f 100644
--- a/src/object/persp3d.h
+++ b/src/object/persp3d.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef SEEN_PERSP3D_H
#define SEEN_PERSP3D_H
@@ -9,7 +10,7 @@
*
* Copyright (C) 2007 Authors
*
- * Released under GNU GPL, read the file 'COPYING' for more information
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
#define SP_PERSP3D(obj) (dynamic_cast<Persp3D*>((SPObject*)obj))