summaryrefslogtreecommitdiffstats
path: root/src/util/share.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/share.cpp')
-rw-r--r--src/util/share.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/share.cpp b/src/util/share.cpp
index a9c648d6c..6c436dcf8 100644
--- a/src/util/share.cpp
+++ b/src/util/share.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Inkscape::Util::ptr_shared<T> - like T const *, but stronger.
* Used to hold c-style strings for objects that are managed by the gc.
@@ -7,7 +8,7 @@
*
* Copyright (C) 2006 MenTaLguY
*
- * Released under GNU GPL, read the file 'COPYING' for more information
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
#include "util/share.h"